summaryrefslogtreecommitdiff
path: root/src/Fl_Widget_Surface.cxx
AgeCommit message (Expand)Author
2017-07-20Make Fl_Widget_Surface::draw(Fl_Widget *wid, int, int) draw also the overlay ...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-03-12Fix svn attributes of *.c, *.cxx, *.cmake and others.Albrecht Schlosser
2016-04-18Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
2016-03-31Fix error with PostScript driver on the Mac platform.Manolo Gouy
2016-03-27Remove platform-dependent code from Fl_Widget_Surface.cxx - last part.Manolo Gouy
2016-03-27Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-11Rewrite capture of window decorations using the window driver approach.Manolo Gouy
2016-03-03Made Pico/SDL setup compile and run some minimal code.Matthias Melcher
2016-02-29Add missing implementation of Fl_Widget_Surface::origin(int x, int y).Manolo Gouy
2016-02-26Make the Fl_Widget_Surface's constructor protected.Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy