aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | Merge remote-tracking branch 'keis/ignore-mod2' into experimentalGravatar Brendan Taylor2011-05-09
|\ \ \
* \ \ \ Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | | | | dear uzbl, please listen to the user when they tell you what size to be.Gravatar Brendan Taylor2011-05-09
| | | | |
| * | | | wrap DOM callbacks in version checkGravatar David Keijser2011-05-09
| | | | |
| | * | | ignore mod2. mostly unneeded and breaks keybindsGravatar David Keijser2011-05-09
| | | | |
* | | | | install-uzbl-browser should install uzbl-core, the event manager and its pluginsGravatar Brendan Taylor2011-05-08
| | | | |
* | | | | automatically build against gtk3 webkit when availableGravatar Brendan Taylor2011-05-08
| | | | |
* | | | | remove BSD make compability (it was probably broken anyhow)Gravatar Brendan Taylor2011-05-08
| | | | |
* | | | | follow.js: maintain compatibility with old configurationsGravatar Brendan Taylor2011-05-08
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'jakeprobst/newwindowfix' into experimentalGravatar Brendan Taylor2011-05-08
|\ \ \ \
* \ \ \ \ Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-05-08
|\ \ \ \ \
| | | | | * Added better logging and connection close detectionGravatar Paul Colomiets2011-05-03
| | | | | |
| | | | | * Added `setblocking(False)` to make async writes really usefulGravatar Paul Colomiets2011-05-03
| | | | | |
| | | | | * Implemented asynchronous message send to avoid deadlocksGravatar Paul Colomiets2011-05-03
| | | | |/
* | | | | cleaned up the set_proxy_url functionGravatar Brendan Taylor2011-05-01
| | | | |
* | | | | load_error_cb should return gbooleanGravatar Brendan Taylor2011-05-01
| | | | |
* | | | | fix compiler warningsGravatar Brendan Taylor2011-04-30
| | | | |
* | | | | GTK3 always has scrollbars, workaround for ↵Gravatar Brendan Taylor2011-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=59197 :(
* | | | | cmd_scrollbars_visibility: don't repeat yourself.Gravatar Brendan Taylor2011-04-30
| | | | |
* | | | | Merge branch 'experimental' into scrollbarsGravatar Brendan Taylor2011-04-30
|\ \ \ \ \
| | | | * | git rid of unused warningGravatar keis2011-04-29
| | | | | |
| | | | * | use focus_element instead of form activeGravatar keis2011-04-29
| | | | | |
| | | | * | add focus and blur events from DOMGravatar keis2011-04-29
| | |_|/ / | |/| | |
| * | | | my kingdom for an automated test suiteGravatar Brendan Taylor2011-04-25
| | | | |
| * | | | i could have sworn i tested it this timeGravatar Brendan Taylor2011-04-25
| | | | |
| * | | | it seems my python is getting rusty.Gravatar Brendan Taylor2011-04-25
| | | | |
| * | | | uzbl-tabbed: remove the undocumented uzbl-tabbed fifoGravatar Brendan Taylor2011-04-24
| | | | |
| * | | | uzbl-tabbed: remove the broken 'capture_new_windows' optionGravatar Brendan Taylor2011-04-24
| | | | |
| * | | | uzbl-browsers started by uzbl-tabbed should use uzbl-tabbed's socket_dir.Gravatar Brendan Taylor2011-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | this is a quick hack to make the socket location predictable for uzbl-tabbed users
| * | | | uzbl-tabbed: refactor the SocketClient classGravatar Brendan Taylor2011-04-24
| | | | |
| * | | | allow processes other than uzbl-tabbed to start uzbl-browser instances that ↵Gravatar Brendan Taylor2011-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appear in -tabbed not entirely sure that this is useful yet.
| | | * | fixed a bug where when opening a new window it would fully load the page ↵Gravatar Jake Probst2011-04-23
| | | |/ | | | | | | | | | | | | before sending the NEW_WINDOW event
| | * | Factor out the clearing of the labelsGravatar Ben Boeckel2011-04-20
| | | |
| | * | Add binding to copy a link to the clipboardGravatar Ben Boeckel2011-04-20
| | | |
| * | | escape ' in KEY_PRESS/RELEASE eventsGravatar Brendan Taylor2011-04-18
| | | |
| * | | bind.py expects KEYCMD_EXEC to include a modstate parameterGravatar Brendan Taylor2011-04-18
| | | |
| * | | Ignored keys don't enter modcmd but works in modcmdGravatar keis2011-04-18
| | | | | | | | | | | | | | | | | | | | * Makes Shift+Insert bind work without breaking normal shift functionality.
| * | | use updated modstate for key eventsGravatar keis2011-04-18
| | | |
| * | | replace alt with mod1 in configGravatar keis2011-04-18
| | | |
| * | | placeholder translation of keyval to modGravatar keis2011-04-18
| | | |
| * | | keycmd comments and docsGravatar keis2011-04-18
| | | |
| * | | handle the case of no modkeys heldGravatar keis2011-04-18
| | | |
| * | | use splitquoted to parse key eventGravatar keis2011-04-18
| | | |
| * | | drop extra whitespace in key eventsGravatar keis2011-04-18
| | | |
| * | | stop tracking held keys in keyletGravatar keis2011-04-18
| | | |
| * | | remove some unused codeGravatar keis2011-04-18
| | | |
| * | | Make the work with the new key eventsGravatar keis2011-04-18
| | | |
| * | | show modmask on MOD_PRESS/RELEASEGravatar Rob2011-04-18
| | | |
| * | | added MOD_PRESS/RELEASE events that denote X modifier keysGravatar Rob2011-04-18
| | | |
| * | | added modifier mask to key_press/release eventsGravatar Rob2011-04-18
| | | |