summaryrefslogtreecommitdiff
path: root/FL/filename.H
AgeCommit message (Expand)Author
2025-03-07Making fl_filename_... public for std::string.Matthias Melcher
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-10-11Fixes fl_filename_relative on Linux, Mac, and Windows (#787)Matthias Melcher
2023-09-05Adds some convenience methods.Matthias Melcher
2023-08-29FLUID: simplified worker handlingMatthias Melcher
2023-08-26Adds safe versions of fl_filename_*, returning Fl_StringMatthias Melcher
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-08Drop 1.0 compatibility; document 1.4 migrationAlbrecht Schlosser
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2016-04-08Rewrite filename_isdir.cxx for the driver model.Manolo Gouy
2016-04-07Rewrite filename_list.cxx under the driver model.Manolo Gouy
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2012-10-19Documented the fl_open() utility function.Manolo Gouy
2012-06-10Added declaration of fl_decode_uri(char*) to filename.H.Manolo Gouy
2012-04-23Fix STR #2819 (include dirent.h on Windows/MinGW).Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-20Had to move the variant definition of fl_filename_relative() with 4 params in...Ian MacArthur
2010-12-19Added function to free the list that was created with fl_filename_list.Matthias Melcher
2010-12-19Added fl_filename_relative which uses an additional parameter instead of the ...Matthias Melcher
2010-12-19Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...Matthias Melcher
2010-12-07Doc: specify in modules what .H file is to be included.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-01Small mods to allow SGI builds.Greg Ercolano
2010-04-14Fludi IDE: now supporting header files for OS X. If those are included for a ...Matthias Melcher
2010-03-29OS X: more references to non-Cocoa builds removedMatthias Melcher
2010-01-01Updated filename.H function docs with indication of #include <FL/filename.H>Greg Ercolano
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-03-14Fixes for SGI builds (STR#2174)Greg Ercolano
2009-01-20Doxygen documentation corrected a typo in new module entry name.Fabien Costantini
2009-01-20Doxygen documentationFabien Costantini
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2007-01-23Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do notMichael R Sweet
2007-01-22Removed 'optimization' for fl_filename_isdir which would break the original p...Matthias Melcher
2007-01-04Add fl_open_uri() function as discussed on fltk.development.Michael R Sweet
2005-08-29Fixed C++ style comments in plain C files (STR #997)Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-10-18Documentation updates (STR #568)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-12-19Doco updates.Michael R Sweet
2002-07-08Avoid VC++ bug with STL - "list" is a template class, but VC++ doesn'tMichael R Sweet
2002-06-26Better MingW handling.Michael R Sweet
2002-06-24Add FLTK_1_0_COMPAT symbol for 1.0.x compatible names.Michael R Sweet
2002-05-02Fix new filename stuff for WIN32.Michael R Sweet
2002-05-02Update fl_filename_list() to accept a sort function to use, and exportMichael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet