index
:
interesting/andlabs-ui
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-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
2014-03-29
Added repaint after Area event on Windows.
Pietro Gagliardi
2014-03-29
Added part of keyboard input on Windows. Need to repaint the window on event ...
Pietro Gagliardi
2014-03-27
Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...
Pietro Gagliardi
2014-03-25
Added Area mouse events on Windows. Also more TODOs.
Pietro Gagliardi
2014-03-25
Wrote the code to actually scroll Areas on Windows.
Pietro Gagliardi
2014-03-25
Added the actual scrolling to Windows Areas. Now to just adjust the cliprect ...
Pietro Gagliardi
2014-03-25
More TODOs (and some done TODO elimination).
Pietro Gagliardi
2014-03-25
Made the scrollbars on Windows Areas actually scroll. There are some kinks th...
Pietro Gagliardi
2014-03-25
Added scrollbars to Areas on Windows; they seem to respond properly to resize...
Pietro Gagliardi
2014-03-24
More TODOs.
Pietro Gagliardi
2014-03-24
Implemented Area painting on Windows.
Pietro Gagliardi
2014-03-24
Started the Windows implementation of Area.
Pietro Gagliardi