aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/events.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'keis/event-format' into experimentalGravatar Brendan Taylor2011-09-13
|\
* | stupid typo in the last commitGravatar Brendan Taylor2011-09-11
| |
* | backwards compatibility with key names from GTK < 2.22Gravatar Brendan Taylor2011-09-11
| |
| * 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
| * bail if trying to send events with newlinesGravatar keis2011-09-11
| | | | | | | | | | | | each line is treated as a new event by the event manager so previous behaviour could cause to event injection, which in theory could be use to exploit uzbl.
| * format events in C localeGravatar keis2011-09-11
|/
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into mouse-eventsGravatar keis2011-07-28
|\
| * move core variable stuff into variables fileGravatar David Keijser2011-05-25
| |
| * Merge remote-tracking branch 'keis/ignore-mod2' into experimentalGravatar Brendan Taylor2011-05-09
| |\
| | * ignore mod2. mostly unneeded and breaks keybindsGravatar David Keijser2011-05-09
| | |
| * | add focus and blur events from DOMGravatar keis2011-04-29
| |/
* | include current button press in modstateGravatar keis2011-04-23
| | | | | | | | like done in key_to_event
* | Add key events for double and triple clicksGravatar Ben Boeckel2011-04-23
| |
* | Add button_to_event function for clicksGravatar Ben Boeckel2011-04-23
|/
* escape ' in KEY_PRESS/RELEASE eventsGravatar Brendan Taylor2011-04-18
|
* use updated modstate for key eventsGravatar keis2011-04-18
|
* placeholder translation of keyval to modGravatar keis2011-04-18
|
* drop extra whitespace in key eventsGravatar keis2011-04-18
|
* 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
|
* 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