| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
code would always assume that the number of windows to switch to was
three if there were more windows hidden. Check for CLIENT_HIDDEN when we
count. Now it counts correctly.
ok simon@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this prevents the issue where you close or hide a window, and end up
with no client selected (you're on the root window). When that happened
alt-tab failed. This, however, exposed to me a few more issues in the
alt-tabbing code:
-the code to detect how many lines we need looks bogus (you always get
three)
-alt-tabbing when everything is hidden always reawakes the most recent
window.
Fixes for these will be forthcoming.
ok simon@.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Also, exec_wm() currenty err()s out if something failed with the exec,
killing the currently running wm. This is bad. Replace the err() with
warn() instead.
from Gleydson Soares, thanks!
|
|
|
|
| |
from Pierre Riteau, thanks!
|
|
|
|
| |
ok jasper@.
|
|
|
|
|
|
| |
from Gleydson Soares <gsoares@gmail.com>, thanks!
ok jasper@
|
|
|
|
|
|
|
|
| |
instead of an error message that'll be gibberish to most people.
from Gleydson Soares. Thanks!
ok simon@.
|
| |
|
|
|
|
|
|
|
| |
and the manpage to reflect this. While i'm here remove the note in todo
about cleaning up the menu code; it's been done.
ok ian@, okan@ (he also provided most of the manpage rework)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
full description of changes:
-remove fontlist, and all associated structures/calls, it's not needed.
this also removes any doubt about leftover 9wm code (the list was
borrowed from it). Since cwm now uses Xft for everything, the legacy
font handling is just not needed.
-add /* FALLTHROUGH */ comments into grab_{label,menu}. I actually
didn't intend grab_menu to be a fallthrough, but it actually works quite
well there, so remove the extra rectangle drawing. I love it when that
happens.
-remove a couple of unused prototypes that were obviously missed
before.
-remove a bunch of commented out or if 0ed out code. It doesn't look to
be coming back anytime soon.
-several functions returned an int, but this was never checked. most of
them only failed if they failed to grab the pointer (thus the internal
state didn't change), so just make them void and return early if this is
the case.
-remove several unused functions and some useless variables.
knocks something like 200bytes off the stripped binary size for me.
ok marc@, tested by several others.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This should work functionally the same, with a few simplifications.
Changes:
- we don't care if you're holding another button when you release the
menu key if you don't want to select anything, move off the menu.
- remove the hysteresis from the menu selection (before you had to move
more than three pixels onto a new menu entry before it selected it)
- simplify a lot of the selection code
- kill dead code.
- do what the XXX comment said and cache the screensize (i may tweak
this later).
As far as I can tell, the only code remaining from 9wm is the list of
fonts in calmwm.c. Others appear to concur.
ok marc@, looked over and tested by a few others. Reminders from okan@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files, and replace them with the actual ISC license.
- add license to the manpage (it was lacking before)
- correct license statement in the README
Permission given by Marius (copyright holder):
"1. please replace with the standard ISC license
2. you may add the ISC license to the man page
3. feel free to replace the information in the README as well"
and Dros (copyright holder for group.c):
"Please switch group.c to the ISC License."
ok ian@
|
|
|
|
| |
ok marc@
|
|
|
|
|
| |
the window at or over the right or bottom edge.
OK oda@
|
|
|
|
|
|
| |
More dead code removals to come.
ok marc@
|
|
|
|
| |
ok marc@
|
|
|
|
| |
Reminded by matthieu@ (thanks!)
|
|
|
|
| |
OK oga@
|
|
|
|
|
| |
than zero. The fields are obsolete and not always used.
OK jasper@
|
|
|
|
| |
ok todd@
|
| |
|
|
|
|
|
|
| |
I blame todd...
ok okan@
|
|
|
|
| |
ok oga@ todd@
|
|
|
|
|
|
|
|
|
|
| |
overlap with the new ones, overriding them. Also a new "unmap" keyword
in binding definitions now unmaps a binding without adding a new one.
This seriously shrinks the ~/.calmwm/.keys directory of anyone who defines
their own bindings whilst wanting some of the defaults.
Looked over, liked and ok todd@
|
|
|
|
|
|
|
| |
while i'm at it:
- fix an .El botch up
- kill trailing whitespace
- new sentence, new line
|
|
|
|
| |
really liked by oga@
|
|
|
|
| |
looked over by oga@
|
|
|
|
| |
From Okan Demirmen, thanks!
|
|
|
|
|
|
|
|
| |
moving and resizing windows using the keyboard.
Future diffs might make this value configurable.
ok jasper@, todd@.
|
|
|
|
|
|
| |
While I'm here add support for extra modifier keys.
"commit commit!" jasper@, ok todd@.
|
|
|
|
|
|
| |
Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name).
ok jasper@, todd@.
|
| |
|
|
|
|
|
|
|
|
| |
name is too long. so show the beginning instead.
from Pierre Riteau <pierre.riteau at free.fr>
"looks correct" matthieu@
|
|
|
|
|
|
| |
from Stefan Kempf
"looks right to me" matthieu@
|
|
|
|
|
|
| |
me to clean this page up;
jasper and bernd gave oks for the Fa removal;
|
|
|
|
|
|
| |
enhanced version of diff originally from niallo@
man bits from niallo@
ok niallo@ japser@
|
|
|
|
|
|
|
|
|
|
|
|
| |
_PATH_DEFPATH
add an "ssh-to" dialog which auto-completes based on contents of
~/.ssh/known_hosts (M-.)
testing and eyeballing by Simon Kuhnle <simonkuhnle at web.de>, todd@, pedro@
mk@ and David Cathcart <david at cathcart.cx>
ok todd@
|
|
|
|
| |
from aon@iki.fi
|
|
|
|
| |
with aon@iki.fi
|
|
|
|
|
|
| |
(eg. when they're hidden, now you can cycle through them)
from aon@iki.fi
|
|
|
|
| |
from aon@iki.fi
|
|
|
|
| |
from aon@iki.fi via bernd@
|
|
|
|
| |
from aon@iki.fi via bernd@
|
|
|
|
|
|
| |
from Antti Nykänen <aon at iki.fi> via bernd@
ok pedro@
|
|
|
|
| |
"looks good" pedro@, ok matthieu@
|
|
|
|
| |
ok matthieu@
|
| |
|
|
|
|
| |
ok pedro@
|