fltk/src/drivers
ManoloFLTK 26e6c3f930 Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.
Test programs device and pixmap_browser use these new classes.
Class Fl_SVG_File_Surface can be optionally made non functional using the
--disable-svg configure option or turning off OPTION_USE_SVG in CMake.
Class Fl_EPS_File_Surface can be optionally made non functional using the
--disable-print configure option or turning off OPTION_PRINT_SUPPORT in CMake.
2020-06-27 09:56:00 +02:00
..
Android Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale() 2020-05-08 17:08:33 +02:00
Cocoa Support case when window is fullscreen - continued 2020-05-04 11:33:43 +02:00
Darwin macOS: checking Fl_Preferences file path improved 2020-01-03 17:05:52 +01:00
GDI Fix uninitialized vars in calls to fl_clip_box() (issue #6) 2020-01-15 21:23:26 +01:00
OpenGL Remove empty file from compilation 2020-02-09 16:08:46 +01:00
Pico Fix uninitialized vars in calls to fl_clip_box() (issue #6) 2020-01-15 21:23:26 +01:00
PicoAndroid Move Fl_Window_Driver.H from FL/ to src/ 2018-06-26 13:43:18 +00:00
PicoSDL Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Driver::default_icons() 2019-03-25 18:47:29 +01:00
Posix Add optional argument to Fl_Printer::begin_job() to inform caller when an error occurs. 2020-04-22 16:01:33 +02:00
PostScript Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS. 2020-06-27 09:56:00 +02:00
Quartz Complete fix for "[fltk.general] scroll and overlay window" dated 7 march 2020. 2020-03-10 06:37:47 +01:00
SVG Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS. 2020-06-27 09:56:00 +02:00
WinAPI Allow using an Fl_SVG_Image object as window icon. 2020-06-15 19:05:47 +02:00
X11 Allow using an Fl_SVG_Image object as window icon. 2020-06-15 19:05:47 +02:00
Xlib Rewrite Fl_Xlib_Graphics_Driver::get_font_name() with less lines of code. 2020-03-20 10:47:19 +01:00