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
Age
Commit message (
Expand
)
Author
2019-05-22
Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()
ManoloFLTK
2019-05-22
Improve drawing of Fl_RGB_Image's to Fl_Copy_Surface on macOS
ManoloFLTK
2019-05-21
Support for fl_scroll() under macOS when GUI is scaled
ManoloFLTK
2019-05-20
More accurate implementation of Fl_Cocoa_Window_Driver::decoration_sizes().
ManoloFLTK
2019-05-20
Remove small duplication of code
ManoloFLTK
2019-05-13
Remove Fl_Cocoa_Screen_Driver::flush() that is useless
ManoloFLTK
2019-04-30
Minor change in Fl_Cocoa_Window_Driver::shape(const Fl_Image*)
ManoloFLTK
2019-04-28
macOS: yet simpler implementation of window resize and rescale.
ManoloFLTK
2019-04-20
macOS: better support of Fl_Window::border(int)
ManoloFLTK
2019-04-10
Use the new Fl_Surface_Device::is_current() virtual function
ManoloFLTK
2019-04-10
Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()
ManoloFLTK
2019-04-10
New virtual member function bool Fl_Surface_Device::is_current()
ManoloFLTK
2019-04-09
Fix for STR 3519: the PostScript graphics driver fails with some narrow unico...
ManoloFLTK
2019-04-07
Member Fl_Cocoa_Window_Driver::window_flags_ stores now 2 flags
ManoloFLTK
2019-04-07
Simpler implementation of Fl_Cocoa_Window_Driver::resize()
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-25
Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLo...
ManoloFLTK
2019-03-12
Remove unneeded #include directive
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-28
Fix error in Fl_WinAPI_Screen_Driver::screen_work_area() when screen is scaled.
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-02-02
STR #2714: remove new shadow lint for MacOS
Matthias Melcher
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-12-04
Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...
ManoloFLTK
2018-11-30
Comments only: correct the header of 2 source files.
Manolo Gouy
2018-11-28
Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...
Manolo Gouy
2018-11-26
Windows: Have Fl::x(), Fl::y(), Fl::w() and Fl::h() change their values when ...
Manolo Gouy
2018-11-01
MacOS Mojave: restore use of gl_start()/gl_finish()
Manolo Gouy
2018-10-31
Remove use of Fl_Gl_Window_Driver.H in file src/Fl_cocoa.mm
Manolo Gouy
2018-10-31
Remove all dependency to libfltk_gl from Fl_cocoa.mm.
Manolo Gouy
2018-10-16
Fix Fl_OpenGL_Display_Device::capture_gl_rectangle(Fl_Gl_Window*) by making c...
Manolo Gouy
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-12
MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer call ...
Manolo Gouy
2018-09-07
X11: simplify the use of member function Fl_X11_Screen_Driver::init_workarea().
Manolo Gouy
2018-09-06
MacOS: fix turning GL window to/from fullscreen state.
Manolo Gouy
2018-09-06
X11: fix Fl::w() and Fl::h() when the screen is rescaled.
Manolo Gouy
2018-09-03
MacOS: fix creation of fullscreen GL window
Manolo Gouy
2018-09-03
Complete proper initialisation of the unique Fl_Cocoa_Screen_Driver object.
Manolo Gouy
2018-08-03
Remove private member variable Fl_X11_Window_Driver::current_cursor_ that's n...
Manolo Gouy
[next]