summary refs log tree commit diff
path: root/xevents.c
Commit message (Expand)AuthorAgeFilesLines
* Revert previous "fix" it introduces new issues of its own.oga2008-06-181-1/+1
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-171-0/+6
* Just rework the mouse binding calculation on event to look like theoga2008-06-171-15/+13
* The mousebinding code missing a break once it had found the correctoga2008-06-171-16/+17
* (mostly) proper xshape event supportokan2008-06-141-3/+16
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-96/+13
* Don't client_delete() on an Unmap event, only do that on a client delete event.oga2008-06-131-14/+2
* ignore if non-zero expose events, for we could be covered by multipleokan2008-06-121-1/+1
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-211-1/+1
* finally implement keyboard binding for group togglingokan2008-05-191-0/+6
* send the correct x/y coordinates to XConfigureWindow()okan2008-05-181-2/+2
* KNF, no binary change.oga2008-05-151-2/+2
* Remove screen_infomsg(), nothing uses it.oga2008-04-161-1/+0
* hit it with the knf stick.oga2008-04-151-20/+19
* Make _xev_quit "volatile sig_atomic_t" for proper correctness.simon2008-04-081-1/+1
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-071-1/+2
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-4/+1
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-16/+4
* Remove a bunch of unused variables and incorrect comments.oga2008-03-221-1/+1
* Typo: s/supression/suppressionoga2008-02-201-1/+1
* huge amount of cleanup and dead code removal.oga2008-01-161-2/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-21/+21
* Initial revisionbernd2007-04-271-0/+603