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
/
WinAPI
/
Fl_WinAPI_Screen_Driver.cxx
Age
Commit message (
Expand
)
Author
2016-04-12
Add and correct a few Doxygen comments.
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-02
Complete removal of platform-dependent code from fl_set_font.cxx
Manolo Gouy
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-01
Moved timer code to screen drivers. Not sure if this should be in System Driv...
Matthias Melcher
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-17
Fix typos.
Albrecht Schlosser
2016-02-15
FL porting Win32 build fix:
Ian MacArthur
2016-02-13
Moed Fl::visual and System_Scheme to the driver
Matthias Melcher
2016-02-13
Refactoring get_system_colors() into Fl_Screen_Driver
Matthias Melcher
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Move platform part of Fl::flush()
Matthias Melcher
2016-02-10
Moving fl_beep into screen driver.
Matthias Melcher
2016-02-10
Fixed Screen Drivers for MSWindows
Matthias Melcher
2016-02-10
Basic Screen Driver Structure. LIMBO!
Matthias Melcher