Commit graph

6323 commits

Author SHA1 Message Date
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
Dana Jansens
1307fb6ca7 Merge commit 'mika/master' 2007-07-20 16:01:10 -04:00
Mikael Magnusson
ad1b4c7358 update finnish translation 2007-07-20 22:03:23 +02:00
Mikael Magnusson
77f2ae95f9 updated german, estonian, brazilian portuguese and vietnamese translations to include the three desktop strings 2007-07-20 22:03:11 +02:00
Dana Jansens
32dd1c48f7 add new bindings to the changelog 2007-07-20 14:47:01 -04:00
Mikael Magnusson
d7ca010dd4 xml values for per app settings should be case insensitive
change strcasecmp to g_ascii_strcasecmp
2007-07-20 16:21:55 +02:00
Mikael Magnusson
4279b585b6 update italian translation 2007-07-20 10:13:34 -04:00
Dana Jansens
38fe5bf8dc changelog for 3.4.3 2007-07-19 17:04:58 -04:00
Dana Jansens
7f741ba919 don't resist when resizing terminals with the keyboard 2007-07-19 15:52:46 -04:00
Dana Jansens
730062cac9 fix growtoedge so it doesn't move terminal windows around 2007-07-19 15:34:08 -04:00
Dana Jansens
52480d87e4 missing header 2007-07-19 14:56:44 -04:00
Dana Jansens
e85b430648 decorate actions were backwards 2007-07-19 14:55:22 -04:00
Dana Jansens
8756d41fd4 make the master branch's version very unique and fun 2007-07-19 14:36:13 -04:00
Dana Jansens
43ffc6fcc5 use keypress for navigating the menu but use keyrelease for running things 2007-07-19 14:34:56 -04:00
Dana Jansens
e4f055b0c1 use keyrelease to fire menu actions not key press
when keypress is used, the keyrelease gets sent to whatever window is focused.  if it's a stupid program - like most any program - it will update its user_time, preventing the new window from being focused
2007-07-19 14:24:30 -04:00
Dana Jansens
ee8d27a6e8 ignore .libs and .deps dirs 2007-07-19 14:15:33 -04:00
Dana Jansens
2dbd1fb6e8 bump version 2007-07-19 13:55:11 -04:00
Dana Jansens
a9065160c9 don't restack windows when they request it with an invalid sibling 2007-07-18 17:07:54 -04:00
Dana Jansens
551528c57f take care when sibling is specified as an unmanaged window 2007-07-18 15:45:22 -04:00
Dana Jansens
73b3838d5e Grab the server when mapping a client and frame, to avoid race conditions 2007-07-18 15:04:36 -04:00
Dana Jansens
1215fbee40 add TAGS to .gitignore 2007-07-17 12:11:38 -04:00
Mikael Magnusson
77baf26a7f remove trailing whitespace 2007-07-17 02:48:16 +02:00
Dana Jansens
e5a797f10d don't make moving terminals jump at the start 2007-07-16 14:29:41 -04:00
Mikael Magnusson
3ba02608cf Require libstartup-notification 0.8 2007-07-16 13:59:54 +02:00
Dana Jansens
49b14e7bf5 Don't cancel interactive action when another one is run which shares the same run function. This is how actions can cooperate! 2007-07-15 13:27:33 -04:00
Dana Jansens
6ea96a8a97 update the default rc.xml with the new actions syntax and the rc.xsd 2007-07-15 13:25:57 -04:00
Dana Jansens
96951500f6 Merge branch 'mika' 2007-07-15 12:36:50 -04:00
Dana Jansens
a9f2b2c681 a number for placing windows, to keep them on screen, but let you place them off-screen
1. when a window is not on any monitor, don't just ignore it, stick it on the first monitor arbitrarily (rather than the closest monitor - room for improvement?)
2. when placing a window with per-app settings, don't rudely force it back on screen fully.
2007-07-15 12:35:10 -04:00
Mikael Magnusson
cdef0996c8 fix it.po header 2007-07-15 18:32:00 +02:00
Dana Jansens
2ff02fc55e don't use freed memory as the coordinates to place windows 2007-07-15 12:17:47 -04:00
Dana Jansens
fd8af998ea was incorrectly using the width for calculations instead of the height in client_find_onscreen 2007-07-15 11:45:55 -04:00
Dana Jansens
9ac1099e14 Update italian translation from Davide Truffa 2007-07-15 11:22:11 -04:00
Mikael Magnusson
4b095c1ca2 previous should not mean the same as last 2007-07-15 01:41:30 +02:00
Mikael Magnusson
9d593db034 no splitting _() strings 2007-07-14 16:04:30 +02:00
Mikael Magnusson
e2da61b2e7 Merge branch 'master' of git://orodu.net/openbox 2007-07-14 15:25:41 +02:00
Mikael Magnusson
8ad51aef1e 80 cols everywhere 2007-07-14 15:22:35 +02:00
Dana Jansens
27a0f0f4c9 split the focustobottom action back out from unfocus 2007-07-14 09:17:39 -04:00