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
/
test
/
device.cxx
Age
Commit message (
Expand
)
Author
2021-12-06
Fix whitespace errors (no code changes)
Albrecht Schlosser
2021-11-18
Clearer GUI for test/device
ManoloFLTK
2021-11-16
Add use of fl_capture_window() by test/device
ManoloFLTK
2021-08-27
Remove compiler warnings '-Wextra-semi' (see also PR #266)
Albrecht Schlosser
2021-05-08
Include bitmap files rather than copying the source code
Albrecht Schlosser
2020-11-03
Add extra argument to Fl_SVG_File_Surface constructor.
ManoloFLTK
2020-10-28
Pango ps (#148)
ManoloFLTK
2020-09-07
Fix position of the "Return" button.
ManoloFLTK
2020-07-11
Fix for building without print support (GitHub issue #98).
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-27
Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.
ManoloFLTK
2020-04-22
Add optional argument to Fl_Printer::begin_job() to inform caller when an err...
ManoloFLTK
2020-01-11
Implement Fl_Window::icon() and default_icon() for macOS
ManoloFLTK
2018-05-22
Check also proper RGB image deletion after use.
Manolo Gouy
2018-05-06
Deprecate Fl_Image_Surface::highres_image() because Fl_Image_Surface::image()...
Manolo Gouy
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-11-30
Test program "device": add several calls to image destructors to exercise them.
Manolo Gouy
2016-04-27
Add tests to avoid null pointer errors
Manolo Gouy
2016-04-15
Fix position in window of string "Line styles".
Manolo Gouy
2016-04-04
Have the device demo operate also the Fl_PostScript_File_Device class.
Manolo Gouy
2016-02-27
Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.
Manolo Gouy
2016-02-25
Mac OS platform: make fl_draw_image() draw correctly depth-4 images with tran...
Manolo Gouy
2016-02-12
Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...
Manolo Gouy
2016-01-31
Fix compiler warnings (STR 2988), porting from branch-1.3.
Albrecht Schlosser
2016-01-10
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
Manolo Gouy
2015-11-24
Added new method Fl_Copy_Surface::draw_decorated_window()
Manolo Gouy
2014-11-08
Added Fl_Copy_Surface::w() and Fl_Copy_Surface::h() member functions.
Manolo Gouy
2014-05-23
Added copy/paste from/to FLTK applications of graphical data.
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-06-16
Formatting
Matthias Melcher
2011-06-16
Fixed Copyright (another try - sorry!)
Matthias Melcher
2011-06-16
Fixed Copyright (damn, why does it not updae the ID?)
Matthias Melcher
2011-06-16
Fixed Copyright (2
Matthias Melcher
2011-06-16
Fixed Copyright
Matthias Melcher
2011-04-18
Fixed a problem in the WIN32 version of Fl_Paged_Device::print_window_part() and
Manolo Gouy
2011-01-11
Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files,
Albrecht Schlosser
2010-11-30
Updated CMake files with patches from Michael Surette (STR #2317).
Albrecht Schlosser
2010-03-27
Bringing supported IDEs to the newest setup, add device and others.
Matthias Melcher
2010-03-20
Removed commented out statement.
Manolo Gouy
2010-03-14
Merge of branch-1.3-Fl_Printer, with the following main changes:
Albrecht Schlosser