aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/events.c
Commit message (Collapse)AuthorAge
* don't expose send_event_socket and send_event_fifoGravatar Brendan Taylor2011-03-10
|
* key_to_event: don't crash when gdk_keyval_name returns NULLGravatar Brendan Taylor2011-03-06
|
* assert that NAME arguments are valid namesGravatar keis2011-02-15
|
* quote and escape strings in eventsGravatar keis2011-02-15
|
* format event strings in send_eventGravatar keis2011-02-15
| | | | | send_event now takes a null terminated type, value sequence as arguments vsend_event does the same thing but takes a va_list with arguments.
* 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