index
:
jcarr/ui
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
/
control.go
Age
Commit message (
Expand
)
Author
2018-08-26
Migrate the link_darwin_amd64.go and control.go files back; fixed up errors i...
Pietro Gagliardi
2018-08-26
Moved all the Go files out of the way again, this time so we can migrate them...
Pietro Gagliardi
2018-08-12
Fixed build errors.
Pietro Gagliardi
2018-08-11
And readded some helper code for the containers.
Pietro Gagliardi
2018-08-11
More control conversion and syncing.
Pietro Gagliardi
2018-08-11
Created a new Control setup; wrote Button for it.
Pietro Gagliardi
2018-08-11
Moved the existing .go files out of the way and replaced ui.h with the alpha4...
Pietro Gagliardi
2015-12-12
Added Button and Checkbox.
Pietro Gagliardi
2015-12-12
Added uiWindow.
Pietro Gagliardi
2015-12-12
Added code for Controls.
Pietro Gagliardi
2015-12-11
LET'S GET THIS FINAL REWRITE EVER STARTED
Pietro Gagliardi
2014-10-26
Reimplemented Control.containerShow()/Control.containerHide(). Will be needed...
Pietro Gagliardi
2014-10-18
Merged new container/sizing stuff.
Pietro Gagliardi
2014-10-02
go fmt. Precursor to bug report filing.
Pietro Gagliardi
2014-08-30
...in with the new.
Pietro Gagliardi
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-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-10
More go fmt.
Pietro Gagliardi
2014-03-30
Updated the documentation: Area now works on all platforms, Modifiers behavio...
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-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-09
Removed error returns from Control.preferredSize() since errors are not going...
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-02-24
Added Control.preferredSize() and preferredSize() for all the standard Controls.
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-17
Removed all //package ui comments.
Pietro Gagliardi
2014-02-14
Renamed Control.apply() to Control.make().
Pietro Gagliardi
2014-02-13
Removed Control.setParent() as the parent/child hierarchy is now unidirectional.
Pietro Gagliardi
2014-02-13
Added sizing of windows and the main window control. It presently deadlocks; ...
Pietro Gagliardi
2014-02-12
Adjusted Control and Window for the new system.
Pietro Gagliardi
2014-02-12
Added buttons.
Pietro Gagliardi
2014-02-12
Set up restrictions tracking. Added a restriction that a window and its contr...
Pietro Gagliardi
2014-02-11
Started implementing the public API: added the Window and Control types and t...
Pietro Gagliardi