summaryrefslogtreecommitdiff
path: root/common_windows.go
AgeCommit message (Expand)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-11added Center function to windowpapplampe
2014-06-10More go fmt.Pietro Gagliardi
2014-06-07Changed SetWindowLong() to SetWindowLongPtr() in the Windows backend. I forgo...Pietro Gagliardi
2014-06-04Removed TODOs about sign extension on Windows; situation resolved.Pietro Gagliardi
2014-06-03Removed a stray function from common_windows.go that both was not used and we...Pietro Gagliardi
2014-06-03Converted sysdata_windows.go to use the new string conversion setup from the ...Pietro Gagliardi
2014-06-03Added convenience functions to the Windows backend for UTF-16 string handling...Pietro Gagliardi
2014-05-26Merged windows_windows.go into common_windows.go.Pietro Gagliardi
2014-05-25Removed constants from common_windows.go. Almost done!Pietro Gagliardi
2014-05-25Changed most instances of var to const in the Windows code. Only one left...Pietro Gagliardi
2014-05-25Renamed _LPARAM._X()/_LPARAM._Y() to _LPARAM.X()/_LPARAM.Y(): it doesn't matt...Pietro Gagliardi
2014-05-11Consistency change: all Windows API structure field names now match case-wise...Pietro Gagliardi
2014-04-13Migrated cursors_windows.go and icons_windows.go.Pietro Gagliardi
2014-04-12Removed the GDI+ dependency on Windows since we no longer use it.Pietro Gagliardi
2014-04-11Rewrote Area code on Windows to use alpha-premultiplied RGB and only use GDI ...Pietro Gagliardi
2014-04-02Forced Common Controls version 6 on Windows by embedding the needed manifest in.Pietro Gagliardi
2014-03-25Added Area mouse events on Windows. Also more TODOs.Pietro Gagliardi
2014-03-24Added GDI+ to the package's Windows version: DLL loaded, initialized, and shu...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-02-25Added Windows implementation of ProgressBar and the requisite comctl32.dll code.Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-15Removed a TODO regarding Windows Common Controls because I'm not going to be ...Pietro Gagliardi
2014-02-15More TODO reduction.Pietro Gagliardi
2014-02-14Now that we have sysData.text() we no longer need the getText() that needed t...Pietro Gagliardi
2014-02-11Moved some more data structures to common_windows.go and made more things pri...Pietro Gagliardi
2014-02-11Added _windows.go extensions to all the files in preparation for the library ...Pietro Gagliardi