fltk/src/drivers/Xlib
Manolo Gouy 12a2fc2a4d X11+pango: correct y position of text in line that was bad for some non-latin scripts and some pango versions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12639 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-01-18 13:45:45 +00:00
..
Fl_Font.H X11 platform: Add optional use of the pango library to draw text, gaining the possibility to draw text in any script supported by Unicode. 2016-12-21 15:05:02 +00:00
Fl_Xlib_Copy_Surface_Driver.cxx Fl_XXX_Surface_Driver::set_current() : call Fl_Surface_Device::set_current() first to get fl_window right. 2017-08-15 14:30:48 +00:00
Fl_Xlib_Graphics_Driver_arci.cxx Introduce HiDPI + rescaling support for the X11 platform (+ partial support for WIN32) 2017-05-17 11:54:18 +00:00
Fl_Xlib_Graphics_Driver_color.cxx Simpler code path for a member function calling another member function of same class. 2016-12-09 09:48:56 +00:00
Fl_Xlib_Graphics_Driver_font_x.cxx Some cleaning in comments 2018-01-05 08:16:42 +00:00
Fl_Xlib_Graphics_Driver_font_xft.cxx X11+pango: correct y position of text in line that was bad for some non-latin scripts and some pango versions. 2018-01-18 13:45:45 +00:00
Fl_Xlib_Graphics_Driver_image.cxx Fl_Scalable_Graphics_Driver::draw(Fl_RGB_Image *,...) : change how the current scaling factor is taken into account. 2017-08-25 18:04:56 +00:00
Fl_Xlib_Graphics_Driver_line_style.cxx Remove unnecessary #include statements and compilation guards. 2017-08-14 17:10:26 +00:00
Fl_Xlib_Graphics_Driver_rect.cxx STR#3320 continued: make sure there's no undrawn space between nested rectangles and images. 2017-12-18 12:13:33 +00:00
Fl_Xlib_Graphics_Driver_vertex.cxx Introduce HiDPI + rescaling support for the X11 platform (+ partial support for WIN32) 2017-05-17 11:54:18 +00:00
Fl_Xlib_Graphics_Driver.cxx STR#3444: Add MacOS support for application rescaling (not quite complete) 2017-12-18 08:52:55 +00:00
Fl_Xlib_Graphics_Driver.H STR#3320 continued: make sure there's no undrawn space between nested rectangles and images. 2017-12-18 12:13:33 +00:00
Fl_Xlib_Image_Surface_Driver.cxx X11 platform: cleaner implementation of changing the active drawing surface and maintaining clip regions. 2017-08-24 12:40:29 +00:00