summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-02Made the GTK+ ProgressBar arbitrary resize a program-global style.Pietro Gagliardi
2014-06-02Applied the Area events change to the Mac OS X backend, restructuring a few f...Pietro Gagliardi
2014-06-02Removed some more commented-out code from ages ago from area_unix.go.Pietro Gagliardi
2014-06-02Applied the new Area event behavior to the GTK+ backend. Yay, loads of TODOs ...Pietro Gagliardi
2014-06-02Implemented the new Area event handling on Windows.Pietro Gagliardi
2014-06-02Documented the changed event handling of Area.Pietro Gagliardi
2014-06-01Decided to drop the whole handled thing with Area events and just continue th...Pietro Gagliardi
2014-06-01Verified the previous commit.Pietro Gagliardi
2014-06-01Changed Unix Area WM_ACTIVATE equivalent handling to use enter-notify-event a...Pietro Gagliardi
2014-05-31Removed kVK_ANSI_KeypadClear from events_darwin.go; this is a holdover from e...Pietro Gagliardi
2014-05-31Decided not to rename Stack to Box because Box means a lot of different thing...Pietro Gagliardi
2014-05-30Removed the future plan about not generating window classes on Windows for ea...Pietro Gagliardi
2014-05-30Removed TODOs about the sysData not being initialized at message time in area...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-30Some quick formatting changes to stdwndclass_windows.go.Pietro Gagliardi
2014-05-30Moved the standard window class (for Window) on Windows to get the sysData po...Pietro Gagliardi
2014-05-30Normalized DefWindowProc() handling across the Windows files; the syscall.Laz...Pietro Gagliardi
2014-05-30Added GetWindowLongPtr()/SetWindowLongPtr() generation to the windowsconstgen...Pietro Gagliardi
2014-05-29Decided not to use SendMessage() in the Windows uitask() as we're already wai...Pietro Gagliardi
2014-05-29Added new Modifiers code for Mac OS X. Also fixed some comment typos and adde...Pietro Gagliardi
2014-05-29More TODOs. Also preemptively removed the Modifiers TODO; I'll be implementin...Pietro Gagliardi
2014-05-29Added the new Modifiers handling to the Windows backend.Pietro Gagliardi
2014-05-29Implemented the new Modifiers behavior on the GTK+ backend. In addition, remo...Pietro Gagliardi
2014-05-29Changed the Modifiers behavior in KeyEvent to more properly handle modifier k...Pietro Gagliardi
2014-05-29Checked to see if the previous commit worked after removing the leftover Comb...Pietro Gagliardi
2014-05-28Merged back combobox_darwin.m, rewrote it to use boundListboxArray() instead ...Pietro Gagliardi
2014-05-28Added the CL and some notes to the README since it won't land in Go 1.3. I sh...Pietro Gagliardi
2014-05-26Removed commented-out checkbox stuff from controls_windows.go since we'll be ...Pietro Gagliardi
2014-05-26Merged windows_windows.go into common_windows.go.Pietro Gagliardi
2014-05-25Added the new autogenerated constants stuff to the README.Pietro Gagliardi
2014-05-25Corrected the environment in windowsconstgen.go so that we can run it from te...Pietro Gagliardi
2014-05-25Integrated windowsconstgen into the test build script. There's a small issue ...Pietro Gagliardi
2014-05-25Moved windowsconstgen.go out of the experiments/ folder and into a new tools/...Pietro Gagliardi
2014-05-25Added 64-bit Windows constants.Pietro Gagliardi
2014-05-25Finished migrating the Windows code to using the pregenerated constants.Pietro Gagliardi
2014-05-25Removed constants from common_windows.go. Almost done!Pietro Gagliardi
2014-05-25Fixed Areas on Windows no longer obeying click count rules after adding the W...Pietro Gagliardi
2014-05-25Removed constants from area_windows.go. I think I added a regression earlier ...Pietro Gagliardi
2014-05-25Stripped constants from dialog_windows.go.Pietro Gagliardi
2014-05-25And merged the old events_windows.go constants into zconstants_windows_GOARCH...Pietro Gagliardi
2014-05-25Removed events_windows.go; it is no longer needed.Pietro Gagliardi
2014-05-25Removed constants from events_windows.go. This file can go away now...Pietro Gagliardi
2014-05-25Removed extra newline generated in the zconstants_windows_GOARCH.go file from...Pietro Gagliardi
2014-05-25Fixed issues handling INVALID_HANDLE_VALUE in the Windows constant generator,...Pietro Gagliardi
2014-05-25Added a comment to the previous commit.Pietro Gagliardi
2014-05-25Added the ability to pass arguments to the go tool from the Windows constant ...Pietro Gagliardi