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
/
redo
/
area_windows.go
Age
Commit message (
Expand
)
Author
2014-08-30
Fixed image lists on Windows being NON-premultiplied.
Pietro Gagliardi
2014-08-24
Removed stray/leftover TODO.
Pietro Gagliardi
2014-08-23
Implemented more/most of Area.OpenTextFieldAt() on Windows.
Pietro Gagliardi
2014-08-22
Began implementing Area.OpenTextFieldAt() on Windows.
Pietro Gagliardi
2014-08-21
Implemented Area.Repaint() on Windows.
Pietro Gagliardi
2014-08-21
Changed AreaHandler.Key() to return a boolean value indicating if the event w...
Pietro Gagliardi
2014-08-13
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ...
Pietro Gagliardi
2014-08-13
Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on Wi...
Pietro Gagliardi
2014-08-12
Got rid of the direct use of WPARAM in Area mouse events on Windows. Whatever...
Pietro Gagliardi
2014-08-09
Big change: with the current event model, it's safe to call Area.RepaintAll()...
Pietro Gagliardi
2014-08-05
Fixed errors with Area on Windows. Woo!
Pietro Gagliardi
2014-08-05
Fixed lots of syntax errors, including one where I forgot a parameter to a Wi...
Pietro Gagliardi
2014-08-05
Mostly completed writing Area on Windows. Now to fix compiler errors.
Pietro Gagliardi
2014-08-05
Started re-adding Area to the Windows backend: ported the existing code to C.
Pietro Gagliardi