summaryrefslogtreecommitdiff
path: root/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx
AgeCommit message (Expand)Author
2022-01-23Remove experimental platforms Android, Pico, SDL (PR #376)Albrecht Schlosser
2021-02-18Remove #include ".../config_lib.h" from remaining sourcesAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2016-12-06Fixed OS X SDL double buffering issue and mouse dragging.Matthias Melcher
2016-04-26Set svn file properties.Manolo Gouy
2016-04-19Cleaning PicoMatthias Melcher
2016-04-19Fixed Fl_X for PicoMatthias Melcher
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
2016-04-19SDL fix.Matthias Melcher
2016-04-18Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.Manolo Gouy
2016-04-18Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
2016-04-17virtualized Fl::set_color and free_color.Matthias Melcher
2016-04-17virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-15Fixed Pico again.Matthias Melcher
2016-04-14PicoSDL fixes - not working!Matthias Melcher
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-03-21Fix some, but not all doxygen warnings.Albrecht Schlosser
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-08Add missing PicoSDL functions for command line build.Matthias Melcher
2016-03-08Add very basic graphics support to PicoSDL.Matthias Melcher
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-06Rename SDL driver files to PicoSDL.Matthias Melcher