andlabs-ui/redo
Pietro Gagliardi 6da105da56 Resolved NSMakeRect() argument casting TODO in sizing_darwin.m. 2014-07-20 14:56:25 -04:00
..
comctl32_windows.c Fixed all the remaining compiler errors. C conversion works! 2014-07-18 00:22:21 -04:00
comctl32_windows.go Fixed all the remaining compiler errors. C conversion works! 2014-07-18 00:22:21 -04:00
common_unix.go Fixed window resizing in GTK+ acting wonky AND several related TODOs to boot! 2014-07-18 19:36:29 -04:00
common_windows.c Added #include "_cgo_export.h" to files that needed it and fixed a cast error in controls_windows.c that that revealed. Anyway buttons work now on all platforms, woo :D 2014-07-18 00:29:15 -04:00
common_windows.go Fixed all the remaining compiler errors. C conversion works! 2014-07-18 00:22:21 -04:00
controls.go Oops, NewButton() should return Button, not the backend type. Fixed. 2014-07-19 16:47:19 -04:00
controls_darwin.go Started dropping the whole request/response system because it fell apart... time to make a ui.Do(func(){ ... }) 2014-07-19 09:44:32 -04:00
controls_darwin.m Decided not to use removeFromSuperviewWithoutNeedingRedraw at mikeash in irc.freenode.net/#macdev's suggestion (he basically said the documentation's description of the difference is "gibberish" and that I shouldn't need it). Let's just hope that stays the case... 2014-07-18 21:20:21 -04:00
controls_unix.go Started dropping the whole request/response system because it fell apart... time to make a ui.Do(func(){ ... }) 2014-07-19 09:44:32 -04:00
controls_windows.c Added (and applied) standard Windows fonts. 2014-07-18 11:20:18 -04:00
controls_windows.go Fixed more conversion kinks. Now for a major change... 2014-07-19 10:07:42 -04:00
gtk_unix.h Settled TODO about cairo version macros. 2014-07-18 20:46:51 -04:00
init_windows.c Added (and applied) standard Windows fonts. 2014-07-18 11:20:18 -04:00
objc_darwin.h Added button click events to the Mac OS X backend. 2014-07-17 12:02:39 -04:00
scrapped Scrapped Window.SetSize() and Window.Center() (for now?). 2014-07-18 14:07:12 -04:00
sizing.go Ported over the sizing framework from the old package and implemented it on the GTK+ backend. 2014-07-16 21:30:19 -04:00
sizing_darwin.go Migrated control sizing code for Mac OS X. 2014-07-17 11:24:58 -04:00
sizing_darwin.m Resolved NSMakeRect() argument casting TODO in sizing_darwin.m. 2014-07-20 14:56:25 -04:00
sizing_unix.go Fixed window resizing in GTK+ acting wonky AND several related TODOs to boot! 2014-07-18 19:36:29 -04:00
sizing_windows.c Added (and applied) standard Windows fonts. 2014-07-18 11:20:18 -04:00
sizing_windows.go Fixed all the remaining compiler errors. C conversion works! 2014-07-18 00:22:21 -04:00
uitask.go Fixed issuing in the new system. Now to figure out why it stalls... 2014-07-19 10:10:52 -04:00
uitask_darwin.go Removed Request completely, also updating the uitask files. Also renamed xperform to doissue for consistency. 2014-07-19 09:57:01 -04:00
uitask_darwin.m Implemented Stop() on Mac OS X. 2014-07-13 21:31:13 -04:00
uitask_unix.go Removed Request completely, also updating the uitask files. Also renamed xperform to doissue for consistency. 2014-07-19 09:57:01 -04:00
uitask_windows.c Removed Request completely, also updating the uitask files. Also renamed xperform to doissue for consistency. 2014-07-19 09:57:01 -04:00
uitask_windows.go Removed Request completely, also updating the uitask files. Also renamed xperform to doissue for consistency. 2014-07-19 09:57:01 -04:00
winapi_windows.h Added (and applied) standard Windows fonts. 2014-07-18 11:20:18 -04:00
window.go Implemented Window.Close() on Mac OS X, settling both that TODO and the one about making sure Window.Close() works as documented on all platforms. 2014-07-20 13:01:46 -04:00
window_darwin.go Started dropping the whole request/response system because it fell apart... time to make a ui.Do(func(){ ... }) 2014-07-19 09:44:32 -04:00
window_darwin.m Implemented Window.Close() on Mac OS X, settling both that TODO and the one about making sure Window.Close() works as documented on all platforms. 2014-07-20 13:01:46 -04:00
window_unix.go Started dropping the whole request/response system because it fell apart... time to make a ui.Do(func(){ ... }) 2014-07-19 09:44:32 -04:00
window_windows.c Added #include "_cgo_export.h" to files that needed it and fixed a cast error in controls_windows.c that that revealed. Anyway buttons work now on all platforms, woo :D 2014-07-18 00:29:15 -04:00
window_windows.go Started dropping the whole request/response system because it fell apart... time to make a ui.Do(func(){ ... }) 2014-07-19 09:44:32 -04:00
xcontrols Added GetNewButton as a helper function and split the other controls to xcontrols pending their addition. 2014-07-07 13:40:51 -04:00
zz_test.go Ah, fixed the stalling: logic error in the test program itself. 2014-07-19 10:16:00 -04:00