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
/
redo
Age
Commit message (
Expand
)
Author
2014-07-13
Implemented Stop() on GTK+.
Pietro Gagliardi
2014-07-13
Some comment cleanup.
Pietro Gagliardi
2014-07-13
Changed the semantics of uitask() to allow it to handle recursive main loops ...
Pietro Gagliardi
2014-07-13
Added Stop() and implemented it on Windows.
Pietro Gagliardi
2014-07-12
Pinned down event behavior of Windows.Close().
Pietro Gagliardi
2014-07-12
Added zconstants regeneration script.
Pietro Gagliardi
2014-07-12
Implemented Window.Close() on Windows.
Pietro Gagliardi
2014-07-12
More TODOs.
Pietro Gagliardi
2014-07-12
Fixed the Windows code. Now to implement closing properly.
Pietro Gagliardi
2014-07-12
Finished writing initial Windows implementation. Now to find out why it doesn...
Pietro Gagliardi
2014-07-11
Added function generation to zwinconstgen.go. cgo uses DWARF to get function ...
Pietro Gagliardi
2014-07-11
More zwinconstgen.go work.
Pietro Gagliardi
2014-07-11
More zwinconstgen.go output refinement.
Pietro Gagliardi
2014-07-11
More refinement of struct output in zwinconstgen.go.
Pietro Gagliardi
2014-07-11
Added a handler for embedded structure values in zwinconstgen.go.
Pietro Gagliardi
2014-07-11
Added an attempt at overriding HWND, etc. in the zwinconstgen.go type generat...
Pietro Gagliardi
2014-07-11
Fixed up output of zwinconstgen.go to some extent.
Pietro Gagliardi
2014-07-11
Improved the structure type output of zwinconstgen.go.
Pietro Gagliardi
2014-07-11
Converted zwinconstgen.go to use a template to generate its output.
Pietro Gagliardi
2014-07-11
Added basic struct parsing to zwinconstgen.go.
Pietro Gagliardi
2014-07-11
Fixed compiler errors in zwinconstgen.go output.
Pietro Gagliardi
2014-07-11
Added beginning of Windows init code.
Pietro Gagliardi
2014-07-10
Actually never mind I'm dumb there's no Windows files yet
Pietro Gagliardi
2014-07-10
Moved winconstgen.go into a tools/ folder because blah more than one package ...
Pietro Gagliardi
2014-07-10
Fixed compilation errors in zwinconstgen.go.
Pietro Gagliardi
2014-07-09
Added the beginning of a modified winconstgen.go that'll be more thorough tha...
Pietro Gagliardi
2014-07-08
Implemented window closing on Mac OS X. This drops the "single delegate objec...
Pietro Gagliardi
2014-07-08
Switched to using Grand Central Dispatch and Objective-C blocks in the Mac OS...
Pietro Gagliardi
2014-07-08
Added the beginning of the Mac OS X code.
Pietro Gagliardi
2014-07-08
Implemented the Window OnClosing() event on GTK+. It works!
Pietro Gagliardi
2014-07-08
Defined events.
Pietro Gagliardi
2014-07-08
Fixed runtime crashes for now. Whee, we have a window again!
Pietro Gagliardi
2014-07-08
Fixed other compilation errors and added a test file. Now to figure out why t...
Pietro Gagliardi
2014-07-08
Made event handlers more robust.
Pietro Gagliardi
2014-07-07
Fixed most compilation errors and added GTK+ string helper functions to commo...
Pietro Gagliardi
2014-07-07
Added gtk_unix.h from the old ui; removed the line about gdk-pixbuf. Let's ho...
Pietro Gagliardi
2014-07-07
Added Go() and the GTK+ uitask functions.
Pietro Gagliardi
2014-07-07
Made event handler setters return a Request, implemented stubs on GTK+ so I c...
Pietro Gagliardi
2014-07-07
Added the GTK+ implementation of Window, added the Window constructors, and r...
Pietro Gagliardi
2014-07-07
Added Window to the redo.
Pietro Gagliardi
2014-07-07
Added GetNewButton as a helper function and split the other controls to xcont...
Pietro Gagliardi
2014-07-07
Added beginning of Unix Control reimplementation.
Pietro Gagliardi
2014-07-07
Started the redo Control system.
Pietro Gagliardi
2014-07-06
Added the new common uitask code to the redo.
Pietro Gagliardi
2014-07-06
Added the Request model of the new, concurrent API.
Pietro Gagliardi