summaryrefslogtreecommitdiff
path: root/src/fl_open_uri.cxx
AgeCommit message (Expand)Author
2016-04-23Remove Doxygen warnings.Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
2016-04-11Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...Manolo Gouy
2016-04-09Rewrite fl_open_uri.cxx under the driver model.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2013-10-04Added note regarding Windows not always handlingGreg Ercolano
2012-06-10Added function fl_decode_uri(char*) to support the drag-and-drop of files to ...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-19Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...Matthias Melcher
2010-12-08Fixed cast for ShellExecute (Windows) as proposed by HenryN (STR 2308).Albrecht Schlosser
2010-12-01Doxygen changes to indicate what to #include for functions documented in modu...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-01-01Updated filename.H function docs with indication of #include <FL/filename.H>Greg Ercolano
2009-09-26Adding the header files to the Xcode project somehow made precompilation fail...Matthias Melcher
2009-01-20Doxygen documentationFabien Costantini
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2007-01-23Don't need path_find() on Mac OS X...Michael R Sweet
2007-01-10Fix fl_open_uri() on WIN32Michael R Sweet
2007-01-04Add fl_open_uri() function as discussed on fltk.development.Michael R Sweet