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