summaryrefslogtreecommitdiff
path: root/src/drivers/PicoSDL
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
2019-03-25Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...ManoloFLTK
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-09-19Convert the initialisation of global variables fl_local_shift, fl_local_meta,...Manolo Gouy
2017-07-20Fl_Window_Driver::flush_single() needs not be a virtual member function.Manolo Gouy
2017-03-13Fix include file case (patch from Haiku port, thanks).Albrecht Schlosser
2016-12-06Fixed OS X SDL double buffering issue and mouse dragging.Matthias Melcher
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy
2016-04-20Progress toward support of CMake OPTION_APPLE_SDLManolo 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 other_xid member variable from class Fl_X to class F_Window_Driver.Manolo Gouy
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 some Region calls.Matthias Melcher
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-15Pico can draw lines rectf and arcs, so the top level driver does not have toMatthias Melcher
2016-04-15Fixed Pico again.Matthias Melcher
2016-04-14PicoSDL mostly running againMatthias Melcher
2016-04-14PicoSDL fixes - not working!Matthias Melcher
2016-04-09Fix typos.Albrecht Schlosser
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
2016-03-21Fix some, but not all doxygen warnings.Albrecht Schlosser
2016-03-20Continue implementation of class Fl_Window_Driver according to Albrecht's plan.Manolo Gouy
2016-03-19Remove unused files. Their content is now in src/drivers/XXX/Fl_XXX_Copy_Surf...Manolo Gouy
2016-03-19Remove these useless, empty files.Manolo Gouy
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-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-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