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
Age
Commit message (
Expand
)
Author
2022-03-21
Fix for issue #418 : some warnings about unused functions.
ManoloFLTK
2022-03-21
Issue #359 RFE: access the MacOS windowid .
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-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2022-03-01
Fix default size_range() calculation (issue #392, STR 3352)
Albrecht Schlosser
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-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
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
2021-12-06
Fix whitespace errors (no code changes)
Albrecht Schlosser
2021-11-26
Fix for issue #254: remove hardware overlay support .
ManoloFLTK
2021-11-26
Fix for issue #253: Remove xdbe support
ManoloFLTK
2021-11-25
X11+XRender platform: more accurate drawing of RGB images when GUI is scaled.
ManoloFLTK
2021-11-17
Fix Fl_Window::decorated_w() in some X11 situations.
ManoloFLTK
2021-06-18
Revert parts of and fix other 'constness' changes (#239, #181)
Albrecht Schlosser
2021-05-26
Fix trailing whitespace and formatting
Albrecht Schlosser
2021-04-29
Cleaner access to Fl_Gl_Window_Driver objects.
ManoloFLTK
2021-03-31
Move the X11-specific part of GTK native file chooser to Fl_X11_System_Driver
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-03-11
Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D...
ManoloFLTK
2021-02-16
Remove FL_CFG_WIN_X11 preprocessor variable from Fl_own_colormap.cxx
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK
2020-12-02
Improve Fl_Graphics_Driver::cache_size() when GUI is scaled.
ManoloFLTK
2020-11-27
Prevent compilation warning about uninitialized variables.
ManoloFLTK
2020-11-25
Fix for issue #123 - X11 platform
ManoloFLTK
2020-11-22
Fix issue #162
Greg Ercolano
2020-11-20
Fix for issue #159 - continued
ManoloFLTK
2020-11-19
Fix for issue #159.
ManoloFLTK
2020-11-02
Fix possible memory leak in Fl_WinAPI_Screen_Driver::read_win_rectangle_unsca...
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-08-01
Remove unneeded strdup from example, fold tabs
Greg Ercolano
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-06-15
Allow using an Fl_SVG_Image object as window icon.
ManoloFLTK
2020-04-03
Fix Fl_X11_Window_Driver::capture_titlebar_and_borders() for resizable window.
ManoloFLTK
2020-01-30
Protect against situation where HAVE_DLSYM && HAVE_DLFCN_H && !defined(RTLD_D...
ManoloFLTK
2020-01-22
Fix preservation of the caller's locale when running GTK dialogs.
ManoloFLTK
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
[next]