aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/events.c
Commit message (Collapse)AuthorAge
* gerror fix in send_event_socketsGravatar keis2011-01-05
|
* cookies reworkGravatar keis2010-12-13
| | | | | | | | | | * send events on cookie changes * add command to add a new cookie parses same syntax as events no ADD_COOKIE event is raised for these cookies * add command to delete a cookie parses same syntax as events, ignoring everything after 5th argument no DELETE_COOKIE event is raised for these cookies
* Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
|\ | | | | | | | | Conflicts: examples/data/scripts/download.sh
* \ Merge branch 'dev/scroll-percentage-by-scrollbars' into experimentalGravatar Brendan Taylor2010-12-03
|\ \
| * | fix event name typoGravatar Brendan Taylor2010-12-03
| | |
| | * let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
| | |
* | | remove parseenv().Gravatar Brendan Taylor2010-11-30
| |/ |/| | | | | | | | | it's not documented, it doesn't do anything that @(echo $X)@ can't, and it's not very efficient (it iterates through the entire environment every time an event is sent)
* | Merge branch 'dev/scroll-percentage-by-scrollbars'Gravatar Brendan Taylor2010-10-22
|\|
| * Add SCROLL_VERT and SCROLL_HORIZ eventsGravatar Ben Boeckel2010-10-22
| |
* | oops, memory leak fixes introduced a double free. fixed.Gravatar Brendan Taylor2010-10-08
| |
* | fix memory leaks.Gravatar Brendan Taylor2010-10-06
|/
* Make the `uri` command a wrapper around `set uri = ..`Gravatar Mason Larobina2010-03-21
|
* resource-request-startingGravatar Andrea Marchesini2010-02-13
|
* mouse pointer eventsGravatar Igor Bogomazov2010-01-25
|
* move source files from project root into src directory. Makefile is a bit ↵Gravatar Dieter Plaetinck2010-01-02
broken though