Commit graph

318 commits

Author SHA1 Message Date
Marco Peereboom
0b529de4f6 More love for unmapping transients. Basically force parent's focus. 2009-10-03 21:31:05 +00:00
Marco Peereboom
f0f8e548df More max stack love. When destroying a transient refocus parent. 2009-10-03 20:35:01 +00:00
Marco Peereboom
98582a35ee unfuck max_stack once more. Still a bug lurking when a transient has foucs
and we switch ws back and forth.
2009-10-03 16:46:20 +00:00
Marco Peereboom
9cfa8f205f new 2009-10-02 21:26:39 +00:00
Marco Peereboom
cfa1e4b6d9 point to the spanish man page 2009-10-02 21:26:16 +00:00
Marco Peereboom
e692f9c4b3 Add spanish man 2009-10-02 21:23:12 +00:00
Marco Peereboom
cd77f27d66 missing - 2009-10-02 21:15:33 +00:00
Marco Peereboom
a916f33b0a Add +1 adfter a cyclescreen to give root_to_region a better chance of
working.
2009-10-02 20:00:20 +00:00
Marco Peereboom
533c3e1311 Document stack indicator in spanish 2009-10-02 19:59:48 +00:00
Marco Peereboom
f6db3809a0 document stack_enabled 2009-10-02 19:53:12 +00:00
Marco Peereboom
8b4eb944cf Add stacking indicator in the bar. Purdy :-) 2009-10-02 19:50:05 +00:00
Marco Peereboom
0a2918c599 Add missing - 2009-10-02 19:27:57 +00:00
Marco Peereboom
58e67eb7f2 Make makefiles work just like ports; this way we can just make install
over a pkg :-)
2009-10-02 19:23:48 +00:00
Marco Peereboom
65483432c8 Fixes from gonzalo 2009-10-02 18:57:38 +00:00
Marco Peereboom
324eea75b4 When running a release distribute the spanish man file too. 2009-10-02 18:20:49 +00:00
Marco Peereboom
228c701861 Add spanish translated scrotwm man. Use man scrotwm_es to use it. 2009-10-02 17:57:44 +00:00
Marco Peereboom
ecc997a84e Fix max_stack after the synchronization fallout. 2009-10-02 17:45:12 +00:00
Marco Peereboom
c134f284dd Fix max_stack again and some autofocus nits.
Remove some mapping stuff and xsyncs.
2009-10-02 15:40:43 +00:00
Marco Peereboom
1238969254 Still can make it crash under extreme stress but it is the best combination
Some of the XSyncs need to go but too tired to figure out which
2009-10-02 06:18:41 +00:00
Marco Peereboom
f5d47f225a Fix monkey on keybored issues. 2009-10-02 03:28:46 +00:00
Marco Peereboom
d71d07cb7a Add one more todo 2009-10-01 22:01:35 +00:00
Marco Peereboom
9afd9ebfd7 Clarify 2009-10-01 21:59:40 +00:00
Marco Peereboom
af55dd5f08 Cleanup bugs and add key bindings to major features 2009-10-01 21:58:45 +00:00
Marco Peereboom
cbdb48ff3e Do nothing when switching screens with keyboard when only on one screen.
Make the dummykeyfunc and legacyfunc look a little less like c++
Remove hiding windows when chaning xrandr on the fly since stack deals
with it and it ws causing issues with making windows dissapear.
2009-10-01 21:51:50 +00:00
Marco Peereboom
cb5c5c3b1a Fix bug where a transient destroy would not give back the focus to the
parent when the mouse was over the transient window.
2009-10-01 21:27:19 +00:00
Marco Peereboom
7976b49314 Make ignore_enter binary. The counter sometimes got off. 2009-10-01 21:15:38 +00:00
Marco Peereboom
d788faf4cf Fix apps that unmap windows but don't destroy them leaving an ugly hole
in the stack.  I am talking to you VLC.
Fix a bug where trans might be set to some garbage in mange_window
Still run into a bug that I can't explain.  It is there with your name on
it mcbride; yes really i wrote down where in the code ;-)
2009-10-01 21:08:22 +00:00
Marco Peereboom
8812058034 fix max_stack for real 2009-10-01 15:17:17 +00:00
Ryan McBride
6a26c21e75 Stop annoying flicker when a hidden workspace is mapped into a different
region from where it was before (the windows are raised over that old
workspace before being restacked in the correct location). Do this by
keeping track of where the workspace USED to be, and deferring the
XMapRaised() until stack() if the new location does not match the old one.
2009-10-01 09:51:31 +00:00
Ryan McBride
31f5dfdc37 Actually, DON'T set the ws->r to a bogus value.
It's perfectly legal for us to start managing a window in a workspace
that's not active - for example, when we start a process and change
workspaces before the window is created, or when scrotwm restarts.
2009-10-01 09:44:09 +00:00
Marco Peereboom
5229928497 Mostly fix max_stack. Only known bug is that the focuses window doesn't
always end up on top.  Attempts to fix that were unsuccessful.
2009-09-30 21:23:55 +00:00
Marco Peereboom
3b1be00edc OMG fix a 100 year old ryan bug that has been pissing me off since regions
got introduced and i pretended it was a quirk.
2009-09-30 20:15:02 +00:00
Marco Peereboom
840c2ac2b6 One more of cur_focus fallout 2009-09-30 18:08:58 +00:00
Marco Peereboom
13f0f8ce2e Fix move_to_ws as fallout from killing cur_focus 2009-09-30 18:02:18 +00:00
Marco Peereboom
75821e934e Sprinkle some if (running == 0) around sensitive spots; seems to make the
intel chip not fuck itself all the time on exit.
2009-09-30 17:19:03 +00:00
Marco Peereboom
4a52579466 fix switchws after M-q by trying harder to find a focus window. 2009-09-30 16:45:24 +00:00
Marco Peereboom
85cb80b39a Add an extra font that more people likely have.
From Juergen Daubert <jue@jue.li>

