index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_File_Browser.cxx
Age
Commit message (
Expand
)
Author
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy
2016-10-19
Add one more argument to virtual Fl_System_Driver::file_browser_load_filesyst...
Manolo Gouy
2016-04-10
Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.
Manolo Gouy
2016-04-10
Rewrite Fl_File_Browser.cxx under the driver model.
Manolo Gouy
2016-04-08
Rewrite filename_isdir.cxx for the driver model.
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-01-04
Fix typos in #pragma FL_PORTING.
Albrecht Schlosser
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2014-11-27
Improve code formatting according to CMP.
Albrecht Schlosser
2014-05-04
Removed compilation warnings.
Manolo Gouy
2013-04-16
Apply the *nix file-chooser patches from STR #2935.
Ian MacArthur
2012-04-05
Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...
Fabien Costantini
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-12-19
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...
Matthias Melcher
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-03-29
Removed Metrowerks support for Apple builds.
Matthias Melcher
2009-09-09
Added warnings re: duplicate definition of Fl_Browser.cxx's private FL_BLINE
Greg Ercolano
2009-09-07
Small mod to FL_BLINE to follow similar mod in Fl_Browser's FL_BLINE
Greg Ercolano
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-10
Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...
Matthias Melcher
2007-01-23
Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do not
Michael R Sweet
2007-01-22
Removed 'optimization' for fl_filename_isdir which would break the original p...
Matthias Melcher
2006-10-29
Fl_File_Browser did not calculate the width of directory items
Michael R Sweet
2006-03-28
ST 1148: a preselected filename will also be selected in the file chooser whe...
Matthias Melcher
2005-08-18
Fix new trailing slash usage, and restore correct OSX filesystem listing
Michael R Sweet
2005-08-17
This change is controversial. It changes the behavior of fl_filename_list
Matthias Melcher
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2005-02-06
Check for no icon, and if so manually check for a directory...
Michael R Sweet
2005-02-05
Fl_File_Chooser was slow with large directories (STR #654)
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2004-02-26
WIN32's scandir() emulation did not allocate enough memory for
Michael R Sweet
2003-05-04
Fl_File_Browser incorrectly included "." on WIN32 (STR #9)
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-11-19
Get rid of some valid compiler warnings with CodeWarrior that were reported
Michael R Sweet
2002-08-13
Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider.
Michael R Sweet
2002-08-09
Remove unnecessary void cast.
Michael R Sweet
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-07-17
Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability.
Michael R Sweet
2002-07-17
First steps in CodeWarrior on OS_X support.
Matthias Melcher
2002-07-01
File chooser updates - ../ and ./ map properly, now show ".." in the
Michael R Sweet
2002-06-13
Make sure DIRECTORY is undef'd for BC++.
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-05-06
Clip text in file list properly.
Michael R Sweet
2002-05-02
Add sort function as optional argument to Fl_File_Browser::load().
Michael R Sweet
2002-05-01
WIN32 fixes for BC++.
Michael R Sweet
2002-04-30
Fix new file browser code for fast directory checks.
Michael R Sweet
2002-04-29
Modify WIN32 scandir() function so that directories get a trailing
Michael R Sweet
2002-04-16
Implement file system list for file chooser on OS X.
Michael R Sweet
[next]