aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | 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.
* | | | | Add \t to invalid_chars also.Gravatar Mason Larobina2010-03-23
| | | | |
* | | | | Merge branch 'jscookies' of git://git.cssx.ch/forks/uzbl into experimentalGravatar Rob2010-03-22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | | | | | fix double NEW_WINDOW emissionGravatar Rob2010-03-22
| | | | | |
* | | | | | More friendly download script.Gravatar Mason Larobina2010-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Don't grab focus when in plug mode (it messes with uzbl-tabbed focusing)Gravatar Mason Larobina2010-03-22
| | | | | |
* | | | | | Fixed window.open and javascript links that open new windowsGravatar Jake Probst2010-03-22
| | | | | |
* | | | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-22
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FS#57 Correct documentation on binds containing *'sGravatar Mason Larobina2010-03-22
| | | | | |
* | | | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-22
|\| | | | |
| * | | | | Use SIGCHLD signal handler to clean up child zombie processes.Gravatar Dmytro Milinevskyy2010-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
| | | | | |
* | | | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-21
|\| | | | |
| * | | | | Remove references to simplejsonGravatar Mason Larobina2010-03-21
| | | | | |
* | | | | | Merge branch 'master' into experimentalGravatar 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
| | | | | |
* | | | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in examples/config/config: FS#198 also applies to the new NEW_WINDOW handler.
| * | | | | 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
| | | | | |
| | | | | * Merge remote branch 'dieterbe/experimental' into experimentalGravatar Pawel Tomak2010-03-15
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-15
|\| | | | |
| * | | | | 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.
* | | | | | Modify Makefile install targets to set the correct owner and groupsGravatar Mason Larobina2010-03-15
| | | | | |
| | | | | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Pawel Tomak2010-03-14
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | | * Merge branch 'experimental' of github.com:grodzik/uzbl into experimentalGravatar Pawel Tomak2010-03-14
| | | | | |\
* | | | | | | Install docs into DOCDIR (default $(INSTALLDIR)/share/uzbl/docs/)Gravatar Alex Alexander2010-03-14
| | | | | | |
* | | | | | | Renamed eFormFiller.sh to formfiller.sh and updated formfiller configGravatar Mason Larobina2010-03-14
| | | | | | |
* | | | | | | Merge branch 'eFormFiller' of git://github.com/grodzik/uzbl into rm-old-scriptsGravatar Mason Larobina2010-03-14
|\ \ \ \ \ \ \
* | | | | | | | Remove old formfiller scripts.Gravatar Mason Larobina2010-03-14
| | | | | | | |
| * | | | | | | Try .. catch sections to catch errors raised by accessing (i)frames from otherGravatar Pawel Tomak2010-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | domains
| * | | | | | | Removed spaces after the : in field listGravatar Pawel Tomak2010-03-14
| | | | | | | |
| * | | | | | | Fixed patterns that match values which will be inserted. It's now possible toGravatar Pawel Tomak2010-03-13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | 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-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Add NEW_WINDOW event handler and remove old new_window handler.Gravatar Mason Larobina2010-03-13
| | | | | | |
* | | | | | | Merge branch 'experimental' of github.com:robm/uzbl into experimentalGravatar Mason Larobina2010-03-13
|\ \ \ \ \ \ \