aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/uzbl-tabbed
Commit message (Collapse)AuthorAge
* move examples/data/scripts/uzbl-tabbed to bin/uzbl-tabbedGravatar Brendan Taylor2011-04-11
|
* add a fixme comment for uzbl-tabbed's preset listingGravatar Brendan Taylor2011-04-02
|
* reworked uzbl-tabbed's event handling.Gravatar Brendan Taylor2011-04-02
| | | | it's easier to read and less busted now (i actually tested it this time).
* Allow NEW_TAB to be called without an URIGravatar Christer Sjöholm2011-03-20
| | | | The new instance tries to open the CWD, a blank page would be nicer.
* Fix for uzbl-tabbed new-tab.Gravatar Christer Sjöholm2011-03-20
| | | | | | | Some times the uri may be a unicode string, so we convert it to a str as required by gobject.spawn_async(). This happens when a page want to open an url in a new window.
* Fixes NEXT_TAB and PREV_TAB in uzbl-tabbed.Gravatar Christer Sjöholm2011-03-20
| | | | The detection of an argument was incorrect.
* a hack to prevent the uzbl-tabbed window from expanding when the contents of ↵Gravatar Brendan Taylor2011-03-17
| | | | the status bar are too long
* add --socketdir and --fifodir options to uzbl-tabbedGravatar Klaus T. Aehlig2011-03-17
|
* Merge branch 'master' into experimentalGravatar Brendan Taylor2011-03-17
|\
| * parse events correctly in uzbl-tabbedGravatar Brendan Taylor2011-03-17
| |
* | uzbl-tabbed: don't freak out if an invalid status_background colour is givenGravatar Brendan Taylor2011-03-10
|/
* Correctly updates URI and tab title of each uzbl instance.Gravatar koral2011-01-10
|
* uzbl-tabbed shouldn't freak out if no status_background is setGravatar Brendan Taylor2010-11-30
|
* fix busy loop in uzbl-tabbed after closing a tabGravatar Brendan Taylor2010-11-20
| | | | | | this is triggered by having a handler for SIGCHLD. using gobject.spawn_async instead of subprocess.Popen means we don't need a SIGCHLD handler to reap dead children.
* add newbg command, to open a new tab in the backgroundGravatar Gustavo Chaín2010-08-25
|
* Allow notebook tab reordering in uzbl-tabbedGravatar James Campos2010-04-03
|
* Use SIGCHLD signal handler to clean up child zombie processes.Gravatar Dmytro Milinevskyy2010-03-22
|
* Remove references to simplejsonGravatar Mason Larobina2010-03-21
|
* Removed JSON session saving and loading and more verbose errors.Gravatar Mason Larobina2010-03-21
|
* FS#215 Fix session restoration problems in uzbl-tabbed. Thanks palkeo.Gravatar Mason Larobina2010-03-20
|
* Merge branch 'ext-tabs' of git://github.com/niamster/uzbl into experimentalGravatar Mason Larobina2010-02-28
|\
* | process.wait() will hang if the instance sigterms, use poll() + timeout.Gravatar Mason Larobina2010-02-28
| |
* | [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| |
| * reverted commitGravatar Dmytro Milinevskyy2010-02-26
| |
| * [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| |
| * [uzbl-tabbed] add support for opening tab next to current and background tabsGravatar Dmytro Milinevskyy2010-02-26
|/
* remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no ↵Gravatar Dieter Plaetinck2010-01-02
longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox