aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Collapse)AuthorAge
...
| | | | * | Added reset_zoom_level() to reset zoom to 100%, and added keybinding in ↵Gravatar uranther2009-05-29
| | | | | | | | | | | | | | | | | | | | | | | | sampleconfig
| | * | | | use switch in xpand_var()Gravatar Robert Manea2009-05-29
| | | | | |
| * | | | | Remove action 'runcmd': commands are deprecated :)Gravatar DuClare2009-05-29
| | | | | |
| | | | * | Some cleaning of code, and stricter compiling options (with warnings I don't ↵Gravatar uranther2009-05-29
| | | | | | | | | | | | | | | | | | | | | | | | know how to fix)
| * | | | | Rem BIND cmd, add 'bind' action. Use parseenv in set_var & bindGravatar DuClare2009-05-29
| | | | | |
| * | | | | Don't call parse_cmd_line in set_var, rm SET cmd, rm unused regexesGravatar DuClare2009-05-29
| | | | | |
| * | | | | Add 'get' action, remove GET command. Const correctness fix.Gravatar DuClare2009-05-29
| | | | | |
| * | | | | Merge commit 'rob/master' into experimentalGravatar DuClare2009-05-29
| |\| | | |
| * | | | | Fix run_handler to consider action chainsGravatar DuClare2009-05-29
| | | | | |
| | * | | | added variable delimiters working like in the shell, foo@{var}bazGravatar Robert Manea2009-05-29
| | | | | |
| | * | | | one more fix to expand_varsGravatar Robert Manea2009-05-29
| | | | | |
| | * | | | fix expand_vars to not append the quoting charGravatar Robert Manea2009-05-29
| | | | | |
| | * | | | added possibilty to expand uzbl vars in commandsGravatar Robert Manea2009-05-29
| |/ / / /
* | | / / OH GOD I DON'T KNOW WHAT I AM DOINGGravatar Sylvester Johansson2009-05-28
| |_|/ / |/| | |
| * | | Fix disable_scriptsGravatar DuClare2009-05-28
| | | |
| * | | Add 'chain' action for binding multiple actionsGravatar DuClare2009-05-28
| | | |
| * | | Remove KEYCMD and KEYCMDN commandsGravatar DuClare2009-05-28
| | | |
| * | | Add actions keycmd and keycmd_nlGravatar DuClare2009-05-28
| | | |
| * | | Add action 'keycmd_bs' for backspacing a charGravatar DuClare2009-05-28
| | | |
| | * | Fix downloadsGravatar Uli Schlachter2009-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds mime-type-policy-decision-requested callback which simply downloads everything which can't be displayed. Without this, nothing is ever downloaded. Google lead me to this: http://gitorious.org/qtwebkit/qtwebkit/commit/1f30e169cd379ac8917040e4734e11d8283bab5d https://bugs.webkit.org/show_bug.cgi?id=25987 Signed-off-by: Uli Schlachter <psychon@znc.in>
| | * | Allow tabs as delimiters in 'set' commandsGravatar Uli Schlachter2009-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Uli Schlachter <psychon@znc.in>
| | * | Fix all compiler warnings about invalid castsGravatar Uli Schlachter2009-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Uli Schlachter <psychon@znc.in>
| | * | Print a warning when a key binding is overwrittenGravatar Uli Schlachter2009-05-28
| |/ / | | | | | | | | | Signed-off-by: Uli Schlachter <psychon@znc.in>
| * | make check for html_end_marker safeGravatar Robert Manea2009-05-27
| | |
| * | added insert_indicator and command_indicatorGravatar Robert Manea2009-05-27
| | |
| * | added dump identifier to uzbl_cmdpropGravatar Robert Manea2009-05-27
| | |
| * | added dump_config actionGravatar Robert Manea2009-05-27
| | |
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzblGravatar Robert Manea2009-05-26
| |\ \ | |/ / |/| |
| * | fix stupid commentGravatar Robert Manea2009-05-26
| | |
* | | Fix: webkit settings set via -c got reset when setting inspectorGravatar DuClare2009-05-26
| | |
* | | Merge commit 'rob/master' into experimentalGravatar DuClare2009-05-26
|\| |
* | | Add action dehilight, make ESC dehilightGravatar DuClare2009-05-26
| | |
| * | added html_mode_timeout and an alrm handler that returns to normal command ↵Gravatar Robert Manea2009-05-26
|/ / | | | | | | mode after the timeout
* | Refactor run_keycmd, allow inc and normal binds with the same nameGravatar DuClare2009-05-26
| |
* | added user defined html_endmarkerGravatar Robert Manea2009-05-26
| |
* | added html modeGravatar Robert Manea2009-05-26
| |
* | added inject_html variableGravatar Robert Manea2009-05-25
| |
* | fix compiler warningGravatar Robert Manea2009-05-25
| |
| * s/stdout/_stdout/gGravatar Abel `00z' Camarillo2009-05-24
| | | | | | | | I really think that stdout should not be used has a variable name.
* | more WebKitWebSettings exportsGravatar Robert Manea2009-05-24
| |
* | added 'set' actionGravatar Robert Manea2009-05-24
| |
* | added support for WebInspectorGravatar Robert Manea2009-05-24
| |
* | export more WebKitWebSettings through the variable interfaceGravatar Robert Manea2009-05-24
|/
* Truncate keycmd in load_start_cb rather than in load_commit_cbGravatar DuClare2009-05-23
|
* Merge commit 'rob/master' into experimentalGravatar DuClare2009-05-23
|\
* | Handle sync_* in run_handlerGravatar DuClare2009-05-23
| |
* | Autoprepend sync_ to sh and spawn when setting cookie hdler; update sampleconfsGravatar DuClare2009-05-23
| |
* | Rename *_sync actions to sync_*, use run_handler in save_cookiesGravatar DuClare2009-05-23
| |
* | Add (spawn|sh)_sync, make handle_cookies use run_handlerGravatar DuClare2009-05-23
| |
* | Shorten the var->ptr table slightly more.Gravatar DuClare2009-05-23
| |