aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-browser
Commit message (Collapse)AuthorAge
* move src/uzbl-browser to bin/uzbl-browserGravatar Brendan Taylor2011-04-11
|
* autoinstall style.cssGravatar Brendan Taylor2011-04-11
|
* remove example cookie daemonsGravatar Brendan Taylor2010-12-28
|
* bring it all togetherGravatar keis2010-12-17
| | | | | | | add script that loads all cookies from a file by calling add_cookie disable cookie_handler in config call load_cookies.sh from config don't start cookie daemon in uzbl-browser
* set config @prefix based on uzbl-browser's PREFIXGravatar Brendan Taylor2010-12-01
|
* Merge branch 'dev/cleanup-scripts'Gravatar Brendan Taylor2010-11-21
|\ | | | | | | | | Conflicts: src/uzbl-browser
| * set UZBL_UTIL_DIR in uzbl-browser, get rid of the scripts_util_dir variableGravatar Brendan Taylor2010-11-21
| |
* | uzbl-browser: quote paths properlyGravatar Brendan Taylor2010-11-21
| |
* | uzbl-browser: add UZBL_COOKIE_DAEMON and UZBL_EVENT_MANAGER variablesGravatar Brendan Taylor2010-11-21
| |
* | Merge branch 'dev/soup-cookied'Gravatar Brendan Taylor2010-11-13
|\ \
| * | replace uzbl-cookie-daemon with uzbl-cookie-manager in uzbl-browser, also ↵Gravatar Brendan Taylor2010-11-13
| |/ | | | | | | cleanup some outdated comments in u-b
* / 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