aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-browser
Commit message (Collapse)AuthorAge
* Resolve uzbl-browser conflicts.Gravatar Mason Larobina2009-11-11
|\
| * uniformize naming of helper python scriptsGravatar Dieter Plaetinck2009-11-11
| |
* | cookie_daemon.py needs to check for stale sockets in uzbl-browser.Gravatar Mason Larobina2009-11-08
|/
* check for existence of config file and if not copy it, no matter if we had ↵Gravatar Dieter Plaetinck2009-11-01
| | | | to create the config dir or not
* Auto close event manager in uzbl-browser by default.Gravatar Mason Larobina2009-10-27
|
* Remove the hard-coded /usr/local/.. path in event_manager.pyGravatar Mason Larobina2009-10-27
|
* do not hide interesting output by defaultGravatar Dieter Plaetinck2009-10-25
|
* make uzbl-browser work out of the box (auto create xdg dirs, config, ..), ↵Gravatar Dieter Plaetinck2009-10-25
| | | | rely on $PATH instead of own hacks, put python scripts that we actually use in $PREFIX/bin
* set wm classGravatar Robert Manea2009-10-21
|
* Added multi-instance managing to event_manager.pyGravatar Mason Larobina2009-10-15
| | | | | | | | | | | | | | | | | | | | | | 1. Moved plugin directory from './examples/data/scripts/plugins' to './examples/data/'. 2. Broke up the plugin manager class into two small functions. 3. Removed the handler objects ability to have non-callable handlers given that there is a perfectly good on_event.py plugin which can do exactly the same. 4. Gave event_manager daemon abilities similar to the cookie_daemon. 5. Using pid to track the event manager daemons running status. 6. Added the ability to load plugins from multiple locations. 7. Removed all outgoing message queues as this work-around is no longer required after the newly added --connect-socket uzbl-core ability. 8. Removed native stdin/fifo reading ability. Use socat if required. 9. Updated uzbl-browser script to load example cookie_daemon if cookie_daemon is not in $XDG_DATA_HOME/uzbl/scripts/ 10. Added a new event_manager.py launcher uzbl-daemon. 11. Updated make test-dev-browser target to test uzbl-daemon also. 12. Added init like {start|stop|restart} to the event manager. 13. Added a fourth 'list' option to {start|stop|..} to list the plugins and dirs of each plugin that would be loaded by the event manager.
* miscGravatar Dieter Plaetinck2009-10-06
|
* Fix socket exists check in uzbl-browser before force-deletion.Gravatar Mason Larobina2009-09-30
|
* uzbl-browser: fixed bashimsGravatar Maximilian Gass2009-09-25
|
* pass on options to uzbl-browserGravatar Dieter Plaetinck2009-09-12
|
* Update uzbl-browser to launch uzbl & event_manager.py talking with sockets.Gravatar Mason Larobina2009-09-11
|
* more useful uzbl-browser script that can share event manager with multiple ↵Gravatar Dieter Plaetinck2009-09-06
| | | | instances through a fifo. also starting the cookie daemon is implemented
* move 'uzbl' to more specific 'uzbl-core' program, and add 'uzbl-browser' ↵Gravatar Dieter Plaetinck2009-09-05
script which wraps around it to make the browser