summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-29 19:40:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-29 19:40:51 +0000
commite845bebc6f240ea957756667b72a2d5abddde102 (patch)
treeff1765f12d6d2bf7cc7dce172d3f57e28a45b70c /CHANGES
parentb5a79264a101071af534b60b466d202edc6667bd (diff)
Modify WIN32 scandir() function so that directories get a trailing
slash. Modify Fl_File_Browser::load() to check for trailing slash on WIN32. This should fix performance problems when loading large remote directories. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e1e7a30f1..544b9f1b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
CHANGES IN FLTK 1.1.0rc1
+ - Now append trailing slash to directory names in names
+ in WIN32 version of scandir(). This takes care of a
+ file chooser performance problem with large
+ directories.
- Added Fl_Preferences class from Matthias Melcher.
- FLUID now recognizes the "using" keyword in
declarations.