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
/
redo
/
area_windows.c
Age
Commit message (
Expand
)
Author
2014-08-14
Moved code to handle window user data in the Windows backend to a single func...
Pietro Gagliardi
2014-08-14
Stripped C-style comments from C sources and headers where appropriate.
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
Removed TODO about duplicate case labels (it's illegal in C too; citing the s...
Pietro Gagliardi
2014-08-05
Fixed area_windows.c data types.
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