cacao/src/foundation
Ryan McGrath 4ecfbd0928
A large smattering of updates.
- Added basic animation support, via NSAnimationContext proxy objects.
  These can be used to animate layout constraints and alpha values,
  currently.

- Fixed a bug in ListView where the underlying NSTableView would not
  redraw the full correct virtual height in some conditions.

- Added safe layout guide support to some views.

- Added a new trait to buffer ObjC object access for view and control
  types. This is the supertrait of the Layout and Control traits.

- Added a Control trait, which implements various NSControl pieces.

- Added a Select control, which is a Select-ish HTML dropdown lookalike.

- Added NSURL support, which is one of the few types to expose here.

- Filesystem and pasteboard types now work with NSURLs. Users who need
  pathbufs can use the provided conversion method on NSURL.

- Fixed a bug where some Window and ViewController types could wind up
  in a double-init scenario.
2022-01-02 02:35:12 -08:00
..
urls A large smattering of updates. 2022-01-02 02:35:12 -08:00
array.rs A rather large and not very clean update. 2021-03-04 17:24:39 -08:00
autoreleasepool.rs Ongoing push to a v0.1. 2021-03-05 14:11:17 -08:00
class.rs A rather large and not very clean update. 2021-03-04 17:24:39 -08:00
data.rs A large smattering of updates. 2022-01-02 02:35:12 -08:00
dictionary.rs A rather large and not very clean update. 2021-03-04 17:24:39 -08:00
mod.rs A large smattering of updates. 2022-01-02 02:35:12 -08:00
number.rs A rather large and not very clean update. 2021-03-04 17:24:39 -08:00
string.rs Ongoing documentation and cleanup work. 2021-03-15 17:09:50 -07:00