aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts/uzbl_tabbed.py
Commit message (Expand)AuthorAge
* Fix code comment.Gravatar Mason Larobina2009-08-01
* Removed trailing whitespace from uzbl_tabbed.pyGravatar Mason Larobina2009-07-31
* Improvements made to the uzbl_tabbed.py fifo init and fifo cleanup code.Gravatar Mason Larobina2009-07-31
* Added simple command line option parsing to uzbl_tabbed.pyGravatar Mason Larobina2009-07-29
* indentation fixGravatar Mason Larobina2009-07-26
* Use #!/usr/bin/env python instead of #!/usr/bin/pythonGravatar Mason Larobina2009-07-24
* Bugfix: Accidentally broke non-json session loading.Gravatar Mason Larobina2009-07-22
* Added dependencies section to the top of uzbl_tabbed.pyGravatar Mason Larobina2009-07-22
* Made json_session false by default.Gravatar Mason Larobina2009-07-22
* bugfix: uzbl_tabbed.py crashed when loading old format session fileGravatar Mason Larobina2009-07-22
* Added session preset adding/saving/listing/deleting.Gravatar Mason Larobina2009-07-22
* Huge refactorisation of session handling in uzbl_tabbed.pyGravatar Mason Larobina2009-07-21
* uzbl_tabbed.py modified to use json for state saving & restoration.Gravatar Mason Larobina2009-07-20
* Found and fixed the real source of the state restoration bug.Gravatar Mason Larobina2009-07-20
* uzbl takes the first un-parsed argument as the uri, no need for --uriGravatar Mason Larobina2009-07-20
* Use dict.items() when iterating over a dict.Gravatar Mason Larobina2009-07-20
* Added support for uzbl's new window handler in uzbl_tabbed.pyGravatar Mason Larobina2009-07-20
* Use built-in os.makedirs instead of homemade mkdirs function.Gravatar Mason Larobina2009-07-17
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-07-16
|\
| * Whitespace fixes. And ignore whitespace in formfiller data files.Gravatar Tom Adams2009-07-14
* | Applied patch to fix session restoration code by Romain BignonGravatar Mason Larobina2009-07-08
* | fixed markup in window titles messing up pango tabtitle formatting.Gravatar Mason Larobina2009-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
* Missing os.path.expandvars functions & use markers for message terminationGravatar Mason Larobina2009-07-01
* 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
* Removed redundant timeout variable (minor edit)Gravatar Mason Larobina2009-06-29
* uzbl_tabbed.py re-write.Gravatar Mason Larobina2009-06-29
* merge in holizz uzbl_tabbedGravatar Dieter Plaetinck2009-06-09