diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-26 00:15:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-26 00:15:06 +0000 |
| commit | eba128dcc01aae25f688a05683436ab4d508aef6 (patch) | |
| tree | 7215180cb738dee1dd1c4bc33f8156b0f332f9ad /CHANGES | |
| parent | 2b826b0f318e8df5176d3a5fa2edba4b1811e78d (diff) | |
New filename_relative() function, and use it from fl_file_chooser() and
fl_dir_chooser(), so that apps like FLUID won't get absolute paths all
the time...
Update filename_xyz() functions to take a destination size, and provide
inline methods for the old FL_PATH_MAX convention.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1731 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -70,6 +70,14 @@ CHANGES IN FLTK 1.1.0b6 - FLUID now uses the Fl_Shared_Image class, so FLUID- generated GUIs can embed any of the supported image file formats. + - New filename_relative() function to convert an + absolute filename to a relative one. + - Updated the filename_absolute(), filename_expand(), + and filename_setext() functions to take the + destination string size, with inline functions for the + old FL_PATH_MAX size. + - fl_file_chooser() and fl_dir_chooser() now return a + relative path. CHANGES IN FLTK 1.1.0b5 |
