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
/
init.go
Age
Commit message (
Expand
)
Author
2014-07-01
Renamed init.go to uitask.go because that should have been done ages ago.
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
Migrated uitask_windows.go to the new API.
Pietro Gagliardi
2014-06-28
Migrated init.go to the new API. This should probably be renamed now.
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-10
More go fmt.
Pietro Gagliardi
2014-06-02
Resolved command-line handling in the GTK+ backend by not doing it and docume...
Pietro Gagliardi
2014-04-28
Removed a TODO from init.go that was already in the future plans document.
Pietro Gagliardi
2014-04-10
Documented that event channels can be assigned to each other to collapse events.
Pietro Gagliardi
2014-04-06
Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Added a note in ui.Go() about it needing to be run from main().
Pietro Gagliardi
2014-03-05
Update ui.Go() documentation to show that it will return nil when its main() ...
Pietro Gagliardi
2014-03-01
Documentation and TODO changes.
Pietro Gagliardi
2014-03-01
Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...
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
Added message boxes and adjusted init() accordingly to display one on failure.
Pietro Gagliardi
2014-02-11
Added the init and testing main functions and started fixing errors. Let's fi...
Pietro Gagliardi