summaryrefslogtreecommitdiff
path: root/src/Fl_Window_Driver.cxx
AgeCommit message (Expand)Author
2016-04-24Remove FL_ABI_VERSION directivesManolo Gouy
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-18Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...Manolo Gouy
2016-04-18Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().Manolo Gouy
2016-04-18Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
2016-03-27Remove a bunch of unnecessary #include <config.h> directivesManolo Gouy
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-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
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-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-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-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-18Fix #include <config.h>.Albrecht Schlosser
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.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-11Rewrite capture of window decorations using the window driver approach.Manolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher