summaryrefslogtreecommitdiff
path: root/FL/filename.H
AgeCommit message (Expand)Author
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
2002-01-01Copyright updates...Michael R Sweet
2001-11-29VC++ fixes, plus add new tiled_image project file.Michael R Sweet
2001-11-26New filename_relative() function, and use it from fl_file_chooser() andMichael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-04Forgot to fix this fileBill Spitzak
1999-02-22Removed unused "FL_IMPORT" definition.Michael R Sweet
1999-02-19Updated header files to only use FL_DLL stuff when compiledMichael R Sweet