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
2023-04-13
Fix compiler warnings [-Wpedantic]
Albrecht Schlosser
2022-11-30
Add a unit test for drawing complex shapes (#565)
Matthias Melcher
2022-11-30
Remove useless fl_matrix member variable of class Fl_Graphics_Driver
ManoloFLTK
2022-11-27
Fix forgotten name change
Matthias Melcher
2022-11-24
Refactor code to make rounded rectangles accessible (#553)
Matthias Melcher
2022-10-10
Remove duplications between Fl_Graphics_Driver and derived classes.
ManoloFLTK
2022-09-15
Make Fl::set_color(r,g,b,a) effective under Wayland and macOS.
ManoloFLTK
2022-09-01
Remove useless if (...)
Albrecht Schlosser
2022-08-30
Set Fl_Graphics_Driver::set_color(Fl_Color, unsigned) used by macOS, Wayland ...
ManoloFLTK
2022-08-19
Fl_Graphics_Driver: remove unused virtual qualifiers.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-21
Avoid using same name (p) for distinct members of derived classes.
ManoloFLTK
2022-03-21
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
ManoloFLTK
2022-01-07
Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...
ManoloFLTK
2021-05-31
Windows platform: use GDI+ to antialias oblique lines and curves.
ManoloFLTK
2021-05-28
New virtual member function Fl_Graphics_Driver::colored_rectf().
ManoloFLTK
2021-03-21
Remove unnecessary system includes from public headers
Albrecht Schlosser
2021-03-11
Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D...
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd.
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver.
ManoloFLTK
2021-03-01
Remove warnings about hidden virtual member functions.
ManoloFLTK
2021-02-27
Rename fl_remove_scale() to fl_override_scale() as discussed in fltk.general
ManoloFLTK
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
[next]