andlabs-ui/new
Pietro Gagliardi a9115b352c More TODO resolution. 2015-04-09 23:24:18 -04:00
..
alloc_darwin.m Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
alloc_unix.c Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
alloc_windows.c Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
button_darwin.m Implemented the text functions on OS X. 2015-04-09 11:54:02 -04:00
button_unix.c Migrated the GTK+ backend to the new uiControl/uiSizing system. 2015-04-09 18:17:04 -04:00
button_windows.c Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful as a NMHDR *, and the WPARAM contains duplicate data (http://blogs.msdn.com/b/oldnewthing/archive/2013/12/04/10473637.aspx). Ideally we wouldn't even have the NMHDR.idFrom (see previous commit message), but oh well :/ 2015-04-09 19:07:41 -04:00
checkbox_darwin.m Implemented uiCheckbox(Set)Checked() on Mac OS X. 2015-04-09 13:01:23 -04:00
checkbox_unix.c Migrated the GTK+ backend to the new uiControl/uiSizing system. 2015-04-09 18:17:04 -04:00
checkbox_windows.c Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful as a NMHDR *, and the WPARAM contains duplicate data (http://blogs.msdn.com/b/oldnewthing/archive/2013/12/04/10473637.aspx). Ideally we wouldn't even have the NMHDR.idFrom (see previous commit message), but oh well :/ 2015-04-09 19:07:41 -04:00
comctl32_windows.c More TODO resolving. More TODOs. 2015-04-08 17:08:25 -04:00
container_darwin.m Added uiWindowMargined() and implemented it on all platforms. 2015-04-09 21:11:56 -04:00
container_unix.c Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
container_windows.c More TODO resolution. 2015-04-09 23:24:18 -04:00
control.c Finished Windows conversion. Works perfectly! 2015-04-09 17:57:08 -04:00
debug_windows.c Changed ui_*.h to uipriv_*.h pending a public non-portable API. 2015-04-07 00:26:27 -04:00
entry_darwin.m Implemented the text functions on OS X. 2015-04-09 11:54:02 -04:00
entry_unix.c Migrated the GTK+ backend to the new uiControl/uiSizing system. 2015-04-09 18:17:04 -04:00
entry_windows.c Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful as a NMHDR *, and the WPARAM contains duplicate data (http://blogs.msdn.com/b/oldnewthing/archive/2013/12/04/10473637.aspx). Ideally we wouldn't even have the NMHDR.idFrom (see previous commit message), but oh well :/ 2015-04-09 19:07:41 -04:00
ids.go Started rewrite #3. The first file up for bat is an ID system for safer C/Go interop. 2015-02-23 23:10:38 -05:00
init_darwin.m Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
init_unix.c Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
init_windows.c Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
leaks.awk Added an awk script to check for leaks in the memory logging output we just added. 2015-04-07 23:53:10 -04:00
main_darwin.m Resolved a bunch of TODOs. Added one. 2015-04-07 22:19:24 -04:00
main_unix.c Resolved a bunch of TODOs. Added one. 2015-04-07 22:19:24 -04:00
main_windows.c Resolved a bunch of TODOs. Added one. 2015-04-07 22:19:24 -04:00
newcontrol_darwin.m Migrated the Mac OS X code to the new uiControl/uiSizing system. 2015-04-09 18:39:21 -04:00
newcontrol_unix.c Migrated the GTK+ backend to the new uiControl/uiSizing system. 2015-04-09 18:17:04 -04:00
newcontrol_windows.c Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful as a NMHDR *, and the WPARAM contains duplicate data (http://blogs.msdn.com/b/oldnewthing/archive/2013/12/04/10473637.aspx). Ideally we wouldn't even have the NMHDR.idFrom (see previous commit message), but oh well :/ 2015-04-09 19:07:41 -04:00
stack.c Added uiStackPadded(). 2015-04-09 20:04:18 -04:00
test.c Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
text_windows.c Fixed a runtime parameters bug in the previous commit. 2015-04-09 11:37:29 -04:00
ui.h Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
ui_darwin.h Migrated the Mac OS X code to the new uiControl/uiSizing system. 2015-04-09 18:39:21 -04:00
ui_unix.h Migrated the GTK+ backend to the new uiControl/uiSizing system. 2015-04-09 18:17:04 -04:00
ui_windows.h Changed onWM_NOTIFY() to only pass the NMHDR * in. The LPARAM is more useful as a NMHDR *, and the WPARAM contains duplicate data (http://blogs.msdn.com/b/oldnewthing/archive/2013/12/04/10473637.aspx). Ideally we wouldn't even have the NMHDR.idFrom (see previous commit message), but oh well :/ 2015-04-09 19:07:41 -04:00
uipriv.h Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
uipriv_darwin.h Changed the allocation logging from a compile-time setting to the first initialization option. 2015-04-09 22:38:11 -04:00
uipriv_unix.h Migrated the GTK+ backend to the new uiControl/uiSizing system. 2015-04-09 18:17:04 -04:00
uipriv_windows.h Migrated the new control logic on Windows to the new uiControl/uiSizing system. 2015-04-09 17:24:26 -04:00
util_darwin.m Implemented the text functions on OS X. 2015-04-09 11:54:02 -04:00
util_unix.c Implemented the text routines on the GTK+ backend. They work! 2015-04-09 02:56:51 -04:00
util_windows.c Split toUTF16() into a new file; other Windows text functions will also be there. 2015-04-09 09:24:08 -04:00
window_darwin.m Added uiWindowMargined() and implemented it on all platforms. 2015-04-09 21:11:56 -04:00
window_unix.c Added uiWindowMargined() and implemented it on all platforms. 2015-04-09 21:11:56 -04:00
window_windows.c More TODO resolution. 2015-04-09 23:24:18 -04:00