aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | don't repeat yourself: settings X propertiesGravatar Brendan Taylor2011-09-15
| |
* | Merge remote-tracking branch 'keis/event-format' into experimentalGravatar Brendan Taylor2011-09-13
|\ \
* | | make init_fifo and init_socket be less surprising.Gravatar Brendan Taylor2011-09-13
| | |
* | | delete stale sockets instead of reattachingGravatar Brendan Taylor2011-09-13
| | |
* | | delete stale fifos instead of reattachingGravatar Brendan Taylor2011-09-13
| | |
* | | remove a particularly useless verbose messageGravatar Brendan Taylor2011-09-13
| | |
* | | use process id as the default instance nameGravatar Brendan Taylor2011-09-13
| | | | | | | | | | | | | | | | | | we were using the X window id, but this won't be unique if you have several displays on the same machine, and it doesn't exist if you're in plug mode.
| | * Fix some quoting woesGravatar Dylan Simon2011-09-11
| | | | | | | | | | | | | | | | | | - Avoid buffer overrun in split_quoted with trailing backslash (!) - Properly quote COMMAND_EXECUTED arguments - Remove unused and misleading parse_command function
* | | GTK+ 3.1 has deprecated VBox and HBoxGravatar Brendan Taylor2011-09-11
| | |
* | | stupid typo in the last commitGravatar Brendan Taylor2011-09-11
| | |
* | | backwards compatibility with key names from GTK < 2.22Gravatar Brendan Taylor2011-09-11
| | |
* | | fix follow.js when labels get longer than 3 charactersGravatar Brendan Taylor2011-09-11
| | |
| * | fix set command testGravatar keis2011-09-11
| | |
| * | remove event formatting from run_parsed_commandGravatar keis2011-09-11
| | | | | | | | | | | | | | | | | | * split event formatting and sending into separate functions and expose both in events.h * make it possible to format array of strings
| * | bail if trying to send events with newlinesGravatar keis2011-09-11
| | | | | | | | | | | | | | | | | | each line is treated as a new event by the event manager so previous behaviour could cause to event injection, which in theory could be use to exploit uzbl.
| * | format events in C localeGravatar keis2011-09-11
|/ /
* | simplify the Makefile a bitGravatar Brendan Taylor2011-09-05
| |
* | remove a reference to @modkey_addition, which has been gone for a whileGravatar Brendan Taylor2011-09-05
| |
* | uzbl-tabbed: new tabs should load the homepageGravatar Brendan Taylor2011-09-05
| |
* | new variable: enable_cross_file_accessGravatar Brendan Taylor2011-09-05
| | | | | | | | controls whether `file:` URIs are allowed to access other `file:` URIs.
* | on Ubuntu, properly clear keycmd when a link is selected using follow.shGravatar Brendan Taylor2011-09-05
| | | | | | | | dash treats a 'shift' when there are no more arguments as an error.
| * allow back and forward to take numeric count argumentGravatar Dylan Simon2011-08-27
| |
| * fix shell argument orderGravatar Dylan Simon2011-08-27
| |
* | add an ugly 'type link text'-style follow dealieGravatar Brendan Taylor2011-08-21
| |
* | minor refactor in follow.jsGravatar Brendan Taylor2011-08-21
|/
* Merge branch 'master' of https://github.com/TaylanUB/uzbl into experimentalGravatar Brendan Taylor2011-08-16
|\ | | | | | | | | Conflicts: examples/data/scripts/formfiller.js
| * Fix minor issues with textarea editing with formfiller.Gravatar Taylan Ulrich B.2011-08-17
| |
* | bugfix in the formfillerGravatar Brendan Taylor2011-08-15
|/
* don't try to do per-site-settings on non-HTTP URIsGravatar Brendan Taylor2011-08-07
| | | | this is mainly to get rid of that annoying (but harmless) traceback
* Merge remote-tracking branch 'mathstuf/dev/fix-pss-multi-command'Gravatar Brendan Taylor2011-08-07
|\
* \ Merge remote-tracking branch 'keis/exit-lag-workaround' into experimentalGravatar Brendan Taylor2011-08-07
|\ \
* \ \ Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into mouse-eventsGravatar keis2011-07-28
|\ \ \
| | * | add workaround for slow npviewer cleanupGravatar keis2011-07-28
| |/ /
| * | add a spellcheck_languages variableGravatar Brendan Taylor2011-07-25
| | | | | | | | | | | | exposes http://webkitgtk.org/reference/WebKitWebSettings.html#WebKitWebSettings--spell-checking-languages
| * | Merge branch 'experimental' of github.com:Dieterbe/uzblGravatar Brendan Taylor2011-07-25
| |\ \
| * | | remove the scrollbars_visible variableGravatar Brendan Taylor2011-07-25
| | | | | | | | | | | | | | | | | | | | | | | | it doesn't work on GTK3, and discussion on the webkit-gtk mailing list suggests that it was never intended to work. instead, GTK theming can be used to hide scrollbars.
| | * | handle html5 input types in the formfillerGravatar Brendan Taylor2011-07-18
| |/ /
| * | fix dmenu prompt in formfiller.shGravatar Brendan Taylor2011-07-17
| | | | | | | | | | | | | | | | | | | | | util/dmenu.sh breaks with spaces in $DMENU_PROMPT. a proper fix looks like it will require all scripts that use util/dmenu.sh to use "eval $DMENU" instead of "$DMENU" (which has side-effects of its own), I'd rather avoid that for now.
| * | Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-07-13
| |\ \
| * | | fix testsGravatar Brendan Taylor2011-07-12
| | | |
| * | | rearrange variable functions so they aren't all exposedGravatar Brendan Taylor2011-07-12
| | | |
| * | | Merge branch 'tailhook/wm-integ' into experimentalGravatar Brendan Taylor2011-07-12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h src/uzbl-core.c
| * \ \ \ Merge branch 'master' into experimentalGravatar Brendan Taylor2011-07-12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/uzbl-core.c I accidentally merged a pull request into master, getting everything synced up again.
| | | | | * Separate commands with a newlineGravatar Ben Boeckel2011-07-08
| | | |_|/ | | |/| |
| * | | | fix ellipsization on gtk2Gravatar Brendan Taylor2011-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. a stupid copy/paste error 2. add a bit of room to our estimation of the natural size so things don't get ellipsized unnecessarily
| * | | | nbsps crept into the config fileGravatar Brendan Taylor2011-07-03
| | | | |
| * | | | add new .o files to 'make clean'Gravatar Brendan Taylor2011-07-03
| | | | |
| * | | | the status bar is now a custom gtk widgetGravatar Brendan Taylor2011-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it gives the left side of the status bar as much space as it needs (but importantly, no more than the size of the window. this should put the window resize bug to rest for good...
| | | * | Added documentation for the changes in this branchGravatar Paul Colomiets2011-07-02
| | | | |
| | | * | Added documentation for `window_role`Gravatar Paul Colomiets2011-07-02
| | | | |