summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-23Rewrite Fl_Window::border(int) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::offscreen_x() under the driver model - continued.Manolo Gouy
2016-03-23Rewrite Fl_Window::fullscreen_x() under the driver model.Manolo Gouy
2016-03-23Enable definition of Unicode conv. options on compiler command line.Albrecht Schlosser
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-20More accurate #include directive.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 Windows (CMake) build.Albrecht Schlosser
2016-03-19Update dependencies.Albrecht Schlosser
2016-03-19Minor Makefile (spaces/tabs) and CMakeLists.txt fixes.Albrecht Schlosser
2016-03-19Fix typo that was preventing the porting branch form building on OSX with a M...Ian MacArthur
2016-03-19Fix #include directiveManolo Gouy
2016-03-19Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxxManolo Gouy
2016-03-19Reflect recent changes in Fl_Image_Surface and Fl_Copy_Surface classes.Manolo Gouy
2016-03-19Reflect recent changes in Fl_Image_Surface and Fl_Copy_Surface classes.Manolo 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-19Fix potential memory error in Mac OS code to print window titlebars.Manolo Gouy
2016-03-19Fix Windows build error (fluid: undefined symbol fl_clip_region()).Albrecht Schlosser
2016-03-18Fix #include <config.h>.Albrecht Schlosser
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-14More carry from r11173 to porting..Greg Ercolano
2016-03-14Carrying over r11173 fix to the new 1.3 porting branch.Greg Ercolano
2016-03-14Carrying fix from 1.3-current (r11177) to the new porting branch.Greg Ercolano
2016-03-13Extended double buffering fix to AndroidMatthias Melcher
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-12Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...Matthias 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 localization of modifier key names in shortcut labels.Albrecht Schlosser
2016-03-12Add Android Touch events.Matthias Melcher