Add a "lose focus after ws fix" for slow launching apps such as gimp.
This will likely break xrandr multi screen but that is a fix for later.
2009-09-30 04:21:49 +00:00
Marco Peereboom
597613109e Use cut instead of awk for some sort of mem saving.
From Sepp0 <sepp0@openbsderos.org>
2009-09-30 02:50:11 +00:00
Marco Peereboom
a2601f5da3 fix pics 2009-09-30 02:45:32 +00:00
Marco Peereboom
f4f09d2e92 fix links 2009-09-30 02:42:45 +00:00
Marco Peereboom
9f7853c64c Add spanish 2009-09-30 02:33:44 +00:00
Marco Peereboom
7dae26a162 Make sure we open transient in same ws as parent; this does not work 100%
on intel xrandr.  It seems that the intel driver switched the geometry
so that 0.0 isnt in the top left corner or something.
2009-09-29 22:35:02 +00:00
Marco Peereboom
cecd90ba6a Fix yet a few more corner cases of focus woes. We are down to 1 bug.
Damn you transients!
2009-09-29 21:23:59 +00:00
Marco Peereboom
5bc67cb7a8 And kill got_focus 2009-09-29 19:01:50 +00:00
Marco Peereboom
e4db6aa24a Continuing cleanup of focus. Clean all known nits in xrandr too.
Warp pointer to screen 0 when multi screen on restart.
Remove some dead code.
2009-09-29 18:59:09 +00:00
Marco Peereboom
3a97b91dd1 First round of cur_focus cleanup. 2009-09-29 15:06:37 +00:00
Marco Peereboom
d1911117b1 Bite the bullet and add some signal handling to reap them children.
Kill cur_focus that caused all kinds of grief.  This, deliberately, has not
been cleaned yet.  The idea is to completly overhaul the focus code that
is slimy and stinky.  Oh and it has all kinds of rotten dead code as well.
2009-09-29 14:25:40 +00:00
Marco Peereboom
7e10528f09 Clarify quirks 2009-09-28 17:15:15 +00:00
Marco Peereboom
de776ba84d Fix stupid lib install location, from sthen 2009-09-26 16:40:08 +00:00
Marco Peereboom
8954cdcdbf Add dumpevent and clean up some dwc debug goop. 2009-09-25 19:25:29 +00:00