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-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
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2022-03-01
Simplify internal Fl_WinAPI_Window_Driver::fake_X_wm() method
Albrecht Schlosser
2022-03-01
Fix default size_range() calculation (issue #392, STR 3352)
Albrecht Schlosser
2022-02-26
Fix Visual Studio build warnings in OpenGL graphics driver
Albrecht Schlosser
2022-02-06
OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385)
Matthias Melcher
2022-02-03
Fl_Preferences (X11): Fix detection of preferences directory
Albrecht Schlosser
2022-02-03
Reorganize classes Fl_System_Driver and Fl_Screen_Driver
ManoloFLTK
2022-01-31
Consolidate timeout handling across platforms (#379)
Albrecht Schlosser
2022-01-23
Preferences XDG path (#377)
Matthias Melcher
2022-01-23
Remove experimental platforms Android, Pico, SDL (PR #376)
Albrecht Schlosser
2022-01-21
Fix compiler warnings [-Wunused-variable]
Albrecht Schlosser
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2022-01-16
Improve Fl_GTK_Native_File_Chooser_Driver in relation to FLTK windows.
ManoloFLTK
2022-01-14
Move make_transient() to Fl_Posix_System_Driver from Fl_Screen_Driver
ManoloFLTK
2022-01-07
Re-organize cross-platform support for text input methods.
ManoloFLTK
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-19
Add check against NULL pointer (fix for issue #338).
ManoloFLTK
2021-12-18
Generate FL/fl_config.h rather than FL/abi-version.h
Albrecht Schlosser
2021-12-14
Fix trailing whitespace and a MSVC compiler warning
Albrecht Schlosser
2021-12-14
Windows platform and Input Methods: improve GUI scaling support.
ManoloFLTK
2021-12-13
Windows platform: account for GUI scaling when using input method.
ManoloFLTK
2021-12-12
X11 platform: account for GUI scaling in location of input method aux window.
ManoloFLTK
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
2021-12-07
Fix for fltk.coredev "reentrant calls with Fl_Window::resize" - cont'd
ManoloFLTK
2021-12-06
Fix whitespace errors (no code changes)
Albrecht Schlosser
2021-12-06
macOS platform: compute the screen number where a top window is mapped.
ManoloFLTK
2021-12-02
PostScript output: initialise member variables in Fl_Cairo_Graphics_Driver c...
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]