Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | document fixes + document all variables/constants in readme, so example ↵ | Dieter Plaetinck | 2009-07-17 |
| | | | | config can be a bit cleaner | ||
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵ | Brendan Taylor | 2009-07-15 |
|\ | | | | | | | replace-expand-template | ||
| * | Merge commit 'holizz/whitespace' into experimental | Dieter Plaetinck | 2009-07-15 |
| |\ | |||
| * \ | merge in the00z his ${!8} fix for posix sh | Dieter Plaetinck | 2009-07-15 |
| |\ \ | |||
* | | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵ | Brendan Taylor | 2009-07-14 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | replace-expand-template Conflicts: Makefile | ||
| | | * | Whitespace fixes. And ignore whitespace in formfiller data files. | Tom Adams | 2009-07-14 |
| | |/ | |/| | |||
| * | | merge 1 from the00z. examples/data/uzbl/scripts/yank.sh is still bash, this ↵ | Dieter Plaetinck | 2009-07-14 |
| |\ \ | | | | | | | | | | | | | should become fixed in next merge commit | ||
* | | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵ | Brendan Taylor | 2009-07-13 |
|\| | | | | | | | | | | | | | | | replace-expand-template | ||
* | | | | tidy up move to expand() | Robert Manea | 2009-07-13 |
| | | | | |||
| * | | | cookies.py now fits in with the new arguments, and works better. | Tom Adams | 2009-07-12 |
| | | | | |||
| * | | | Add request address scheme to cookie_handler's arguments. | Tom Adams | 2009-07-12 |
| | | | | |||
| | | * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into the00z | Abel `00z' Camarillo | 2009-07-12 |
| | | |\ | | |_|/ | |/| | | |||
| | | * | replace that ugly ${!8} bashism | Abel `00z' Camarillo | 2009-07-12 |
| | | | | |||
* | | | | updated readme and example config | Brendan Taylor | 2009-07-12 |
| | | | | |||
* | | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵ | Brendan Taylor | 2009-07-12 |
|\| | | | | | | | | | | | | | | | replace-expand-template | ||
| * | | | use $VISUAL in formfiller.sh | Tassilo Horn | 2009-07-12 |
| |\ \ \ | |||
| | | | * | Merge branch 'experimental' into the00z | Abel `00z' Camarillo | 2009-07-11 |
| | | |/| | | |_|/ | |/| | | |||
* | | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵ | Brendan Taylor | 2009-07-11 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | replace-expand-template Conflicts: uzbl.c | ||
| * | | | Added new_window handler. | Tom Adams | 2009-07-11 |
| | | | | |||
| * | | | Don't need backslashes here. | Tom Adams | 2009-07-11 |
| | | | | |||
| | * | | Respect the value of $VISUAL for the formfiller.sh if it is set. | Tassilo Horn | 2009-07-11 |
| | | | | |||
* | | | | use expand instead of expand_template for useragent. | Brendan Taylor | 2009-07-07 |
|/ / / | |||
* / / | Update configuration section at the head of uzbl_tabbed.py | Mason Larobina | 2009-07-04 |
|/ / | |||
* | | Bug fixes, added "open-tab-from-clipboard" binding | Mason Larobina | 2009-07-03 |
| | | |||
* | | Fix cookies.py for XDG_DATA_HOME users. | Mason Larobina | 2009-07-02 |
| | | |||
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental | Mason Larobina | 2009-07-02 |
|\ \ | |||
* | | | Missing os.path.expandvars functions & use markers for message termination | Mason Larobina | 2009-07-01 |
| | | | |||
| * | | typos | Sylvester Johansson | 2009-06-30 |
| | | | |||
* | | | Feature requests, gtk_title_pos tab_titles max_title_len | Mason Larobina | 2009-07-01 |
| | | | |||
* | | | Added tablist style policy handler, updated author info & bug fixes. | Mason Larobina | 2009-06-30 |
| | | | |||
* | | | Update todo list. | Mason Larobina | 2009-06-30 |
| | | | |||
* | | | uzbl_tabbed refactor, huge internal changes. | Mason Larobina | 2009-06-30 |
| | | | |||
* | | | Resolved status bar styling issue and added help text in file. | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | Spelleng fix. | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | Added mxey to uzbl_tabbed contributors section. | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | uzbl_config path now respects XDG_CONFIG_HOME | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | Added static probe cmds to uzbl instance class | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | Fix spelling. | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | Style tablist text & update window title. | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | Delete session file when empty. | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | Reduced tablist update delay. | Mason Larobina | 2009-06-29 |
| | | | | | | | | | | | | | | | By calling self.update_tablist() manually after any notebook tab manipulation. | ||
* | | | Removed redundant timeout variable (minor edit) | Mason Larobina | 2009-06-29 |
| | | | |||
* | | | uzbl_tabbed.py re-write. | Mason Larobina | 2009-06-29 |
|/ / | | | | | | | | | | | Re-written the uzbl_tabbed.py script to use a fifo control interface and inherit configuration options from the users uzbl configuration file (if it exists). | ||
| * | more portability on shell scripts | Abel `00z' Camarillo | 2009-06-28 |
| | | | | | | | | | | | | | | | | i haven't really tested this, but i expect that someone that knows the code (and cares about it) to do the last portability changes. i don't think that this scripts are going to run with a shell different than bash anyway... | ||
| * | make domnload.sh more portable | Abel `00z' Camarillo | 2009-06-28 |
|/ | | | | now not bash-specific. | ||
* | Checks if XDA_DATA_HOME in os.environ before use | Mason Larobina | 2009-06-23 |
| | | | | | | | | | | | | | Additionally when XDA_DATA_HOME doesn't exist the cookie jar location defaults to os.environ["HOME"] + '.local/share/uzbl/cookies.txt' however when these strings are concatenated they are missing the path seperator '/'. Problem solved by using the builtin os.path.join to join the environ path and jar location. On branch experimental: Changes to be committed: modified: examples/data/uzbl/scripts/cookies.py | ||
* | merge in holizz uzbl_tabbed | Dieter Plaetinck | 2009-06-09 |
| | |||
* | indentation fix | Dieter Plaetinck | 2009-06-08 |
| | |||
* | keybind to start a new uzbl instance from the page in primary selection | Dieter Plaetinck | 2009-06-08 |
| | |||
* | slightly better example config with a few new cool examples | Dieter Plaetinck | 2009-06-08 |
| |