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-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
2014-02-25
Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-18
Made event dispatch asynchronous to avoid deadlocks; right now events that ca...
Pietro Gagliardi
2014-02-17
Removed all //package ui comments.
Pietro Gagliardi
2014-02-17
Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all con...
Pietro Gagliardi
2014-02-16
Added GTK+ listboxes... sort of. This whole thing is so broken it's funny.
Pietro Gagliardi
2014-02-16
Added GTK+ Labels.
Pietro Gagliardi
2014-02-16
Fixed layout failure... for now.
Pietro Gagliardi
2014-02-16
Added GTK+ LineEdit. It appears there's something weird happening now...
Pietro Gagliardi
2014-02-16
Added alternate control style building... mostly...
Pietro Gagliardi
2014-02-16
Added crash guard for making alternates (to get editable comboboxes).
Pietro Gagliardi
2014-02-16
...derp, it was my crash guard failing.
Pietro Gagliardi
2014-02-16
Added GTK+ comboboxes. ...and THESE aren't being positioned properly, sigh...
Pietro Gagliardi
2014-02-16
Added the GTK+ equivalent of Window.Title() and Button.Text() in preparation ...
Pietro Gagliardi
2014-02-16
Added Checkbox to GTK+. Also added a TODO about crashes.
Pietro Gagliardi
2014-02-16
Removed some debugging prints.
Pietro Gagliardi
2014-02-16
Added window (and thus control) resizing. Other bugs have been fixed along th...
Pietro Gagliardi
2014-02-16
[GTK+] Added buttons. Things aren't quite being positioned properly yet thoug...
Pietro Gagliardi
2014-02-16
Added cgo-safe callback code for GTK+ signals. GTK+ signals work!
Pietro Gagliardi
2014-02-16
Added basic signal connection. I'm going to need to build a different callbac...
Pietro Gagliardi
2014-02-16
Added the beginning of the Unix (GTK+) implementation.
Pietro Gagliardi