aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-browser
Commit message (Collapse)AuthorAge
* Use the global configuration as a fallbackGravatar Ben Boeckel2010-10-02
| | | | | | First check if there isn't a global config. If there isn't *then* we can fail. If there is and the copy fails, at least run with the global configuration.
* uzbl-browser: don't create new process for uzbl-coreGravatar Paweł Zuzelski2010-01-26
| | | | 'exec' uzbl-core in uzbl-browser script. There is no need to fork process.
* remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no ↵Gravatar Dieter Plaetinck2010-01-02
| | | | longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox
* move source files from project root into src directory. Makefile is a bit ↵Gravatar Dieter Plaetinck2010-01-02
broken though