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
/
Fl_X11_Screen_Driver.cxx
Age
Commit message (
Expand
)
Author
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-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-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-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-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
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-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
2017-09-23
Make function gnome_scale_factor() more robust by checking each gnome key exi...
Manolo Gouy
2017-09-20
X11 platform: Allow running with old (< 2.36) versions of libglib-2.0
Manolo Gouy
2017-08-05
Fix compiler warning [-Wunused-result].
Albrecht Schlosser
2017-07-30
Improve rescaling when window moved across screens: make sure center stays on...
Manolo Gouy
2017-07-28
Remove temporary code used for development only.
Manolo Gouy
2017-07-27
Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...
Manolo Gouy
2017-06-17
Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...
Manolo Gouy
2017-06-15
Limit initial scaling factor to sensible values.
Albrecht Schlosser
2017-06-10
Remove temporary code used for development of the scaling support.
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2016-12-14
Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-22
Fl_Screen_Driver class: its platform dependent member functions should not be...
Manolo Gouy
2016-09-20
Remove fl_wait() that is not part of the public API.
Manolo Gouy
2016-09-19
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...
Manolo Gouy
2016-08-23
Fix compiler warnings and simplify Fl_X11_Screen_Driver::init().
Albrecht Schlosser
2016-08-23
Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*
Manolo Gouy
2016-07-15
Fix uninitialized variable warning.
Albrecht Schlosser
2016-06-22
Use Xrandr to get the true DPI of the display under the X11 platform.
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-12
Add and correct a few Doxygen comments.
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-02
Fix lowercase typo.
Manolo Gouy
2016-04-02
Complete removal of platform-dependent code from fl_set_font.cxx
Manolo Gouy
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
Manolo Gouy
2016-04-01
Complete removal of platform-dependent code from Fl_Text_Display.cxx
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
[prev]
[next]