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
/
Posix
Age
Commit message (
Expand
)
Author
2021-03-31
Move the X11-specific part of GTK native file chooser to Fl_X11_System_Driver
ManoloFLTK
2021-03-31
Fl_X11_System_Driver::probe_for_GTK() is now Fl_Posix_System_Driver::probe_fo...
ManoloFLTK
2021-03-31
Move quadruple_dlopen() to Fl_Posix_System_Driver.cxx where it's used.
ManoloFLTK
2021-03-31
Move probe_for_GTK() to class Fl_Posix_System_Driver from Fl_X11_System_Driver.
ManoloFLTK
2021-02-21
Fix #include statements, remove unnecessary includes
Albrecht Schlosser
2021-02-16
Remove FL_CFG_SYS_POSIX and FL_CFG_SYS_WIN32 preprocessor vars from Fl_lock.cxx
ManoloFLTK
2021-02-16
Remove FL_CFG_SYS_POSIX preprocessor variable from fl_open_uri.cxx
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2020-11-10
Remove compilation warning that HAVE_DLFCN_H is undefined.
ManoloFLTK
2020-10-28
Pango ps (#148)
ManoloFLTK
2020-10-04
Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.
ManoloFLTK
2020-10-02
Have Fl_X11_System_Driver::newUUID() use uuid_generate() if available at run-...
ManoloFLTK
2020-09-30
Fix possible memory allocation error.
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-04-22
Add optional argument to Fl_Printer::begin_job() to inform caller when an err...
ManoloFLTK
2020-02-10
Implement fl_putenv() as cross-platform putenv()
Albrecht Schlosser
2020-01-27
Restore compilability when HAVE_DLFCN_H = 0
ManoloFLTK
2020-01-24
GTK printer chooser: add code to support choice of paper size and orientation
ManoloFLTK
2019-10-30
Concentrate source code that supports Darwin + XQuartz + fink as test platform
ManoloFLTK
2019-10-22
Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().
ManoloFLTK
2019-09-15
X11 platform: use Gnome printer dialog when the GTK library is available at r...
ManoloFLTK
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy
2018-05-25
Replace Fl_Paged_Device::newPrinterDriver() by Fl_Printer::newPrinterDriver().
Manolo Gouy
2018-05-09
Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...
Manolo Gouy
2017-11-10
Add missing platform wrapper fl_chdir() for chdir().
Albrecht Schlosser
2017-10-04
Undo commit at r.12475 that is not adequate.
Manolo Gouy
2017-10-04
Fl_SVG_Image class: add support for compressed .svgz image files.
Manolo Gouy
2017-03-07
Add to Fl_System_Driver support for measuring time with split second resolution.
Manolo Gouy
2016-12-01
Add --enable-print option to configure to allow building without print suppor...
Manolo Gouy
2016-04-27
Use standard fopen() as default implementation of virtual Fl_System_Driver::f...
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-12
Begin to rewrite Fl_File_Chooser2.cxx for 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
2016-04-11
Improve use of struct stat for WIN32 platform.
Manolo Gouy
2016-04-11
Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...
Manolo Gouy
2016-04-10
Rewrite Fl_lock.cxx under the driver model.
Manolo Gouy
2016-04-10
Rewrite Fl_Preferences.cxx under the driver model.
Manolo Gouy
2016-04-10
Rewrite Fl_File_Browser.cxx under the driver model.
Manolo Gouy
2016-04-09
Rewrite fl_shortcut.cxx for the driver model.
Manolo Gouy
2016-04-09
Rewrite Fl_Tooltip.cxx for the driver model.
Manolo Gouy
2016-04-09
Add missing #include directive
Manolo Gouy
2016-04-09
Rewrite fl_open_uri.cxx under the driver model.
Manolo Gouy
2016-04-09
Fix typos.
Albrecht Schlosser
2016-04-09
Rewrite Fl_Menu.cxx for the driver model.
Manolo Gouy
2016-04-07
Rewrite filename_expand.cxx under the driver model.
Manolo Gouy
2016-04-07
Rewrite filename_list.cxx under the driver model.
Manolo Gouy
2016-04-06
Rewrite Fl_get_key.cxx under the driver model.
Manolo Gouy
2016-04-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
[next]