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
2021-02-17
Include config.h rather than config_lib.h in fl_open_uri.cxx
ManoloFLTK
2021-02-16
Remove FL_CFG_SYS_POSIX preprocessor variable from fl_open_uri.cxx
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2016-04-23
Remove Doxygen warnings.
Manolo Gouy
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-11
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...
Manolo Gouy
2016-04-09
Rewrite fl_open_uri.cxx under 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-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
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