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
Age
Commit message (
Expand
)
Author
2014-09-07
more style nits
Okan Demirmen
2014-09-07
screen_fromroot -> screen_find
Okan Demirmen
2014-09-07
Get rid of a redundant array of groups per screen; we already have a
Okan Demirmen
2014-09-06
Few style nits; extend 'path' to MAXPATHLEN.
Okan Demirmen
2014-09-06
generic sighandler
Okan Demirmen
2014-09-06
style nit
Okan Demirmen
2014-09-06
Move termpath and lockpath into cmdq; side effect is that 'lock' and
Okan Demirmen
2014-09-06
Rework group names: stash the group name inside the group_ctx as opposed
Okan Demirmen
2014-09-02
bring menu bits closer together
Okan Demirmen
2014-09-01
add explicit paran and drop some empty lines bringing like functions closer
Okan Demirmen
2014-09-01
Merge group_menu into mousefunc_menu_group.
Okan Demirmen
2014-08-25
Since the flatting out of sc->group_names is only for setting
Okan Demirmen
2014-08-25
Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any
Okan Demirmen
2014-08-24
Continue effort to bring keyboard and mouse functions together; merge
Okan Demirmen
2014-08-24
gc->hidden has never consistently kept track of a group's state;
Okan Demirmen
2014-08-22
Fix nogroup regression, where nogroup became an actual group - the
Okan Demirmen
2014-08-20
Purely mechanical; unify 'num', 'no' and 'shortcut'.
Okan Demirmen
2014-08-20
Split off group window restacking.
Okan Demirmen
2014-08-20
whitespace
Okan Demirmen
2014-08-20
fix a misleading comment and function name
Okan Demirmen
2014-08-19
Remove unnecessary memset since reload was replaced with restart;
Okan Demirmen
2014-08-19
Pull highstack from group_ctx (and useless calculations of); in the one
Okan Demirmen
2014-08-18
Get rid of nhidden in group_ctx; it actually never reported correctly
Okan Demirmen
2014-04-21
plug memleak (currently unused func); from Tiago Cunha
Okan Demirmen
2014-02-27
Alignment fix; found the hard way on sparc64 by landry@ (and thanks too
Okan Demirmen
2014-02-08
Make sure we cycle through existing client's group membership and set
Okan Demirmen
2014-02-08
Replace a few hand rolled loops with like tailq loops.
Okan Demirmen
2014-02-07
all mapped clients now should have a group, so simplify some cases
Okan Demirmen
2014-02-07
If _NET_WM_DESKTOP is set to -1 during client creation, place the client into
Okan Demirmen
2014-02-06
Some clients set the urgency flag even if they are the active client;
Okan Demirmen
2014-02-03
Introduce a region queue and replace screen's XineramaScreenInfo; we
Okan Demirmen
2014-02-03
make this XQueryTree like the other
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-02-02
No need to store screen colormap and visual; rather just use the X
Okan Demirmen
2014-02-02
Unlike free(3), XFree(3) can't be passed a NULL pointer.
Okan Demirmen
2014-02-02
The menu already limits entries with MENU_MAXENTRY, so don't bother
Okan Demirmen
2014-02-01
Take menu's bwidth into account for position/size; reported by Thomas Adam.
Okan Demirmen
2014-02-01
Let the config parser continue parsing even after encountering an error;
Okan Demirmen
2014-01-30
re-add lost free from previous
Okan Demirmen
2014-01-30
Switch ignoreq to winname struct since it's basically the same thing;
Okan Demirmen
2014-01-30
use the same autogroupwin variable as everywhere else
Okan Demirmen
2014-01-30
Move cwm_status around to avoid header fu, and remove extraneous signal
Okan Demirmen
2014-01-30
Remove duplicate mouse functions and instead use the kbfunc ones. No
Okan Demirmen
2014-01-29
Minimize trivial differences between a few kb and mb functions.
Okan Demirmen
2014-01-29
keybinding -> key binding
Okan Demirmen
2014-01-29
Merge keybinding and mousebinding queues into using the same merged
Okan Demirmen
2014-01-29
Much like we do for keyboard and mouse bindings, remove duplicates for
Okan Demirmen
2014-01-29
Check command name/path for truncation and provide user feedback during
Okan Demirmen
2014-01-28
Check ignore windowname for truncation and provide user feedback during
Okan Demirmen
[next]