setup project. initial import of uzbl
[uzbl-mobile] / examples / data / uzbl / scripts / uzbl_tabbed.py
2009-08-01 Mason LarobinaFix code comment.
2009-07-30 Mason LarobinaRemoved trailing whitespace from uzbl_tabbed.py
2009-07-30 Mason LarobinaImprovements made to the uzbl_tabbed.py fifo init and...
2009-07-28 Mason LarobinaAdded simple command line option parsing to uzbl_tabbed.py
2009-07-25 Mason Larobinaindentation fix
2009-07-24 Mason LarobinaUse #!/usr/bin/env python instead of #!/usr/bin/python
2009-07-22 Mason LarobinaBugfix: Accidentally broke non-json session loading.
2009-07-22 Mason LarobinaAdded dependencies section to the top of uzbl_tabbed.py
2009-07-22 Mason LarobinaMade json_session false by default.
2009-07-22 Mason Larobinabugfix: uzbl_tabbed.py crashed when loading old format...
2009-07-22 Mason LarobinaAdded session preset adding/saving/listing/deleting.
2009-07-21 Mason LarobinaHuge refactorisation of session handling in uzbl_tabbed.py
2009-07-20 Mason Larobinauzbl_tabbed.py modified to use json for state saving...
2009-07-20 Mason LarobinaFound and fixed the real source of the state restoratio...
2009-07-20 Mason Larobinauzbl takes the first un-parsed argument as the uri...
2009-07-20 Mason LarobinaUse dict.items() when iterating over a dict.
2009-07-20 Mason LarobinaAdded support for uzbl's new window handler in uzbl_tab...
2009-07-17 Mason LarobinaUse built-in os.makedirs instead of homemade mkdirs...
2009-07-16 Mason LarobinaMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-14 Tom AdamsWhitespace fixes. And ignore whitespace in formfiller...
2009-07-08 Mason LarobinaApplied patch to fix session restoration code by Romain...
2009-07-07 Mason Larobinafixed markup in window titles messing up pango tabtitle...
2009-07-04 Mason LarobinaUpdate configuration section at the head of uzbl_tabbed.py
2009-07-03 Mason LarobinaBug fixes, added "open-tab-from-clipboard" binding
2009-07-01 Mason LarobinaMissing os.path.expandvars functions & use markers...
2009-06-30 Mason LarobinaFeature requests, gtk_title_pos tab_titles max_title_len
2009-06-30 Mason LarobinaAdded tablist style policy handler, updated author...
2009-06-29 Mason LarobinaUpdate todo list.
2009-06-29 Mason Larobinauzbl_tabbed refactor, huge internal changes.
2009-06-29 Mason LarobinaResolved status bar styling issue and added help text...
2009-06-29 Mason LarobinaSpelleng fix.
2009-06-29 Mason LarobinaAdded mxey to uzbl_tabbed contributors section.
2009-06-29 Mason Larobinauzbl_config path now respects XDG_CONFIG_HOME
2009-06-29 Mason LarobinaAdded static probe cmds to uzbl instance class
2009-06-29 Mason LarobinaFix spelling.
2009-06-29 Mason LarobinaStyle tablist text & update window title.
2009-06-29 Mason LarobinaDelete session file when empty.
2009-06-29 Mason LarobinaReduced tablist update delay.
2009-06-28 Mason LarobinaRemoved redundant timeout variable (minor edit)
2009-06-28 Mason Larobinauzbl_tabbed.py re-write.
2009-06-09 Dieter Plaetinckmerge in holizz uzbl_tabbed