Ryan McGrath
|
724b40e5a8
|
Add a (useful) example: a todo list.
- Adds a Todo list example.
- Updates ListView to support ending the row actions visible state.
- Support setting Label text color.
|
2021-02-07 23:37:25 -08:00 |
|
Ryan McGrath
|
3a77fd8a91
|
Fix existing examples
|
2021-02-07 20:51:40 -08:00 |
|
Ryan McGrath
|
ab53150abc
|
Finalize some NSString handling that I'd been mulling over. This should be much more sound and transparent regarding ownership while keeping the same general approach that's been working so far.
|
2020-03-31 20:59:08 -07:00 |
|
Ryan McGrath
|
db4da24268
|
Fix BOOL return values from NSUserDefaults, improve documentation
|
2020-03-31 19:00:03 -07:00 |
|
Ryan McGrath
|
f4ca9770e1
|
Fix NSData wrapper so storing and retrieving bytes in UserDefaults works as expected, with hopefully little to no cloning issues. Wrap the NSNumber logic into a proper type. More documentation/cleanup, still ongoing.
|
2020-03-31 15:22:00 -07:00 |
|
Ryan McGrath
|
3f9c9f992c
|
Almost done with a proper NSUserDefaults wrapper...
|
2020-03-30 20:23:54 -07:00 |
|
Ryan McGrath
|
e4ddfb975a
|
Further work on wrapping NSUserDefaults
|
2020-03-30 01:35:11 -07:00 |
|
Ryan McGrath
|
d69f59d284
|
Further work on splitting for macOS/iOS support
|
2020-03-29 22:33:51 -07:00 |
|
Ryan McGrath
|
27e534a612
|
Ongoing documentation work, reworked Toolbar. Moved away from Rc/RefCell approach and will require users to handle interior mutability themselves, because Cocoa makes it tricky to automate. Beginning to figure out the split where macOS/iOS code should live.
|
2020-03-29 20:49:36 -07:00 |
|
Ryan McGrath
|
0b362a59d1
|
appkit -> cacao, updated README
|
2020-03-28 18:45:24 -07:00 |
|
Ryan McGrath
|
6b8aad4a94
|
Fix up the repo so examples work as they should
|
2020-03-26 18:06:11 -07:00 |
|
Ryan McGrath
|
d512b7bcf5
|
Bring back dependency on core-graphics because, well, I'm apparently a moron. Further sketching out of WindowDelegate.
|
2020-03-26 17:31:42 -07:00 |
|
Ryan McGrath
|
fc53848ba2
|
Add in an autolayout example
|
2020-03-20 14:02:46 -07:00 |
|
Ryan McGrath
|
f45c86743b
|
Moving to a model where ther are actual examples, since the handler logic is finally ironed out well.
|
2020-03-19 20:07:44 -07:00 |
|