| Age | Commit message (Expand) | Author |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-03-20 | Rewrite Fl_Xlib_Graphics_Driver::get_font_name() with less lines of code. | ManoloFLTK |
| 2020-03-20 | Fix Fl::get_font_name() under X11+Xft-Pango | ManoloFLTK |
| 2020-01-15 | Fix uninitialized vars in calls to fl_clip_box() (issue #6) | Albrecht Schlosser |
| 2020-01-09 | Fix X11 RTL text clipping (STR 2798) - part 2 | Albrecht Schlosser |
| 2020-01-08 | Improve X11 coordinate clipping for text (STR 2798) | Albrecht Schlosser |
| 2019-11-08 | X11 + pango: Sort font names ignoring case. | ManoloFLTK |
| 2019-11-07 | Reorganise use of virtual member function Fl_Surface_Device::end_current() | ManoloFLTK |
| 2019-11-01 | Fix HiDPI support under X11 to read/draw RGB image from/to display. | ManoloFLTK |
| 2019-09-11 | Fix use of Xrender extension with old, 16-bit framebuffers. | ManoloFLTK |
| 2019-06-06 | Add one argument to Fl_Screen_Driver::read_win_rectangle() | ManoloFLTK |
| 2019-06-06 | Fix in Fl_Xlib_Graphics_Driver::font_unscaled() necessary when changing drawi... | ManoloFLTK |
| 2019-06-03 | X11+Pango: fix case when function pango_font_get_glyph_extents() fails | ManoloFLTK |
| 2019-06-02 | X11+Pango: font names visible in the fonts and utf8 apps are usable for Fl::s... | ManoloFLTK |
| 2019-05-30 | X11+Pango: call pango_font_description_from_string() less often | ManoloFLTK |
| 2019-05-25 | Call virtual member Fl_Surface_Device::end_current() when necessary | ManoloFLTK |
| 2019-04-10 | Use the new Fl_Surface_Device::is_current() virtual function | ManoloFLTK |
| 2019-04-10 | Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h() | ManoloFLTK |
| 2019-04-10 | New virtual member function bool Fl_Surface_Device::is_current() | ManoloFLTK |
| 2018-12-04 | Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c... | ManoloFLTK |
| 2018-06-27 | Remove a few useless 'friend' statements. | Manolo Gouy |
| 2018-06-26 | Move Fl_Screen_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-09 | Remove a bunch of useless #include <FL/Fl_Printer.H> statements. | Manolo Gouy |
| 2018-05-06 | Make member function Fl_Image_Surface::get_offscreen_before_delete() be private. | Manolo Gouy |
| 2018-05-01 | Make virtual void Fl_Surface_Device::end_current_() have no argument because ... | Manolo Gouy |
| 2018-04-26 | Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re... | Manolo Gouy |
| 2018-04-25 | class Fl_Xlib_Image_Surface_Driver : Remove unused member variable. | Manolo Gouy |
| 2018-04-19 | Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg... | Manolo Gouy |
| 2018-04-19 | Reorganise access to the value of the GUI scaling factor with public getter a... | Manolo Gouy |
| 2018-04-16 | Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl... | Manolo Gouy |
| 2018-04-15 | Restore building for X11 with HAVE_XRENDER = 0 | Manolo Gouy |
| 2018-04-13 | Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi... | Manolo Gouy |
| 2018-04-12 | Image drawing: simplify the code organisation to better support Fl_Image::sca... | Manolo Gouy |
| 2018-04-05 | X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 -- continued | Manolo Gouy |
| 2018-04-05 | X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 that left f... | Manolo Gouy |
| 2018-03-28 | Image classes: memorise the width and the height of the cached form of the im... | Manolo Gouy |
| 2018-03-22 | Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h(). | Manolo Gouy |
| 2018-03-21 | X11: Remove tentative, uncompiled code to cache RGB images with Xrender Pictu... | Manolo Gouy |
| 2018-03-19 | New member function Fl_Image::scale(int width, int height) to set the FLTK si... | Manolo Gouy |
| 2018-03-19 | Remove useless member function declaration. | Manolo Gouy |
| 2018-03-15 | Improve X11 coordinate clipping. | Albrecht Schlosser |
| 2018-03-15 | Fix a potential internal stack overflow in Xlib graphics driver. | Albrecht Schlosser |
| 2018-03-15 | Remove unused #include files and FL_CFG_* conditional code. | Albrecht Schlosser |
| 2018-03-13 | Improve and simplify X line and rect 16-bit clipping. | Albrecht Schlosser |
| 2018-03-10 | Remove useless #include statement. | Manolo Gouy |
| 2018-03-10 | Fl_Xlib_Graphics_Driver::scale_clip: restrict the computed X11 region to the ... | Manolo Gouy |
| 2018-03-09 | Improve X11 (16-bit) clipping of lines and rectangles. | Albrecht Schlosser |
| 2018-03-08 | Fix X11 clip region outside 16-bit coordinate space. | Albrecht Schlosser |