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
/
button.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
Created a new Control setup; wrote Button for it.
Pietro Gagliardi
2018-08-11
Moved all the Go files back out of the way. There needs to be a better way.
Pietro Gagliardi
2018-08-11
Started migrating controls back. These first few are unchanged.
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-19
Wrote up Area for real this time.
Pietro Gagliardi
2015-12-12
Added Button and Checkbox.
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-07-01
Made Button.Clicked a callback.
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
Implemented the new events in the portable code.
Pietro Gagliardi
2014-06-28
Began the migration to the new API. Removed locks from the public control API...
Pietro Gagliardi
2014-06-25
Made the new sizing system work on Windows.
Pietro Gagliardi
2014-06-25
Migrated existing controls to the new 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-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-18
Restored the locks everywhere except on resizing calculations. I'll run under...
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-17
Dumped the mutex locks from the other controls and elaborated/asked for help ...
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 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-25
Documentation fixups.
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-18
Buffered the event channels, as per skelterjohn's suggestion; I thought this ...
Pietro Gagliardi
2014-02-15
Gave all relevant controls matching SetText()/Text() pairs. Also added a TODO...
Pietro Gagliardi
2014-02-15
Removed setting the initial width and height in sysData.make() (this gets rid...
Pietro Gagliardi
2014-02-14
Handled all controls's created field.
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
Fixed compiler errors. New code structure success!
Pietro Gagliardi
2014-02-12
Whoops, forgot to turn Button.sysData.clicked into Button.sysData.event.
Pietro Gagliardi
2014-02-12
Modified Button for the new changes. Now I just need to actually create the w...
Pietro Gagliardi
2014-02-12
Whoops, forgot to add button.go itself :|
Pietro Gagliardi