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
/
FL
/
Fl_Screen_Driver.H
Age
Commit message (
Expand
)
Author
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
Manolo Gouy
2016-04-06
Rewrite Fl_Input.cxx under the driver model.
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-04-01
Complete removal of platform-dependent code from Fl_Text_Display.cxx
Manolo Gouy
2016-04-01
Rewrite Fl_Text_Editor.cxx under the driver model.
Manolo Gouy
2016-04-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-31
Move the marked text support member functions from Fl_System_Driver to Fl_Scr...
Manolo Gouy
2016-03-31
Begin to remove platform-dependent code from Fl_Input_.cxx
Manolo Gouy
2016-03-11
Remove a few #include <FL/x.H> from public FLTK headers.
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
Add virtual destructor to Fl_Screen_Driver.
Manolo Gouy
2016-02-26
Fix Linux and Windows compilation error.
Albrecht Schlosser
2016-02-19
Add System Driver and Window Driver.
Matthias Melcher
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
Fix Screen Driver implementation for X11
Matthias Melcher
2016-02-10
Basic Screen Driver Structure. LIMBO!
Matthias Melcher