| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-02 | More future plans. | Pietro Gagliardi | |
| 2014-05-02 | More future plans. | Pietro Gagliardi | |
| 2014-05-01 | Added comment explaining the use of -[NSWindow setContentSize:] in Mac OS X ↵ | Pietro Gagliardi | |
| sysData.setWindowSize(). | |||
| 2014-04-30 | More future plans. | Pietro Gagliardi | |
| 2014-04-30 | Added a note to uitask_windows.go that scrolling is a modal loop; that ↵ | Pietro Gagliardi | |
| solves that mystery from ages ago. | |||
| 2014-04-29 | Added a quick disclaimer about Area mouse button numbers and documentation. | Pietro Gagliardi | |
| 2014-04-29 | Added extra mouse buttons to Areas on Windows. | Pietro Gagliardi | |
| 2014-04-29 | Decided not to cap mouse buttons at 3; reflected this in the public ↵ | Pietro Gagliardi | |
| interface and in the TODO file. Platform implementations come next. | |||
| 2014-04-29 | Resolved another TODO in area_windows.go. | Pietro Gagliardi | |
| 2014-04-29 | Got rid of stray TODO in area_windows.go about populating MouseEvent.Held; ↵ | Pietro Gagliardi | |
| it was already being populated! | |||
| 2014-04-29 | Removed another TODO about scrolling Areas on Windows (this time about ↵ | Pietro Gagliardi | |
| aborting early if there seems to be no change). | |||
| 2014-04-29 | Removed going over The Old New Thing's scrollbar series as we have now done ↵ | Pietro Gagliardi | |
| so (and things I didn't look at are elsewhere in future plans). | |||
| 2014-04-29 | Fixed other problems with Windows Area scrollbars (after going through ↵ | Pietro Gagliardi | |
| Raymond Chen's scrollbar series), added some more future plans, and fixed one of the scrollbar series links (which was accidentally miscopied). | |||
| 2014-04-29 | Fixed Area scrollbars on Windows sometimes stopping a pixel shy of the ↵ | Pietro Gagliardi | |
| actual end of the scrollbar. | |||
| 2014-04-29 | Reformatted the list of Raymond Chen's scrollbar series pages into a proper ↵ | Pietro Gagliardi | |
| Markdown list... guess I'll run through that now. | |||
| 2014-04-29 | More future plans. | Pietro Gagliardi | |
| 2014-04-29 | Decided not to deactivate the Windows Common Control 6 manifest activation ↵ | Pietro Gagliardi | |
| context since it's active for the life of the program already. | |||
| 2014-04-29 | Resolved Grid TODOs: moved feature requests to future plans and made sure ↵ | Pietro Gagliardi | |
| SetStretchy() doesn't leave previous stretchy controls filling by accident. | |||
| 2014-04-29 | Added a sanity check for stretchy control indices in the Grid code. | Pietro Gagliardi | |
| 2014-04-28 | Changed a TODO in listbox_darwin.go that, when my Mac OS X setup chooses to ↵ | Pietro Gagliardi | |
| cooperate, will let me make the inefficient code in question efficient. | |||
| 2014-04-28 | Got rid of another TODO about GetLastError() in the same way as earlier ↵ | Pietro Gagliardi | |
| (this time in stdfont_windows.go); also fixed capitalization on the earlier one. | |||
| 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 | |
