summaryrefslogtreecommitdiff
path: root/src/drivers/X11
AgeCommit message (Expand)Author
2016-03-01Moved timer code to screen drivers. Not sure if this should be in System Driv...Matthias Melcher
2016-02-26Rename remaining src/drivers/XXX.h to XXX.H - continuedManolo Gouy
2016-02-26Rename all remaining src/drivers/XXX.h to XXX.HManolo Gouy
2016-02-19Fixes for X11Matthias Melcher
2016-02-19Add example code to Fl_Window_Driver.Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher
2016-02-19Fix Fl_X11_Screen_Driver::wait(). The fractals demo is back.Manolo Gouy
2016-02-18Fix Fl::grab(win) under Linux (program crashed in menus).Albrecht Schlosser
2016-02-17Fix flush() call (Linux) - makes drawing work again, but still buggy.Albrecht Schlosser
2016-02-17Fix compilation under Linux - compiles, but doesn't work :-(Albrecht Schlosser
2016-02-13[Cairo] Remove part of the dependency of FL/Fl.H on config.h.Albrecht Schlosser
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
2016-02-13Refactoring get_system_colors() into Fl_Screen_DriverMatthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Typo in Fl_X11_Screen_Driver::flush headerMatthias Melcher
2016-02-11Move platform part of Fl::flush()Matthias Melcher
2016-02-10Moving fl_beep into screen driver.Matthias Melcher
2016-02-10Fix Screen Driver implementation for X11Matthias Melcher
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher