FLTK logo

Article #1410: FLTK 1.3.x Weekly Snapshot, r10606

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Articles | Show Comments | Submit Comment ]

Article #1410: FLTK 1.3.x Weekly Snapshot, r10606

Created at 00:03 Mar 06, 2015 by mike

A new weekly snapshot of FLTK 1.3.x (r10606) is now available on the download page:

    http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r10606

Commit Log:

------------------------------------------------------------------------
r10606 | AlbrechtS | 2015-03-05 07:42:29 -0500 (Thu, 05 Mar 2015) | 2 lines

Fix documentation errors and clarify label alignment docs.

------------------------------------------------------------------------
r10605 | AlbrechtS | 2015-03-05 07:40:32 -0500 (Thu, 05 Mar 2015) | 2 lines

Improve label demo test/label.cxx : better layout + new tooltips.

------------------------------------------------------------------------
r10604 | manolo | 2015-03-02 10:09:45 -0500 (Mon, 02 Mar 2015) | 2 lines

Changed functions supporting ASCII85 and RunLength encodings as private 
members of the Fl_PostScript_Graphics_Driver class.
------------------------------------------------------------------------
r10603 | AlbrechtS | 2015-03-02 07:39:42 -0500 (Mon, 02 Mar 2015) | 2 lines

Improve and fix image drawing docs.

------------------------------------------------------------------------
r10602 | AlbrechtS | 2015-03-02 05:23:20 -0500 (Mon, 02 Mar 2015) | 2 lines

Fix an error and improve documentation of Fl_Tiled_Image.

------------------------------------------------------------------------
r10601 | manolo | 2015-03-02 04:34:56 -0500 (Mon, 02 Mar 2015) | 1 line

PostScript output: various cosmetic changes to easy readability of output
code.
------------------------------------------------------------------------
r10600 | manolo | 2015-03-02 03:01:35 -0500 (Mon, 02 Mar 2015) | 1 line

Added mention to compression techniques when drawing images to PostScript.
------------------------------------------------------------------------
r10599 | manolo | 2015-03-01 19:08:08 -0500 (Sun, 01 Mar 2015) | 1 line

PostScript output: : use ASCII85 encoding also for character strings.
------------------------------------------------------------------------
r10598 | AlbrechtS | 2015-03-01 15:16:56 -0500 (Sun, 01 Mar 2015) | 10
lines

Improve Fl_Tiled_Image drawing, scheme background setup, and documentation.

Fl::scheme("plastic") now correctly sets the background image width and
height to 0, which causes the background image to fill the whole window.

Fl_Tiled_Image drawing was partly broken. Offsets (cx, cy) were not used
correctly, and some other inconsistencies with arguments were possible.

Drawing has been optimized to draw only those tiles that are not clipped.

------------------------------------------------------------------------
r10597 | manolo | 2015-03-01 07:11:52 -0500 (Sun, 01 Mar 2015) | 2 lines

PostScript output of images: use now RunLengthEncode followed by
ASCII85Encode filters.
This is what Mac OS X does for its PostScript output, so there must be some
good in that.
------------------------------------------------------------------------
r10596 | manolo | 2015-02-28 02:41:38 -0500 (Sat, 28 Feb 2015) | 1 line

Slightly improved implementation of the convert85() function.
------------------------------------------------------------------------
r10595 | manolo | 2015-02-27 11:43:40 -0500 (Fri, 27 Feb 2015) | 2 lines

Improved PostScript output of images: they use now the ASCII85Encode filter

instead of the ASCIIHexEncode filter used before, resulting in quite
smaller output files.
------------------------------------------------------------------------
r10594 | AlbrechtS | 2015-02-27 09:10:29 -0500 (Fri, 27 Feb 2015) | 8 lines

Rename variable 'inp' because of colliding definition in Cygwin.

Although this is probably not the application's fault and this
was found with gcc 4.5.3 using Windows 64-bit cross-compiling only.

windowfocus.cxx:25:18: error: 'Fl_Input* inp' redeclared as different kind
of symbol
/usr/x86_64-w64-mingw32/sys-root/mingw/include/intrin.h:347:5: error:
previous declaration of 'int inp(short unsigned int)'

------------------------------------------------------------------------

Download | Home Page | Listing ]


Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.