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