summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05Verified resize differences on MsgBox() with a parent.Pietro Gagliardi
2014-06-05More TODOs.Pietro Gagliardi
2014-06-05Implemented message box transience on Mac OS X.Pietro Gagliardi
2014-06-05Implemented the new MsgBox() transience behavior on GTK+.Pietro Gagliardi
2014-06-04Implemented the new MsgBox() transience on Windows.Pietro Gagliardi
2014-06-04More TODOs.Pietro Gagliardi
2014-06-04Added the concept of transience to MsgBox() and MsgBoxError(). Individual imp...Pietro Gagliardi
2014-06-04Resolved the ACTCTX_FLAG_SET_PROCESS_DEFAULT TODO by deciding to enable this ...Pietro Gagliardi
2014-06-04Resolved TODO about indeterminate ProgressBar repetition by deciding to leave...Pietro Gagliardi
2014-06-04Removed TODOs about sign extension on Windows; situation resolved.Pietro Gagliardi
2014-06-04Added a link to the older Layout page on MSDN to prefsize_windows.go.Pietro Gagliardi
2014-06-04Resolved a TODO in stdwndclass_windows.go about deferring WM_NCCREATE to DefW...Pietro Gagliardi
2014-06-03Marked the README as needing updates and added API change warnings.Pietro Gagliardi
2014-06-03Big change to Window: split Open()'s functionality into Create() and Open(); ...Pietro Gagliardi
2014-06-03Quick changes: turned "Window has been opened" to "Window has been created" s...Pietro Gagliardi
2014-06-03Decided to panic in the hwnd sanity check in sysdata_windows.go; the situatio...Pietro Gagliardi
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