| | [ Return to Articles | Show Comments | Submit Comment ]
Article #485: FLTK 1.1.x Weekly Snapshot, r4527
Created at 21:00 Aug 18, 2005 by mike
A new weekly snapshot of FLTK 1.1.x (r4527) is now available at the following mirrors:
http://ftp.easysw.com/pub/fltk/snapshots/
ftp://ftp2.easysw.com/pub/fltk/snapshots/
ftp://ftp3.easysw.com/pub/fltk/snapshots/
http://mirror.nu6.org/ftp.easysw.com/pub/fltk/snapshots/
http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/ftp.easysw.com/pub/fltk/snapshots/
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/ftp.easysw.com/pub/fltk/snapshots/
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/snapshots/
http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/snapshots/
Commit Log:
------------------------------------------------------------------------
r4526 | mike | 2005-08-18 10:08:17 -0400 (Thu, 18 Aug 2005) | 18 lines
Fix new trailing slash usage, and restore correct OSX filesystem listing
(added filter to hide /dev and /.vol)
src/Fl_File_Browser.cxx:
- Fl_File_Browser::load(): use getfsstat() API on OSX, and don't
bother adding a trailing slash to directories since we already
have them!
src/filename_list.cxx:
- fl_filename_list(): Add 3 bytes (two possible slashes + nul byte)
to temporary buffer, and document why we are using memcpy() instead
of strcpy().
src/filename_isdir.cxx:
- fl_filename_isdir(): Add check for trailing directory separator
before wasting time doing a stat() call.
------------------------------------------------------------------------
r4525 | matt | 2005-08-17 17:56:22 -0400 (Wed, 17 Aug 2005) | 8 lines
This change is controversial. It changes the behavior of fl_filename_list
slightly by adding a forward slash after every directory name on every
supported OS. Included in this patch is a change in the code that
lists mounted volumes on OS X Mac.
Apple users, please check. Open FLUID, open the file dialog and
clear the current path. You shoudl see a list of mounted volumes.
------------------------------------------------------------------------
r4524 | matt | 2005-08-17 14:09:20 -0400 (Wed, 17 Aug 2005) | 2 lines
Silly scope bug. Thanks, gcc
------------------------------------------------------------------------
r4523 | matt | 2005-08-17 08:07:34 -0400 (Wed, 17 Aug 2005) | 1 line
Fixed redraw range in Multiline Input with wordwrapping for space
characters and for undo.
------------------------------------------------------------------------
r4522 | matt | 2005-08-17 07:33:12 -0400 (Wed, 17 Aug 2005) | 1 line
#959: outside labels in fluid moved, so that they refresh correctly even
when previously clipped. Remove superfluous grouping. Using contrasting
color for label of selected Tabs. MUST GET 1.1.7 OUT SOON! ;-)
------------------------------------------------------------------------
r4517 | matt | 2005-08-16 17:05:52 -0400 (Tue, 16 Aug 2005) | 2 lines
FLUID now correctly redraw FL__Tabs if one of their children changes
color.
------------------------------------------------------------------------
r4516 | mike | 2005-08-16 08:15:48 -0400 (Tue, 16 Aug 2005) | 2 lines
Cast value to int to avoid compiler warnings...
------------------------------------------------------------------------
r4515 | matt | 2005-08-15 19:07:20 -0400 (Mon, 15 Aug 2005) | 1 line
Added support for Fl_Window::size_range() in FLUID. There are no UI
elements for increment or aspect ratio.
------------------------------------------------------------------------
r4514 | matt | 2005-08-15 16:40:16 -0400 (Mon, 15 Aug 2005) | 1 line
Dottet label selection box and standard widget selection boxes would not
always align when snapping was enabled. Also, the dragging indicators
would not snap. (STR #964)
------------------------------------------------------------------------
r4513 | mike | 2005-08-15 16:13:02 -0400 (Mon, 15 Aug 2005) | 2 lines
Fix typo in fltk-config script.
------------------------------------------------------------------------
r4512 | matt | 2005-08-15 16:03:36 -0400 (Mon, 15 Aug 2005) | 2 lines
fl_filename_list now correctly handles path names like 'c:'
or 'c:/windows' by listing it contents instead of the filename itself.
------------------------------------------------------------------------
r4511 | matt | 2005-08-15 15:18:49 -0400 (Mon, 15 Aug 2005) | 1 line
Fixed Fl::event_text() for FL_DND_* events on Windows (STR 968)
------------------------------------------------------------------------
[ Download | Home Page | Listing ]
[ Submit Comment ] |
| |