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
/
window.go
Age
Commit message (
Expand
)
Author
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
2014-02-15
Fixed build errors in the previous commits.
Pietro Gagliardi
2014-02-15
Resolved some of window.go's TODOs.
Pietro Gagliardi
2014-02-14
Window-related TODOs.
Pietro Gagliardi
2014-02-14
Windows no longer need to be Controls after I reworked the parent-child syste...
Pietro Gagliardi
2014-02-14
Renamed Control.apply() to Control.make().
Pietro Gagliardi
2014-02-14
Changed manual sysData construction to use a helper function instead.
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
[next]