.. |
area_unix.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
area_windows.c
|
Removed the whole store**HWND spiel. No longer works properly (nil pointers woo).
|
2014-10-16 13:53:05 -04:00 |
area_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
basicctrls.go
|
Added margined to Group and reworked the test. Now for spacing.
|
2014-10-16 19:35:50 -04:00 |
button_darwin.go
|
Migrated the Mac OS X basic controls.
|
2014-10-18 15:44:56 -04:00 |
button_unix.go
|
Did most of the GTK+ migration.
|
2014-10-17 20:02:34 -04:00 |
button_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
checkbox_darwin.go
|
Migrated the Mac OS X basic controls.
|
2014-10-18 15:44:56 -04:00 |
checkbox_unix.go
|
Did most of the GTK+ migration.
|
2014-10-17 20:02:34 -04:00 |
checkbox_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
common_windows.c
|
Fixed paintControlBackground() on Windows; there is no longera guarantee of every control being put on top of a container.
|
2014-10-18 09:26:28 -04:00 |
container.go
|
Added margined to Group and reworked the test. Now for spacing.
|
2014-10-16 19:35:50 -04:00 |
container_darwin.go
|
Started the Mac OS X conversion.
|
2014-10-18 14:17:35 -04:00 |
container_darwin.m
|
Started the Mac OS X conversion.
|
2014-10-18 14:17:35 -04:00 |
container_unix.c
|
Figured out what to do about containers in GTK+ and applied it to Group.
|
2014-10-17 22:28:23 -04:00 |
container_unix.go
|
Fixed control positioning on GTK+. This will also "fix" control positioning on Windows; next commit.
|
2014-10-18 08:57:53 -04:00 |
container_windows.c
|
Implemented container.bounds() on Windows.
|
2014-10-18 09:06:17 -04:00 |
container_windows.go
|
Implemented container.bounds() on Windows.
|
2014-10-18 09:06:17 -04:00 |
control.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
control_darwin.go
|
Started the Mac OS X conversion.
|
2014-10-18 14:17:35 -04:00 |
control_unix.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
control_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
grid.go
|
Fixed control positioning on GTK+. This will also "fix" control positioning on Windows; next commit.
|
2014-10-18 08:57:53 -04:00 |
group_unix.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
group_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
label_darwin.go
|
Migrated the Mac OS X basic controls.
|
2014-10-18 15:44:56 -04:00 |
label_unix.go
|
Did most of the GTK+ migration.
|
2014-10-17 20:02:34 -04:00 |
label_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
objc_darwin.h
|
Started the Mac OS X conversion.
|
2014-10-18 14:17:35 -04:00 |
simplegrid.go
|
Fixed control positioning on GTK+. This will also "fix" control positioning on Windows; next commit.
|
2014-10-18 08:57:53 -04:00 |
stack.go
|
Fixed control positioning on GTK+. This will also "fix" control positioning on Windows; next commit.
|
2014-10-18 08:57:53 -04:00 |
tab_unix.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
tab_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
table_unix.go
|
Did most of the GTK+ migration.
|
2014-10-17 20:02:34 -04:00 |
table_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
textfield_darwin.go
|
Migrated the Mac OS X basic controls.
|
2014-10-18 15:44:56 -04:00 |
textfield_unix.go
|
Fixed compiler errors. Now to fix runtime errors! Woo!
|
2014-10-17 23:14:00 -04:00 |
textfield_windows.go
|
Fixed parenting weirdnesses.
|
2014-10-18 12:47:19 -04:00 |
winapi_windows.h
|
Implemented container.bounds() on Windows.
|
2014-10-18 09:06:17 -04:00 |
window.go
|
Started the work for margins; implemented for Window.
|
2014-10-14 22:04:32 -04:00 |
window_unix.go
|
Migrated GTK+ Window.
|
2014-10-17 22:40:05 -04:00 |
window_windows.c
|
Removed the whole store**HWND spiel. No longer works properly (nil pointers woo).
|
2014-10-16 13:53:05 -04:00 |
window_windows.go
|
Removed the whole store**HWND spiel. No longer works properly (nil pointers woo).
|
2014-10-16 13:53:05 -04:00 |
yz_repaint_test.go
|
Forgot the modified test, oops.
|
2014-10-17 13:16:36 -04:00 |
zz_test.go
|
Implemented Padded in SImpleGrid.
|
2014-10-17 13:08:54 -04:00 |