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
/
Fl_Graphics_Driver.cxx
Age
Commit message (
Expand
)
Author
2017-06-21
Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...
Manolo Gouy
2017-06-02
Make sure the scaling factor has been initialised when setting a font.
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2016-12-16
Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...
Manolo Gouy
2016-12-14
Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...
Manolo Gouy
2016-12-12
The virtual function Fl_Graphics_Driver::copy_offscreen() cannot be implement...
Manolo Gouy
2016-11-08
MacOS: use less temporary copies of image data for image printing.
Manolo Gouy
2016-11-05
Slightly improve the parameter list of member function int Fl_Graphics_Driver...
Manolo Gouy
2016-11-03
Factorize repeated code across platform-specific graphics drivers and image t...
Manolo Gouy
2016-05-13
Slightly simpler Fl_Graphics_Driver::default_driver() function.
Manolo Gouy
2016-04-24
Add Doxygen comments for members of the Fl_Graphics_Driver class.
Manolo Gouy
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-04-17
virtualized Fl::set_color and free_color.
Matthias Melcher
2016-04-17
virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...
Matthias Melcher
2016-04-17
virtualizes fl_set_spot and fl_reset_spot
Matthias Melcher
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-09
Move ifdef's in RGB_Image into driver system.
Matthias Melcher