summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-06Removed TODO from area_darwin.go about extra mouse button handling; turns out...Pietro Gagliardi
2014-05-03More future plans.Pietro Gagliardi
2014-05-02More TODOs.Pietro Gagliardi
2014-05-02More future plans.Pietro Gagliardi
2014-05-02More future plans.Pietro Gagliardi
2014-05-01Added comment explaining the use of -[NSWindow setContentSize:] in Mac OS X s...Pietro Gagliardi
2014-04-30More future plans.Pietro Gagliardi
2014-04-30Added a note to uitask_windows.go that scrolling is a modal loop; that solves...Pietro Gagliardi
2014-04-29Added a quick disclaimer about Area mouse button numbers and documentation.Pietro Gagliardi
2014-04-29Added extra mouse buttons to Areas on Windows.Pietro Gagliardi
2014-04-29Decided not to cap mouse buttons at 3; reflected this in the public interface...Pietro Gagliardi
2014-04-29Resolved another TODO in area_windows.go.Pietro Gagliardi
2014-04-29Got rid of stray TODO in area_windows.go about populating MouseEvent.Held; it...Pietro Gagliardi
2014-04-29Removed another TODO about scrolling Areas on Windows (this time about aborti...Pietro Gagliardi
2014-04-29Removed going over The Old New Thing's scrollbar series as we have now done s...Pietro Gagliardi
2014-04-29Fixed other problems with Windows Area scrollbars (after going through Raymon...Pietro Gagliardi
2014-04-29Fixed Area scrollbars on Windows sometimes stopping a pixel shy of the actual...Pietro Gagliardi
2014-04-29Reformatted the list of Raymond Chen's scrollbar series pages into a proper M...Pietro Gagliardi
2014-04-29More future plans.Pietro Gagliardi
2014-04-29Decided not to deactivate the Windows Common Control 6 manifest activation co...Pietro Gagliardi
2014-04-29Resolved Grid TODOs: moved feature requests to future plans and made sure Set...Pietro Gagliardi
2014-04-29Added a sanity check for stretchy control indices in the Grid code.Pietro Gagliardi
2014-04-28Changed a TODO in listbox_darwin.go that, when my Mac OS X setup chooses to c...Pietro Gagliardi
2014-04-28Got rid of another TODO about GetLastError() in the same way as earlier (this...Pietro Gagliardi
2014-04-28More future plans.Pietro Gagliardi
2014-04-28Moved TODOs about new event signals to the future plans document.Pietro Gagliardi
2014-04-28More Windows TODO cleanup/removal and future plans. The message-only window i...Pietro Gagliardi
2014-04-28Cleaned up/removed some (not all) TODOs in init_windows.go.Pietro Gagliardi
2014-04-28Removed a TODO about GetLastError() being set in comctl_windows.go, rewording...Pietro Gagliardi
2014-04-28Moved TODOs about stripping non-Windows XP constants to future plans; also re...Pietro Gagliardi
2014-04-28Removed a TODO from init.go that was already in the future plans document.Pietro Gagliardi
2014-04-27More future plans and a clarification in the block comment at the top of uita...Pietro Gagliardi
2014-04-27Cleaned up/removed some TODOs in area_unix.go.Pietro Gagliardi
2014-04-27Cleaned up and got rid of some TODOs in gtkcalls_unix.go.Pietro Gagliardi
2014-04-27Removed TODO from gtkcalls_unix.go about gtk_widget_show_all() working on all...Pietro Gagliardi
2014-04-27More TODOs.Pietro Gagliardi
2014-04-27Removed height-for-width TODO from prefsize_unix.go after discussion with Com...Pietro Gagliardi
2014-04-27Resolved TODOs in listbox_unix.go; also rewrote some related if expressions t...Pietro Gagliardi
2014-04-27Made Listbox's column autoresizing on GTK+.Pietro Gagliardi
2014-04-27Removed TODO about returning container before connecting signals in sysdata_u...Pietro Gagliardi
2014-04-27ui.Go() on GTK+ now reports the reason gtk_init() failed in its error return.Pietro Gagliardi
2014-04-26Changed fromgchar()/togchar() to fromgstr()/togstr() in the GTK+ code; the ne...Pietro Gagliardi
2014-04-26Made the C.GoString() part of fromgchar() in gtkcasts_unix.go to reduce the n...Pietro Gagliardi
2014-04-26More future plans.Pietro Gagliardi
2014-04-26Made Space() return the same Control repeatedly instead of making a new one e...Pietro Gagliardi
2014-04-25Switched to NSInformationalAlertStyle for Mac OS X MsgBox() since these aren'...Pietro Gagliardi
2014-04-25Decided not to show an icon in the regular MsgBox() on Windows and Unix. For ...Pietro Gagliardi
2014-04-25More future plans.Pietro Gagliardi
2014-04-25More TODOs.Pietro Gagliardi
2014-04-24More future plans and TODOs.Pietro Gagliardi