| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
ok oga@
|
|
|
|
|
|
|
| |
warning, but also skip the XGrabButton call. Noticed by code inspection
by okan@, but we agreed my fix was cleaner.
ok okan.
|
|
|
|
|
|
| |
current behavior is better...
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
| |
|
|
|
|
|
|
|
| |
shouldn't get that signal), and this causes problems for our children
since they inherit the ignore.
Pointed out by Jacek Masiulani in pr 6010; thanks!
|
|
|
|
|
|
|
|
|
|
|
| |
reconfiguration events and change our sizes depending on that. We also detect
the xinerama screens for maximize, vertmaximize and initial window placement.
This could be improved by automatically resizing maximized windows when
the screen resolution changes and by moving windows that would be hidden
into visible space. Said changes will come shortly.
Tested by many. matthieu@ didn't oppose.
|
| |
|
|
|
|
| |
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@
|