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