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_open_uri.cxx
Age
Commit message (
Expand
)
Author
2013-10-04
Added note regarding Windows not always handling
Greg Ercolano
2012-06-10
Added function fl_decode_uri(char*) to support the drag-and-drop of files to ...
Manolo Gouy
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-12-08
Fixed cast for ShellExecute (Windows) as proposed by HenryN (STR 2308).
Albrecht Schlosser
2010-12-01
Doxygen changes to indicate what to #include for functions documented in modu...
Manolo Gouy
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-01-01
Updated filename.H function docs with indication of #include <FL/filename.H>
Greg Ercolano
2009-09-26
Adding the header files to the Xcode project somehow made precompilation fail...
Matthias Melcher
2009-01-20
Doxygen documentation
Fabien Costantini
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2007-01-23
Don't need path_find() on Mac OS X...
Michael R Sweet
2007-01-10
Fix fl_open_uri() on WIN32
Michael R Sweet
2007-01-04
Add fl_open_uri() function as discussed on fltk.development.
Michael R Sweet