.. |
common_unix.go
|
Added the beginning of the Mac OS X code.
|
2014-07-08 16:47:28 -04:00 |
common_windows.go
|
Finished writing initial Windows implementation. Now to find out why it doesn't work...
|
2014-07-12 11:29:54 -04:00 |
controls.go
|
Fixed most compilation errors and added GTK+ string helper functions to common_unix.go.
|
2014-07-07 22:46:23 -04:00 |
controls_unix.go
|
Added the beginning of the Mac OS X code.
|
2014-07-08 16:47:28 -04:00 |
funcnames_windows.go
|
Added Stop() and implemented it on Windows.
|
2014-07-13 01:14:55 -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
|
Implemented Stop() on Mac OS X.
|
2014-07-13 21:31:13 -04:00 |
request.go
|
Added the Request model of the new, concurrent API.
|
2014-07-06 21:03: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
|
Some comment cleanup.
|
2014-07-13 20:28:15 -04:00 |
window.go
|
Pinned down event behavior of Windows.Close().
|
2014-07-12 16:17:06 -04:00 |
window_darwin.go
|
Implemented window closing on Mac OS X. This drops the "single delegate object for everything" setup but keeping that map and holding its lock is already meh so.
|
2014-07-08 17:44:08 -04:00 |
window_darwin.m
|
Implemented window closing on Mac OS X. This drops the "single delegate object for everything" setup but keeping that map and holding its lock is already meh so.
|
2014-07-08 17:44:08 -04:00 |
window_unix.go
|
Added window resize handling to the GTK+ backend.
|
2014-07-14 22:54:57 -04:00 |
window_windows.go
|
Implemented Window.Close() on Windows.
|
2014-07-12 16:15:10 -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
|
Added zconstants regeneration script.
|
2014-07-12 16:15:28 -04:00 |
zwinconstgen.go
|
Finished writing initial Windows implementation. Now to find out why it doesn't work...
|
2014-07-12 11:29:54 -04:00 |
zz_test.go
|
Changed the semantics of uitask() to allow it to handle recursive main loops properly; important for Stop() to work correctly on non-Windows systems.
|
2014-07-13 20:26:16 -04:00 |