summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2016-02-20Fix include files.Albrecht Schlosser
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-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-19Update the fl_gc global variable also when Fl_Graphics_Driver::set_gc() is ca...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.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-17Fix typos.Albrecht Schlosser
2016-02-15Reformatting.Manolo Gouy
2016-02-15Improve image drawing to double-resolution Fl_Image_Surface objects (Mac OS o...Manolo Gouy
2016-02-15FL porting Win32 build fix:Ian MacArthur
2016-02-14Remove Fl_X::q_fill_context() used only once.Manolo Gouy
2016-02-14Remove Fl_X::q_clear_clipping() used only once.Manolo Gouy
2016-02-14Move Fl_Quartz_Graphics_Driver::draw_CGImage() to Fl_Quartz_Graphics_Driver_i...Manolo Gouy
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-13New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally...Manolo Gouy
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-11Mark places that need to be refactored with // PORTME: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-10Avoid OS X warning.Matthias Melcher
2016-02-10Fixed Screen Drivers for MSWindowsMatthias Melcher
2016-02-10Fix Screen Driver implementation for X11Matthias Melcher
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher
2016-02-10More device and driver setup.Matthias Melcher
2016-02-10Fix missing files in Makefile systemMatthias Melcher
2016-02-10Fix MSWindows compile issues.Matthias Melcher
2016-02-09Porting efforts, minimal Android stuff, cleanup.Matthias Melcher
2016-02-09Fix MSWindows issues from last refactoring.Matthias Melcher
2016-02-09Fix typos for Linux from previous check-in.Matthias Melcher
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-02-01Add fl_focus_rect function to driver.Matthias Melcher
2016-02-01Remove fl_set_fonts_mac.cxx and put in Fl_Quartz_Graphics_Driver_font.cxxManolo Gouy
2016-01-31Fixed WIN32 setup. X11 setup verified.Matthias Melcher
2016-01-31Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...Matthias Melcher
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-31Update build system to compile all drivers as indiviual objects.Albrecht Schlosser
2016-01-30Fix case of include file names.Albrecht Schlosser
2016-01-29A bit more OpenGL cleanupMatthias Melcher
2016-01-29Updated OpenGL Display DeviceMatthias Melcher
2016-01-29Made OpenGL driver compile by itself instead of including files from another ...Matthias Melcher