| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-28 | More future plans. | Pietro Gagliardi | |
| 2014-04-28 | Moved TODOs about new event signals to the future plans document. | Pietro Gagliardi | |
| 2014-04-28 | More Windows TODO cleanup/removal and future plans. The message-only window ↵ | Pietro Gagliardi | |
| in uitask_windows.go now has a title. | |||
| 2014-04-28 | Cleaned up/removed some (not all) TODOs in init_windows.go. | Pietro Gagliardi | |
| 2014-04-28 | Removed a TODO about GetLastError() being set in comctl_windows.go, ↵ | Pietro Gagliardi | |
| rewording the error message itself to compensate instead. | |||
| 2014-04-28 | Moved TODOs about stripping non-Windows XP constants to future plans; also ↵ | Pietro Gagliardi | |
| reworded a comment in comctl_windows.go. | |||
| 2014-04-28 | Removed a TODO from init.go that was already in the future plans document. | Pietro Gagliardi | |
| 2014-04-27 | More future plans and a clarification in the block comment at the top of ↵ | Pietro Gagliardi | |
| uitask_windows.go. | |||
| 2014-04-27 | Cleaned up/removed some TODOs in area_unix.go. | Pietro Gagliardi | |
| 2014-04-27 | Cleaned up and got rid of some TODOs in gtkcalls_unix.go. | Pietro Gagliardi | |
| 2014-04-27 | Removed TODO from gtkcalls_unix.go about gtk_widget_show_all() working on ↵ | Pietro Gagliardi | |
| all widgets, not just containers; the documentation explicitly says this. | |||
| 2014-04-27 | More TODOs. | Pietro Gagliardi | |
| 2014-04-27 | Removed height-for-width TODO from prefsize_unix.go after discussion with ↵ | Pietro Gagliardi | |
| Company in irc.gimp.net/#gtk+. | |||
| 2014-04-27 | Resolved TODOs in listbox_unix.go; also rewrote some related if expressions ↵ | Pietro Gagliardi | |
| there to be clearer. | |||
| 2014-04-27 | Made Listbox's column autoresizing on GTK+. | Pietro Gagliardi | |
| 2014-04-27 | Removed TODO about returning container before connecting signals in ↵ | Pietro Gagliardi | |
| sysdata_unix.go; nothing will actually be sent until we show the widgets anyway. | |||
| 2014-04-27 | ui.Go() on GTK+ now reports the reason gtk_init() failed in its error return. | Pietro Gagliardi | |
| 2014-04-26 | Changed fromgchar()/togchar() to fromgstr()/togstr() in the GTK+ code; the ↵ | Pietro Gagliardi | |
| new names are more precise (though they don't operate on GStrings; that's not an issue here though). | |||
| 2014-04-26 | Made the C.GoString() part of fromgchar() in gtkcasts_unix.go to reduce the ↵ | Pietro Gagliardi | |
| number of calls to that function elsewhere (makes things simpler). | |||
| 2014-04-26 | More future plans. | Pietro Gagliardi | |
| 2014-04-26 | Made Space() return the same Control repeatedly instead of making a new one ↵ | Pietro Gagliardi | |
| each time to conserve memory. No future guarantees, however, so that is noted in the documentation as well. | |||
| 2014-04-25 | Switched to NSInformationalAlertStyle for Mac OS X MsgBox() since these ↵ | Pietro Gagliardi | |
| aren't specifically warnings. | |||
| 2014-04-25 | Decided not to show an icon in the regular MsgBox() on Windows and Unix. For ↵ | Pietro Gagliardi | |
| Mac OS X I need to see what the difference between Warning and Informational is. | |||
| 2014-04-25 | More future plans. | Pietro Gagliardi | |
| 2014-04-25 | More TODOs. | Pietro Gagliardi | |
| 2014-04-24 | More future plans and TODOs. | Pietro Gagliardi | |
| 2014-04-24 | Checked click to keyboard in Areas on Mac OS X; it works. | Pietro Gagliardi | |
| 2014-04-23 | More future plans. | Pietro Gagliardi | |
| 2014-04-22 | More future plans. | Pietro Gagliardi | |
| 2014-04-21 | More future plans. | Pietro Gagliardi | |
| 2014-04-20 | More TODOs (because I can't think right now). | Pietro Gagliardi | |
| 2014-04-20 | More future plans and TODOs. | Pietro Gagliardi | |
| 2014-04-19 | More future plans. | Pietro Gagliardi | |
| 2014-04-18 | More future plans. | Pietro Gagliardi | |
| 2014-04-18 | More future plans. This is really turning into a The Old New Thing articles ↵ | Pietro Gagliardi | |
| list... | |||
| 2014-04-17 | More future plans. | Pietro Gagliardi | |
| 2014-04-16 | More future plans (and some link gathering, too). | Pietro Gagliardi | |
| 2014-04-16 | More future plans. | Pietro Gagliardi | |
| 2014-04-15 | Settled window sizing for GTK+; moved the respective TODO to future plans. | Pietro Gagliardi | |
| 2014-04-14 | Added click-to-focus to GTK+ Areas and documented that click-to-focus ↵ | Pietro Gagliardi | |
| happens; also TODOs related to that. | |||
| 2014-04-14 | Removed the Windows Area resizing glitches TODOs... as they seemed to have ↵ | Pietro Gagliardi | |
| gone away on their own (GDI+ issue that no longer applies since I dropped GDI+?). | |||
| 2014-04-14 | More TODOs. | Pietro Gagliardi | |
| 2014-04-14 | More TODOs. | Pietro Gagliardi | |
| 2014-04-14 | Clarified the previous commit. | Pietro Gagliardi | |
| 2014-04-14 | Ensured that pressing Modifiers+Key/ExtKey does not produce an event with ↵ | Pietro Gagliardi | |
| just the Key/ExtKey. | |||
| 2014-04-13 | Wrote non-working code to get Windows to have Window sizes not count window ↵ | Pietro Gagliardi | |
| decoration. Technically it does work, but it doesn't seem to fix Area scrollbars... which reminds me, the default configuration for the keyboard test exhibits the "last pixel" but mentioned in one of the TODOs in area_windows.go on both scrollbars, so let's fix that first anyway. I'll move the TODO for window decoration to the future plans after I get a definite answer about GTK+'s behavior. | |||
| 2014-04-13 | Fixed Mac OS X so that window sizes do not include the titlebar and frame. | Pietro Gagliardi | |
| 2014-04-13 | Fixed Area test time label weirdness by making Labels truncate their text ↵ | Pietro Gagliardi | |
| instead of word-wrapping on all platforms. This doesn't explain GTK+/Wayland, alas. | |||
| 2014-04-13 | Fixed weird Area time label truncation on Windows; more TODOs and future ↵ | Pietro Gagliardi | |
| plans related to that. | |||
| 2014-04-13 | Removed winbuttonsize/; we're not going to use that for a while (the sizing ↵ | Pietro Gagliardi | |
| we have now is fine; not optimal, but it works, for the most part). (We can always pull it back later.) | |||
