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
/
Fl_Posix_System_Driver.cxx
Age
Commit message (
Expand
)
Author
3 days
wip
maxim nikonov
3 days
wip
maxim nikonov
2025-06-19
Ensure that the 'awake' pipe does not overflow (#1263)
Matthias Melcher
2025-06-19
Update Fl::await() and friends API and documentation
Matthias Melcher
2023-02-07
macOS+XQuartz: support new homebrew name for GTK2 shared lib
ManoloFLTK
2023-02-02
Allow cmake -DOPTION_APPLE_X11=On without -U__APPLE__
ManoloFLTK
2022-12-17
Remove useless Fl_System_Driver members after 12da87b
ManoloFLTK
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-11-06
Check return value from call to gtk_init_check()
ManoloFLTK
2022-11-06
Allow using native file chooser on Darwin + XQuartz + (homebrew or fink)
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-07-05
Documentation: add missing mentions of the Wayland platform.
ManoloFLTK
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-07-21
Call pthread's recursive mutex on Linux (Issue #245)
Albrecht Schlosser
2021-05-03
Fix compiler warning on macOS
Albrecht Schlosser
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
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-01-27
Restore compilability when HAVE_DLFCN_H = 0
ManoloFLTK
2019-10-30
Concentrate source code that supports Darwin + XQuartz + fink as test platform
ManoloFLTK
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-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_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
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-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-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-31
Remve useless extern declaration
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-30
Avoid vfprintf_l() that may be missing on Linux
Manolo Gouy
2016-03-30
Begin to rewrite Fl_PostScript.cxx under the driver model.
Manolo Gouy
2016-03-29
Begin to clean fl_utf8.h from its platform-dependent content.
Manolo Gouy
2016-03-28
Rewrite Fl_compose.cxx under the driver model.
Manolo Gouy
2016-03-28
Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...
Manolo Gouy
2016-03-26
Move fl_local_* decl. and short docs back to FL/Fl.H.
Albrecht Schlosser
2016-03-25
Separating platform-dependent from platform-independent code: make src/Fl.cxx...
Manolo Gouy
[next]