aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts/uzbl-tabbed
Commit message (Collapse)AuthorAge
* authors file updatesGravatar Dieter Plaetinck2010-01-02
|
* uzbl-tabbed: add a tab_indexes optionGravatar Simon Lipp2010-01-03
|
* uzbl-tabbed: get rid of update-tablist timerGravatar Simon Lipp2010-01-03
|
* implemented new actions for uzbl_tabbedGravatar Simon Lipp2010-01-03
|
* uzbl-tabbed:Gravatar Simon Lipp2010-01-03
| | | | | * misc fixes (problems introduced in last commit) * correct implemenation of the configuration (use uzbl events insted of config file; you can now do :set show_tablist=0)
* uzbl-tabbed changes :Gravatar Simon Lipp2010-01-03
| | | | | | | | | | | | * Remove bind_* options: does not work with current uzbl revisions, and a better implementation will come soon. * Remove reading of uzbl config file (same reason) * Better IPC handling (to sumarize: less periodic polling): * Better separation between network layers (communication is in SocketClient, protocol in UzblInstance, user interface in UzblTabbed) * use io_add_watch instead of select for reading uzbl events * does not use a generated hash to separate events, but the LF character * get rid of all the flush()ing logic * does not probe periodically for the title anymore; use uzbl events * create a /tmp/uzbltabbed_socket instead of polling the /tmp/uzbl_socket_* socket
* uzbl-tabbed: get UzblInstance out of UzblTabbedGravatar Simon Lipp2010-01-03
|
* uzbl-tabbed: don't use uzbl fifoGravatar Simon Lipp2010-01-03
|
* uzbl-tabbed bind '@' fixGravatar tczy2010-01-01
|
* uniformize naming of helper python scriptsGravatar Dieter Plaetinck2009-11-11