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
2021-02-25
Add fl_remove_scale()/fl_restore_scale() to transiently draw without scaling ...
ManoloFLTK
2021-02-24
Improve precision of GUI scaling for Windows platform.
ManoloFLTK
2021-02-16
Remove FL_CFG_SYS_WIN32 preprocessor variable from fl_draw_pixmap.cxx
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-13
Remove compilation warnings issued by Visual Studio 2019.
ManoloFLTK
2020-12-02
Improve Fl_Graphics_Driver::cache_size() when GUI is scaled.
ManoloFLTK
2020-11-30
Scaling for Windows and X11: support rectangular loops.
ManoloFLTK
2020-11-19
Rename private member function with trailing underscore.
ManoloFLTK
2020-11-17
Replace virtual Fl_RGB_Image::cache_size() by virtual Fl_Image::cache_size()
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-09-23
Add Doxygen doc of "static unsigned Fl_Graphics_Driver::need_pixmap_bg_color"
ManoloFLTK
2020-07-30
Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-02-03
Move fl_font(face, size) to fl_draw.cxx
Albrecht Schlosser
2020-02-03
Fix regression calling fl_font() w/o draw context
Albrecht Schlosser
2020-01-20
Improve documentation of clipping functions
Albrecht Schlosser
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
2019-11-02
Slightly simpler code to support fl_overlay_rect() on HighDPI screens.
ManoloFLTK
2019-11-01
Fix fl_overlay_rect() under X11 on HighDPI display.
ManoloFLTK
2019-03-12
Avoid "unused argument" compiler warnings with -Wextra after #include <fl_dra...
ManoloFLTK
2019-02-02
STR #2714: remove new shadow lint for MacOS
Matthias Melcher
2018-12-04
Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...
ManoloFLTK
2018-12-04
Give a meaningful default implementation to a few more member functions of cl...
ManoloFLTK
2018-08-07
Fix for STR #3483: support for tiled images when the display is rescaled.
Manolo Gouy
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2018-05-13
Fl_Scalable_Graphics_Driver::rect(): don't draw a rectangle if w or h is nega...
Manolo Gouy
2018-05-06
Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.
Manolo Gouy
2018-05-06
Improve fl_overlay_rect() when GUI is scaled.
Manolo Gouy
2018-05-03
Fix fl_overlay_rect() under X11 and Windows when GUI is scaled.
Manolo Gouy
2018-04-26
Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...
Manolo Gouy
2018-04-19
Reorganise access to the value of the GUI scaling factor with public getter a...
Manolo Gouy
2018-04-19
Documentation: place Doxygen doc next to function implementation
Manolo Gouy
2018-04-19
Documentation: add doc for Fl_Graphics_Driver::cache_size()
Manolo Gouy
2018-04-18
Simplify the implementation of printing of Fl_Pixmap images under Windows.
Manolo Gouy
2018-04-13
Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2018-03-28
Image classes: memorise the width and the height of the cached form of the im...
Manolo Gouy
2018-03-22
Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().
Manolo Gouy
2018-03-19
New member function Fl_Image::scale(int width, int height) to set the FLTK si...
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-02-07
STR#3450: Draw text with OpenGL using textures on all platforms.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2018-01-03
Restore correct fl_overlay_rect() when GUI is scaled (was broken by commit r....
Manolo Gouy
2017-12-27
Support for GUI rescaling: fix fl_copy_offscreen() to PostScript surface unde...
Manolo Gouy
2017-12-19
Fix Fl_GDI_Graphics_Driver::uncache(Fl_RGB_Image*,...) that did not delete co...
Manolo Gouy
2017-12-18
STR#3320 continued: make sure there's no undrawn space between nested rectang...
Manolo Gouy
[next]