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
/
FL
/
Fl_Graphics_Driver.H
Age
Commit message (
Expand
)
Author
2017-09-13
SVG support: draw images at full screen resolution also when there are severa...
Manolo Gouy
2017-08-30
Improve Doxygen comments related to image drawing
Manolo Gouy
2017-08-24
X11 platform: cleaner implementation of changing the active drawing surface a...
Manolo Gouy
2017-08-20
Simplify using Fl_XXX_Graphics_Driver::copy_offscreen() instead of Fl_Scalabl...
Manolo Gouy
2017-07-12
Fix Visual Studio shared library build (STR #3389).
Albrecht Schlosser
2017-06-21
Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-03-16
Make image-related member functions of class Fl_Graphics_Driver protected, as...
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
Rename Fl_Bitmap::start() to Fl_Bitmap::prepare().
Manolo Gouy
2016-11-03
Factorize repeated code across platform-specific graphics drivers and image t...
Manolo Gouy
2016-11-02
Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf...
Manolo Gouy
2016-09-26
MacOS platform: centralize check whether a font has been set before drawing text
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-19
Remove virtual bool Fl_Graphics_Driver::high_resolution() unlikely to be usef...
Manolo Gouy
2016-09-12
Create virtual void Fl_Graphics_Driver::draw(Fl_Shared_Image*,...)
Manolo Gouy
2016-08-09
[CMake] Fix Windows dll build with Visual Studio generator.
Albrecht Schlosser
2016-05-31
Give all virtual methods of class Fl_Graphics_Driver do-nothing implementations.
Manolo Gouy
2016-04-25
Remove unnecessary #include directive.
Manolo Gouy
2016-04-24
Complete DOxygen documentation of the Fl_Graphics_Driver class.
Manolo Gouy
2016-04-24
Add Doxygen comments for members of the Fl_Graphics_Driver class.
Manolo Gouy
2016-04-19
Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...
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-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-30
Finish removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-30
Continue removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-24
Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...
Manolo Gouy
2016-03-05
Complete the platform-neutral implementation of fl_XXX_offscreen() functions.
Manolo Gouy
2016-03-04
Fix a problem seen in fluid on the Mac OS platform.
Manolo Gouy
2016-02-27
Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.
Manolo Gouy
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-25
Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...
Manolo Gouy
2016-02-23
Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-19
Update the fl_gc global variable also when Fl_Graphics_Driver::set_gc() is ca...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-09
Porting efforts, minimal Android stuff, cleanup.
Matthias Melcher
2016-02-09
Fix typos for Linux from previous check-in.
Matthias Melcher
2016-02-09
Move ifdef's in RGB_Image into driver system.
Matthias Melcher