summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib
AgeCommit message (Expand)Author
2017-08-20Simplify using Fl_XXX_Graphics_Driver::copy_offscreen() instead of Fl_Scalabl...Manolo Gouy
2017-08-15Fl_XXX_Surface_Driver::set_current() : call Fl_Surface_Device::set_current() ...Manolo Gouy
2017-08-14Remove unnecessary #include statements and compilation guards.Albrecht Schlosser
2017-08-14Make 'driver' header include guards more standard.Albrecht Schlosser
2017-08-13Fl_Xlib_Graphics_Driver::set_fonts() with Pango: handle case when 'Regular' i...Manolo Gouy
2017-08-13Fl_Xlib_Graphics_Driver::set_fonts() with Pango: account better for variety o...Manolo Gouy
2017-08-12Fix error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermis...Manolo Gouy
2017-08-12Improve Fl_Xlib_Graphics_Driver::set_fonts() when using Pango to build standa...Manolo Gouy
2017-06-27Exact computation of scaled clipping region for X11 platform.Manolo Gouy
2017-06-21Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...Manolo Gouy
2017-06-06X11 platform: Accurate box graphics at wide range of scaling factor values.Manolo Gouy
2017-06-01Additional check in Fl_Xlib_Graphics_Driver::font_unscaled(Fl_Font, Fl_Fontsi...Manolo Gouy
2017-05-22X11 + Pango platform: improve text drawing with angle.Manolo Gouy
2017-05-22Fix warnings: 'Fl_Xlib_Graphics_Driver::scale' hides overloaded virtual funct...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-04-25Add an argument to the private, virtual member function void Fl_Surface_Devic...Manolo Gouy
2017-04-24Remove unused variable from class Fl_Xlib_Image_Surface_Driver.Albrecht Schlosser
2017-04-24Undo change at r.12221 because it's done at r.12222 in a cross-platform fashion.Manolo Gouy
2017-04-23Fix Fl_Image_Surface::image() as discussed in fltk.generalAlbrecht Schlosser
2017-04-12Fix for STR#3374: Crash with pango enabled when changing default fontManolo Gouy
2017-04-07Fixed typo in warning message.Manolo Gouy
2017-03-17Account for translation also in non-Pango code section.Manolo Gouy
2017-03-17Create Fl_Xlib_Graphics_Driver::scale_and_render_pixmap() to draw depth-4 or ...Manolo Gouy
2017-03-17The new Fl_Xlib_Graphics_Driver::draw_scaled() member function must also acco...Manolo Gouy
2017-03-17Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...Manolo Gouy
2017-03-17Fix the projective transformation matrix used for Xrender-based scaled image ...Manolo Gouy
2017-03-16Add scaled image drawing to the X11 platform using Xrender.Manolo Gouy
2016-12-23Fix CMake config.h and compiler warnings.Albrecht Schlosser
2016-12-21X11 platform: Add optional use of the pango library to draw text, gaining the...Manolo Gouy
2016-12-21Fix Fl_Xlib_Graphics_Driver::delete_bitmask() : the pixmap argument is to be ...Manolo Gouy
2016-12-09Simpler code path for a member function calling another member function of sa...Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-11-28X11 platform: fix STR#3353 and correct drawing of depth-2 RGB images when XRe...Manolo Gouy
2016-11-19Remove change at r.12120 because STR#3353 note #6 shows it is not OK.Manolo Gouy
2016-11-18Fix for STR#3353: bad depth-2 image drawing when the window is resized smalle...Manolo Gouy
2016-11-18X11 platform: Fl_RGB_Image::mask_ is always 0, so remove code to process mask...Manolo Gouy
2016-11-18Remove commented out code for what used to be : static int start_rgb()Manolo Gouy
2016-11-16Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...Manolo Gouy
2016-11-05Slightly improve the parameter list of member function int Fl_Graphics_Driver...Manolo Gouy
2016-11-03Rename Fl_Bitmap::start() to Fl_Bitmap::prepare().Manolo Gouy
2016-11-03Factorize repeated code across platform-specific graphics drivers and image t...Manolo Gouy
2016-11-02Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf...Manolo Gouy
2016-10-07Remove Fl_Xlib_Graphics_Driver::global_gc() because identical to Fl_Graphics_...Manolo Gouy
2016-09-25X11: More explicit warning when using rotated text w/o Xft.Albrecht Schlosser
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-22Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...Manolo Gouy
2016-09-21Remove a block of header comments in the middle of the file.Manolo Gouy
2016-09-21Restore building with X11 but not XftManolo Gouy
2016-09-12Remove code requiring config.h from public header FL/x.HManolo Gouy