summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-03-02 08:01:35 +0000
committerManolo Gouy <Manolo>2015-03-02 08:01:35 +0000
commit372e707093022253b6dcb6b8cbc06151d7d03e96 (patch)
tree736558c4c94fea80097d22cd7c4388e3a85cb72e /CHANGES
parentfe96d64a2b24de11e2c81a545de5fcf3ed4def6e (diff)
Added mention to compression techniques when drawing images to PostScript.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10600 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 88a07a8d7..55cf99ea1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
or not (STR #3142). It also captures subwindows of GL windows.
- Fl::delete_widget() now hides the widget or window immediately
(i.e. when called) - only destruction is delayed as before.
+ - The PostScript code output when printing images under Linux/Unix
+ is quite smaller due to use of lossless compression techniques.
Bug fixes
@@ -43,7 +45,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
- New bilinear scaling method for RGB images (STR #2869, STR #3062).
- New method Fl_Widget::top_window() (STR #2948).
- New method Fl_Widget::top_window_offset() (part of STR #2944).
- - New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
+ - New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
- New methods Fl::enable_im() and Fl::disable_im() to enable/disable
system Input Methods (IM).
- New methods Fl::add_system_handler() and Fl::remove_system_handler()