summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-05-25Changed the logic of the Windows constants generator so that it only generate...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-25Updated the Windows constants generator to warn against variables that haven'...Pietro Gagliardi
2014-05-25Changed most instances of var to const in the Windows code. Only one left...Pietro Gagliardi
2014-05-25Added quick credit thanks left out of previous commit by accident.Pietro Gagliardi
2014-05-25Updated the Windows constant generator again; this time it now works fully, a...Pietro Gagliardi
2014-05-25Even more work on the Windows constant generator. There are still some edge c...Pietro Gagliardi
2014-05-25Refactored the constant gathering program a bit.Pietro Gagliardi
2014-05-25Renamed _LPARAM._X()/_LPARAM._Y() to _LPARAM.X()/_LPARAM.Y(): it doesn't matt...Pietro Gagliardi
2014-05-25More work on the constant generation tool. We can almost actually write the g...Pietro Gagliardi
2014-05-25More work on the constant generation tool.Pietro Gagliardi
2014-05-24Added incomplete code for a program that generates a set of Windows constants...Pietro Gagliardi
2014-05-24More TODOs.Pietro Gagliardi
2014-05-24Resolved GtkEntry and GtkProgressBar resizing issues; decided from observing ...Pietro Gagliardi
2014-05-23Finished the Area clicking stuff: formalized the behavior in documentation in...Pietro Gagliardi
2014-05-23Attempted to add focus change support to the new GTK+ high-order click code l...Pietro Gagliardi
2014-05-23Added custom double-click/triple-click/higher-order click handling to GTK+ Ar...Pietro Gagliardi
2014-05-23Added click counter reset on window activate/deactivate for Windows Areas.Pietro Gagliardi