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
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
2020-01-03
Linux build: typos and stupidities to prev. commit
MatthiasWM
2020-01-03
Linux/MSWindows: improved Fl_Preferences file path checking
Matthias Melcher
2019-12-31
Merge remote-tracking branch 'refs/remotes/origin/master'
Matthias Melcher
2019-12-31
Limiting file access for Fl_Preferences.
Matthias Melcher
2019-12-26
Fix Fl::add_timeout() under Linux (STR 3516)
Albrecht Schlosser
2019-12-09
Fix Fl::add_timeout() in draw() under Linux (STR 3188)
Albrecht Schlosser
2019-11-02
Slightly simpler code to support fl_overlay_rect() on HighDPI screens.
ManoloFLTK
2019-11-01
Fix HiDPI support under X11 to read/draw RGB image from/to display.
ManoloFLTK
2019-10-30
Fix typo and debug output when loading libgtk
Albrecht Schlosser
2019-10-30
Fix path to header file
ManoloFLTK
2019-10-30
Concentrate source code that supports Darwin + XQuartz + fink as test platform
ManoloFLTK
2019-09-15
X11 platform: use Gnome printer dialog when the GTK library is available at r...
ManoloFLTK
2019-08-21
Fix a case when fl_read_window() did not capture subwindows correctly.
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-05-27
Fix Fl_X11_Window_Driver::capture_titlebar_and_borders() for scaled, partiall...
ManoloFLTK
2019-05-25
Slightly simplify Fl_X11_Window_Driver::capture_titlebar_and_borders()
ManoloFLTK
2019-05-25
Restore the value of global variable fl_window
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-11
X11 platform: follow when the OS changes the Xft.dpi resource
ManoloFLTK
2019-03-10
X11 platform: use the Xft.dpi resource as basis for the initial GUI scaling f...
ManoloFLTK
2019-03-06
Process env var FLTK_SCALING_FACTOR consistently across platforms.
ManoloFLTK
2019-02-23
Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...
ManoloFLTK
2019-02-23
New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...
ManoloFLTK
2019-02-21
Remove compilation warning with -Wunused-result
ManoloFLTK
[next]