summaryrefslogtreecommitdiff
path: root/area_windows.go
AgeCommit message (Expand)Author
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-09Implemented RepaintAll() on Windows.Pietro Gagliardi
2014-06-08Checked Windows RECT usage and fixed wrong ones.Pietro Gagliardi
2014-06-07Fixed a regression in the Windows Area code: when I fixed numpad behavior, I ...Pietro Gagliardi
2014-06-07Documented window switch clicks in Area and implemented them on Windows and M...Pietro Gagliardi
2014-06-07Fixed incorrect numpad handling on Windows Areas.Pietro Gagliardi
2014-06-06Fixed the standard window class focus behavior on Windows from the previous c...Pietro Gagliardi
2014-06-04Removed TODOs about sign extension on Windows; situation resolved.Pietro Gagliardi
2014-06-03Migrated area_windows.go to the new string handling. I think that's it for co...Pietro Gagliardi
2014-06-03Removed a TODO from area_windows.go after verifying that what it flagged (Get...Pietro Gagliardi
2014-06-03Removed a policy TODO in area_windows.go; decided to keep the redundant entri...Pietro Gagliardi
2014-06-02Implemented the new Area event handling on Windows.Pietro Gagliardi
2014-05-30Removed TODOs about the sysData not being initialized at message time in area...Pietro Gagliardi
2014-05-30Changed Areas on WIndows so that they all use the same window class, rather t...Pietro Gagliardi
2014-05-30Changed Areas on Windows to store their sysData inside the window memory inst...Pietro Gagliardi
2014-05-30Normalized DefWindowProc() handling across the Windows files; the syscall.Laz...Pietro Gagliardi
2014-05-29Added the new Modifiers handling to the Windows backend.Pietro Gagliardi
2014-05-25Fixed Areas on Windows no longer obeying click count rules after adding the W...Pietro Gagliardi
2014-05-25Removed constants from area_windows.go. I think I added a regression earlier ...Pietro Gagliardi
2014-05-25Renamed _LPARAM._X()/_LPARAM._Y() to _LPARAM.X()/_LPARAM.Y(): it doesn't matt...Pietro Gagliardi
2014-05-23Added click counter reset on window activate/deactivate for Windows Areas.Pietro Gagliardi
2014-05-23Implemented triple-clicks and up on Windows.Pietro Gagliardi
2014-05-16Added proper Super handling on Windows. Meta isn't used here and the modifier...Pietro Gagliardi
2014-05-11Consistency change: all Windows API structure field names now match case-wise...Pietro Gagliardi
2014-04-29Added extra mouse buttons to Areas on Windows.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-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-14Added click-to-focus to GTK+ Areas and documented that click-to-focus happens...Pietro Gagliardi
2014-04-12Removed the GDI+ dependency on Windows since we no longer use it.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-11Rewrote Area code on Windows to use alpha-premultiplied RGB and only use GDI ...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-10Fixed Area mouse events being sent when something happens outside the Area it...Pietro Gagliardi
2014-04-09Fixed Area drawing assuming the first pixel of the *image.NRGBA is at i.Pix[0].Pietro Gagliardi
2014-04-02Fixed the major scrolling corruption on Windows: had to commit the scroll cha...Pietro Gagliardi
2014-03-30Marked Windows MouseEvent.Held as not done; oops.Pietro Gagliardi
2014-03-29Added Alt+[key] and F10 handling to Windows Area key events. Also more TODOs.Pietro Gagliardi
2014-03-29Documented that the clip area in AreaHandler.Paint() more properly and indica...Pietro Gagliardi
2014-03-29Implemented Area.SetSize() on Windows.Pietro Gagliardi