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
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
2019-02-21
X11: use XGetDefault() to read the value of the Xft.dpi resource.
ManoloFLTK
2019-02-20
Use also the Xft.dpi resource to initialize the GUI scale factor.
ManoloFLTK
2019-02-19
X11 + gnome: improve detection of the current display scale factor
ManoloFLTK
2019-01-21
Remove incorrect putenv(buf) call followed by free(buf).
ManoloFLTK
2018-12-16
Fix another clang-tidy warning (issue #5, part 1).
Albrecht Schlosser
2018-12-15
Fix clang-tidy unused variable warning (issue #5, part 3).
Albrecht Schlosser
2018-09-14
X11 under Ubuntu: read screen scaling information - continued
Manolo Gouy
2018-09-14
X11 under Ubuntu: read screen scaling information from file $HOME/.config/mon...
Manolo Gouy
2018-09-14
Fix (remove) C++11 extension in header file.
Albrecht Schlosser
2018-09-07
X11: simplify the use of member function Fl_X11_Screen_Driver::init_workarea().
Manolo Gouy
2018-09-06
X11: fix Fl::w() and Fl::h() when the screen is rescaled.
Manolo Gouy
2018-08-03
Remove private member variable Fl_X11_Window_Driver::current_cursor_ that's n...
Manolo Gouy
2018-06-27
Remove a few useless 'friend' statements.
Manolo Gouy
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-20
Move platform specific shortcut code to platform drivers.
Albrecht Schlosser
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-06
Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...
Manolo Gouy
2018-05-06
Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...
Manolo Gouy
2018-05-05
Fix Fl_X11_Screen_Driver::read_win_rectangle() when GUI is scaled.
Manolo Gouy
2018-05-03
Fix fl_overlay_rect() under X11 and Windows when GUI is scaled.
Manolo Gouy
2018-02-16
Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...
Manolo Gouy
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-11-17
Replace remaining calls of getenv() with fl_getenv().
Albrecht Schlosser
[next]