aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Include vim syntax file for uzbl.Gravatar Mason Larobina2010-03-30
|
* strip tabs from pagetitles. we want to use tab as delimiter and they are ↵Gravatar Dieter Plaetinck2010-03-23
| | | | pointless in pagetitles anyway
* provide new example formfiller file and remove old one. this is needed ↵Gravatar Dieter Plaetinck2010-03-23
| | | | because we are using a different script now
* example cache/data/config material should go into the real home, not a ↵Gravatar Dieter Plaetinck2010-03-23
| | | | prefixized home (/usr/local/home/..) so that when you do testing in a sandbox, it actually works
* update README to reflect recent renaming of eFormFiller to formfiller.shGravatar Dieter Plaetinck2010-03-23
|
* Merge remote branch 'origin/master'Gravatar Dieter Plaetinck2010-03-23
|\
| * Revert "Remove linker arg in CFLAGS and remove duplicate "-pthread" in LDFLAGS."Gravatar Mason Larobina2010-03-23
| | | | | | | | The linker argument in the CFLAGS is needed for compilation on OSX.
| * Add \t to invalid_chars also.Gravatar Mason Larobina2010-03-23
| |
| * Don't grab focus when in plug mode (it messes with uzbl-tabbed focusing)Gravatar Mason Larobina2010-03-23
| |
| * More friendly download script.Gravatar Mason Larobina2010-03-23
| | | | | | | | | | | | 1. Pass the cookies.txt file to wget through the --load-cookies option. 2. Use the wget option --content-disposition to determine a meaningful name for the downloaded file.
| * FS#57 Correct documentation on binds containing *'sGravatar Mason Larobina2010-03-22
| |
| * Use SIGCHLD signal handler to clean up child zombie processes.Gravatar Dmytro Milinevskyy2010-03-22
| |
| * FS#133 Add the tab character is not a valid variable name character.Gravatar Mason Larobina2010-03-21
| |
| * FS#194 `uname -o` is not portable, use `uname -s` in useragentGravatar Mason Larobina2010-03-21
| |
| * Remove references to simplejsonGravatar Mason Larobina2010-03-21
| |
| * Removed JSON session saving and loading and more verbose errors.Gravatar Mason Larobina2010-03-21
| |
* | add Dmytro Milinevskyy to AUTHORS fileGravatar Dieter Plaetinck2010-03-21
| |
| * Make the `uri` command a wrapper around `set uri = ..`Gravatar Mason Larobina2010-03-21
| |
| * FS#215 Fix session restoration problems in uzbl-tabbed. Thanks palkeo.Gravatar Mason Larobina2010-03-20
| |
| * Fixed <Home> bind in example config.Gravatar Mason Larobina2010-03-20
| |
| * FS#206 Reload command should reload config variables only.Gravatar Mason Larobina2010-03-18
| |
| * FS#198 Surround $8 with quotes in case the SELECTED_URI is null.Gravatar Mason Larobina2010-03-18
| |
| * Add <Ctrl>] escape sequence.Gravatar Mason Larobina2010-03-18
| |
| * Modify Makefile install targets to set the correct owner and groupsGravatar Mason Larobina2010-03-15
| |
| * Install docs into DOCDIR (default $(INSTALLDIR)/share/uzbl/docs/)Gravatar Alex Alexander2010-03-15
| |
| * Renamed eFormFiller.sh to formfiller.sh and updated formfiller configGravatar Mason Larobina2010-03-15
| |
| * Remove old formfiller scripts.Gravatar Mason Larobina2010-03-15
| |
| * Try .. catch sections to catch errors raised by accessing (i)frames from otherGravatar Pawel Tomak2010-03-15
| | | | | | | | domains
| * Removed spaces after the : in field listGravatar Pawel Tomak2010-03-15
| |
| * Fixed patterns that match values which will be inserted. It's now possible toGravatar Pawel Tomak2010-03-15
| | | | | | | | insert into input fields values with blank chars in it
| * Removed broken and deprecated scripts and removed them from the config.Gravatar Mason Larobina2010-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | examples/scripts/cookies.sh: Deprecated by uzbl-cookie-daemon months ago. examples/scripts/extedit.js: Broken in its current form without the Uzbl.run method. examples/scripts/scroll-percentage.js: Broken without the Uzbl.run method. examples/scripts/{linkfollow,hint,follower}.js: Development should take place in the single follow.js from now on. There is no logic in co-developing 4 separate following scripts (some of which have been broken for months) in our selection of example scripts.
| * Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-12
| |\ | |/ |/|
* | Segfaulting when uzbl.behave.commands hash table already destroyed.Gravatar Mason Larobina2010-03-12
| |
* | We are clearing the keycmd on the wrong LOAD event (causing frustration)Gravatar Mason Larobina2010-03-12
| |
* | Replace all @'s in uri's from xclip with %40 to avoid expansion.Gravatar Mason Larobina2010-03-12
| |
* | Config comment clarification for the <Ctrl><Alt>t bind.Gravatar Mason Larobina2010-03-12
| |
* | Check stdout a tty before flushing.Gravatar Mason Larobina2010-03-12
| |
* | Avoid stdout flushing when not ttyGravatar root2010-03-12
| |
* | Use itertools.count instead of custom counter function.Gravatar Mason Larobina2010-03-12
| |
* | Handle stdout and stderr flush errors (caused by read-only fd's?)Gravatar Mason Larobina2010-03-12
| |
* | Given export method `prepend` option and now allows non-callable exportsGravatar Mason Larobina2010-03-12
| |
* | Rename the global config dict to `global_config`.Gravatar Mason Larobina2010-03-12
| |
* | These example tabbed menu bindings are better suited on the wiki.Gravatar Mason Larobina2010-03-12
| | | | | | | | | | | | We also need to remember people use uzbl-browser as much as uzbl-tabbed. These example menu items only work when using uzbl-tabbed and clutter the context menu for uzbl-browser users.
* | process.wait() will hang if the instance sigterms, use poll() + timeout.Gravatar Mason Larobina2010-03-12
| |
* | [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-03-12
| |
* | reverted commitGravatar Dmytro Milinevskyy2010-03-12
| |
* | [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-03-12
| |
* | [uzbl-tabbed] add support for opening tab next to current and background tabsGravatar Dmytro Milinevskyy2010-03-12
| |
| * Merge remote branch 'grodzik/eFormFiller' into experimentalGravatar Dieter Plaetinck2010-03-11
| |\
| | * Added eFormFiller section in the readmeGravatar Pawel Tomak2010-03-11
| | |