examples /widgetgallery
Whoops, forgot to document NewStandaloneLabel()'s demise and amend the example program. Fixed.
2014-10-18 17:40:29 -04:00
gtkpopover
More GTK+ Popover work. I should probably make this a proper widget.
2014-10-10 22:49:03 -04:00
mergeback
...in with the new.
2014-08-30 23:02:02 -04:00
popover
More attempted GTK+ Popover work.
2014-10-11 17:01:14 -04:00
proposals
...in with the new.
2014-08-30 23:02:02 -04:00
wintable
More image list refinements.
2014-10-21 14:39:46 -04:00
LICENSE
Added license and README.
2014-02-17 18:38:50 -05:00
README.md
Updated the README and TODO lists.
2014-10-28 00:16:43 -04:00
area.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
area_darwin.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
area_darwin.m
...in with the new.
2014-08-30 23:02:02 -04:00
area_unix.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
area_windows.c
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
area_windows.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
assortednotes.md
Out with the old...
2014-08-30 23:01:08 -04:00
basicctrls.go
Added ProgressBar and implemented it on GTK+.
2014-11-04 08:48:36 -05:00
basicctrls_darwin.m
Started the OS X implementation of Textbox.
2014-10-24 16:11:53 -04:00
basicctrls_windows.c
Started the work for Spinbox.OnChanged() on Windows with the edit control.
2014-11-02 20:49:39 -05:00
button_darwin.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
button_unix.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
button_windows.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
checkbox_darwin.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
checkbox_unix.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
checkbox_windows.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
comctl32_windows.c
Added the initial Windows Spinbox code.
2014-10-28 15:46:13 -04:00
common_darwin.go
...in with the new.
2014-08-30 23:02:02 -04:00
common_darwin.m
Started the OS X implementation of Textbox.
2014-10-24 16:11:53 -04:00
common_unix.go
...in with the new.
2014-08-30 23:02:02 -04:00
common_windows.c
Switched from using SaveDC()/RestoreDC() to just calling SetWindowOrgEx() again in the WM_CTLCOLOR** shared handler. Doesn't fix performance the way I was hoping it would, but still better.
2014-10-30 08:36:14 -04:00
common_windows.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
compatibility.md
More future compatibility stuff.
2014-10-28 10:44:23 -04:00
container.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
container_darwin.go
Added the initial implementaiton of Spinbox on Mac OS X. It doesn't quite work yet.
2014-10-29 12:12:00 -04:00
container_darwin.m
Restructured container on Mac OS X likewise. Still have to test.
2014-10-27 23:57:54 -04:00
container_unix.c
Migrated the GTK+ backend to the new new container system in which containers are no longer full controls but are still used to hold more than one control and handle the resizing entirely on their own.
2014-10-27 15:21:47 -04:00
container_unix.go
Migrated the GTK+ backend to the new new container system in which containers are no longer full controls but are still used to hold more than one control and handle the resizing entirely on their own.
2014-10-27 15:21:47 -04:00
container_windows.c
Removed the gouicontainer window class from the Windows backend; it is no longer needed.
2014-10-27 10:19:39 -04:00
container_windows.go
Removed the gouicontainer window class from the Windows backend; it is no longer needed.
2014-10-27 10:19:39 -04:00
control.go
Reimplemented Control.containerShow()/Control.containerHide(). Will be needed to fully move Tab on Windows away from container.
2014-10-26 15:15:13 -04:00
control_darwin.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
control_darwin.m
Used the alignment rect instead of the frame for laying out and sizing controls on Mac OS X. Also updated the future plans document.
2014-10-24 19:13:18 -04:00
control_unix.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
control_windows.c
...in with the new.
2014-08-30 23:02:02 -04:00
control_windows.go
Reimplemented Control.containerShow()/Control.containerHide(). Will be needed to fully move Tab on Windows away from container.
2014-10-26 15:15:13 -04:00
dialog.go
...in with the new.
2014-08-30 23:02:02 -04:00
dialog_darwin.go
...in with the new.
2014-08-30 23:02:02 -04:00
dialog_darwin.m
...in with the new.
2014-08-30 23:02:02 -04:00
dialog_unix.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
dialog_windows.c
Resolved TODO about OpenFile() on GTK+ returning NULL.
2014-08-31 19:07:55 -04:00
dialog_windows.go
...in with the new.
2014-08-30 23:02:02 -04:00
doc.go
...in with the new.
2014-08-30 23:02:02 -04:00
events_darwin.go
...in with the new.
2014-08-30 23:02:02 -04:00
events_notdarwin.go
...in with the new.
2014-08-30 23:02:02 -04:00
future
More future plans.
2014-11-04 07:38:04 -05:00
grid.go
Removed container from SimpleGrid and Grid. This is necessary to do now, alas; the Windows gouicontainers left over weren't being hidden, causing undesirable Tab behavior.
2014-10-26 21:33:52 -04:00
group_darwin.go
Fixed Mac OS X issues.
2014-10-28 00:13:18 -04:00
group_unix.go
More TODOs.
2014-10-27 15:23:52 -04:00
group_windows.go
Fixed Group on Windows not sending events to children. I /think/ we're done with container madness on the Windows backend...
2014-10-27 10:41:10 -04:00
gtk_unix.h
...in with the new.
2014-08-30 23:02:02 -04:00
imagelist.go
...in with the new.
2014-08-30 23:02:02 -04:00
imagelist_darwin.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
imagelist_darwin.m
...in with the new.
2014-08-30 23:02:02 -04:00
imagelist_unix.go
Changed deprecated gdk_pixbuf_unref() call to g_object_unref() in GTK+ ImageList.
2014-10-11 17:35:01 -04:00
imagelist_windows.c
...in with the new.
2014-08-30 23:02:02 -04:00
imagelist_windows.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
init_windows.c
...in with the new.
2014-08-30 23:02:02 -04:00
label_darwin.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
label_unix.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
label_windows.go
Added Textbox and implemented it on Windows.
2014-10-23 16:54:21 -04:00
objc_darwin.h
Implemented the previous commit's stuff on Mac OS X.
2014-10-30 14:35:31 -04:00
prevlib.tar
Out with the old...
2014-08-30 23:01:08 -04:00
progressbar_unix.go
Actually added GTK+ ProgressBar this time.
2014-11-04 08:49:10 -05:00
scrapped
...in with the new.
2014-08-30 23:02:02 -04:00
simplegrid.go
Removed container from SimpleGrid and Grid. This is necessary to do now, alas; the Windows gouicontainers left over weren't being hidden, causing undesirable Tab behavior.
2014-10-26 21:33:52 -04:00
spinbox_darwin.go
Added Spinbox.OnChanged() and implemented it on GTK+ and Mac OS X. Implementing it on Windows is going to be a pain...
2014-10-31 19:57:48 -04:00
spinbox_darwin.m
Added Spinbox.OnChanged() and implemented it on GTK+ and Mac OS X. Implementing it on Windows is going to be a pain...
2014-10-31 19:57:48 -04:00
spinbox_unix.go
Added Spinbox.OnChanged() and implemented it on GTK+ and Mac OS X. Implementing it on Windows is going to be a pain...
2014-10-31 19:57:48 -04:00
spinbox_windows.go
Finished implementing Windows Spinbox.OnChanged().
2014-11-03 23:16:48 -05:00
stack.go
De-container-ized Stack.
2014-10-26 20:08:53 -04:00
tab_darwin.go
Fixed Mac OS X issues.
2014-10-28 00:13:18 -04:00
tab_darwin.m
...in with the new.
2014-08-30 23:02:02 -04:00
tab_unix.go
Migrated the GTK+ backend to the new new container system in which containers are no longer full controls but are still used to hold more than one control and handle the resizing entirely on their own.
2014-10-27 15:21:47 -04:00
tab_windows.c
Okay, REALLY fixed the redraw issues now. A few wacky drawing issues remain, but... not THIS.
2014-10-30 08:48:36 -04:00
tab_windows.go
Reverted to resizing all tabs equally; keeps code simple.
2014-10-26 18:52:48 -04:00
table.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
table_darwin.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
table_darwin.m
...in with the new.
2014-08-30 23:02:02 -04:00
table_unix.c
Fixed Tables on GTK+ not updating properly. Should have done this ages ago, argh
2014-10-19 17:10:16 -04:00
table_unix.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
table_windows.c
...in with the new.
2014-08-30 23:02:02 -04:00
table_windows.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
textbox_darwin.go
Added Mac OS X Textbox Go-side implementation. Doesn't quite work yet.
2014-10-24 16:38:23 -04:00
textbox_unix.go
Implemented Textbox on GTK+.
2014-10-23 18:13:00 -04:00
textbox_windows.go
Added Textbox and implemented it on Windows.
2014-10-23 16:54:21 -04:00
textfield_darwin.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
textfield_unix.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
textfield_windows.go
Added Textbox and implemented it on Windows.
2014-10-23 16:54:21 -04:00
uitask.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
uitask_darwin.go
...in with the new.
2014-08-30 23:02:02 -04:00
uitask_darwin.m
...in with the new.
2014-08-30 23:02:02 -04:00
uitask_unix.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
uitask_windows.c
...in with the new.
2014-08-30 23:02:02 -04:00
uitask_windows.go
Removed the gouicontainer window class from the Windows backend; it is no longer needed.
2014-10-27 10:19:39 -04:00
warningpopover_darwin.m
More TODOs.
2014-09-23 14:53:03 -04:00
winapi_windows.h
Started the work for Spinbox.OnChanged() on Windows with the edit control.
2014-11-02 20:49:39 -05:00
window.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
window_darwin.go
Fixed Mac OS X issues.
2014-10-28 00:13:18 -04:00
window_darwin.m
Restructured container on Mac OS X likewise. Still have to test.
2014-10-27 23:57:54 -04:00
window_unix.go
Migrated the GTK+ backend to the new new container system in which containers are no longer full controls but are still used to hold more than one control and handle the resizing entirely on their own.
2014-10-27 15:21:47 -04:00
window_windows.c
Okay, REALLY fixed the redraw issues now. A few wacky drawing issues remain, but... not THIS.
2014-10-30 08:48:36 -04:00
window_windows.go
Began migrating the Windows code away from using container entirely. This is going to be a mess for Tab... hopefully only a short-term one.
2014-10-26 14:43:45 -04:00
yz_icons_test.go
go fmt. Precursor to bug report filing.
2014-10-02 10:05:53 -04:00
yz_repaint_test.go
Merged new container/sizing stuff.
2014-10-18 17:03:07 -04:00
zz_test.go
Added ProgressBar and implemented it on GTK+.
2014-11-04 08:48:36 -05:00