aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar kongo20022010-04-03
| |\ \ | |/ / |/| |
* | | Added James to the AUTHORS file.Gravatar Mason Larobina2010-04-03
| | |
* | | Allow notebook tab reordering in uzbl-tabbedGravatar James Campos2010-04-03
| | |
* | | Uncomment the second new window send_event function.Gravatar Mason Larobina2010-04-03
| | | | | | | | | | | | | | | This allows target blank anchors to work (and works so well that it opens two windows).
* | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-31
|\ \ \
| * | | Don't match keywords inside stringsGravatar Mason Larobina2010-03-31
| | | |
* | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-31
|\| | |
| * | | Fix webkit version expansion problem in useragent string.Gravatar Mason Larobina2010-03-31
| | | |
* | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-30
|\| | |
| * | | Update authors file with the uzbl vim syntax file contributors.Gravatar Mason Larobina2010-03-30
| | | |
* | | | Merge branch 'master' into experimentalGravatar Mason Larobina2010-03-30
|\| | |
| * | | Include vim syntax file for uzbl.Gravatar Mason Larobina2010-03-30
| | | |
| | | * kill bashizm [ == ]Gravatar Paweł Zuzelski2010-03-29
| | | |
| | | * Add modeline in 'new', strip comments in 'load'.Gravatar Paweł Zuzelski2010-03-29
| | | |
| | | * Support for <input type='SEARCH'>Gravatar Paweł Zuzelski2010-03-29
| | | |
| | | * remove comments, add modelineGravatar Paweł Zuzelski2010-03-29
| | | | | | | | | | | | | | | | | | | | | | | | Treat lines begining with '>' as comments. '>' not '#', because '>' is not a valid character in XML tags/argument names. Add modeline to generated file. May be useful to autoload syntax file.
| | | * Make it more portable (now it works also with ksh)Gravatar Paweł Zuzelski2010-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | echo behaviour differs across POSIX shells. Some shells expands strings like '\\n' in echo built-in command (ksh), some does not (bash). According to [1] both behaviours are correct. That means "echo" is not portable for strings containing backslashes. [1] advises to use printf instead. [1] http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html
| | | * checkbox (un)check fixups. Added comments about checkboxes/radiobuttonsGravatar Pawel Tomak2010-03-28
| | | |
| | | * Fixed some issues connected with multilines for textareasGravatar Pawel Tomak2010-03-28
| | | |
| | | * Comments fixupGravatar Pawel Tomak2010-03-28
| | | |
| | | * Added some comments about textareasGravatar Pawel Tomak2010-03-28
| | | |
| | | * Added support for multilines in textareasGravatar Pawel Tomak2010-03-28
| | | |
| | | * Added support for radio-buttons. Little code reorganisationGravatar Pawel Tomak2010-03-28
| | | |
| | | * Checkbox and textarea support also for remembered formsGravatar Pawel Tomak2010-03-27
| | | |
| | | * Formfiller.sh comments updateGravatar Pawel Tomak2010-03-27
| | | |
| | | * Forms dumping function remake to work with all frames and iframesGravatar Pawel Tomak2010-03-27
| | | |
| | | * Moved function from formfiller-helper.js into the formfiller.shGravatar Pawel Tomak2010-03-27
| | | |
| | | * Use javascript and XPath to find input fields.Gravatar Paweł Zuzelski2010-03-27
| | | | | | | | | | | | | | | | Initialize field values.
| | | * quote ${editor} and ${VISUAL}Gravatar Paweł Zuzelski2010-03-27
| | | | | | | | | | | | | | | | | | | | These variables must be quoted. Otherwise script fails for VISUAL="xterm -name xvim -e vim"
| | | * updated formfiller.sh commentsGravatar Paweł Zuzelski2010-03-27
| | | |
| | | * Merge remote branch 'grodzik/experimental' into experimentalGravatar Paweł Zuzelski2010-03-26
| | | |\
| | | | * Speed up for forms output to the fileGravatar Pawel Tomak2010-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | Moved dumping javascript code to the function dump() outerHTML is now being used only on forms, not entire documents
| | | * | Merge remote branch 'grodzik/experimental' into experimentalGravatar Paweł Zuzelski2010-03-26
| | | |\|
| | | | * checkbox support in 'once' actionGravatar Pawel Tomak2010-03-26
| | | | |
| | | | * Merge remote branch 'dieterbe/experimental' into experimentalGravatar Pawel Tomak2010-03-26
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Merge remote branch 'Dieterbe/experimental' into experimentalGravatar Paweł Zuzelski2010-03-26
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar kongo20022010-03-25
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge branch 'experimental' of github.com:Dieterbe/uzbl into experimentalGravatar Dieter Plaetinck2010-03-24
|\ \ \ \ \
* | | | | | we have no perl scripts anymoreGravatar Dieter Plaetinck2010-03-24
| | | | | |
| * | | | | Make `<Shift-Insert>` inject into the keycmd at the cursor position.Gravatar Mason Larobina2010-03-24
|/ / / / /
| | | * / add my e-mail to AUTHORS fileGravatar Paweł Zuzelski2010-03-23
| |_|/ / |/| | |
* | | | shift-insert binding to paste contents from primary selection buffer into keycmdGravatar Dieter Plaetinck2010-03-23
| | | |
* | | | Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-03-23
|\| | |
| * | | strip tabs from pagetitles. we want to use tab as delimiter and they are ↵Gravatar Dieter Plaetinck2010-03-23
| | | | | | | | | | | | | | | | pointless in pagetitles anyway
* | | | authors file update for jakeGravatar Dieter Plaetinck2010-03-23
| | | |
* | | | Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-03-23
|\| | |
| * | | 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
| |\ \ \