Commit graph

6659 commits

Author SHA1 Message Date
Dana Jansens
80120d0487 don't force oldschool fullscreen windows to move inside struts (fixes acroread some more, along with previous commit) 2007-08-01 19:09:30 -04:00
Dana Jansens
44802ea327 fix for acroread - don't shrink windows when they specifically fit an entire monitor 2007-08-01 18:54:02 -04:00
Dana Jansens
98b9ed97eb use clicks for mouse wheel, not press. 2007-07-31 13:17:45 -04:00
Mikael Magnusson
7c7bfd770d Accept <command> in addition to <execute> for the restart action. 2007-07-31 12:37:31 -04:00
Dana Jansens
648e2b626f Updates for Norwegian translation 2007-07-30 09:34:44 -04:00
Dana Jansens
9005a02c5c don't propagate mouse button events on dock windows thru to the root window 2007-07-30 01:47:13 -04:00
Dana Jansens
6354baf43f remove old unused variables 2007-07-28 15:06:12 -04:00
Dana Jansens
2543dbbff8 Update traditional chinese messages 2007-07-28 14:47:13 -04:00
Dana Jansens
47e7aa82dc fix for xkb weirdness, to fix a bug introduced in 3.4.3, where releasing the super mod key would not end interactive actions.
Somehow Super_L is being bound to Mod4Mask without being in the modifier table.  So we're doing some workarounds to find _all_ the keycodes for Super_L and use any of them to count as Mod4Mask.
2007-07-26 10:48:06 +02:00
Dana Jansens
92f80b2557 use the moveresize client to find the active monitor too 2007-07-26 10:48:05 +02:00
Dana Jansens
9aed919554 fix directional edge finding for xinerama, so that it can skip across to the next monitor 2007-07-26 10:48:05 +02:00
Mikael Magnusson
9ee03ecd27 make move and resize resist care about the dock 2007-07-26 10:48:05 +02:00
Dana Jansens
fe825d1dd2 smarter mouse wheel default actions 2007-07-24 17:04:29 -04:00
Dana Jansens
bca44f9d20 raise new windows when they aren't getting activated in a couple cases
1. when we're not activating it because the user has a menu open or is moving/resizing a window
2. when we're not activating it because it's opening on another desktop
2007-07-24 14:51:59 -04:00
Dana Jansens
2dcdad6a58 remove unused variable 2007-07-22 11:50:15 -04:00
Dana Jansens
662a6356c6 bump the library version 2007-07-22 11:17:52 -04:00
Dana Jansens
71e5b86841 Update the new strings in the french translation 2007-07-22 11:00:35 -04:00
Dana Jansens
5d59f70e21 add the per-app position stuff to the changelog 2007-07-22 10:38:38 -04:00
Dana Jansens
098ae047f8 change the <execute> to <command> in the mouse focus example 2007-07-22 10:21:23 -04:00
Dana Jansens
c2557387b2 add the "command" option to the xsd 2007-07-22 10:19:27 -04:00
Dana Jansens
c41886288a use <command> for the execute actions in menu.xml 2007-07-22 10:18:12 -04:00
Dana Jansens
172e93b350 add an 'all' option for the monitor in MoveResizeTo 2007-07-22 09:32:30 -04:00
Dana Jansens
64c59b7456 for MoveResizeTo make <width>current</width> and <height>current</height> and <monitor>current</monitor> work like <x> and <y> 2007-07-22 08:53:15 -04:00
Dana Jansens
6066a338fd update line numbers for the po files 2007-07-22 08:26:17 -04:00
Dana Jansens
dd41ae9889 for MoveResizeTo, make <x>current</x> the same as not specifying <x/> at all 2007-07-22 08:25:18 -04:00
Dana Jansens
7d26873a32 update changelog for last few commits 2007-07-21 23:58:38 -04:00
Dana Jansens
040b451ed0 fix a crash with the focused client closing during the delay of a submenu being shown (and add an assert for this too) 2007-07-21 23:56:26 -04:00
Dana Jansens
84cdb2be99 don't focus new windows when the user is in a menu or move/resizing a window 2007-07-21 23:11:42 -04:00
Dana Jansens
1c98d2e3a6 kill moveresize cleanly if focus is moving (it uses a keyboard grab) 2007-07-21 23:08:43 -04:00
Mikael Magnusson
2ce109f2d7 Merge branch 'master' of git://orodu.net/openbox 2007-07-21 21:49:49 +02:00
Dana Jansens
41f90931ff fix copy/paste error 2007-07-21 15:48:12 -04:00
Mikael Magnusson
802122d26b Update spanish translation, and make translations a single changelog entry 2007-07-21 21:29:53 +02:00
Mikael Magnusson
83d6c14f0c Update portuguese translation 2007-07-21 18:04:01 +02:00
Dana Jansens
2039347463 remove mysterious xkb code... 2007-07-21 09:52:43 -04:00
Dana Jansens
0545563b19 be explicit about the event 2007-07-21 09:48:10 -04:00
Dana Jansens
9713a629d7 cleanup 2007-07-21 09:45:56 -04:00
Dana Jansens
b3e333d67a more updates for the git instruction 2007-07-21 09:12:56 -04:00
Dana Jansens
58c6a8e8da Merge branch 'master' of git://mikachu.ath.cx/openbox 2007-07-21 09:11:17 -04:00
Dana Jansens
768d0a023c update changelog for translation updates 2007-07-21 09:10:06 -04:00
Dana Jansens
4e87654d11 Updated Arabic translation 2007-07-21 09:05:57 -04:00
Dana Jansens
f3860de52f Updated Czech translation 2007-07-21 09:05:44 -04:00
Mikael Magnusson
dd2bc1b55c Update git instructions a bit 2007-07-21 05:01:42 +02:00
Dana Jansens
f8eae5e26c update for the new autopoint 2007-07-20 21:58:06 -04:00
Dana Jansens
4fa86a7073 don't resist in orthoganal directions when key resizing windows with aspect ratios 2007-07-20 20:50:29 -04:00
Dana Jansens
00bc0e61bc update changelog with recent changes 2007-07-20 20:44:48 -04:00
Dana Jansens
9091da403e don't move parents and children over when inserting desktops - cuz then they all get moved a bunch of times, just move the top direct parent 2007-07-20 20:37:18 -04:00
Dana Jansens
eb0e483405 remove a debug print 2007-07-20 20:27:04 -04:00
Dana Jansens
f0e82075a1 let you resize aspect ratio windows in north and south directions, and make them resist properly when resizing 2007-07-20 20:23:35 -04:00
Dana Jansens
019e803559 the resistance resizing has been changed from "lock corner" to "the direction being resized" which makes so much more sense and doesn't need all this conversion back and forth 2007-07-20 20:10:20 -04:00
Dana Jansens
c06971c162 don't crash from very short windows 2007-07-20 16:13:15 -04:00