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.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-03
Added Post() and implemented it on Windows.
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
Removed WindowHandler.
Pietro Gagliardi
2014-06-30
Made Window.Closing a callback closure.
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
Implemented the new events in the portable code.
Pietro Gagliardi
2014-06-28
Migrated window.go and sysdata.go to the new API. Controls will need to be mi...
Pietro Gagliardi
2014-06-26
Added Checkbox.SetChecked() and implemented it on GTK+.
Pietro Gagliardi
2014-06-25
Made the new sizing system work on Windows.
Pietro Gagliardi
2014-06-25
Began the work for moving everything to the new control sizing system.
Pietro Gagliardi
2014-06-25
Added the necessary work to make new regular Labels work on the other platforms.
Pietro Gagliardi
2014-06-11
Fixed the implementation of sysData.center() on Windows to be thread-safe; al...
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-06-09
Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) a...
Pietro Gagliardi
2014-05-29
Checked to see if the previous commit worked after removing the leftover Comb...
Pietro Gagliardi
2014-05-17
Found a method in NSArrayController via Stack Overflow which lets me suppress...
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-07
Split out the common resizing code into its own function so that it's all in ...
Pietro Gagliardi
2014-04-01
Removed the initText parameter from sysData.make() and changed all invocation...
Pietro Gagliardi
2014-04-01
Changed the cSysData dummy functions to an interface that a dummy sysData ins...
Pietro Gagliardi
2014-03-23
Added Area resizing. Everything mostly works, but not making things smaller...
Pietro Gagliardi
2014-03-17
Changed the new resizing code so that it uses the same allocated slice per wi...
Pietro Gagliardi
2014-03-17
Changed window resizes so that the actual Control.setRect() functions appende...
Pietro Gagliardi
2014-03-16
Changed Area to use a delegate handler object that implements the new AreaHan...
Pietro Gagliardi
2014-03-15
Added portable code for Area's MouseEvent.
Pietro Gagliardi
2014-03-14
Added Area support in sysdata.go so the package can compile again. Now to do ...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Removed ui.Event(); all event channels are initialized with their objects now.
Pietro Gagliardi
2014-03-11
Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...
Pietro Gagliardi
2014-03-10
Removed error returns from sysData.setText() now that we no longer care.
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-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-02-25
Added password entry fields; they are the alternate mode of LineEdit.
Pietro Gagliardi
2014-02-25
Added portable parts of ProgressBar.
Pietro Gagliardi
2014-02-23
Added the preferred widget size basework and its GTK+ implementation.
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
Buffered the event channels, as per skelterjohn's suggestion; I thought this ...
Pietro Gagliardi
2014-02-18
Made event dispatch asynchronous to avoid deadlocks; right now events that ca...
Pietro Gagliardi
2014-02-15
Added Combobox.Delete() and Listbox.Delete() and added some TODOs.
Pietro Gagliardi
2014-02-15
More error handling reduction.
Pietro Gagliardi
2014-02-15
Reduced the number of unnecessary error returns based on MSDN. The TODOs that...
Pietro Gagliardi
2014-02-15
Removed setting the initial width and height in sysData.make() (this gets rid...
Pietro Gagliardi
2014-02-15
Added sysData.setWindowSize(), which will simplify a few things in Window.Ope...
Pietro Gagliardi
[next]