diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-05-20 09:19:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-05-20 09:19:27 +0000 |
commit | 003fa478b59d478ea519a20879680ac4223bacea (patch) | |
tree | 7ce2c6df593845a9d1579e8d0cc89e9ca5c5d9fc /x11-toolkits/fox17/distinfo | |
parent | 908d3ce5019aac19cebe2756f2a034f10ead894f (diff) |
- Update to 1.7.47
Changes:
* Project files updated to Visual Studio 2008.
* Much faster file dialog due to using file extension and PATHEXT for
executable status.
* PathFinder lists files about to be deleted.
* New API's to list widgets for much more convenient way to populate with
fixed lists of items.
* New selectAll() API added to list widgets.
* Updated syntax coloring file Adie.stx with FORTRAN syntax coloring.
* IMAGE_ALPHAGUESS used when loading BMP icons in FXIconSource.
* Added APIs filesToURIList() and filesFromURIList() in FXURL namespace.
* Bug fix in FXStringDictionary.
* Bug fixes in FXThreadPool.
* Replaced preprocessor MAYBE with enum maybe.
* Message map search improvement using branch probability macro and
test-order.
* TIFF image loader improvements.
* FXString::format() now knows about thousands separator option for
printing floating point.
* Bugs fixed in IRIS RGB image support.
* FXObjectListOf::adopt() argument should not have been declared const.
* Suggested file extension changes automatically ONLY when picking
existing file.
* New hasExecExtension() API added to FXPath (Windows specific).
* Integer overflow fixed in FXApp having to do with click speed interval.
* New API getExecExtensions() added in FXSystem (Windows specific).
* If pipe2() system call not available, try set file descriptor flags
with fcntl() instead.
Notes
Notes:
svn path=/head/; revision=354621
Diffstat (limited to 'x11-toolkits/fox17/distinfo')
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo index aa398c0b904b..ee14bf4d51e7 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.46.tar.gz) = 3696086466e52f52677f9f17be98af2483c654bc44277452f282b6922e36e997 -SIZE (fox-1.7.46.tar.gz) = 5260620 +SHA256 (fox-1.7.47.tar.gz) = 7f1de8566b88b0010137ea1172168d53494d2d14bfa03fe32f7796146a31a2a3 +SIZE (fox-1.7.47.tar.gz) = 5271135 |