summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-08-21Fix whitespace.Okan Demirmen
2015-08-21Add Xkb modifier to ignore mask; from Alexander Polakov.Okan Demirmen
2015-08-21Fix whitespace.Okan Demirmen
2015-08-21Add client freeze extension to _NET_WM_STATE Atom, allowing flag toOkan Demirmen
persist. As usual with new Atoms, requires X restart.
2015-08-21_NET_WM_STATE_STICKY implies only sticky at the group/desktop level, notOkan Demirmen
position and size; based on discussion with a few.
2015-08-21Instead of special casing the 'term' and 'lock' commands, go back toOkan Demirmen
keeping them hidden; showing them has apparently caused confusion/angst.
2015-08-21Leave command list order from .cwmrc alone; remove sort.Okan Demirmen
2015-08-21Bring group and client cycle closer together.Okan Demirmen
2015-08-20Alter big move and resize bindings to match what's in cwm(1);Okan Demirmen
functionally the same, but re-binding should be based on default bindings. Matches other similiar bindings. Discovered by a portable user.
2015-07-19Don't redefine build: locallyMatthieu Herrb
2015-07-12introduce 'groupsearch' for group menu search; matches on either groupOkan Demirmen
number/shortcut and/or name.
2015-07-12simplify menu print textOkan Demirmen
2015-07-03revert previous; seems search_match_text() needs mi->text pre-populated.Okan Demirmen
(only used in one place, application menu searching); re-visit later. broken application menu searching reported by Peter Kane.
2015-07-01styleOkan Demirmen
2015-07-01only special case label matches (and still list); get rid of the rest - ↵Okan Demirmen
matchname is complete enough
2015-06-30no longer need to pass down format strings after introducing search_print_cmdOkan Demirmen
2015-06-30Introduce a callback for cmd menu printing, special-casing 'lock' andOkan Demirmen
'term'.
2015-06-30keep cmdq sortedOkan Demirmen
2015-06-30style and spacing nitsOkan Demirmen
2015-06-30Re-implement XClientMessage handling so that we can feed screen_find andOkan Demirmen
client_find valid resources as needed, relieving the need for screen_find to ungracefully handle invalid root windows. Removes a long standing XXX. Should theoretically allow XClientMessage handling on more than one X screen. Alter callers of screen_find to handle failures.
2015-06-29Shuffle code in kbfunc_ssh so that a missing known_hosts file stillOkan Demirmen
allows a (now blank) menu to appear, as opposed to nothing at all. Behavior reported by Alex Greif.
2015-06-28move client_find downOkan Demirmen
2015-06-28replace assert usageOkan Demirmen
2015-06-28Transparent backgrounds for 8bpp and 4bpp images too.Matthieu Herrb
2015-06-26region is a _ctx, so name it soOkan Demirmen
2015-06-26Mechanical change from xinerama to region backed areas.Okan Demirmen
2015-06-26Make background transparentMike Belopuhov
2015-06-26collect 'gap' applicationsOkan Demirmen
2015-06-26Replace screen region info gathering with XRandR equivalent of XineramaOkan Demirmen
queries (currently act on XRandR events anyway). Fall-back mode without XRandR is still what X provides. This removes -lXinerama.
2015-06-23move to 5.8 art (way ahead of schedule...)Theo de Raadt
from todd
2015-06-20Now that nolisten tcp is the Xserver default, don't pass the optionMatthieu Herrb
in scripts anymore.
2015-06-20Merge from upstreams Fix crash for enable/disable without a device argumentMatthieu Herrb
commit 904a32d908219d6fea833576f7c31727bd3aea2f Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Mon Nov 25 14:51:50 2013 +1000 Fix crash for enable/disable without a device argument Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-06-15Pass '-nolisten tcp' option to Xserver so that it doesn't listenMatthieu Herrb
on port 6000 by default anymore. ok jasper@, ajacoutot@, naddy@, phessler@
2015-06-14Use mktemp to create .serverauth file. Inspired by Debian patchesMatthieu Herrb
2015-06-09typo in comment; from jsteinha [at] iutbayonne.univ-pau.frOkan Demirmen
2015-06-08just populating the ctx is enough since the menu uses a callback and ignores ↵Okan Demirmen
anything else
2015-06-08switch to search_print_client() as the print callback since it will now ↵Okan Demirmen
display labels as well
2015-06-08add client labelOkan Demirmen
2015-06-08stash window dimensionsOkan Demirmen
2015-06-08clean upOkan Demirmen
2015-06-07even if the menuq is empty, at least show an empty menu instead of justOkan Demirmen
bailing making it look like the binding isn't working.
2015-06-05use the same geometry struct in menus as everywhere elseOkan Demirmen
2015-06-05add a flag to indicate a menu list instead of overloading 'prompt'Okan Demirmen
2015-06-05redundant check for 'list'Okan Demirmen
2015-05-31a start to cleaning:Okan Demirmen
- no reason for pointer movement and window movement and resizing sections that just describe default key bindings - key bindings are for all search and exec dialogs, not just for windows - adding missing bindings - normalize and wordsmith - re-order sections according to mdoc(7) feedback and ok from jmc@
2015-05-21merge kbd and mouse grouptoggleOkan Demirmen
2015-05-20fill in mwm definesOkan Demirmen
2015-05-17Fix autogroup so name,class doesn't need to be quoted.Kent R. Spillner
ok okan@ on an older version of this diff
2015-05-17Make window name and window class separate parameters to conf_autogroup.Kent R. Spillner
No functional change, but will be used shortly. ok okan@
2015-05-10No NEWS is good NEWS - remove a bunch of files not present upstreams anymoreMatthieu Herrb