aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* remove positional arguments from READMEGravatar Brendan Taylor2010-12-30
|
* change tests that expected positional argumentsGravatar Brendan Taylor2010-12-30
|
* remove positional argument support from examplesGravatar Brendan Taylor2010-12-30
|
* Merge branch 'experimental' into dev/script-args-in-envGravatar Brendan Taylor2010-12-30
|\ | | | | | | | | Conflicts: src/uzbl-core.c
| * Merge branch 'cleanup-Makefile' into experimentalGravatar Brendan Taylor2010-12-28
| |\
| * \ Merge remote branch 'keis/valgrind' into experimentalGravatar Brendan Taylor2010-12-28
| |\ \
| * | | change open mode for writing cookies to 'a'Gravatar Brendan Taylor2010-12-28
| | | |
| * | | use absolute paths in env.shGravatar Brendan Taylor2010-12-28
| | | | | | | | | | | | | | | | (otherwise using $HOME breaks event manager plugins when the EM daemonises)
| | | * explain the .lo Makefile rulesGravatar Brendan Taylor2010-12-27
| | | |
| | | * only compile with -fPIC when neededGravatar Brendan Taylor2010-12-27
| | | |
| | | * take advantage of implicit Makefile rulesGravatar Brendan Taylor2010-12-27
| | | |
| | | * remove redundant CFLAGSGravatar Brendan Taylor2010-12-27
| | | |
| | | * separate makefile configuration section from rules sectionGravatar Brendan Taylor2010-12-27
| | | |
| | | * untangle the CFLAGS messGravatar Brendan Taylor2010-12-27
| | | |
| | | * delete all .o files in 'make clean'Gravatar Brendan Taylor2010-12-27
| | | |
| | | * add an ifdef for GTK3 scrollable changesGravatar Brendan Taylor2010-12-27
| | | |
| | | * Makefile: add (commented) lines for using gtk+ 3Gravatar Brendan Taylor2010-12-27
| | | |
| | | * Merge remote branch 'keis/gtk3' into gtk3Gravatar Brendan Taylor2010-12-27
| | |/| | |/| |
| * | | update keis' line in AUTHORSGravatar Brendan Taylor2010-12-24
| | | |
| * | | WHITE/BLACKLIST_COOKIE regexp matches anywhere in the string (instead of ↵Gravatar Brendan Taylor2010-12-24
| | | | | | | | | | | | | | | | only from start)
| * | | fix warnings when building uzbl-core.cGravatar Brendan Taylor2010-12-23
| | | |
| * | | remove cookie_handler from the example config.Gravatar Brendan Taylor2010-12-23
| | | |
| * | | add WHITELIST_COOKIE event to README.uzbl-event-managerGravatar Brendan Taylor2010-12-23
| | | |
| * | | add cookie whitelisting, document BLACKLIST_COOKIE and WHITELIST_COOKIE eventsGravatar Brendan Taylor2010-12-22
| | | |
| * | | put session cookies in fileGravatar keis2010-12-18
| | | |
| * | | use sync_spawn_exec to load cookiesGravatar keis2010-12-18
| | | |
| * | | should open file with a+ when writing cookiesGravatar keis2010-12-18
| | | |
| * | | add sync_spawn_exec commandGravatar keis2010-12-18
| | | | | | | | | | | | | | | | | | | | this command will execute the lines written by the program as uzbl-commands
| * | | free old value of sync_stdout before overwritingGravatar keis2010-12-18
| | | |
| * | | refactor spawn-functionsGravatar keis2010-12-18
| | | | | | | | | | | | | | | | | | | | added generic functions spawn and spawn_sh wrapped by spawn_sync,spawn_async,spawn_sh_sync and spawn_sh_async
| * | | outline uzbl-event-manager README fileGravatar keis2010-12-17
| | | | | | | | | | | | | | | | | | | | includes lacking descriptions of the mode, keycmd, bind and cookies plugins.
| * | | basic blacklisting in cookies pluginGravatar keis2010-12-17
| | | |
| * | | document cookie event/commandsGravatar keis2010-12-17
| | | |
| * | | 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
| * | | keep session cookies in em pluginGravatar keis2010-12-17
| | | |
| | * | fix leak in parse_commandGravatar keis2010-12-14
| | | |
| | * | fix leak in get_click_contextGravatar keis2010-12-14
| | | |
| | * | fix leak in add_to_menuGravatar keis2010-12-14
| | | |
| * | | cookie forwarder as EM pluginGravatar keis2010-12-13
| | | | | | | | | | | | | | | | persistance to mozilla cookies.txt format
| * | | cookies reworkGravatar keis2010-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * send events on cookie changes * add command to add a new cookie parses same syntax as events no ADD_COOKIE event is raised for these cookies * add command to delete a cookie parses same syntax as events, ignoring everything after 5th argument no DELETE_COOKIE event is raised for these cookies
| * | | make split_quoted split on tabGravatar keis2010-12-11
| | | |
| * | | if a fifo/socket already exists, check if it's occupied and attach ourselves ↵Gravatar Brendan Taylor2010-12-10
| | | | | | | | | | | | | | | | | | | | | | | | to it if it's not. this allows us to skip cleanup when we crash.
| * | | p-s-s: use UZBL_* vars instead of positional argumentsGravatar Brendan Taylor2010-12-06
| | | |
| * | | add per-site-settings example configuration with pipermail navigation userscriptGravatar Brendan Taylor2010-12-06
| | | |
| * | | update per-site-settings documentationGravatar Brendan Taylor2010-12-06
| | | |
| * | | Merge branch 'experimental' into dev/per-site-settingsGravatar Brendan Taylor2010-12-05
| |\ \ \
| * \ \ \ Merge remote branch 'mathstuf/dev/per-site-settings' into dev/per-site-settingsGravatar Brendan Taylor2010-12-05
| |\ \ \ \
| | | * | | fix the <Ctrl><Alt>t bindsGravatar Brendan Taylor2010-12-04
| | | | | |
| | * | | | Use elif since it's mutually exclusive anywaysGravatar Ben Boeckel2010-12-04
| | | | | |
| | * | | | The indentation is set later anywaysGravatar Ben Boeckel2010-12-04
| | | | | |