| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
ago, ok okan@ from similar amount of time ago.
|
|
|
|
|
| |
note to self: When you mean to type cvs commit search.c, don't forget
the filename.
|
|
|
|
|
| |
``show all'' in the window search dialogue. Noticed and diff from Tim
van der Molen, thanks!
|
|
|
|
| |
Go for it okan@
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement a handler for the MappingEvent, meaning that the keymap has changed.
When this happens, ungrab all bindings, update the map, and regrab.
Fixes the problem where some keybindings wouldn't work under non us or
uk keymaps (especially the .fr map, it seems). Issue noticed by
ajacoutot@, ratchov@, and a few people on misc. Based on an initial diff
from ratchov@.
ok okan.
|
|
|
|
|
|
|
|
|
|
|
|
| |
add conf_grab() and conf_ungrab, and use them in the keybinding manipulation
functions to {,un}grab the binding for all screens we have defined.
the lovely little ordering problem comes in here, since when we parse
the config initially Screenq is empty, so regrab after we fill the
queue, hopefully later reordering will remove this little need and there
will be much rejoicing.
ok okan.
|
|
|
|
|
|
|
|
|
|
|
| |
checking the X config, and x_setup to set up the screens.
There's an ordering problem that means that some of this init needs to
come after the config is parsed, the rest should ideally happen before
though. This is a rough split, it will be refined later. Again, needed
for an upcoming change.
ok okan.
|
|
|
|
|
|
| |
that are coming up depend on it.
ok okan.
|
|
|
|
|
|
| |
coming back in it's current form.
ok okan@.
|
|
|
|
| |
ok okan@
|
|
|
|
| |
Reported by Dan Harnett, thanks!
|
|
|
|
| |
"don't mind at all" oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
| |
|
|
|
|
|
|
| |
While i'm here: Capital letter and full stop in descriptions in cwmrc.5
"looks good - do it" okan@.
|
| |
|
|
|
|
|
|
| |
to a config reload; CMS-r by default.
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
| |
readability, and a bit of knf.
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
| |
so it's hard to press by accident, but there if you need it.
requested (in a way) and tested by johan and todd.
|
| |
|
|
|
|
| |
tested by johan@ and todd@.
|
|
|
|
|
|
| |
old hardcoded ones (which now can be wrong).
tested by todd@ and johan@.
|
|
|
|
|
|
| |
From Pierre Riteau, thanks!
ok okan@.
|
|
|
|
|
|
|
| |
happens there's no way to get it back. Also, stop resize making a
windows size negative or zero. X does not like that one bit.
Diff from Martynas. Ok okan@.
|
|
|
|
| |
From Martin Toft, thanks!
|
|
|
|
|
|
| |
same to its parent.
"makes sense" okan@.
|
|
|
|
|
|
|
| |
The problem that's causing us to lose windows is that rapid hiding and
unhiding causes a backlog of X events, so we lose track of client state,
and delete cc->pwin when we should not. A proper fix will arrive when it's been
worked out.
|
|
|
|
| |
noticed by oga
|
|
|
|
|
|
|
|
|
| |
you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the
list of keybinding modifiers. They don't make much sense here.
based on a heavily modified diff from Martynas.
ok okan.
|
|
|
|
|
|
|
|
| |
kbfunc one. Makes the code a lot easier to read.
Fixes a bug i introduced in the last commit here.
ok okan.
|
|
|
|
|
|
|
|
|
| |
binding, this expose another issue that's still being debugged.
Issue pointed out by Dan Harnett, thanks!
While i'm here KNF and rework the logic to not be ass-backwards.
ok okan.
|
|
|
|
|
|
| |
Found by myself, analysis by kurt@, fix by me with input from otto.
``Just get some fix in...'' deraadt
|
|
|
|
|
|
|
| |
makes the code a lot simpler. While here rearrange the font handling functions
to be less shit.
ok and help okan@.
|
|
|
|
| |
ok oga@
|
| |
|
|
|
|
|
|
|
|
| |
- if no config file, continue silently and apply defaults
- if config file, parse and move on
- if config file specified but not found, error out
ok oga@
|
|
|
|
|
|
| |
some minor fixups, man page bits and knf.
ok oga@
|
|
|
|
|
|
| |
name_to_kbfunc[] around.
feedback jmc@, ok oga@
|
|
|
|
|
|
|
|
|
|
| |
found by (among others) todd@ when you have a lot of clients and do something
that maps and umaps a lot of windows fast.
Debugged with aid of gdb, todd, okan and NULL pointers in a pizza place in
edmonton while waiting an inordinately long time for food.
ok okan@, todd@
|
| |
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
|
|
| |
the ptr still unless it moves out-of-bounds, then just follow the edge.
brought up by todd@
ok oga@
|
|
|
|
|
|
|
|
| |
just like keyboard resize.
from Edd Barrett
ok oga@
|
|
|
|
|
|
| |
windows; merely an optimization.
ok oga@
|
|
|
|
|
|
|
| |
- make sure new clients sit inside the current screen
- respect 'gap' placement on new clients
ok oga@
|