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