summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-03Removed a policy TODO in area_windows.go; decided to keep the redundant entri...Pietro Gagliardi
2014-06-02Removed a leftover TODO note in area_unix.go.Pietro Gagliardi
2014-06-02Resolved TODOs in callbacks_unix.go. (For the returning FALSE TODO, I decided...Pietro Gagliardi
2014-06-02Resolved command-line handling in the GTK+ backend by not doing it and docume...Pietro Gagliardi
2014-06-02Gave message boxes on Windows the MB_TASKMODAL style, which does event modali...Pietro Gagliardi
2014-06-02Added a test of MsgBox() event modality to the standard Area test.Pietro Gagliardi
2014-06-02Removed leftover TODO about left-justifying labels in GTK+.Pietro Gagliardi
2014-06-02Properly left-aligned Labels in GTK+. Also added a note to decide on/document...Pietro Gagliardi
2014-06-02Moved the GtkLayout transparency style to the new init-time style code in gtk...Pietro Gagliardi
2014-06-02Moved the GTK+ ProgressBar style stuff to the Go side and to gtk_init().Pietro Gagliardi
2014-06-02Null-terminated the GtkLayout stylesheet string. This will be handy for conso...Pietro Gagliardi
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