summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
AgeCommit message (Expand)Author
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-07-01Fixed indeterminate progress bars on GTK+. This specific fix also avoids any ...Pietro Gagliardi
2014-07-01Converted the GTK+ backend to use the new uitask. Indeterminate progressbars ...Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Migrated the GTK+ backend to the new API.Pietro Gagliardi
2014-06-26Added Checkbox.SetChecked() and implemented it on GTK+.Pietro Gagliardi
2014-06-25Split Label into a non-aligned standalone label and an aligned regular label....Pietro Gagliardi
2014-06-11Implemented Window.Center() on GTK+.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-09Had Area.SetSize() explicitly labelled as repainting the whole Area; made sur...Pietro Gagliardi
2014-06-09Implemented Area.RepaintAll() on GTK+.Pietro Gagliardi
2014-06-06Made the preferred size of an Area its size on GTK+ as well.Pietro Gagliardi
2014-06-01Changed Unix Area WM_ACTIVATE equivalent handling to use enter-notify-event a...Pietro Gagliardi
2014-05-29Checked to see if the previous commit worked after removing the leftover Comb...Pietro Gagliardi
2014-05-23Attempted to add focus change support to the new GTK+ high-order click code l...Pietro Gagliardi
2014-05-23Added custom double-click/triple-click/higher-order click handling to GTK+ Ar...Pietro Gagliardi
2014-05-19Removed the extra #cgo directives from the Unix files. cgo collects directive...Pietro Gagliardi
2014-05-17Found a method in NSArrayController via Stack Overflow which lets me suppress...Pietro Gagliardi
2014-04-27Removed TODO about returning container before connecting signals in sysdata_u...Pietro Gagliardi
2014-04-15Settled window sizing for GTK+; moved the respective TODO to future plans.Pietro Gagliardi
2014-04-12Fixed Listboxes on Mac OS X having an initial selection.Pietro Gagliardi
2014-04-12Fixed Comboboxes on Mac OS X having an initial selection. This also lays the ...Pietro Gagliardi
2014-04-08Slowed GTK+ indeterminate Progressbars down.Pietro Gagliardi
2014-04-01Removed the initText parameter from sysData.make() and changed all invocation...Pietro Gagliardi
2014-04-01Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...Pietro Gagliardi
2014-03-23Fixed the shrinking not working: the Cairo clip rect apparently can fall outs...Pietro Gagliardi
2014-03-23Added Area resizing. Everything mostly works, but not making things smaller...Pietro Gagliardi
2014-03-18Added the framework code for handling keyboard events in GTK+ Areas. Oh boy.....Pietro Gagliardi
2014-03-15Added (untested) GTK+ implementation of Area's mouse events.Pietro Gagliardi
2014-03-15Allowed GTK+ windows to be resized smaller than the size request of the contr...Pietro Gagliardi
2014-03-14Provided a way to connect child widget signals in the GTK+ sysData and connec...Pietro Gagliardi
2014-03-14Hacked around the cairo issue for now; hooked everything together and fixed a...Pietro Gagliardi
2014-03-14Major overhaul of the way GTK+ events are handled. Closures that perform even...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Added GTK+ indeterminate ProgressBars.Pietro Gagliardi
2014-03-11Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...Pietro Gagliardi
2014-03-10Fixed compiler errors in the previous few commits.Pietro Gagliardi
2014-03-10Removed error returns from sysData.setText() now that we no longer care.Pietro Gagliardi
2014-03-10Whoops, forgot Checkbox.Text() on GTK+. Fixed.Pietro Gagliardi
2014-03-09Removed now-unused error returns from sysData.show() and sysData.hide().Pietro Gagliardi
2014-03-09Split sysData.show() into separate show() and firstShow() to accomodate Windo...Pietro Gagliardi
2014-03-09Steamrolled errors under panic() in Combobox/Listbox.Append()/InsertBefore() ...Pietro Gagliardi
2014-03-09Removed gListboxSelected; it was never being called anyway (only gListboxSele...Pietro Gagliardi
2014-03-08Added Combobox/Listbox.Len() and its GTK+ implementation.Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-03-03Removed crash guards from the Mac OS X sysData code. Also removed some leftov...Pietro Gagliardi
2014-02-25Added password entry fields; they are the alternate mode of LineEdit.Pietro Gagliardi