aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* updated readme and example configGravatar Brendan Taylor2009-07-12
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar Brendan Taylor2009-07-12
|\ | | | | | | replace-expand-template
| * use $VISUAL in formfiller.shGravatar Tassilo Horn2009-07-12
| |\
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar Brendan Taylor2009-07-11
|\| | | | | | | | | | | | | | | | | | | | replace-expand-template Conflicts: uzbl.c
| * | Added new_window handler.Gravatar Tom Adams2009-07-11
| | |
| * | Don't need backslashes here.Gravatar Tom Adams2009-07-11
| | |
| | * Respect the value of $VISUAL for the formfiller.sh if it is set.Gravatar Tassilo Horn2009-07-11
| | |
* | | use expand instead of expand_template for useragent.Gravatar Brendan Taylor2009-07-07
|/ /
* / Update configuration section at the head of uzbl_tabbed.pyGravatar Mason Larobina2009-07-04
|/
* Bug fixes, added "open-tab-from-clipboard" bindingGravatar Mason Larobina2009-07-03
|
* Fix cookies.py for XDG_DATA_HOME users.Gravatar Mason Larobina2009-07-02
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-07-02
|\
* | Missing os.path.expandvars functions & use markers for message terminationGravatar Mason Larobina2009-07-01
| |
| * typosGravatar Sylvester Johansson2009-06-30
| |
* | Feature requests, gtk_title_pos tab_titles max_title_lenGravatar Mason Larobina2009-07-01
| |
* | Added tablist style policy handler, updated author info & bug fixes.Gravatar Mason Larobina2009-06-30
| |
* | Update todo list.Gravatar Mason Larobina2009-06-30
| |
* | uzbl_tabbed refactor, huge internal changes.Gravatar Mason Larobina2009-06-30
| |
* | Resolved status bar styling issue and added help text in file.Gravatar Mason Larobina2009-06-29
| |
* | Spelleng fix.Gravatar Mason Larobina2009-06-29
| |
* | Added mxey to uzbl_tabbed contributors section.Gravatar Mason Larobina2009-06-29
| |
* | uzbl_config path now respects XDG_CONFIG_HOMEGravatar Mason Larobina2009-06-29
| |
* | Added static probe cmds to uzbl instance classGravatar Mason Larobina2009-06-29
| |
* | Fix spelling.Gravatar Mason Larobina2009-06-29
| |
* | Style tablist text & update window title.Gravatar Mason Larobina2009-06-29
| |
* | Delete session file when empty.Gravatar Mason Larobina2009-06-29
| |
* | Reduced tablist update delay.Gravatar Mason Larobina2009-06-29
| | | | | | | | | | By calling self.update_tablist() manually after any notebook tab manipulation.
* | Removed redundant timeout variable (minor edit)Gravatar Mason Larobina2009-06-29
| |
* | uzbl_tabbed.py re-write.Gravatar Mason Larobina2009-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).
* Checks if XDA_DATA_HOME in os.environ before useGravatar Mason Larobina2009-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_tabbedGravatar Dieter Plaetinck2009-06-09
|
* indentation fixGravatar Dieter Plaetinck2009-06-08
|
* keybind to start a new uzbl instance from the page in primary selectionGravatar Dieter Plaetinck2009-06-08
|
* slightly better example config with a few new cool examplesGravatar Dieter Plaetinck2009-06-08
|
* fix quotes regressionGravatar Dieter Plaetinck2009-06-08
|
* israellevins zoom_type togglingGravatar Dieter Plaetinck2009-06-08
|\
* | be more friendly to people who have no XDG variables set + bitter checking ↵Gravatar Dieter Plaetinck2009-06-08
|/ | | | and such
* fixes to make the dir refactoring workGravatar Dieter Plaetinck2009-06-07
|
* make the whole xdg/dev directories /configs etc more sense making. now ↵Gravatar Dieter Plaetinck2009-06-07
| | | | theres just one config you can directly copy into your home and use without editing. the same config can be used while developing, the Makefile just overrides 2 xdg variables. also the scripts can be a bit simpler now
* make icon setting configurableGravatar Dieter Plaetinck2009-06-07
|
* document dump_configGravatar Dieter Plaetinck2009-06-07
|
* chmod cookies.py +xGravatar Dieter Plaetinck2009-06-07
|
* make cookies.py default sample cookie scriptGravatar Dieter Plaetinck2009-06-07
|
* pick datafile location for cookies more smartlyGravatar Tom Adams2009-06-07
|
* add holizz' cookies.pyGravatar Dieter Plaetinck2009-06-07
|
* do not do cookie debugging (with notifier) by defaultGravatar Dieter Plaetinck2009-06-07
|
* Merge commit 'scj/master' into experimentalGravatar Dieter Plaetinck2009-06-06
|\
* | examples/scripts/download.sh: pushd/popd are unnecessaryGravatar Maximilian Gaß2009-06-06
| | | | | | | | there is nothing affected by the directory of that shell
* | use stdlib atof() instead of gnu99 strtof() + more sense making example ↵Gravatar Dieter Plaetinck2009-06-06
| | | | | | | | binds for zoomlevels
* | bit more clear variable names and suchGravatar Dieter Plaetinck2009-06-06
| |