FLTK logo

Article #1359: FLTK 1.3.x Weekly Snapshot, r10125

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 #1359: FLTK 1.3.x Weekly Snapshot, r10125

Created at 00:01 Apr 04, 2014 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10125 | manolo | 2014-04-01 05:12:02 -0400 (Tue, 01 Apr 2014) | 1 line

Modified doc following closure of STR#2990.
------------------------------------------------------------------------
r10124 | manolo | 2014-03-30 17:32:46 -0400 (Sun, 30 Mar 2014) | 1 line

Minor reformatting to follow the coding style of the CMP.
------------------------------------------------------------------------
r10123 | manolo | 2014-03-28 06:15:43 -0400 (Fri, 28 Mar 2014) | 9 lines

Removes a constraint that the fancy string drawing function fl_draw() is
limited to 1024 chars/line
that blocked a user of the Fl_Browser widget (see "fl_draw MAXBUF limit" in
fltk.coredev).

Also, removed a useless computation in string expansion that checked for
valid UTF-8 sequences:
the point is that a valid UTF-8 sequence for a non-ascii char contains no
ascii char,
thus no tab, space, control, & or @ we want to process differently. 
Also, invalid UTF-8 sequences are copied unchanged by this procedure.
Therefore, checking for tab, space, control, & or @, and copying the byte
otherwise, is enough.

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

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'.