summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib
AgeCommit message (Expand)Author
2019-06-02X11+Pango: font names visible in the fonts and utf8 apps are usable for Fl::s...ManoloFLTK
2019-05-30X11+Pango: call pango_font_description_from_string() less oftenManoloFLTK
2019-05-25Call virtual member Fl_Surface_Device::end_current() when necessaryManoloFLTK
2019-04-10Use the new Fl_Surface_Device::is_current() virtual functionManoloFLTK
2019-04-10Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2018-12-04Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...ManoloFLTK
2018-06-27Remove a few useless 'friend' statements.Manolo Gouy
2018-06-26Move Fl_Screen_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-09Remove a bunch of useless #include <FL/Fl_Printer.H> statements.Manolo Gouy
2018-05-06Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.Manolo Gouy
2018-05-01Make virtual void Fl_Surface_Device::end_current_() have no argument because ...Manolo Gouy
2018-04-26Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...Manolo Gouy
2018-04-25class Fl_Xlib_Image_Surface_Driver : Remove unused member variable.Manolo Gouy
2018-04-19Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...Manolo Gouy
2018-04-19Reorganise access to the value of the GUI scaling factor with public getter a...Manolo Gouy
2018-04-16Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...Manolo Gouy
2018-04-15Restore building for X11 with HAVE_XRENDER = 0Manolo Gouy
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-04-05X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 -- continuedManolo Gouy
2018-04-05X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 that left f...Manolo Gouy
2018-03-28Image classes: memorise the width and the height of the cached form of the im...Manolo Gouy
2018-03-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-21X11: Remove tentative, uncompiled code to cache RGB images with Xrender Pictu...Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-03-19Remove useless member function declaration.Manolo Gouy
2018-03-15Improve X11 coordinate clipping.Albrecht Schlosser
2018-03-15Fix a potential internal stack overflow in Xlib graphics driver.Albrecht Schlosser
2018-03-15Remove unused #include files and FL_CFG_* conditional code.Albrecht Schlosser
2018-03-13Improve and simplify X line and rect 16-bit clipping.Albrecht Schlosser
2018-03-10Remove useless #include statement.Manolo Gouy
2018-03-10Fl_Xlib_Graphics_Driver::scale_clip: restrict the computed X11 region to the ...Manolo Gouy
2018-03-09Improve X11 (16-bit) clipping of lines and rectangles.Albrecht Schlosser
2018-03-08Fix X11 clip region outside 16-bit coordinate space.Albrecht Schlosser
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-18X11+pango: correct y position of text in line that was bad for some non-latin...Manolo Gouy
2018-01-05Some cleaning in commentsManolo Gouy
2017-12-18STR#3320 continued: make sure there's no undrawn space between nested rectang...Manolo Gouy
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-08-27Fix for STR#3397: find adequate X font to use it with GL.Manolo Gouy
2017-08-25Fl_Scalable_Graphics_Driver::draw(Fl_RGB_Image *,...) : change how the curren...Manolo Gouy
2017-08-25X11 and WIN32: slightly change Fl_XXX_Graphics_Driver::cache(Fl_Pixmap*) to u...Manolo Gouy
2017-08-25X11+xft-pango: have Fl::set_fonts() show fonts with black, light, medium, dem...Manolo Gouy
2017-08-24X11 platform: cleaner implementation of changing the active drawing surface a...Manolo Gouy