index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
GDI
Age
Commit message (
Expand
)
Author
2016-02-10
Fix MSWindows compile issues.
Matthias Melcher
2016-02-09
Porting efforts, minimal Android stuff, cleanup.
Matthias Melcher
2016-02-09
Fix MSWindows issues from last refactoring.
Matthias Melcher
2016-02-09
Move ifdef's in RGB_Image into driver system.
Matthias Melcher
2016-02-09
Strip Graphics Driver related ifdefs.
Matthias Melcher
2016-02-01
Add fl_focus_rect function to driver.
Matthias Melcher
2016-01-31
Fixed WIN32 setup. X11 setup verified.
Matthias Melcher
2016-01-31
Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...
Matthias Melcher
2016-01-31
Update build system to compile all drivers as indiviual objects.
Albrecht Schlosser
2016-01-28
Some trivial adjustments to support building
Ian MacArthur
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-27
Further things related to the r11063 commit.
Manolo Gouy
2016-01-26
Moving image drawing code into the driver system
Matthias Melcher
2016-01-26
Made GDI compilation work again
Matthias Melcher
2016-01-26
Moving GDI/WIN32 files to new directroy structure
Matthias Melcher