Armando Rivera
|
82ab438219
|
Added 'setDelegate' method
|
2023-10-13 12:15:06 -04:00 |
|
Armando Rivera
|
2ce602f403
|
Moved delegate methods to 'AppDelegate' object
|
2023-10-13 12:13:57 -04:00 |
|
Armando Rivera
|
1e74abaa7f
|
Added instruction to compile 'appdelegate.m' file
|
2023-10-13 12:07:34 -04:00 |
|
Armando Rivera
|
10584c0c45
|
Created AppDelegate object
|
2023-10-13 12:04:22 -04:00 |
|
Armando Rivera
|
6212cd8f89
|
Corrected warnings about implicit 'cstring' conversions
|
2023-10-13 12:02:47 -04:00 |
|
Airr
|
d39ba7ec7e
|
Merge pull request #3 from amkrajewski/master
Make README example (AppBundler) working code (+some improvements)
|
2023-10-12 14:33:44 -04:00 |
|
Armando Rivera
|
905f852eab
|
Changed 'bind' function to 'bindWidget' to eliminate conflict with 'bind' from the 'socket' library
modified: cocoa.nim
modified: cocoa/NSFunctions.nim
modified: cocoa/widgets/bind.m
|
2023-10-12 13:52:49 -04:00 |
|
Adam M. Krajewski
|
ddaf948a86
|
- updated README example
|
2023-09-24 21:09:13 -04:00 |
|
Adam M. Krajewski
|
f8aa9c4e20
|
- added a Quit button to AppBundler example app
- slighlty improved button placement
|
2023-09-24 21:08:04 -04:00 |
|
Adam M. Krajewski
|
65851af2eb
|
- changed the README example to working code
|
2023-09-24 20:09:08 -04:00 |
|
Armando Rivera
|
aa29344f72
|
Uploaded NSStatusBar example
|
2021-08-15 21:53:13 -04:00 |
|
Armando Rivera
|
b00a02b22e
|
Added NSStatusBar (systray) support
|
2021-08-15 19:13:08 -04:00 |
|
Armando Rivera
|
b5d3ed13d8
|
Merge branch 'master' of github.com:Airr/nim-cocoa
|
2021-08-12 22:22:50 -04:00 |
|
Armando Rivera
|
ca31be926d
|
Added preliminary xib file converter to examples
|
2021-08-12 22:22:39 -04:00 |
|
Airr
|
b1c69a133a
|
Update README.md
|
2021-08-12 22:08:24 -04:00 |
|
Airr
|
d1453aad5d
|
Update README.md
|
2021-08-12 22:07:56 -04:00 |
|
Armando Rivera
|
7907838736
|
Updated
|
2021-08-12 22:05:26 -04:00 |
|
Armando Rivera
|
410d019541
|
Updated tabbox example
|
2021-08-10 21:49:50 -04:00 |
|
Armando Rivera
|
101e9a991a
|
Initial commit of file used to create libcocoa.a library
|
2021-08-08 17:52:28 -04:00 |
|
Armando Rivera
|
623d150afa
|
Changed to use cocoa_lib.nim to create libcocoa.a library file
|
2021-08-08 17:51:47 -04:00 |
|
Armando Rivera
|
b2eac872ba
|
Updated to use libcocoa library
|
2021-08-08 17:50:38 -04:00 |
|
Armando Rivera
|
6c13940c87
|
Added task to create libcocoa.a static lib
|
2021-08-08 16:53:47 -04:00 |
|
Armando Rivera
|
e1f3e77302
|
Cleaned up nimble file
|
2021-08-08 15:44:55 -04:00 |
|
Armando Rivera
|
37ccb80c8d
|
Removed 'src' folder
|
2021-08-08 15:34:25 -04:00 |
|
Armando Rivera
|
15e5dfade4
|
Updated to work correctly
|
2021-08-08 15:33:51 -04:00 |
|
Armando Rivera
|
6269810b98
|
Rearraigned to address issue with Nimble
|
2021-08-08 15:33:13 -04:00 |
|
Armando Rivera
|
2bab2911bc
|
Updated Exclusions
|
2021-08-08 15:32:21 -04:00 |
|
Armando Rivera
|
0e239c2e03
|
Added missing anchor flag to support resizing of window
|
2021-08-03 22:43:35 -04:00 |
|
Armando Rivera
|
08342e5372
|
Started work on being able to call some Cocoa built-in methods
|
2021-08-03 22:26:46 -04:00 |
|
Armando Rivera
|
7d2dc9b9c7
|
Added new 'editor' example demonstrating new Edit and Format autogenerated menus
|
2021-08-03 22:25:49 -04:00 |
|
Armando Rivera
|
40311dab75
|
Added autogeneration of Menus via newEditMenu/newFormatMenu
|
2021-08-03 22:24:15 -04:00 |
|
Armando Rivera
|
27ebd03c48
|
Implemented Add/Save for TableView
|
2021-08-03 00:37:15 -04:00 |
|
Armando Rivera
|
f4a06bf928
|
Fixed typo for NSSaveDialog
|
2021-08-02 22:35:52 -04:00 |
|
Armando Rivera
|
4aa9f3d968
|
Merge branch 'master' of https://git.binarymagic.net/AIR/NimCocoa
merging
|
2021-08-02 20:58:42 -04:00 |
|
Armando Rivera
|
d3421b1cd4
|
Added initial NSTableview support
|
2021-08-02 20:58:29 -04:00 |
|
Armando Rivera
|
4f5978c323
|
Fixed GetText to correctly retrieve the contents of a TextEdit object
|
2021-08-01 17:36:16 -04:00 |
|
Armando Rivera
|
c945a6cb86
|
Added tooltips support
|
2021-07-31 22:35:07 -04:00 |
|
Armando Rivera
|
14c086d814
|
Added Cocoa Bindings Example
|
2021-07-31 14:14:05 -04:00 |
|
Armando Rivera
|
e9ba2931ed
|
Merge branch 'master' of https://git.binarymagic.net/AIR/NimCocoa
Merging Cocoa Bindings Support
|
2021-07-31 14:02:16 -04:00 |
|
Armando Rivera
|
ac9ab914b9
|
Preliminary Cocoa Bindings Support
|
2021-07-31 14:02:01 -04:00 |
|
Armando Rivera
|
cb7532f467
|
Update 'doc/NSFunctions.md'
|
2021-07-29 21:34:52 -04:00 |
|
Armando Rivera
|
1e1baf56b3
|
Start of documentation of project
|
2021-07-29 21:32:20 -04:00 |
|
Armando Rivera
|
ffa7d27690
|
Added comments
|
2021-07-29 21:31:42 -04:00 |
|
Armando Rivera
|
ad42f9f3e6
|
Fixed Typo
|
2021-07-29 20:35:52 -04:00 |
|
Armando Rivera
|
fd346c4062
|
Updated
|
2021-07-29 20:24:54 -04:00 |
|
Armando Rivera
|
86bcde7ec5
|
Added examples for groupbox, tabbox, and radiobutton
|
2021-07-29 20:20:52 -04:00 |
|
Armando Rivera
|
ac5a34ebde
|
Bumped to version 0.1.1
|
2021-07-29 20:20:13 -04:00 |
|
Armando Rivera
|
62432e979c
|
Merged
|
2021-07-29 14:36:54 -04:00 |
|
Armando Rivera
|
42840488f9
|
Minor cleanup
|
2021-07-29 14:30:15 -04:00 |
|
Armando Rivera
|
d1ab52dabc
|
Added support for NSTabView
|
2021-07-29 14:22:43 -04:00 |
|