summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2016-03-19Rename src/drivers/XXX/Fl_XXX_Copy_Surface.cxx to Fl_XXX_Copy_Surface_Driver.cxxManolo Gouy
2016-03-19Remove unused files. Their content is now in src/drivers/XXX/Fl_XXX_Copy_Surf...Manolo Gouy
2016-03-19Driver-based rewrite of the Fl_Copy_Surface class.Manolo Gouy
2016-03-19Remove these useless, empty files.Manolo Gouy
2016-03-19Remove src/drivers/XXX/Fl_XXX_Image_Surface.H files that are no longer useful.Manolo Gouy
2016-03-19(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.Manolo Gouy
2016-03-18Fix potential crash in take_focus() (Linux).Albrecht Schlosser
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-13Extended double buffering fix to AndroidMatthias Melcher
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-12Moved the Fl_Window::decorated_*() functions teh Window_DriverMatthias Melcher
2016-03-12PicoSDL: added crude event handling.Matthias Melcher
2016-03-12Add Android Touch events.Matthias Melcher
2016-03-11Android "Hello" compiles and runs!Matthias Melcher
2016-03-11Rewrite of Fl_Printer under the driver model - first stepManolo Gouy
2016-03-11Android version compiles, links, launches, and receives commands.Matthias Melcher
2016-03-11Remove a few #include <FL/x.H> from public FLTK headers.Manolo Gouy
2016-03-11Rewrite Fl_Window::wait_for_expose() using the window driver approach.Manolo Gouy
2016-03-11Rewrite capture of window decorations using the window driver approach.Manolo Gouy
2016-03-11Android version compiles and links. Won't run yet.Matthias Melcher
2016-03-11(incomplete) Add files required to compile for Android via Pico driver.Matthias Melcher
2016-03-10Rewrite all window icon-related Fl_Window API with the window driver approach.Manolo Gouy
2016-03-10Add code to delete Fl_WinAPI_Window_Driver object.Manolo Gouy
2016-03-10Remove useless Fl_Cocoa_Window_Driver::todelete_ memberManolo Gouy
2016-03-10Add deletion code for Fl_X11_Window_Driver objectManolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-10Rename header files with .H extensionManolo Gouy
2016-03-10Rename header files with .H extensionManolo Gouy
2016-03-09Add necessary test for non-null pointer.Manolo Gouy
2016-03-09Simplify Fl_OpenGL_Display_Device::capture_gl_rectangle() under Mac OS.Manolo Gouy
2016-03-09Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way.Manolo Gouy
2016-03-08Simpler method to retain printed image data in memory until it is effectively...Manolo Gouy
2016-03-08A few more Pico fixes. Tests with single buffered windows render well for tho...Matthias Melcher
2016-03-08Add missing PicoSDL functions for command line build.Matthias Melcher
2016-03-08Add very basic graphics support to PicoSDL.Matthias Melcher
2016-03-07Fixes for X11Matthias Melcher
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-03-06New, driver-based Fl_Double_Window implementation.Manolo Gouy
2016-03-06Rename SDL driver files to PicoSDL.Matthias Melcher
2016-03-06Remove duplicate Fl_Image_Surface::(un)translate()Manolo Gouy
2016-03-06Build with SDL driver needs to know also the Fl_Image_Surface class.Manolo Gouy
2016-03-06Fix include statements.Albrecht Schlosser
2016-03-05Complete the platform-neutral implementation of fl_XXX_offscreen() functions.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform - continued.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform.Manolo Gouy
2016-03-04Fix bad #include directivesManolo Gouy
2016-03-04Complete driver-based implementation of Fl_Image_Surface.Manolo Gouy