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
/
X11
/
Fl_X11_System_Driver.H
Age
Commit message (
Expand
)
Author
2022-11-07
Delete src/drivers/X11/Fl_X11_System_Driver.*
ManoloFLTK
2022-10-23
Make Fl::display(const char *) active also for the Wayland platform.
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2022-02-03
Reorganize classes Fl_System_Driver and Fl_Screen_Driver
ManoloFLTK
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
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
2021-03-31
Move the X11-specific part of GTK native file chooser to Fl_X11_System_Driver
ManoloFLTK
2021-03-31
Move probe_for_GTK() to class Fl_Posix_System_Driver from Fl_X11_System_Driver.
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2020-10-04
Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.
ManoloFLTK
2020-07-14
First pass at fixing issue 99
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-09-15
X11 platform: use Gnome printer dialog when the GTK library is available at r...
ManoloFLTK
2018-06-20
Move platform specific shortcut code to platform drivers.
Albrecht Schlosser
2016-10-19
Add one more argument to virtual Fl_System_Driver::file_browser_load_filesyst...
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-15
Move platform-dependent implementations of fl_clipboard_notify_changes() to t...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...
Manolo Gouy
2016-04-15
Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...
Manolo Gouy
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
Manolo Gouy
2016-04-13
Rewrite Fl_own_colormap.cxx under the driver model.
Manolo Gouy
2016-04-12
Reorganize the implementations of the virtual member function Fl_System_Drive...
Manolo Gouy
2016-04-11
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...
Manolo Gouy