Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-05 | Update to xterm 320. Tested by jsg@ Thanks. | Matthieu Herrb | |
2006-11-26 | Importing xterm 216 | Matthieu Herrb | |
2015-08-30 | Remove abuse of \/ which is not a slash but an italic correction; | Ingo Schwarze | |
ok matthieu@, who will also push these fixes upstream (thanks). | |||
2015-08-28 | Lost fix from r1.112; add comment. | Okan Demirmen | |
Reported (again!) by Peter Kane. | |||
2015-08-27 | Mechanical change: group->gc | Okan Demirmen | |
2015-08-27 | Add consistent checks against NULL. | Okan Demirmen | |
2015-08-27 | Move client cycle grab/ungrab into a more relevant place; while here, | Okan Demirmen | |
update comments about why we need to grab/ungrab the keyboard. | |||
2015-08-27 | Re-add lost chunk in group_cycle from r1.113. | Okan Demirmen | |
2015-08-25 | Further simplify _NET_WM_DESKTOP handling using new group_assign(). | Okan Demirmen | |
2015-08-25 | oops; remove left over debug print | Okan Demirmen | |
2015-08-25 | Allowing sending a valid 'nogroup' (0) group_ctx to group_assign() | Okan Demirmen | |
(since we init all groups), though assigning the client's group to NULL for 'sticky'; use this simplification in a few places (others to follow). | |||
2015-08-25 | Split out sticky mode checks and the restoring of a client's group and | Okan Demirmen | |
_NET_WM_DESKTOP from the config-based auto-grouping; no (intentional) behavior changes. Needed for further work in cleaning up this area. | |||
2015-08-24 | Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but | Okan Demirmen | |
bottom-to-top order, as per spec (notified Thomas as well). | |||
2015-08-24 | Don't allow freeze operations on fullscreen (consistent with what | Okan Demirmen | |
fullscreen does). | |||
2015-08-24 | Sort _NET_WM_STATE Atoms like the spec. | Okan Demirmen | |
2015-08-23 | Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide; | Okan Demirmen | |
rationale being that clients should be able to hide/unhide independently of group switching. | |||
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 | |