aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* move examples/data/scripts/uzbl-tabbed to bin/uzbl-tabbedGravatar Brendan Taylor2011-04-11
|
* move style.css from examples/data to examples/configGravatar Brendan Taylor2011-04-11
|
* add a fixme comment for uzbl-tabbed's preset listingGravatar Brendan Taylor2011-04-02
|
* reworked uzbl-tabbed's event handling.Gravatar Brendan Taylor2011-04-02
| | | | it's easier to read and less busted now (i actually tested it this time).
* disable an uzbl-tabbed binding that doesn't workGravatar Brendan Taylor2011-04-02
|
* changed the 'gi' example go_input binding to 'fi'Gravatar Brendan Taylor2011-04-02
| | | | it was shadowing an older example uzbl-tabbed binding
* Merge remote-tracking branch 'mathstuf/dev/more-useful-keybindings' into ↵Gravatar Brendan Taylor2011-03-26
|\ | | | | | | experimental
| * Add bindings to switch to https versionGravatar Ben Boeckel2011-03-24
| |
| * Add a binding to open a new windowGravatar Ben Boeckel2011-03-24
| |
* | Merge remote-tracking branch 'keis/follow-tweaks' into experimentalGravatar Brendan Taylor2011-03-22
|\ \
| | * Allow NEW_TAB to be called without an URIGravatar Christer Sjöholm2011-03-21
| | | | | | | | | | | | The new instance tries to open the CWD, a blank page would be nicer.
| | * Fix for uzbl-tabbed new-tab.Gravatar Christer Sjöholm2011-03-21
| | | | | | | | | | | | | | | | | | | | | Some times the uri may be a unicode string, so we convert it to a str as required by gobject.spawn_async(). This happens when a page want to open an url in a new window.
| | * Fixes NEXT_TAB and PREV_TAB in uzbl-tabbed.Gravatar Christer Sjöholm2011-03-21
| | | | | | | | | | | | The detection of an argument was incorrect.
* | | Allow NEW_TAB to be called without an URIGravatar Christer Sjöholm2011-03-20
| | | | | | | | | | | | The new instance tries to open the CWD, a blank page would be nicer.
* | | Fix for uzbl-tabbed new-tab.Gravatar Christer Sjöholm2011-03-20
| | | | | | | | | | | | | | | | | | | | | Some times the uri may be a unicode string, so we convert it to a str as required by gobject.spawn_async(). This happens when a page want to open an url in a new window.
* | | Fixes NEXT_TAB and PREV_TAB in uzbl-tabbed.Gravatar Christer Sjöholm2011-03-20
| | | | | | | | | | | | The detection of an argument was incorrect.
| * | clear hints on EscapeGravatar keis2011-03-18
| | | | | | | | | | | | * add shortcut to clear all hints
| * | make elements with onclick followableGravatar keis2011-03-18
| | |
* | | a hack to prevent the uzbl-tabbed window from expanding when the contents of ↵Gravatar Brendan Taylor2011-03-17
|/ / | | | | | | the status bar are too long
* | add --socketdir and --fifodir options to uzbl-tabbedGravatar Klaus T. Aehlig2011-03-17
| |
* | Merge branch 'master' into experimentalGravatar Brendan Taylor2011-03-17
|\|
| * parse events correctly in uzbl-tabbedGravatar Brendan Taylor2011-03-17
| |
* | give an example in the new download skeletonGravatar Brendan Taylor2011-03-13
| |
* | Add a skeleton so users can improve downloadsGravatar Ben Boeckel2011-03-13
| |
* | Support -x flag without angle brackets as wellGravatar Ben Boeckel2011-03-13
| |
* | add 'hardcopy' (print page to printer) binding to example configGravatar Brendan Taylor2011-03-13
| |
* | sh scripts: replace print with echo/printfGravatar Brendan Taylor2011-03-13
| | | | | | | | | | we can safely use echo in many of the situations where 'print' is being used, and we can use printf directly in other places.
* | Merge branch 'experimental' into dev/fix-shell-scriptsGravatar Brendan Taylor2011-03-13
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: examples/config/config examples/data/scripts/follow.sh examples/data/scripts/formfiller.sh
* | | Allow the variable for follow.sh to be changedGravatar Ben Boeckel2011-03-11
| | |
* | | Use print in uzbl-window util scriptGravatar Ben Boeckel2011-03-11
| | |
* | | Fix window geometry sed expressionGravatar Ben Boeckel2011-03-11
| | |
* | | Use %b instead of %s in print aliasGravatar Ben Boeckel2011-03-11
| | |
* | | Fix indentationGravatar Ben Boeckel2011-03-10
| | |
* | | Use print rather than printfGravatar Ben Boeckel2011-03-10
| | | | | | | | | | | | | | | printf chokes on $(printf "%DD") which may very well come up in an encoded URL. Avoid that with the print alias.
* | | Add common utility scriptGravatar Ben Boeckel2011-03-10
| | |
* | | Use a better check for write permissionGravatar Ben Boeckel2011-03-10
| | |
* | | Use printf rather than echoGravatar Ben Boeckel2011-03-10
| | |
* | | Remove extraneous sed callGravatar Ben Boeckel2011-03-10
| | |
* | | Clean up some printf callsGravatar Ben Boeckel2011-03-10
| | |
* | | Normalize cut argumentsGravatar Ben Boeckel2011-03-10
| | |
* | | Store the path to the form file in a variableGravatar Ben Boeckel2011-03-10
| | |
* | | Don't put spaces before case matchesGravatar Ben Boeckel2011-03-10
| | |
* | | Chain test commands togetherGravatar Ben Boeckel2011-03-10
| | |
* | | Use 4 space indentation for consistencyGravatar Ben Boeckel2011-03-10
| | |
* | | Don't use cat when the recipient takes a file argGravatar Ben Boeckel2011-03-10
| | |
* | | Use cut over awk where possibleGravatar Ben Boeckel2011-03-10
| | |
* | | Add padding inside of bracesGravatar Ben Boeckel2011-03-10
| | |
* | | Reduce the complexity of the variable assignmentGravatar Ben Boeckel2011-03-10
| | |
* | | Remove the use of positional argumentsGravatar Ben Boeckel2011-03-10
| | | | | | | | | | | | Positional arguments should be given meaningful names.
| * | uzbl-tabbed: don't freak out if an invalid status_background colour is givenGravatar Brendan Taylor2011-03-10
| | |