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
/
Fl_System_Driver.H
Age
Commit message (
Expand
)
Author
2025-03-08
Add Fl_Darwin_System_Driver::filename_relative()
ManoloFLTK
2024-06-30
Fl_Tree +/- buttons are no longer drawn using bitmaps, different default line...
Cyprinus Carpio
2023-11-29
Add commandline conversion for Windows (no-op on other platforms)
Albrecht Schlosser
2023-09-05
Adds some convenience methods.
Matthias Melcher
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-12-17
Remove useless Fl_System_Driver members after 12da87b
ManoloFLTK
2022-12-10
"Public members Fl::awake_ring_*_ should be private" (#559) - cont'd
ManoloFLTK
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-11-05
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
ManoloFLTK
2022-10-23
Make Fl::display(const char *) active also for the Wayland platform.
ManoloFLTK
2022-08-30
Attempt to improve fl_disable_wayland().
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-07-26
Document the class hierarchy below Fl_System_Driver.
ManoloFLTK
2022-04-03
Remove '#include <sys/stat.h>' from FL/platform_types.h
Albrecht Schlosser
2022-03-23
Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...
ian.macarthur
2022-03-21
Fix silly MSVC 2010 parser warnings
Albrecht Schlosser
2022-03-20
Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.
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
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
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_WIN_COCOA preprocessor variable from Fl_Sys_Menu_Bar.cxx
ManoloFLTK
2020-10-04
Create Fl_X11_System_Driver::dlopen_or_dlsym() for run-time addresses.
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-14
First pass at fixing issue 99
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-02-10
Implement fl_putenv() as cross-platform putenv()
Albrecht Schlosser
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy