| Age | Commit message (Expand) | Author |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-04-24 | Misc doc improvements. | ManoloFLTK |
| 2019-04-12 | Move Doxygen comments next to member function bodies. | ManoloFLTK |
| 2019-04-12 | Remove function body from Fl_Widget_Surface class declaration. | ManoloFLTK |
| 2019-04-11 | Add check against hidden window. | ManoloFLTK |
| 2019-04-10 | New virtual member function bool Fl_Surface_Device::is_current() | ManoloFLTK |
| 2019-02-02 | STR #2714: remove new shadow lint for MacOS | Matthias Melcher |
| 2018-12-05 | New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin() | ManoloFLTK |
| 2018-11-30 | Remove unused arguments from the Fl_Device_Plugin::print() member function. | Manolo Gouy |
| 2018-06-26 | Move Fl_Screen_Driver.H from FL/ to src/ | Manolo Gouy |
| 2018-06-26 | Move Fl_Window_Driver.H from FL/ to src/ | Manolo Gouy |
| 2018-06-23 | Doxygen only: fixed all block comments starting with an asterisk to space-onl... | Matthias Melcher |
| 2018-05-12 | Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ... | Manolo Gouy |
| 2018-05-06 | Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_... | Manolo Gouy |
| 2018-05-06 | Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:... | Manolo Gouy |
| 2018-05-05 | Add checks for NULL pointer, just in case. | Manolo Gouy |
| 2018-05-04 | Documentation: improve doc of Fl_Widget_Surface::print_window_part() and Fl_W... | Manolo Gouy |
| 2018-05-02 | Simplify Fl_Widget_Surface::print_window_part() using the new Fl_Image::scale... | Manolo Gouy |
| 2018-02-09 | Fix fl_read_image() under MacOS platform when GUI is rescaled. | Manolo Gouy |
| 2018-01-31 | Replace FL/x.H with FL/platform.H - step 2 (STR #3435). | Albrecht Schlosser |
| 2017-11-30 | Fl_Widget_Surface::draw(Fl_Widget *widget,...): clip drawing to the window bo... | Manolo Gouy |
| 2017-07-31 | Improve Fl_Widget_Surface::print_window_part() with better quality when scali... | Manolo Gouy |
| 2017-07-30 | Fix Fl_Widget_Surface::print_window_part() that was not correct for scaling f... | Manolo Gouy |
| 2017-07-20 | Make Fl_Widget_Surface::draw(Fl_Widget *wid, int, int) draw also the overlay ... | Manolo Gouy |
| 2017-05-17 | Introduce HiDPI + rescaling support for the X11 platform (+ partial support f... | Manolo Gouy |
| 2017-03-12 | Fix svn attributes of *.c, *.cxx, *.cmake and others. | Albrecht Schlosser |
| 2016-04-18 | Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::... | Manolo Gouy |
| 2016-03-31 | Fix error with PostScript driver on the Mac platform. | Manolo Gouy |
| 2016-03-27 | Remove platform-dependent code from Fl_Widget_Surface.cxx - last part. | Manolo Gouy |
| 2016-03-27 | Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part. | Manolo Gouy |
| 2016-03-26 | Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_... | Manolo Gouy |
| 2016-03-11 | Rewrite capture of window decorations using the window driver approach. | Manolo Gouy |
| 2016-03-03 | Made Pico/SDL setup compile and run some minimal code. | Matthias Melcher |
| 2016-02-29 | Add missing implementation of Fl_Widget_Surface::origin(int x, int y). | Manolo Gouy |
| 2016-02-26 | Make the Fl_Widget_Surface's constructor protected. | Manolo Gouy |
| 2016-02-26 | Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int). | Manolo Gouy |