summaryrefslogtreecommitdiff
path: root/src/drivers/PicoAndroid
AgeCommit message (Expand)Author
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 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-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-09Fix typos.Albrecht Schlosser
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-03-25Added current error messages of Android build as a reference.Matthias Melcher
2016-03-25Completed the vector font.Matthias Melcher
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-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-11Android version compiles, links, launches, and receives commands.Matthias Melcher
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