aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* make event-manager pass pep8 checkGravatar keis2011-06-04
* fix some import misses in event managerGravatar keis2011-06-04
* remove all uses of get_loggerGravatar keis2011-06-04
* Made logging easierGravatar Donald Johnson2011-06-04
*-. Merge commit '0dd3b8e35a'; remote-tracking branch 'tailhook/asyncsend' into p...Gravatar keis2011-06-04
|\ \
| * | Deleted unneeded `global args` declaration.Gravatar Donald Johnson2011-05-27
| * | Made main() method for uzbl-event-managerGravatar Donald Johnson2011-05-26
* | | fix opening absolute paths on the filesystemGravatar Brendan Taylor2011-05-20
* | | eval_js should take const gchar *scriptGravatar Brendan Taylor2011-05-20
* | | moved load_uri_imp into cmd_load_uri (the only place it was used)Gravatar Brendan Taylor2011-05-20
* | | add key-press/-release handlers to the status bar labels. fixes #262.Gravatar Brendan Taylor2011-05-19
* | | have another shot at fixing window geometry hint issues, thanks stinkyGravatar Brendan Taylor2011-05-10
* | | 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
|\ \ \ \
* | | | | 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 https://bugs.webkit.org/show_bug.c...Gravatar Brendan Taylor2011-04-30
* | | | | 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
| * | | | uzbl-tabbed: refactor the SocketClient classGravatar Brendan Taylor2011-04-24
| * | | | allow processes other than uzbl-tabbed to start uzbl-browser instances that a...Gravatar Brendan Taylor2011-04-24
| | | * | fixed a bug where when opening a new window it would fully load the page befo...Gravatar Jake Probst2011-04-23
| | | |/
| | * | 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
| * | | use updated modstate for key eventsGravatar keis2011-04-18