.. |
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
|
Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too.
|
2014-07-17 23:50:14 -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
|
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 the standard control fonts to the Mac OS X backend. The GTK+ backend is fine as it stands.
|
2014-07-18 11:47:48 -04:00 |
controls_unix.go
|
Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too.
|
2014-07-17 23:50:14 -04:00 |
controls_windows.c
|
Added (and applied) standard Windows fonts.
|
2014-07-18 11:20:18 -04:00 |
controls_windows.go
|
Added (and applied) standard Windows fonts.
|
2014-07-18 11:20:18 -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.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 |
request.go
|
Added the Request model of the new, concurrent API.
|
2014-07-06 21:03:58 -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
|
Migrated control sizing code for Mac OS X.
|
2014-07-17 11:24:58 -04:00 |
sizing_unix.go
|
Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too.
|
2014-07-17 23:50:14 -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
|
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
|
Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too.
|
2014-07-17 23:50:14 -04:00 |
uitask_windows.c
|
Fixed all the remaining compiler errors. C conversion works!
|
2014-07-18 00:22:21 -04:00 |
uitask_windows.go
|
Fixed all the remaining compiler errors. C conversion works!
|
2014-07-18 00:22:21 -04:00 |
winapi_windows.h
|
Added (and applied) standard Windows fonts.
|
2014-07-18 11:20:18 -04:00 |
window.go
|
Scrapped Window.SetSize() and Window.Center() (for now?).
|
2014-07-18 14:07:12 -04:00 |
window_darwin.go
|
Fixed control positioning on initial window show on Mac OS X.
|
2014-07-18 15:16:41 -04:00 |
window_darwin.m
|
Made the previous commit more robust.
|
2014-07-18 15:19:55 -04:00 |
window_unix.go
|
Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too.
|
2014-07-17 23:50:14 -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
|
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler errors...
|
2014-07-17 23:45:12 -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
|
Added button click events to the Mac OS X backend.
|
2014-07-17 12:02:39 -04:00 |