index
:
xenocara
cvs/HEAD
master
matthieu/xserver-1.13
mpi/libdrm-update
Xenocara
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
cwm
/
xevents.c
Age
Commit message (
Expand
)
Author
2016-10-03
client_ptrwarp should not deal with unhiding or raising clients (non ptr
Okan Demirmen
2016-09-16
During init, query screen for _NET_ACTIVE_WINDOW and set that client as
Okan Demirmen
2016-09-14
Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag
Okan Demirmen
2015-11-10
Start cleaning up name vs function differences; replace magic numbers.
Okan Demirmen
2015-08-27
Add consistent checks against NULL.
Okan Demirmen
2015-07-01
style
Okan Demirmen
2015-06-30
Re-implement XClientMessage handling so that we can feed screen_find and
Okan Demirmen
2015-01-19
Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX
Okan Demirmen
2014-09-27
these have nothing to do with 'sticky', but rather group membership; rename.
Okan Demirmen
2014-09-15
use similiar style for client flags
Okan Demirmen
2014-09-07
screen_fromroot -> screen_find
Okan Demirmen
2014-09-06
Rework group names: stash the group name inside the group_ctx as opposed
Okan Demirmen
2014-02-03
Move redundant bits from screen_init (while dealing with existing
Okan Demirmen
2014-02-02
Move redundant window attr fetch from maprequest directly into
Okan Demirmen
2014-01-30
Move cwm_status around to avoid header fu, and remove extraneous signal
Okan Demirmen
2014-01-29
Merge keybinding and mousebinding queues into using the same merged
Okan Demirmen
2014-01-28
The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)
Okan Demirmen
2014-01-22
Somewhat streamline event loop/restart/quit handling; most notable
Okan Demirmen
2014-01-20
merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefunc
Okan Demirmen
2014-01-03
use consistent types
Okan Demirmen
2014-01-02
Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, though
Okan Demirmen
2014-01-02
Accept _NET_WM_DESKTOP clientmessage; from Thomas Adam
Okan Demirmen
2014-01-02
bring mousefunc closer to kbfunc
Okan Demirmen
2013-12-13
stray space and sort while here
Okan Demirmen
2013-12-13
Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION
Okan Demirmen
2013-12-12
ICCCM explicitly states that server time (CurrentTime) should *not* be
Okan Demirmen
2013-12-11
Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify
Okan Demirmen
2013-12-11
Remove extra work and simplify client state handling.
Okan Demirmen
2013-12-02
Since we use IconicState as our hidden state, check for the hidden flag
Okan Demirmen
2013-11-27
Remove the option to bind a key by keycode with brackets; it never
Okan Demirmen
2013-11-27
Rewrite active/inactive client handling in client_setactive();
Okan Demirmen
2013-11-12
Alter the r1.35 of event.c race fix. Remove the forward looking event
Okan Demirmen
2013-10-25
A client_delete should behave differently depending on whether the
Okan Demirmen
2013-07-15
collapse lines
Okan Demirmen
2013-07-15
simplify atom handling; allows us to limit to one round-trip to server
Okan Demirmen
2013-07-10
bring buttonpress and keypress event handlers slightly closer together
Okan Demirmen
2013-07-08
move kbfunc and mousefunc closer together
Okan Demirmen
2013-07-08
whitespace and style fixes; from Tiago Cunha and one from me.
Okan Demirmen
2013-06-10
move synthetic responses and have client_msg only work with WM_PROTOCOLS,
Okan Demirmen
2013-06-10
Check for, and honour, CWStackMode and CWSibling change requests during a
Okan Demirmen
2013-05-23
alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed
Okan Demirmen
2013-05-21
handle _NET_WM_STATE ClientMessage; from Alexander Polakov.
Okan Demirmen
2013-05-20
stray whitespace
Okan Demirmen
2013-05-20
handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov.
Okan Demirmen
2013-05-19
add support for _NET_CLOSE_WINDOW
Okan Demirmen
2013-05-19
treat WM_CHANGE_STATE like other atoms
Okan Demirmen
2013-05-19
simplify
Okan Demirmen
2013-05-11
new -> init
Okan Demirmen
2013-05-10
more type fixes for mask/button
Okan Demirmen
2013-05-10
int type fixes
Okan Demirmen
[next]