summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-07Removed the TODOs about AppQuit: fixed on OS X, never a problem on Windows, u...Pietro Gagliardi
2014-04-07Fixed AppQuit on Mac OS X (forgot to set the NSApp delegate AND was using the...Pietro Gagliardi
2014-04-06Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...Pietro Gagliardi
2014-04-06Added details of application termination handling.Pietro Gagliardi
2014-04-06Added thanks comment (see previous commit).Pietro Gagliardi
2014-04-06Added borders to GTK+ Listboxes (thanks to jlindgren in irc.gimp.net/#gtk+); ...Pietro Gagliardi
2014-04-06Wrote an update on the NSUInteger/NSInteger situation in bleh_darwin.m.Pietro Gagliardi
2014-04-05More TODOs.Pietro Gagliardi
2014-04-05Removed the bit about selectable messagebox text from the TODO file: that's a...Pietro Gagliardi
2014-04-05Noted that NSScrollView sets the Listbox border in listbox_darwin.go.Pietro Gagliardi