index
:
cwm
this commit
cn-bisectgtkbug
cn-menu-redraw
cn-noraise
cn-noraise-global
cwm
dh-gapsnap
ignorewarp
linux
master
portable version of OpenBSD's cwm(1) window manager
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xevents.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the group index (desktop number) check to the only 2 callers that require
okan
2019-02-28
1
-2
/
+6
*
Rename internal functions to delinate between client remove, delete and xproto
okan
2019-02-22
1
-3
/
+3
*
Allow 'transientfor' clients to inherit group and bwidth either during init or
okan
2018-11-13
1
-0
/
+3
*
Slightly expand and expose verbose debugging.
okan
2018-02-04
1
-14
/
+14
*
add debugging for x events
okan
2018-02-02
1
-0
/
+28
*
As done for buttonrelease, work specific un-cycling and un-highlighting actions
okan
2017-12-29
1
-1
/
+12
*
Merge group_toggle_membership_leave into the buttonrelease event and only do
okan
2017-12-29
1
-2
/
+4
*
add helper function client_show to bring together like actions for unhide/raise
okan
2017-12-29
1
-4
/
+1
*
Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event
okan
2017-12-27
1
-5
/
+7
*
drop obsolete comment
okan
2017-05-09
1
-1
/
+0
*
Alter callbacks to take a struct instead of a growing number of arguments;
okan
2017-05-09
1
-6
/
+8
*
Refactor callbacks to take a void * so as to not try and generalize into
okan
2016-10-18
1
-19
/
+31
*
Add an argument to the callbacks to pass the xevent context, button or
okan
2016-10-06
1
-2
/
+2
*
When removing xrandr regions, ensure clients are within the bounds of
okan
2016-10-04
1
-0
/
+1
*
client_ptrwarp should not deal with unhiding or raising clients (non ptr
okan
2016-10-03
1
-0
/
+4
*
During init, query screen for _NET_ACTIVE_WINDOW and set that client as
okan
2016-09-16
1
-1
/
+1
*
Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag
okan
2016-09-14
1
-3
/
+6
*
Start cleaning up name vs function differences; replace magic numbers.
okan
2015-11-10
1
-2
/
+2
*
Add consistent checks against NULL.
okan
2015-08-27
1
-3
/
+3
*
style
okan
2015-07-01
1
-1
/
+1
*
Re-implement XClientMessage handling so that we can feed screen_find and
okan
2015-06-30
1
-38
/
+42
*
Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX
okan
2015-01-19
1
-1
/
+2
*
these have nothing to do with 'sticky', but rather group membership; rename.
okan
2014-09-27
1
-1
/
+1
*
use similiar style for client flags
okan
2014-09-15
1
-1
/
+1
*
screen_fromroot -> screen_find
okan
2014-09-07
1
-4
/
+4
*
Rework group names: stash the group name inside the group_ctx as opposed
okan
2014-09-06
1
-1
/
+1
*
Move redundant bits from screen_init (while dealing with existing
okan
2014-02-03
1
-1
/
+1
*
Move redundant window attr fetch from maprequest directly into
okan
2014-02-02
1
-6
/
+3
*
Move cwm_status around to avoid header fu, and remove extraneous signal
okan
2014-01-30
1
-1
/
+0
*
Merge keybinding and mousebinding queues into using the same merged
okan
2014-01-29
1
-5
/
+5
*
The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)
okan
2014-01-28
1
-2
/
+11
*
Somewhat streamline event loop/restart/quit handling; most notable
okan
2014-01-22
1
-10
/
+6
*
merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefunc
okan
2014-01-20
1
-3
/
+3
*
use consistent types
okan
2014-01-03
1
-2
/
+2
*
Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, though
okan
2014-01-02
1
-1
/
+7
*
Accept _NET_WM_DESKTOP clientmessage; from Thomas Adam
okan
2014-01-02
1
-0
/
+4
*
bring mousefunc closer to kbfunc
okan
2014-01-02
1
-1
/
+1
*
stray space and sort while here
okan
2013-12-13
1
-4
/
+4
*
ICCCM explicitly states that server time (CurrentTime) should *not* be
okan
2013-12-12
1
-0
/
+2
*
Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify
okan
2013-12-11
1
-0
/
+3
*
Remove extra work and simplify client state handling.
okan
2013-12-11
1
-2
/
+1
*
Since we use IconicState as our hidden state, check for the hidden flag
okan
2013-12-02
1
-2
/
+4
*
Remove the option to bind a key by keycode with brackets; it never
okan
2013-11-27
1
-3
/
+1
*
Rewrite active/inactive client handling in client_setactive();
okan
2013-11-27
1
-16
/
+5
*
Alter the r1.35 of event.c race fix. Remove the forward looking event
okan
2013-11-12
1
-16
/
+4
*
A client_delete should behave differently depending on whether the
okan
2013-10-25
1
-2
/
+2
*
collapse lines
okan
2013-07-15
1
-6
/
+4
*
simplify atom handling; allows us to limit to one round-trip to server
okan
2013-07-15
1
-5
/
+5
*
bring buttonpress and keypress event handlers slightly closer together
okan
2013-07-10
1
-8
/
+7
*
move kbfunc and mousefunc closer together
okan
2013-07-08
1
-2
/
+2
[next]