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_x.cxx
Age
Commit message (
Expand
)
Author
41 hours
wip
maxim nikonov
2023-12-04
Fix compiler warnings
Albrecht Schlosser
2023-04-14
Remove duplication of Pango standard font names
ManoloFLTK
2022-12-30
Fix misleading indentation (warning: [-Wmisleading-indentation])
Albrecht Schlosser
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-03-14
Move initialisation of X11 and Wayland built-in font names to fl_???_platform...
ManoloFLTK
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-01-08
Improve X11 coordinate clipping for text (STR 2798)
Albrecht Schlosser
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-05
Some cleaning in comments
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-03-17
Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...
Manolo Gouy
2016-09-25
X11: More explicit warning when using rotated text w/o Xft.
Albrecht Schlosser
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-09-21
Remove a block of header comments in the middle of the file.
Manolo Gouy
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
Manolo Gouy
2016-04-02
Begin to rewrite src/Fl_Font.H in the driver model.
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-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
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