summaryrefslogtreecommitdiff
path: root/window.go
AgeCommit message (Expand)Author
2018-08-26Migrated window.go, box.go, button.go, and checkbox.go back.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-11Un-intmax_t'd everything.Pietro Gagliardi
2018-08-11Migrated the containers.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-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-08-31Changed Grid to SimpleGrid in preparation for a better Grid.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-03Added Post() and implemented it on Windows.Pietro Gagliardi
2014-07-03Removed uitask and made the Window creation functions only callable from the ...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-07-01Restructured uitask to accept a limited range of actions. Implemented this on...Pietro Gagliardi
2014-07-01Made the default action for Window.Closing reject the close request.Pietro Gagliardi
2014-07-01Removed WindowHandler.Pietro Gagliardi
2014-06-30Made Window.Closing a callback closure.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...Pietro Gagliardi
2014-06-28Decided to make dialogs code-modal; will figure out how to get the behavior I...Pietro Gagliardi
2014-06-28Adjusted window.go to make safe functions actually safe.Pietro Gagliardi
2014-06-28Added rewrite of most of the dialog system for the new API. The Windows API i...Pietro Gagliardi
2014-06-28Documented the new Window.Closing behavior.Pietro Gagliardi
2014-06-28Implemented the new events in the portable code.Pietro Gagliardi
2014-06-28Migrated window.go and sysdata.go to the new API. Controls will need to be mi...Pietro Gagliardi
2014-06-25Made the new sizing system work on Windows.Pietro Gagliardi
2014-06-25Began the work for moving everything to the new control sizing system.Pietro Gagliardi
2014-06-11Fixed window.go from the previous commit to improve documentation and change ...Pietro Gagliardi
2014-06-11added Center function to windowpapplampe
2014-06-10Partial go fmt. Will do the rest over the next few commits. While I'm not too...Pietro Gagliardi
2014-06-03Big change to Window: split Open()'s functionality into Create() and Open(); ...Pietro Gagliardi
2014-06-03Quick changes: turned "Window has been opened" to "Window has been created" s...Pietro Gagliardi
2014-04-10Documented that event channels can be assigned to each other to collapse events.Pietro Gagliardi
2014-04-01Removed the initText parameter from sysData.make() and changed all invocation...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Removed ui.Event(); all event channels are initialized with their objects now.Pietro Gagliardi
2014-03-10Removed error returns from [all controls].SetText() and Window.SetTitle().Pietro Gagliardi
2014-03-09Removed error returns from Window.Show() and Window.Hide(). Also properly loc...Pietro Gagliardi
2014-03-09Split sysData.show() into separate show() and firstShow() to accomodate Windo...Pietro Gagliardi
2014-02-24And the uitask message fixed was the issue all along. Now it works.Pietro Gagliardi
2014-02-24Potential fix: show the window before getting control preferred sizes; need t...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-15Removed another TODO in window.go related to resizing. Also a note I forgot t...Pietro Gagliardi
2014-02-15Removed setting the initial width and height in sysData.make() (this gets rid...Pietro Gagliardi