andlabs-ui/redo
Pietro Gagliardi 19f7b2946a Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. 2014-07-17 15:10:26 -04:00
..
common_unix.go Added the beginning of the Mac OS X code. 2014-07-08 16:47:28 -04:00
common_windows.go Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. 2014-07-17 15:10:26 -04:00
controls.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
controls_darwin.go Added button click events to the Mac OS X backend. 2014-07-17 12:02:39 -04:00
controls_darwin.m Added button click events to the Mac OS X backend. 2014-07-17 12:02:39 -04:00
controls_unix.go Implemented button clicking on GTK+. 2014-07-17 12:14:38 -04:00
controls_windows.go Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. 2014-07-17 15:10:26 -04:00
funcnames_windows.go Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. 2014-07-17 15:10:26 -04:00
gtk_unix.h Added gtk_unix.h from the old ui; removed the line about gdk-pixbuf. Let's hope this builds... 2014-07-07 22:35:27 -04:00
init_windows.go Finished writing initial Windows implementation. Now to find out why it doesn't work... 2014-07-12 11:29:54 -04:00
objc_darwin.h Added button click events to the Mac OS X backend. 2014-07-17 12:02:39 -04:00
request.go Added the Request model of the new, concurrent API. 2014-07-06 21:03:58 -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 Migrated control sizing code for Mac OS X. 2014-07-17 11:24:58 -04:00
sizing_unix.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_windows.go Migrated control sizing code for Mac OS X. 2014-07-17 11:24:58 -04:00
uitask.go Some comment cleanup. 2014-07-13 20:28:15 -04:00
uitask_darwin.go Implemented Stop() on Mac OS X. 2014-07-13 21:31:13 -04:00
uitask_darwin.m Implemented Stop() on Mac OS X. 2014-07-13 21:31:13 -04:00
uitask_unix.go Implemented Stop() on GTK+. 2014-07-13 20:31:08 -04:00
uitask_windows.go Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. 2014-07-17 15:10:26 -04:00
window.go Pinned down event behavior of Windows.Close(). 2014-07-12 16:17:06 -04:00
window_darwin.go Migrated control sizing code for Mac OS X. 2014-07-17 11:24:58 -04:00
window_darwin.m Implemented window resize handling on Mac OS X. Now for actually setting child controls and resizing them. 2014-07-15 14:04:20 -04:00
window_unix.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
window_windows.go Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. 2014-07-17 15:10:26 -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
zregen.sh Refined zregen.sh to accept argumetns and not run the 64-bit generator if the 32-bit one failed. 2014-07-15 22:30:42 -04:00
zwinconstgen.go Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back. 2014-07-17 15:10:26 -04:00
zz_test.go Added button click events to the Mac OS X backend. 2014-07-17 12:02:39 -04:00