index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
Xlib
/
Fl_Xlib_Graphics_Driver_font_xft.cxx
Age
Commit message (
Expand
)
Author
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-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
2018-04-19
Reorganise access to the value of the GUI scaling factor with public getter a...
Manolo Gouy
2018-02-07
STR#3450: Draw text with OpenGL using textures on all platforms.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2018-01-18
X11+pango: correct y position of text in line that was bad for some non-latin...
Manolo Gouy
2017-08-27
Fix for STR#3397: find adequate X font to use it with GL.
Manolo Gouy
2017-08-25
X11+xft-pango: have Fl::set_fonts() show fonts with black, light, medium, dem...
Manolo Gouy
2017-08-13
Fl_Xlib_Graphics_Driver::set_fonts() with Pango: handle case when 'Regular' i...
Manolo Gouy
2017-08-13
Fl_Xlib_Graphics_Driver::set_fonts() with Pango: account better for variety o...
Manolo Gouy
2017-08-12
Fix error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermis...
Manolo Gouy
2017-08-12
Improve Fl_Xlib_Graphics_Driver::set_fonts() when using Pango to build standa...
Manolo Gouy
2017-06-01
Additional check in Fl_Xlib_Graphics_Driver::font_unscaled(Fl_Font, Fl_Fontsi...
Manolo Gouy
2017-05-22
X11 + Pango platform: improve text drawing with angle.
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-04-12
Fix for STR#3374: Crash with pango enabled when changing default font
Manolo Gouy
2017-03-17
Account for translation also in non-Pango code section.
Manolo Gouy
2017-03-17
Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...
Manolo Gouy
2016-12-23
Fix CMake config.h and compiler warnings.
Albrecht Schlosser
2016-12-21
X11 platform: Add optional use of the pango library to draw text, gaining the...
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-22
Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...
Manolo Gouy
2016-06-11
Remove // "$id: lines in the middle of the source code
Manolo Gouy
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
Manolo Gouy
2016-03-30
Finish removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-30
Continue removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() under the driver model.
Manolo Gouy
2016-02-26
Rename Fl_Xlib_Graphics_Driver.h to Fl_Xlib_Graphics_Driver.H
Manolo Gouy
2016-02-09
Fix typos for Linux from previous check-in.
Matthias Melcher
2016-01-31
Fix compiler warnings (STR 2988), porting from branch-1.3.
Albrecht Schlosser
2016-01-27
Modify Xlib driver code not to #include source files.
Albrecht Schlosser
2016-01-26
Preliminary commit of porting Xlib drivers to the new naming scheme
Matthias Melcher