cacao/appkit/src
2020-03-16 22:08:12 -07:00
..
app Further work on finishing up AppController interface 2020-03-15 23:10:43 -07:00
collection_view Fixed color math, and ported AutoLayout 2020-03-12 18:18:32 -07:00
filesystem Further work on finishing up AppController interface 2020-03-15 23:10:43 -07:00
layout Patch a few small autolayout bugs - not a huge fan of the clone() in constraints but fine for now 2020-03-12 19:18:16 -07:00
menu Warnings/imports/unused code cleanup, rework some enums that seemed a bit wonky in hindsight, set WKWebView download delegate pieces as a feature flag since it's technically a private API 2020-02-29 15:34:07 -08:00
networking Warnings/imports/unused code cleanup, rework some enums that seemed a bit wonky in hindsight, set WKWebView download delegate pieces as a feature flag since it's technically a private API 2020-02-29 15:34:07 -08:00
notifications Initial commit 2020-02-27 18:34:34 -08:00
pasteboard Fix up the NSToolbar wrapper to follow the new paradigm 2020-03-11 19:45:35 -07:00
printing Further work on finishing up AppController interface 2020-03-15 23:10:43 -07:00
toolbar More or less finalized Toolbar support, at least for now 2020-03-12 12:33:41 -07:00
view Patch a few small autolayout bugs - not a huge fan of the clone() in constraints but fine for now 2020-03-12 19:18:16 -07:00
webview Devised a better (safer) way to handle UI/Controller/Delegate setup 2020-03-11 17:56:17 -07:00
window Fixed color math, and ported AutoLayout 2020-03-12 18:18:32 -07:00
alert.rs Initial commit 2020-02-27 18:34:34 -08:00
bundle.rs Initial commit 2020-02-27 18:34:34 -08:00
button.rs Initial commit 2020-02-27 18:34:34 -08:00
color.rs Remove unused code in color module 2020-03-15 23:15:20 -07:00
constants.rs Devised a better (safer) way to handle UI/Controller/Delegate setup 2020-03-11 17:56:17 -07:00
dragdrop.rs Ongoing efforts, experimenting with stack/heap issues (ObjC/NSObject/AppKit are... mostly heap already), further work on Pasteboard support 2020-03-10 20:09:24 -07:00
error.rs Further work on finishing up AppController interface 2020-03-15 23:10:43 -07:00
events.rs Warnings/imports/unused code cleanup, rework some enums that seemed a bit wonky in hindsight, set WKWebView download delegate pieces as a feature flag since it's technically a private API 2020-02-29 15:34:07 -08:00
geometry.rs Ongoing changes for the core. 2020-03-04 18:33:11 -08:00
lib.rs Place User Notifications behind a feature flag, as the framework technically requires code signing 2020-03-16 22:08:12 -07:00
user_activity.rs Further work on finishing up AppController interface 2020-03-15 23:10:43 -07:00
utils.rs Further work on finishing up AppController interface 2020-03-15 23:10:43 -07:00