| | [ Return to Articles | Show Comments | Submit Comment ]
Article #966: FLTK 1.3.x Weekly Snapshot, r7008
Created at 01:00 Jan 15, 2010 by mike
A new weekly snapshot of FLTK 1.3.x (r7008) is now available on the download page:
http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r7008
Commit Log:
------------------------------------------------------------------------
r7008 | greg.ercolano | 2010-01-14 20:20:20 -0800 (Thu, 14 Jan 2010) | 3
lines
Fixed missing #ifndef FL_DOXYGEN which was causing duplicate entries in
FNFC docs.
------------------------------------------------------------------------
r7007 | greg.ercolano | 2010-01-14 15:08:06 -0800 (Thu, 14 Jan 2010) | 5
lines
Checked in on Manolo's behalf; FNFC.patch applied from STR#2298
to include a 'Show Hidden Files' checkbox for linux browser.
Small addition to Fl_File_Chooser to support this.
------------------------------------------------------------------------
r7006 | greg.ercolano | 2010-01-14 13:49:46 -0800 (Thu, 14 Jan 2010) | 3
lines
Hmm, looks like both define()s needed a fix. Thanks Mike!
------------------------------------------------------------------------
r7005 | greg.ercolano | 2010-01-14 13:09:08 -0800 (Thu, 14 Jan 2010) | 2
lines
Small fix to Ian's #if macro as per Mike's fltk.development post on
01/14/10.
------------------------------------------------------------------------
r7004 | greg.ercolano | 2010-01-14 12:52:59 -0800 (Thu, 14 Jan 2010) | 2
lines
whitespace fix
------------------------------------------------------------------------
r7003 | greg.ercolano | 2010-01-14 12:47:59 -0800 (Thu, 14 Jan 2010) | 8
lines
Fl_Native_File_Chooser follow up maintenance.
- doxygen docs added
- Changed all FNFC_XXX macros to full Fl_Native_File_Chooser names for
doxygen
- Added missing svn $Id tags
- Small mods to Manolo's old_dir[] in Fl_Native_File_Chooser_FLTK to use
a dynamic string instead of old_dir[300]
------------------------------------------------------------------------
r7002 | ianmacarthur | 2010-01-14 11:57:08 -0800 (Thu, 14 Jan 2010) | 4
lines
Argh - sorry, my bad... Will not build cleanly on OSX, needs a little
tweak.
------------------------------------------------------------------------
r7001 | ianmacarthur | 2010-01-14 11:38:23 -0800 (Thu, 14 Jan 2010) | 6
lines
More Native File Chooser stuff.
The end of file Id tags aren't expanding correctly - looks like a typo.
This is an attempt to fix that!
------------------------------------------------------------------------
r7000 | ianmacarthur | 2010-01-14 10:42:13 -0800 (Thu, 14 Jan 2010) | 9
lines
I've tweaked the demo.menu to include Greg's new native file chooser test
alongside the
existing fltk file chooser test.
Also, I've taken the liberty of making the native file chooser load the
system icons by default
(Greg had them not loaded by default, but I think it looks better with
them...) and I have
adjusted the Makefile accordingly to make the linked libraries match.
------------------------------------------------------------------------
r6999 | AlbrechtS | 2010-01-14 09:15:12 -0800 (Thu, 14 Jan 2010) | 2 lines
added svn properties for Fl_Native_File_Chooser and test files.
------------------------------------------------------------------------
r6998 | greg.ercolano | 2010-01-13 15:29:43 -0800 (Wed, 13 Jan 2010) | 2
lines
FNFC continued -- Added makeinclude.in
------------------------------------------------------------------------
r6997 | greg.ercolano | 2010-01-13 15:13:59 -0800 (Wed, 13 Jan 2010) | 12
lines
Added Fl_Native_File_Chooser widget (with manolo's cocoa mods) to FLTK.
- Source brought into CMP standards compliance
- test program added (test/native-filechooser.cxx)
- Tested with linux (Ubuntu8) and with OSX (cocoa and non-cocoa builds)
TODO:
- Needs doxygen docs from Greg's original HTML documentation
- Needs mods to Windows build files
- Needs mods to cmake, and other build files
- Needs Manolo's latest mods (from STR #2298) mentioned on and after
"02:05 Jan 13, 2010"
------------------------------------------------------------------------
r6996 | matt | 2010-01-13 14:13:50 -0800 (Wed, 13 Jan 2010) | 1 line
Another bug in Fl_Preferences
------------------------------------------------------------------------
r6995 | matt | 2010-01-12 00:48:55 -0800 (Tue, 12 Jan 2010) | 1 line
Fl_Preferences now have an API to delete all nodes or entries at once.
------------------------------------------------------------------------
r6994 | matt | 2010-01-11 11:43:27 -0800 (Mon, 11 Jan 2010) | 1 line
Fl_Preferences::copyTo() would fail if there is no tree root
------------------------------------------------------------------------
r6993 | matt | 2010-01-11 03:16:52 -0800 (Mon, 11 Jan 2010) | 1 line
Minor bugs in Fl_Preferences::copyTo(). Note to self: increase warning
level!
------------------------------------------------------------------------
r6992 | matt | 2010-01-10 14:37:56 -0800 (Sun, 10 Jan 2010) | 1 line
Added a function to copy an entire Fl_Preferences database into an Fl_Tree
view. This will break IDEs that do not have Fl_Tree and Fl_Table added yet!
------------------------------------------------------------------------
r6991 | ianmacarthur | 2010-01-09 05:54:37 -0800 (Sat, 09 Jan 2010) | 4
lines
This is my test implementation of the UUID code for Fl_Preferences.cxx on
win32.
Tested on XP and Vista and seems to be OK, but needs to be checked by
others for confirmation.
Any issues and we should just back this out, I think, but I trust that all
will be well.
The actual implementation is probably "sub-optimal" however, so if someone
would like to make it better...
------------------------------------------------------------------------
[ Download | Home Page | Listing ]
[ Submit Comment ] |
| |