Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | Fix whitespace. | Okan Demirmen | |
2015-08-21 | Add Xkb modifier to ignore mask; from Alexander Polakov. | Okan Demirmen | |
2015-08-21 | Fix whitespace. | Okan Demirmen | |
2015-08-21 | Add client freeze extension to _NET_WM_STATE Atom, allowing flag to | Okan 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, not | Okan Demirmen | |
position and size; based on discussion with a few. | |||
2015-08-21 | Instead of special casing the 'term' and 'lock' commands, go back to | Okan Demirmen | |
keeping them hidden; showing them has apparently caused confusion/angst. | |||
2015-08-21 | Leave command list order from .cwmrc alone; remove sort. | Okan Demirmen | |
2015-08-21 | Bring group and client cycle closer together. | Okan Demirmen | |
2015-08-20 | Alter 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-19 | Don't redefine build: locally | Matthieu Herrb | |
2015-07-12 | introduce 'groupsearch' for group menu search; matches on either group | Okan Demirmen | |
number/shortcut and/or name. | |||
2015-07-12 | simplify menu print text | Okan Demirmen | |
2015-07-03 | revert 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-01 | style | Okan Demirmen | |
2015-07-01 | only special case label matches (and still list); get rid of the rest - ↵ | Okan Demirmen | |
matchname is complete enough | |||
2015-06-30 | no longer need to pass down format strings after introducing search_print_cmd | Okan Demirmen | |
2015-06-30 | Introduce a callback for cmd menu printing, special-casing 'lock' and | Okan Demirmen | |
'term'. | |||
2015-06-30 | keep cmdq sorted | Okan Demirmen | |
2015-06-30 | style and spacing nits | Okan Demirmen | |
2015-06-30 | Re-implement XClientMessage handling so that we can feed screen_find and | Okan 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-29 | Shuffle code in kbfunc_ssh so that a missing known_hosts file still | Okan Demirmen | |
allows a (now blank) menu to appear, as opposed to nothing at all. Behavior reported by Alex Greif. | |||
2015-06-28 | move client_find down | Okan Demirmen | |
2015-06-28 | replace assert usage | Okan Demirmen | |
2015-06-28 | Transparent backgrounds for 8bpp and 4bpp images too. | Matthieu Herrb | |
2015-06-26 | region is a _ctx, so name it so | Okan Demirmen | |
2015-06-26 | Mechanical change from xinerama to region backed areas. | Okan Demirmen | |
2015-06-26 | Make background transparent | Mike Belopuhov | |
2015-06-26 | collect 'gap' applications | Okan Demirmen | |
2015-06-26 | Replace screen region info gathering with XRandR equivalent of Xinerama | Okan Demirmen | |
queries (currently act on XRandR events anyway). Fall-back mode without XRandR is still what X provides. This removes -lXinerama. | |||
2015-06-23 | move to 5.8 art (way ahead of schedule...) | Theo de Raadt | |
from todd | |||
2015-06-20 | Now that nolisten tcp is the Xserver default, don't pass the option | Matthieu Herrb | |
in scripts anymore. | |||
2015-06-20 | Merge from upstreams Fix crash for enable/disable without a device argument | Matthieu 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-15 | Pass '-nolisten tcp' option to Xserver so that it doesn't listen | Matthieu Herrb | |
on port 6000 by default anymore. ok jasper@, ajacoutot@, naddy@, phessler@ | |||
2015-06-14 | Use mktemp to create .serverauth file. Inspired by Debian patches | Matthieu Herrb | |
2015-06-09 | typo in comment; from jsteinha [at] iutbayonne.univ-pau.fr | Okan Demirmen | |
2015-06-08 | just populating the ctx is enough since the menu uses a callback and ignores ↵ | Okan Demirmen | |
anything else | |||
2015-06-08 | switch to search_print_client() as the print callback since it will now ↵ | Okan Demirmen | |
display labels as well | |||
2015-06-08 | add client label | Okan Demirmen | |
2015-06-08 | stash window dimensions | Okan Demirmen | |
2015-06-08 | clean up | Okan Demirmen | |
2015-06-07 | even if the menuq is empty, at least show an empty menu instead of just | Okan Demirmen | |
bailing making it look like the binding isn't working. | |||
2015-06-05 | use the same geometry struct in menus as everywhere else | Okan Demirmen | |
2015-06-05 | add a flag to indicate a menu list instead of overloading 'prompt' | Okan Demirmen | |
2015-06-05 | redundant check for 'list' | Okan Demirmen | |
2015-05-31 | a 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-21 | merge kbd and mouse grouptoggle | Okan Demirmen | |
2015-05-20 | fill in mwm defines | Okan Demirmen | |
2015-05-17 | Fix autogroup so name,class doesn't need to be quoted. | Kent R. Spillner | |
ok okan@ on an older version of this diff | |||
2015-05-17 | Make 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-10 | No NEWS is good NEWS - remove a bunch of files not present upstreams anymore | Matthieu Herrb | |