summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-03Removed the TODO on memstride: we were already using it?????? It is working c...Pietro Gagliardi
2014-06-03Added the previous commit to the future plans instead.Pietro Gagliardi
2014-06-03Made multiple modifier keys undefined; removed the TODO there. If I need to c...Pietro Gagliardi
2014-06-03Decided not to rename MouseEvent.Pos.Pietro Gagliardi
2014-06-03And removed that TODO from the previous commit after verifying that such a pr...Pietro Gagliardi
2014-06-03Rewrote a TODO on build tags for the Unix build.Pietro Gagliardi
2014-06-03Removed TODO about application-modal dialog boxes in GTK+; they were already ...Pietro Gagliardi
2014-06-03Removed TODOs about device coordinates in the GTK+ backend; that has been res...Pietro Gagliardi
2014-06-03Now that the Windows string handling has been properly fixed, removed the TOD...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 dialog_windows.go to the new string handling.Pietro Gagliardi
2014-06-03Migrated stdwndclass_windows.go to the new string handling.Pietro Gagliardi
2014-06-03Migrated uitask_windows.go to the new string handling.Pietro Gagliardi
2014-06-03Removed a stray function from common_windows.go that both was not used and we...Pietro Gagliardi
2014-06-03Converted comctl_windows.go to use the new string wrapper functions.Pietro Gagliardi
2014-06-03More TODOs.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-06-03Removed a TODO from area_windows.go after verifying that what it flagged (Get...Pietro Gagliardi
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