aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/events.h
Commit message (Collapse)AuthorAge
* remove event formatting from run_parsed_commandGravatar keis2011-09-11
| | | | | | * split event formatting and sending into separate functions and expose both in events.h * make it possible to format array of strings
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into mouse-eventsGravatar keis2011-07-28
|\
| * add focus and blur events from DOMGravatar keis2011-04-29
| |
* | Add button_to_event function for clicksGravatar Ben Boeckel2011-04-23
|/
* show modmask on MOD_PRESS/RELEASEGravatar Rob2011-04-18
|
* added MOD_PRESS/RELEASE events that denote X modifier keysGravatar Rob2011-04-18
|
* added modifier mask to key_press/release eventsGravatar Rob2011-04-18
|
* don't expose send_event_socket and send_event_fifoGravatar Brendan Taylor2011-03-10
|
* 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.
* Moves I/O functions to a dedicated source file.Gravatar koral2011-02-10
|
* 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
* let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
|
* Add SCROLL_VERT and SCROLL_HORIZ eventsGravatar Ben Boeckel2010-10-22
|
* 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