summary refs log tree commit diff
path: root/xevents.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportChristian Neukirchen2015-01-221-1/+2
|\
| * Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+2
* | cvsimportokan2014-09-271-1/+1
|\|
| * these have nothing to do with 'sticky', but rather group membership; rename.okan2014-09-271-1/+1
* | cvsimportokan2014-09-181-5/+5
|\|
| * use similiar style for client flagsokan2014-09-151-1/+1
| * screen_fromroot -> screen_findokan2014-09-071-4/+4
* | cvsimportChristian Neukirchen2014-09-071-1/+1
|\|
| * Rework group names: stash the group name inside the group_ctx as opposedokan2014-09-061-1/+1
* | cvsimportokan2014-02-031-1/+1
|\|
| * Move redundant bits from screen_init (while dealing with existingokan2014-02-031-1/+1
* | cvsimportokan2014-02-021-6/+3
|\|
| * Move redundant window attr fetch from maprequest directly intookan2014-02-021-6/+3
* | cvsimportokan2014-01-301-1/+0
|\|
| * Move cwm_status around to avoid header fu, and remove extraneous signalokan2014-01-301-1/+0
* | cvsimportokan2014-01-291-5/+5
|\|
| * Merge keybinding and mousebinding queues into using the same mergedokan2014-01-291-5/+5
* | cvsimportokan2014-01-281-2/+11
|\|
| * The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)okan2014-01-281-2/+11
* | cvsimportokan2014-01-241-10/+6
|\|
| * Somewhat streamline event loop/restart/quit handling; most notableokan2014-01-221-10/+6
* | cvsimportokan2014-01-211-3/+3
|\|
| * merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefuncokan2014-01-201-3/+3
* | cvsimportokan2014-01-031-2/+2
|\|
| * use consistent typesokan2014-01-031-2/+2
* | cvsimportokan2014-01-031-2/+12
|\|
| * Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, thoughokan2014-01-021-1/+7
| * Accept _NET_WM_DESKTOP clientmessage; from Thomas Adamokan2014-01-021-0/+4
| * bring mousefunc closer to kbfuncokan2014-01-021-1/+1
* | cvsimportokan2013-12-131-4/+4
|\|
| * stray space and sort while hereokan2013-12-131-4/+4
* | cvsimportChristian Neukirchen2013-12-131-0/+2
|\|
| * ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-121-0/+2
* | cvsimportokan2013-12-111-2/+4
|\|
| * Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotifyokan2013-12-111-0/+3
| * Remove extra work and simplify client state handling.okan2013-12-111-2/+1
* | cvsimportokan2013-12-021-21/+10
|\|
| * Since we use IconicState as our hidden state, check for the hidden flagokan2013-12-021-2/+4
| * Remove the option to bind a key by keycode with brackets; it neverokan2013-11-271-3/+1
| * Rewrite active/inactive client handling in client_setactive();okan2013-11-271-16/+5
* | cvsimportokan2013-11-121-16/+4
|\|
| * Alter the r1.35 of event.c race fix. Remove the forward looking eventokan2013-11-121-16/+4
* | cvsimportokan2013-10-251-2/+2
|\|
| * A client_delete should behave differently depending on whether theokan2013-10-251-2/+2
* | cvsimportokan2013-07-161-8/+6
|\|
| * collapse linesokan2013-07-151-6/+4
| * simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-151-5/+5
* | cvsimportokan2013-07-101-9/+8
|\|
| * bring buttonpress and keypress event handlers slightly closer togetherokan2013-07-101-8/+7
| * move kbfunc and mousefunc closer togetherokan2013-07-081-2/+2