summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2016-03-27Rewrite Fl_Menu_Window class under the driver model.Manolo Gouy
2016-03-27Rewrite Fl_Overlay_Window class under the driver model.Manolo Gouy
2016-03-26Remove a few uses of the fl_graphics_driver global variableManolo Gouy
2016-03-26Public header files must not include files from the source tree.Manolo Gouy
2016-03-26Add necessary #include <FL/x.H> directiveManolo Gouy
2016-03-26Remove #include <FL/x.H> from all public include file (there remained one).Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-26Move fl_local_* decl. and short docs back to FL/Fl.H.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-25Separating platform-dependent from platform-independent code: make src/Fl.cxx...Manolo Gouy
2016-03-24Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...Manolo Gouy
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
2016-03-23Rewrite Fl_Window::show(int argc, char **argv) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::iconize() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::size_range_() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::border(int) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::fullscreen_x() under the driver model.Manolo Gouy
2016-03-23Fix Linux build: one include file and missing #include <config.h>.Albrecht Schlosser
2016-03-23Rewrite Fl_Window::handle(int) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::hide() under the driver model.Manolo Gouy
2016-03-22Rewrite Fl_Window::resize() under the driver model.Manolo Gouy
2016-03-22Rewrite Fl_Window::show() and Fl_Menu_Window::show() under the driver model.Manolo Gouy
2016-03-22Move all icon-support data to the platform-specific Fl_XXX_Window_Driver classManolo Gouy
2016-03-22Make sure can_xdbe() from Fl_X11_Window_Driver.cxx is called after fl_open_di...Manolo Gouy
2016-03-21Fix some, but not all doxygen warnings.Albrecht Schlosser
2016-03-21Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...Manolo Gouy
2016-03-21Implement Fl_Window::make_current() under the driver model.Manolo Gouy
2016-03-21Improve the implementation of Fl_X11_Window_Driver::flush_double() and flush_...Manolo Gouy
2016-03-20Fix Fl_Xdbe_Window_Driver::destroy_double_buffer() for an Fl_Overlay_Window.Manolo Gouy
2016-03-20Continue implementation of class Fl_Window_Driver according to Albrecht's plan.Manolo Gouy
2016-03-19Advancing Albrecht's plan for the Fl_Window_Driver class.Manolo Gouy
2016-03-19Fix #include directiveManolo Gouy
2016-03-19Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxxManolo Gouy
2016-03-19Rename Fl_XXX_Image_Surface.cxx to Fl_XXX_Image_Surface_Driver.cxxManolo Gouy
2016-03-19Deleted because renamed to src/drivers/XXX/Fl_XXX_Copy_Surface_Driver.cxxManolo Gouy
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