summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-13Renamed unmigrated/ to experiments/ as I have now migrated everything and tha...Pietro Gagliardi
2014-04-13Migrated cursors_windows.go and icons_windows.go.Pietro Gagliardi
2014-04-13Removed unmigrated/main_windows.go; that test program has long since been unn...Pietro Gagliardi
2014-04-13Rolled back the Windows horizontally scrolling Listbox changes because I can'...Pietro Gagliardi
2014-04-13Consolidated NSScrollView code on Mac OS X to be all in one place.Pietro Gagliardi
2014-04-13More shuffling of TODOs and future plans.Pietro Gagliardi
2014-04-13Added horizontal scrollbars to Listboxes on Windows. Also fixed typos and bug...Pietro Gagliardi
2014-04-13Pinned down horizontal scrollbar behavior on Listboxes; also reworded the Are...Pietro Gagliardi
2014-04-13More TODO/future plan shuffling.Pietro Gagliardi
2014-04-13More TODOs and future plans. Also finally removed the TODO about incorrect Ar...Pietro Gagliardi
2014-04-12More TODOs and future plans.Pietro Gagliardi
2014-04-12Fixed Listboxes on Mac OS X having an initial selection.Pietro Gagliardi
2014-04-12Fixed Comboboxes on Mac OS X having an initial selection. This also lays the ...Pietro Gagliardi
2014-04-12Verified that the Listbox item text is vertically positioned properly on Mac ...Pietro Gagliardi
2014-04-12Removed the GDI+ dependency on Windows since we no longer use it.Pietro Gagliardi
2014-04-12Updated README to reflect the new Area image.RGBA changes.Pietro Gagliardi
2014-04-12Made Areas on Windows flicker-free.Pietro Gagliardi
2014-04-12Fixed ARGB rendering on Windows. Now to make it flicker-free...Pietro Gagliardi
2014-04-12Documented the thread safety of AreaHandler and Area.SetSize().Pietro Gagliardi
2014-04-12Switched to ARGB drawing in Areas on GTK+.Pietro Gagliardi
2014-04-11Rewrote Area code on Windows to use alpha-premultiplied RGB and only use GDI ...Pietro Gagliardi
2014-04-11Added a general-purpose function to produce a native-endian ARGB representati...Pietro Gagliardi
2014-04-11Switched to alpha-premultiplied image data for Areas on Mac OS X. This is the...Pietro Gagliardi
2014-04-11Changed from using image.NRGBA to image.RGBA (premultiplied alpha) in Area.Pa...Pietro Gagliardi
2014-04-11Added CS_HREDRAW and CS_VREDRAW to our Area on Windows, just to be safe.Pietro Gagliardi
2014-04-11Attempted to fix the Windows transparency issues; we're not quite there... fl...Pietro Gagliardi
2014-04-10Removed TODO about Windows -1 conversions, as the Go spec specifically says t...Pietro Gagliardi
2014-04-10Added bounds checking to NewArea() and Area.SetSize() such that an Area must ...Pietro Gagliardi
2014-04-10More TODOs.Pietro Gagliardi
2014-04-10Fixed Area mouse events being sent when something happens outside the Area it...Pietro Gagliardi
2014-04-10More future plans and TODOs.Pietro Gagliardi
2014-04-10Decided not to make Labels selectable; nothing does it and it's a platform de...Pietro Gagliardi
2014-04-10Documented scrollbars on Listbox and Area to the best of my ability, shufflin...Pietro Gagliardi
2014-04-10More TODOs.Pietro Gagliardi
2014-04-10"Fixed" the zero-size Combobox drop-down on Windows by having Windows fix it ...Pietro Gagliardi
2014-04-10Removed unnecessary space if the secondaryText argument to MsgBox***() is an ...Pietro Gagliardi
2014-04-10Documented that event channels can be assigned to each other to collapse events.Pietro Gagliardi
2014-04-09More TODOs and future plans.Pietro Gagliardi
2014-04-09Added a test for the extremities of the Area's actual drawing area to make su...Pietro Gagliardi
2014-04-09More future plans.Pietro Gagliardi
2014-04-09Fixed Area drawing assuming the first pixel of the *image.NRGBA is at i.Pix[0].Pietro Gagliardi
2014-04-09Tried to resolve the use a single window class for each type of custom window...Pietro Gagliardi
2014-04-09Fixed GTK+ windows having the wrong background.Pietro Gagliardi
2014-04-09As it turns out, Windows does have a facility for windows that only serve as ...Pietro Gagliardi
2014-04-09More (big) future plans.Pietro Gagliardi
2014-04-08Slowed GTK+ indeterminate Progressbars down.Pietro Gagliardi
2014-04-07More future plans.Pietro Gagliardi
2014-04-07Undid the previous change to the keyboard test so that it responds to window ...Pietro Gagliardi
2014-04-07Split out the common resizing code into its own function so that it's all in ...Pietro Gagliardi
2014-04-07Updated Area's KeyEvent documentation to talk about some window managers on U...Pietro Gagliardi