Commit Graph

  • 998102b1b4 Updated readme and AppBundler screenshot master Armando Rivera 2023-10-14 14:04:02 -0400
  • 5993003334 Minor widget alignment tweak Armando Rivera 2023-10-14 13:54:34 -0400
  • 4263f4fd0a Added Icon for AppBundler GUI Armando Rivera 2023-10-14 13:16:39 -0400
  • b74b9ff733 Added AppDelegate object Armando Rivera 2023-10-13 12:16:03 -0400
  • 82ab438219 Added 'setDelegate' method Armando Rivera 2023-10-13 12:15:06 -0400
  • 2ce602f403 Moved delegate methods to 'AppDelegate' object Armando Rivera 2023-10-13 12:13:57 -0400
  • 1e74abaa7f Added instruction to compile 'appdelegate.m' file Armando Rivera 2023-10-13 12:07:34 -0400
  • 10584c0c45 Created AppDelegate object Armando Rivera 2023-10-13 12:04:22 -0400
  • 6212cd8f89 Corrected warnings about implicit 'cstring' conversions Armando Rivera 2023-10-13 12:02:47 -0400
  • d39ba7ec7e
    Merge pull request #3 from amkrajewski/master Airr 2023-10-12 14:33:44 -0400
  • 905f852eab Changed 'bind' function to 'bindWidget' to eliminate conflict with 'bind' from the 'socket' library Armando Rivera 2023-10-12 13:52:49 -0400
  • ddaf948a86
    - updated README example #3 Adam M. Krajewski 2023-09-24 21:09:13 -0400
  • f8aa9c4e20
    - added a Quit button to AppBundler example app - slighlty improved button placement Adam M. Krajewski 2023-09-24 21:08:04 -0400
  • 65851af2eb
    - changed the README example to working code Adam M. Krajewski 2023-09-24 20:09:08 -0400
  • aa29344f72 Uploaded NSStatusBar example dev Armando Rivera 2021-08-15 21:53:13 -0400
  • b00a02b22e Added NSStatusBar (systray) support Armando Rivera 2021-08-15 19:13:08 -0400
  • b5d3ed13d8 Merge branch 'master' of github.com:Airr/nim-cocoa Armando Rivera 2021-08-12 22:22:50 -0400
  • ca31be926d Added preliminary xib file converter to examples Armando Rivera 2021-08-12 22:22:39 -0400
  • b1c69a133a
    Update README.md Airr 2021-08-12 22:08:24 -0400
  • d1453aad5d
    Update README.md Airr 2021-08-12 22:07:56 -0400
  • 7907838736 Updated Armando Rivera 2021-08-12 22:05:26 -0400
  • 410d019541 Updated tabbox example Armando Rivera 2021-08-10 21:49:50 -0400
  • 101e9a991a Initial commit of file used to create libcocoa.a library Armando Rivera 2021-08-08 17:52:28 -0400
  • 623d150afa Changed to use cocoa_lib.nim to create libcocoa.a library file Armando Rivera 2021-08-08 17:51:47 -0400
  • b2eac872ba Updated to use libcocoa library Armando Rivera 2021-08-08 17:50:38 -0400
  • 6c13940c87 Added task to create libcocoa.a static lib Armando Rivera 2021-08-08 16:53:47 -0400
  • e1f3e77302 Cleaned up nimble file Armando Rivera 2021-08-08 15:44:55 -0400
  • 37ccb80c8d Removed 'src' folder Armando Rivera 2021-08-08 15:34:25 -0400
  • 15e5dfade4 Updated to work correctly Armando Rivera 2021-08-08 15:33:51 -0400
  • 6269810b98 Rearraigned to address issue with Nimble Armando Rivera 2021-08-08 15:33:13 -0400
  • 2bab2911bc Updated Exclusions Armando Rivera 2021-08-08 15:32:21 -0400
  • 3fac7658e1
    Add files via upload gh-pages Airr 2021-08-08 03:48:30 -0400
  • 35e28f73c8
    Update index.md Airr 2021-08-08 03:47:11 -0400
  • d6b34af406
    Update index.md Airr 2021-08-08 03:36:59 -0400
  • 7b85405b8b
    Create README.md Airr 2021-08-08 03:34:04 -0400
  • f9936a6041
    Create index.md Airr 2021-08-08 03:19:11 -0400
  • f1f6c452ab Set theme jekyll-theme-hacker Airr 2021-08-08 03:18:54 -0400
  • 0e239c2e03 Added missing anchor flag to support resizing of window Armando Rivera 2021-08-03 22:43:35 -0400
  • 08342e5372 Started work on being able to call some Cocoa built-in methods Armando Rivera 2021-08-03 22:26:46 -0400
  • 7d2dc9b9c7 Added new 'editor' example demonstrating new Edit and Format autogenerated menus Armando Rivera 2021-08-03 22:25:49 -0400
  • 40311dab75 Added autogeneration of Menus via newEditMenu/newFormatMenu Armando Rivera 2021-08-03 22:24:15 -0400
  • 27ebd03c48 Implemented Add/Save for TableView Armando Rivera 2021-08-03 00:37:15 -0400
  • f4a06bf928 Fixed typo for NSSaveDialog Armando Rivera 2021-08-02 22:35:52 -0400
  • 4aa9f3d968 Merge branch 'master' of https://git.binarymagic.net/AIR/NimCocoa merging Armando Rivera 2021-08-02 20:58:42 -0400
  • d3421b1cd4 Added initial NSTableview support Armando Rivera 2021-08-02 20:58:29 -0400
  • 4f5978c323 Fixed GetText to correctly retrieve the contents of a TextEdit object Armando Rivera 2021-08-01 17:36:16 -0400
  • c945a6cb86 Added tooltips support Armando Rivera 2021-07-31 22:35:07 -0400
  • 14c086d814 Added Cocoa Bindings Example Armando Rivera 2021-07-31 14:14:05 -0400
  • e9ba2931ed Merge branch 'master' of https://git.binarymagic.net/AIR/NimCocoa Merging Cocoa Bindings Support Armando Rivera 2021-07-31 14:02:16 -0400
  • ac9ab914b9 Preliminary Cocoa Bindings Support Armando Rivera 2021-07-31 14:02:01 -0400
  • cb7532f467 Update 'doc/NSFunctions.md' Armando Rivera 2021-07-29 21:34:52 -0400
  • 1e1baf56b3 Start of documentation of project Armando Rivera 2021-07-29 21:32:20 -0400
  • ffa7d27690 Added comments Armando Rivera 2021-07-29 21:31:42 -0400
  • ad42f9f3e6 Fixed Typo Armando Rivera 2021-07-29 20:35:52 -0400
  • fd346c4062 Updated Armando Rivera 2021-07-29 20:24:54 -0400
  • 86bcde7ec5 Added examples for groupbox, tabbox, and radiobutton Armando Rivera 2021-07-29 20:20:52 -0400
  • ac5a34ebde Bumped to version 0.1.1 Armando Rivera 2021-07-29 20:20:13 -0400
  • 62432e979c Merged Armando Rivera 2021-07-29 14:36:54 -0400
  • 42840488f9 Minor cleanup Armando Rivera 2021-07-29 14:30:15 -0400
  • d1ab52dabc Added support for NSTabView Armando Rivera 2021-07-29 14:22:43 -0400
  • 3b62fb5646 Excluded some binaries Armando Rivera 2021-07-29 14:21:33 -0400
  • 956af62b41 Added NSTabView Armando Rivera 2021-07-29 12:07:52 -0400
  • 6841f17071 Added Container object (NSBox) Armando Rivera 2021-07-29 11:00:09 -0400
  • 7c6375f7e3 Minor Tweak Armando Rivera 2021-07-29 09:13:00 -0400
  • e4af1df8af Added undo support Armando Rivera 2021-07-29 09:12:21 -0400
  • 707935a6c2 Added NSRadioButton Armando Rivera 2021-07-29 09:11:32 -0400
  • fa02c498a3 Merge branch 'master' of https://git.binarymagic.net/AIR/NimCocoa Merging Dev Branch Armando Rivera 2021-07-27 23:29:42 -0400
  • e8dda927d1 Updated cocoa.nimble to provide 'bundle' binary Armando Rivera 2021-07-27 23:28:53 -0400
  • bf7460cb5e Fixed 'bundle' binary and 'cocoa' library not installing Armando Rivera 2021-07-27 22:43:49 -0400
  • 187f896ea4 Added exclusion for 'bundle' binary Armando Rivera 2021-07-27 22:43:13 -0400
  • a0e6248333 Configured nimble to build/install the bundle binary Armando Rivera 2021-07-27 22:26:45 -0400
  • 027499b9ef Fixed Typo Armando Rivera 2021-07-25 22:27:57 -0400
  • ee569a22e8 Updated Armando Rivera 2021-07-25 22:26:23 -0400
  • 96864a838d Updated Armando Rivera 2021-07-25 22:24:22 -0400
  • 38f58e479f Updated Armando Rivera 2021-07-25 22:22:58 -0400
  • 0efdc33b8a Renamed file Armando Rivera 2021-07-25 22:21:48 -0400
  • 2ff6245088 Added link to GUI documentation Armando Rivera 2021-07-25 22:19:13 -0400
  • 513642df85 Added link to GUI documentation Armando Rivera 2021-07-25 22:15:30 -0400
  • e7be67686a Updated Armando Rivera 2021-07-25 18:50:44 -0400
  • 1582931c96 Updated Armando Rivera 2021-07-25 18:47:19 -0400
  • 7bbc472398 Updated Armando Rivera 2021-07-25 18:45:23 -0400
  • 252181a081 Added documentation for GUI Objects Armando Rivera 2021-07-25 18:42:46 -0400
  • 3a3ca0e38b excluded htmldocs and VSCode workspace file Armando Rivera 2021-07-25 18:42:11 -0400
  • da42a983fe Cleanup Armando Rivera 2021-07-24 18:33:32 -0400
  • df8c268c8f Added 'AppBundler' to examples Armando Rivera 2021-07-24 18:32:07 -0400
  • c26e60d8fb Initial Examples commit Armando Rivera 2021-07-24 18:22:41 -0400
  • 4a882f7123 Updated README and uploaded screenshots Armando Rivera 2021-07-24 18:05:36 -0400
  • 1fbf06dcb5 Added 'NSTextFieldDelegate' and support for 'NSWindowStyle Mask' to 'CocoaWindow' object Armando Rivera 2021-07-24 14:27:07 -0400
  • 3a6860bccc Added support for NSWindow Styles Armando Rivera 2021-07-24 14:22:34 -0400
  • ee1fa4994f Switched to Nimble installation Armando Rivera 2021-07-24 00:24:39 -0400
  • 5003cc5b2a updated example Armando Rivera 2021-07-23 17:59:02 -0400
  • 0892659330 Updated LICENSE file Armando Rivera 2021-07-18 03:14:20 -0400
  • 0d67f969db Initial Commit Armando Rivera 2021-07-18 03:10:52 -0400
  • bfbe13a301 Initial commit Armando Rivera 2021-07-18 03:00:21 -0400