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
Age
Commit message (
Expand
)
Author
2022-04-12
Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.
ManoloFLTK
2022-04-07
Rename remaining FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXT
Albrecht Schlosser
2022-04-07
Fix build w/o Xft
Albrecht Schlosser
2022-04-06
Remove useless instructions.
ManoloFLTK
2022-04-06
Remove warnings: comparison of integer expressions of different signedness [-...
ManoloFLTK
2022-04-04
Catch also Fl_Posix_System_Driver after rename stat -> flstat in Fl_System_Dr...
ManoloFLTK
2022-04-03
Silence compiler warnings [-Wunused-but-set-variable]
Albrecht Schlosser
2022-04-03
Remove '#include <sys/stat.h>' from FL/platform_types.h
Albrecht Schlosser
2022-04-01
Fl_Wayland_Window_Driver::scroll() when GUI scaling >= 2.
ManoloFLTK
2022-04-01
Merge remote-tracking branch 'refs/remotes/origin/master'
ManoloFLTK
2022-04-01
Fix regression introduced with d9a6ec8 visible in test/scroll.
ManoloFLTK
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
2022-03-31
Add support of Fl_Region to the Cairo graphics driver
ManoloFLTK
2022-03-27
Wayland: replace public fl_event_time by static wld_event_time.
ManoloFLTK
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-24
Merge remote-tracking branch 'refs/remotes/origin/master'
ManoloFLTK
2022-03-24
Remove useless virtual member function overrides.
ManoloFLTK
2022-03-23
Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...
ian.macarthur
2022-03-23
Create struct wld_window *Fl_Wayland_Window_Driver::wld_window to replace eve...
ManoloFLTK
2022-03-23
Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...
ManoloFLTK
2022-03-23
Fix for issue #419: Wayland: scale/resize issue.
ManoloFLTK
2022-03-21
Fix silly MSVC 2010 parser warnings
Albrecht Schlosser
2022-03-21
Avoid using same name (p) for distinct members of derived classes - cont'd.
ManoloFLTK
2022-03-21
Avoid using same name (p) for distinct members of derived classes.
ManoloFLTK
2022-03-21
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
ManoloFLTK
2022-03-21
Fix for issue #418 : some warnings about unused functions.
ManoloFLTK
2022-03-21
Issue #359 RFE: access the MacOS windowid .
ManoloFLTK
2022-03-21
Fix for issue #416: Fl_Xlib_Graphics_Driver_font_xft.cxx has a libasan error.
ManoloFLTK
2022-03-21
Remove unnecessary constructors.
ManoloFLTK
2022-03-20
Fix typo in comment.
ManoloFLTK
2022-03-20
Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.
ManoloFLTK
2022-03-17
Improve handling of custom cursor by Wayland platform.
ManoloFLTK
2022-03-16
Add necessary #include <FL/platform.H> directive.
ManoloFLTK
2022-03-16
Remove typo in Fl_Wayland_Image_Surface_Driver.H
ManoloFLTK
2022-03-16
Add member variable Window Fl_Wayland_Image_Surface_Driver::pre_window.
ManoloFLTK
2022-03-15
Fix for issue fltk#410 - continued.
ManoloFLTK
2022-03-15
Fix for issue #410
ManoloFLTK
2022-03-14
Move initialisation of X11 and Wayland built-in font names to fl_???_platform...
ManoloFLTK
2022-03-13
Remove unnecessary #include directives
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-03-10
Fix for issue #404 about Fl::get_key(int).
ManoloFLTK
2022-03-10
Begin documenting the Wayland platform, new in FLTK version 1.4
ManoloFLTK
2022-03-10
Restore building for X11 platform + Pango (issue #405).
ManoloFLTK
2022-03-09
Add safety check in Fl_Wayland_Window_Driver::label().
ManoloFLTK
2022-03-09
Move all font stuff to Fl_Cairo_Graphics_Driver from Fl_Wayland_Graphics_Driver.
ManoloFLTK
2022-03-09
Add necessary call to Fl_Cairo_Graphics_Driver::needs_commit_tag().
ManoloFLTK
2022-03-08
Some reformatting and fix else reach in Fl_Cairo_Graphics_Driver::transformed...
ManoloFLTK
2022-03-07
Add missing member initialisation in Fl_Cairo_Graphics_Driver constructor.
ManoloFLTK
2022-03-06
Complete class Fl_Cairo_Graphics_Driver using Fl_Wayland_Graphics_Driver
ManoloFLTK
2022-03-05
Rename Fl_wayland.cxx to fl_wayland_clipboard_dnd.cxx
ManoloFLTK
[next]