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
/
uitask_windows.go
Age
Commit message (
Expand
)
Author
2014-08-14
Added C99 to the Windows and GTK+ cgo CFLAGS after Ian Taylor confirmed it wa...
Pietro Gagliardi
2014-08-12
Migrated all Common Controls version 6 initialization on the Windows backend ...
Pietro Gagliardi
2014-08-11
Fixed the weird crash with calling Do() recursively; woo!
Pietro Gagliardi
2014-08-05
Fixed errors with Area on Windows. Woo!
Pietro Gagliardi
2014-08-05
Fixed lots of syntax errors, including one where I forgot a parameter to a Wi...
Pietro Gagliardi
2014-08-04
Split layout and Window on Windows to use two separate window classes. This i...
Pietro Gagliardi
2014-07-25
Implemented Tab on Windows.
Pietro Gagliardi
2014-07-19
Removed Request completely, also updating the uitask files. Also renamed xper...
Pietro Gagliardi
2014-07-18
Fixed all the remaining compiler errors. C conversion works!
Pietro Gagliardi
2014-07-17
Migrated init_windows.go to C.
Pietro Gagliardi
2014-07-17
Began the drudgery of converting all the Windows code to use cgo, because I'm...
Pietro Gagliardi
2014-07-17
Migrated the comctl32.dll code and added all the window subclassing stuff. St...
Pietro Gagliardi
2014-07-17
Laid down the framework for control events on Windows. The only problem left ...
Pietro Gagliardi
2014-07-13
Some comment cleanup.
Pietro Gagliardi
2014-07-13
Added Stop() and implemented it on Windows.
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