diff options
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,10 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ???? - Added full support of true subwindows to the Mac OS X platform. Window nesting to any depth is possible. An Fl_Gl_Window window or subwindow can contain Fl_Window's as subwindows. + - Added the Fl_Shared_Image::scale(width, height) function which gives + a shared image its own drawing size, independently of the size of the + underlying image. This improves much image drawing on high resolution + surfaces such as Laser printers, PDF files, or Apple retina displays. Other improvements @@ -19,6 +23,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ???? (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. + - The Linux/Unix printer dialog now uses BSD-style printing commands + (lpr/lpq) when SystemV-style commands (lp/lpstat) are not available. Bug fixes |
