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
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
2021-11-25
X11+XRender platform: more accurate drawing of RGB images when GUI is scaled.
ManoloFLTK
2021-11-25
Fix X11 platform bug when drawing transparent RGB image without XRender.
ManoloFLTK
2021-10-27
Fix focus box drawing on X11 (partial fix for issue #156)
Albrecht Schlosser
2021-10-27
Fix indenting, whitespace errors and dependencies
Albrecht Schlosser
2021-09-12
Fix malloc/delete mismatch (X11 only)
Albrecht Schlosser
2021-05-28
New virtual member function Fl_Graphics_Driver::colored_rectf().
ManoloFLTK
2021-05-26
X11: fix fl_clip_box() coordinates > 16-bit (STR 3134)
Albrecht Schlosser
2021-03-26
Remove X11-specific code from platform-independent Fl_PostScript.cxx
ManoloFLTK
2021-03-21
Remove unnecessary system includes from public headers
Albrecht Schlosser
2021-03-13
Fast pango (#201)
ManoloFLTK
2021-03-11
Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D...
ManoloFLTK
2021-03-02
X11 platform: Accurately control RGB image drawing with GUI scaling.
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd.
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver.
ManoloFLTK
2021-02-16
Fix whitespace errors (no code changes)
Albrecht Schlosser
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK
2020-11-24
Fix for issue #163: Improve Xrender scaling quality
ManoloFLTK
2020-11-20
Fix for issue #159 - continued
ManoloFLTK
2020-11-19
Remove compilation warnings about signed/unsigned comparison.
ManoloFLTK
2020-11-19
Fix for issue #159.
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-10-28
Pango ps (#148)
ManoloFLTK
2020-10-08
Fl_Xlib_Font_Descriptor does not need char glok[64] when USE_XFT is on
ManoloFLTK
2020-08-01
Remove unneeded strdup from example, fold tabs
Greg Ercolano
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-30
Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.
ManoloFLTK
2020-07-28
Fix for issue #119. Drawing artefacts for SVG images without XRender.
ManoloFLTK
[next]