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