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
/
common_windows.go
Age
Commit message (
Expand
)
Author
2014-05-11
Consistency change: all Windows API structure field names now match case-wise...
Pietro Gagliardi
2014-04-13
Migrated cursors_windows.go and icons_windows.go.
Pietro Gagliardi
2014-04-12
Removed the GDI+ dependency on Windows since we no longer use it.
Pietro Gagliardi
2014-04-11
Rewrote Area code on Windows to use alpha-premultiplied RGB and only use GDI ...
Pietro Gagliardi
2014-04-02
Forced Common Controls version 6 on Windows by embedding the needed manifest in.
Pietro Gagliardi
2014-03-25
Added Area mouse events on Windows. Also more TODOs.
Pietro Gagliardi
2014-03-24
Added GDI+ to the package's Windows version: DLL loaded, initialized, and shu...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-02-25
Added Windows implementation of ProgressBar and the requisite comctl32.dll code.
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-15
Removed a TODO regarding Windows Common Controls because I'm not going to be ...
Pietro Gagliardi
2014-02-15
More TODO reduction.
Pietro Gagliardi
2014-02-14
Now that we have sysData.text() we no longer need the getText() that needed t...
Pietro Gagliardi
2014-02-11
Moved some more data structures to common_windows.go and made more things pri...
Pietro Gagliardi
2014-02-11
Added _windows.go extensions to all the files in preparation for the library ...
Pietro Gagliardi