summaryrefslogtreecommitdiff
path: root/src/Fl_Widget_Surface.cxx
AgeCommit message (Expand)Author
44 hourswipmaxim nikonov
2024-06-14macOS 15.0 Sequoia: fix capture of window titlebarsManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-04-24Misc doc improvements.ManoloFLTK
2019-04-12Move Doxygen comments next to member function bodies.ManoloFLTK
2019-04-12Remove function body from Fl_Widget_Surface class declaration.ManoloFLTK
2019-04-11Add check against hidden window.ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-11-30Remove unused arguments from the Fl_Device_Plugin::print() member function.Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-06Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...Manolo Gouy
2018-05-06Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...Manolo Gouy
2018-05-05Add checks for NULL pointer, just in case.Manolo Gouy
2018-05-04Documentation: improve doc of Fl_Widget_Surface::print_window_part() and Fl_W...Manolo Gouy
2018-05-02Simplify Fl_Widget_Surface::print_window_part() using the new Fl_Image::scale...Manolo Gouy
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-11-30Fl_Widget_Surface::draw(Fl_Widget *widget,...): clip drawing to the window bo...Manolo Gouy
2017-07-31Improve Fl_Widget_Surface::print_window_part() with better quality when scali...Manolo Gouy
2017-07-30Fix Fl_Widget_Surface::print_window_part() that was not correct for scaling f...Manolo Gouy
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