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
Age
Commit message (
Expand
)
Author
2025-01-08
Make draw to image and draw to clipboard behave equally in X11 and Wayland
ManoloFLTK
2024-11-13
Fix Cairo: Rounding issues with Fl_RGB_Image::draw() + Fl_Copy_Surface (#1124)
ManoloFLTK
2024-10-08
Restore building without Cairo developer files (#1087)
ManoloFLTK
2024-10-07
Make Pango-handled text accept legacy CP1252-encoded text
ManoloFLTK
2024-08-26
Fix for artefact in X11 1-pixel thick rect drawing with some drivers (#156, #...
ManoloFLTK
2024-07-24
Fix Fl_Scalable_Graphics_Driver::rect(x,y,w,h) (#1017)
ManoloFLTK
2024-07-23
Fix "line_style_doc program under X11: join type wrong" - cont'd (#1017)
ManoloFLTK
2024-07-23
Fix "line_style_doc program under X11: join type wrong" (#1017)
ManoloFLTK
2024-03-15
STR 3489: fix alpha blending for X11
Matthias Melcher
2024-01-19
Fix compiler warning [-Wmaybe-uninitialized]
Albrecht Schlosser
2023-12-21
Fix a typo, trailing whitespace, and dependencies
Albrecht Schlosser
2023-12-04
Fix compiler warnings
Albrecht Schlosser
2023-12-04
New member function Fl_Image_Surface::mask(Fl_RGB_Image*)
ManoloFLTK
2023-06-06
Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732)
ManoloFLTK
2023-06-06
Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732)
ManoloFLTK
2023-06-06
Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732)
ManoloFLTK
2023-06-05
Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732)
ManoloFLTK
2023-04-23
Replace internal fl_create_offscreen() calls by new Fl_Image_Surface
ManoloFLTK
2023-04-14
Remove duplication of Pango standard font names
ManoloFLTK
2023-02-14
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
ManoloFLTK
2023-01-26
Fixing FLUID file corruption from issue #653 (#662)
Matthias Melcher
2023-01-13
Fix set_fonts() in Xlib/xft and Cairo Graphics_Driver
Albrecht Schlosser
2023-01-08
Fix "Xrender blurs adjacent images with bilinear scaling" (#633)
ManoloFLTK
2023-01-01
Add a missing FL_OVERRIDE flag
Albrecht Schlosser
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-12-30
Fix misleading indentation (warning: [-Wmisleading-indentation])
Albrecht Schlosser
2022-11-29
Fix for issue [Cairo]: Arrows have a "gap" (#561)
ManoloFLTK
2022-11-25
Make Fl_XXX_Graphics_Driver::create_bitmask() a static member function
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-09-08
Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-25
Remove unneeded FL_EXPORT declaration.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-08-10
Fix Fl_Xlib_Graphics_Driver for drawing tiled images.
ManoloFLTK
2022-08-09
Fix Fl_Xlib_Graphics_Driver for tiled-depth 3 images.
ManoloFLTK
2022-08-09
Fix Fl_Xlib_Graphics_Driver for RGB image drawing under XQuartz.
ManoloFLTK
2022-07-26
Remove redundant Fl_Xlib_Graphics_Driver::scale_bitmap_for_PostScript() under...
ManoloFLTK
2022-07-20
Change prototype of virtual Fl_Graphics_Driver::pango_font_description().
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-21
Avoid using same name (p) for distinct members of derived classes.
ManoloFLTK
2022-03-21
Fix for issue #416: Fl_Xlib_Graphics_Driver_font_xft.cxx has a libasan error.
ManoloFLTK
2022-03-14
Move initialisation of X11 and Wayland built-in font names to fl_???_platform...
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2022-01-07
Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...
ManoloFLTK
2022-01-02
Text input method for X11: fix for case when text widget is inside subwindow.
ManoloFLTK
2021-12-12
X11 platform: account for GUI scaling in location of input method aux window.
ManoloFLTK
2021-11-26
Fix for issue #254: remove hardware overlay support - cont'd.
ManoloFLTK
2021-11-26
Fix for issue #254: remove hardware overlay support .
ManoloFLTK
[next]