summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
AgeCommit message (Expand)Author
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-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Rolled back all those changes; I'm stupid.Pietro Gagliardi
2014-06-30Converted the Windows backend to make uitask a function that runs the func() ...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...Pietro Gagliardi
2014-06-28Migrated sysdata_windows.go to the new API. Also more TODOs.Pietro Gagliardi
2014-06-26Implemented Checkbox.SetChecked() on Windows.Pietro Gagliardi
2014-06-26Allowed tab stops on Windows; see http://blogs.msdn.com/b/oldnewthing/archive...Pietro Gagliardi
2014-06-25Implemented new label behavior on Windows.Pietro Gagliardi
2014-06-12Made sysdata_windows.go send func()s to uitask and not uimsgs. This is also m...Pietro Gagliardi
2014-06-11Fixed the implementation of sysData.center() on Windows to be thread-safe; al...Pietro Gagliardi
2014-06-11added Center function to windowpapplampe
2014-06-10More go fmt.Pietro Gagliardi
2014-06-09Implemented RepaintAll() on Windows.Pietro Gagliardi
2014-06-09Resolved vertical alignment of labels on Windows.Pietro Gagliardi
2014-06-09Removed TODO about Windows label ellipsization; SS_LEFTNOWORDWRAP's docs say ...Pietro Gagliardi
2014-06-07Fixed the Windows 7 progressbar animation dumbness.Pietro Gagliardi
2014-06-07Changed SetWindowLong() to SetWindowLongPtr() in the Windows backend. I forgo...Pietro Gagliardi
2014-06-05Implemented code to save and restore control focus on Windows properly when s...Pietro Gagliardi
2014-06-05Changed Checkbox on Windows to use BS_CHECKBOX instead of BS_AUTOCHECKBOX; th...Pietro Gagliardi
2014-06-03Decided to panic in the hwnd sanity check in sysdata_windows.go; the situatio...Pietro Gagliardi
2014-06-03Migrated area_windows.go to the new string handling. I think that's it for co...Pietro Gagliardi
2014-06-03Migrated stdwndclass_windows.go to the new string handling.Pietro Gagliardi
2014-06-03Converted sysdata_windows.go to use the new string conversion setup from the ...Pietro Gagliardi
2014-05-30Changed storeSysData() on Windows to write the HWND to the sysData structure ...Pietro Gagliardi
2014-05-30Cleaned up the classType struct and sysData.make() in sysdata_windows.go to r...Pietro Gagliardi
2014-05-30Changed Areas on WIndows so that they all use the same window class, rather t...Pietro Gagliardi
2014-05-30Changed Areas on Windows to store their sysData inside the window memory inst...Pietro Gagliardi
2014-05-30Converted the standard Windows window class (for Window) to be a single class...Pietro Gagliardi
2014-05-30Moved the standard window class (for Window) on Windows to get the sysData po...Pietro Gagliardi
2014-05-29Checked to see if the previous commit worked after removing the leftover Comb...Pietro Gagliardi
2014-05-25Removed constants from windows_windows.go, controls_windows.go, and comctl_wi...Pietro Gagliardi
2014-05-25Removed CW_USEDEFAULT variable definition. It won't compile right now, but ou...Pietro Gagliardi
2014-05-25Changed most instances of var to const in the Windows code. Only one left...Pietro Gagliardi
2014-05-23Implemented triple-clicks and up on Windows.Pietro Gagliardi
2014-05-17Found a method in NSArrayController via Stack Overflow which lets me suppress...Pietro Gagliardi
2014-05-11Consistency change: all Windows API structure field names now match case-wise...Pietro Gagliardi
2014-04-28More Windows TODO cleanup/removal and future plans. The message-only window i...Pietro Gagliardi
2014-04-13Fixed Area test time label weirdness by making Labels truncate their text ins...Pietro Gagliardi
2014-04-13Rolled back the Windows horizontally scrolling Listbox changes because I can'...Pietro Gagliardi
2014-04-13Added horizontal scrollbars to Listboxes on Windows. Also fixed typos and bug...Pietro Gagliardi
2014-04-12Fixed Listboxes on Mac OS X having an initial selection.Pietro Gagliardi
2014-04-12Fixed Comboboxes on Mac OS X having an initial selection. This also lays the ...Pietro Gagliardi
2014-04-10More future plans and TODOs.Pietro Gagliardi
2014-04-02Fixed Listbox and LineEdit borders on Windows. Also more TODOs.Pietro Gagliardi
2014-04-02Fixed odd Listbox sizing on Windows. (Windows by default sizes List Box contr...Pietro Gagliardi
2014-04-01Changed the font loading on Windows to always load the control font unless a ...Pietro Gagliardi