mikachu/openbox.git
16 years agoremove activate action from the config file, so things are more explicit. dont unshad...
Dana Jansens [Fri, 25 May 2007 21:16:34 +0000 (21:16 +0000)]
remove activate action from the config file, so things are more explicit. dont unshade on click for things that can move the window. don't unshade on right clicks on the titlebar

16 years agobump the version for 993
Dana Jansens [Fri, 25 May 2007 19:20:20 +0000 (19:20 +0000)]
bump the version for 993

16 years agoadd C-A-Up/Down mouse bindings, for consistency with the C-A-arrow key bindings!
Dana Jansens [Fri, 25 May 2007 19:10:47 +0000 (19:10 +0000)]
add C-A-Up/Down mouse bindings, for consistency with the C-A-arrow key bindings!

16 years agolet you use control button to run keyboard accels in menus
Dana Jansens [Fri, 25 May 2007 19:01:57 +0000 (19:01 +0000)]
let you use control button to run keyboard accels in menus

16 years agodont use empty desktop names from the rc file
Dana Jansens [Fri, 25 May 2007 17:49:15 +0000 (17:49 +0000)]
dont use empty desktop names from the rc file

16 years agosmall optimization heh for screen_set_desktop - set the root proerty less
Dana Jansens [Fri, 25 May 2007 15:49:16 +0000 (15:49 +0000)]
small optimization heh for screen_set_desktop - set the root proerty less
initialize screen_last_desktop properly

16 years agoless negatives means less confusing.. but yeah. get rid of omnipresent check in focus...
Dana Jansens [Fri, 25 May 2007 15:41:14 +0000 (15:41 +0000)]
less negatives means less confusing.. but yeah. get rid of omnipresent check in focus_fallback

16 years agohaha typo etc
Mikael Magnusson [Fri, 25 May 2007 15:36:26 +0000 (15:36 +0000)]
haha typo etc

16 years agomissed a spot
Mikael Magnusson [Fri, 25 May 2007 15:35:24 +0000 (15:35 +0000)]
missed a spot

16 years agocheck desktop switching stuff in screen_set_desktop
Mikael Magnusson [Fri, 25 May 2007 15:34:31 +0000 (15:34 +0000)]
check desktop switching stuff in screen_set_desktop

16 years agoprevent flicker in the follow actiosn again instead of in focus fallback. focus fallb...
Dana Jansens [Fri, 25 May 2007 15:23:48 +0000 (15:23 +0000)]
prevent flicker in the follow actiosn again instead of in focus fallback. focus fallback needs to be very reliable.

16 years agodebug print in focus.c
Dana Jansens [Fri, 25 May 2007 15:02:20 +0000 (15:02 +0000)]
debug print in focus.c
when focus goes to something that isn't a client (window already unmapped) then set focus_client to NULL so we know nothing has focus right now

16 years agoput the actions back so they don't have to be smart.
Dana Jansens [Fri, 25 May 2007 14:44:49 +0000 (14:44 +0000)]
put the actions back so they don't have to be smart.

make focus_fallback not send focus anywhere if the new target is the same as what is already focused

16 years agomake omnipresent windows not flicker when changing desktops
Mikael Magnusson [Fri, 25 May 2007 14:31:24 +0000 (14:31 +0000)]
make omnipresent windows not flicker when changing desktops

16 years agosave the focus_client when falling back
Dana Jansens [Fri, 25 May 2007 14:26:12 +0000 (14:26 +0000)]
save the focus_client when falling back

16 years agobackwards logic
Dana Jansens [Fri, 25 May 2007 14:21:48 +0000 (14:21 +0000)]
backwards logic

16 years agocleanup, and don't send windows to desktop if they are already there
Dana Jansens [Fri, 25 May 2007 14:18:45 +0000 (14:18 +0000)]
cleanup, and don't send windows to desktop if they are already there

16 years agodon't fallback focus if the focused client is being moved there and follow is on
Dana Jansens [Fri, 25 May 2007 14:16:43 +0000 (14:16 +0000)]
don't fallback focus if the focused client is being moved there and follow is on

16 years agoput the hostname in icon titles too
Dana Jansens [Fri, 25 May 2007 14:08:54 +0000 (14:08 +0000)]
put the hostname in icon titles too

16 years agosend iconic windows to the bottom of the focus list so you can a-s-tab tog get back...
Dana Jansens [Fri, 25 May 2007 14:07:34 +0000 (14:07 +0000)]
send iconic windows to the bottom of the focus list so you can a-s-tab tog get back what you just iconified

16 years agotitleNumber disappeared a while ago
Mikael Magnusson [Fri, 25 May 2007 09:29:35 +0000 (09:29 +0000)]
titleNumber disappeared a while ago

16 years agoprevent very small windows from having elements with negative or zero sizes
Dana Jansens [Thu, 24 May 2007 23:30:16 +0000 (23:30 +0000)]
prevent very small windows from having elements with negative or zero sizes

16 years agosome focus changes...
Dana Jansens [Thu, 24 May 2007 21:50:35 +0000 (21:50 +0000)]
some focus changes...
1) listen for inferiornotify. that way when iconify animating reverts to parent, we see it.
2) set client to null when falling back and update the root window property
3) get rid of the "focus didnt move anywhere" business, and just process the envents in the right order.

16 years agostop unmapping the plate window. that was just a coincidence that it fixed the libwnc...
Dana Jansens [Thu, 24 May 2007 21:49:32 +0000 (21:49 +0000)]
stop unmapping the plate window. that was just a coincidence that it fixed the libwnck stuff

16 years agomerge r6815 from 3.4-working (!) 'fix positioning of tlt, top and trt resize elements...
Mikael Magnusson [Thu, 24 May 2007 21:39:23 +0000 (21:39 +0000)]
merge r6815 from 3.4-working (!) 'fix positioning of tlt, top and trt resize elements. thanks mulberry'

16 years agodont give focus to transients when the situation is ambiguous
Dana Jansens [Thu, 24 May 2007 21:01:19 +0000 (21:01 +0000)]
dont give focus to transients when the situation is ambiguous

16 years agoadd a debug print
Dana Jansens [Thu, 24 May 2007 20:33:55 +0000 (20:33 +0000)]
add a debug print

16 years agoadd the big.c test
Dana Jansens [Thu, 24 May 2007 20:30:34 +0000 (20:30 +0000)]
add the big.c test

16 years agoexperimental change. when apps map, make them fit inside the struts and the screen...
Dana Jansens [Thu, 24 May 2007 20:29:30 +0000 (20:29 +0000)]
experimental change. when apps map, make them fit inside the struts and the screen and stuff, unless they are user-positioned

16 years agoonly put a transient for the group onto some other desktop if its whole group is...
Dana Jansens [Thu, 24 May 2007 19:38:03 +0000 (19:38 +0000)]
only put a transient for the group onto some other desktop if its whole group is over there

16 years agochoose the closest icon size, not always the first icon. :X
Dana Jansens [Thu, 24 May 2007 19:28:22 +0000 (19:28 +0000)]
choose the closest icon size, not always the first icon. :X

16 years agoAdded dutch translation
Mikael Magnusson [Thu, 24 May 2007 16:44:04 +0000 (16:44 +0000)]
Added dutch translation

16 years agoupdated russian translation
Mikael Magnusson [Thu, 24 May 2007 16:43:41 +0000 (16:43 +0000)]
updated russian translation

16 years agobump the version to 992
Dana Jansens [Thu, 24 May 2007 12:54:50 +0000 (12:54 +0000)]
bump the version to 992

16 years agouse maximized state to try find fullscreen sized windows that shouldnt be considered...
Dana Jansens [Thu, 24 May 2007 12:47:19 +0000 (12:47 +0000)]
use maximized state to try find fullscreen sized windows that shouldnt be considered fullscreen, instead of using the undecorated flag

16 years agokill the top and bottom resize contexts for max-vert windows
Dana Jansens [Thu, 24 May 2007 03:13:24 +0000 (03:13 +0000)]
kill the top and bottom resize contexts for max-vert windows

16 years agomention that they dont take command line arguments
Dana Jansens [Wed, 23 May 2007 18:02:07 +0000 (18:02 +0000)]
mention that they dont take command line arguments

16 years agodon't let the session scripts take arguments
Dana Jansens [Wed, 23 May 2007 17:59:58 +0000 (17:59 +0000)]
don't let the session scripts take arguments

16 years agoi remembered why i remvoed the fake enter events from press type actions moving windo...
Dana Jansens [Wed, 23 May 2007 17:34:09 +0000 (17:34 +0000)]
i remembered why i remvoed the fake enter events from press type actions moving windows around. it makes for focus events with notifywhilegrab. remove it and make a comment explaining why.

16 years agodon't let you maximize menu and toolbars
Dana Jansens [Wed, 23 May 2007 16:17:03 +0000 (16:17 +0000)]
don't let you maximize menu and toolbars

16 years agolet you iconify utility windows
Dana Jansens [Wed, 23 May 2007 16:13:50 +0000 (16:13 +0000)]
let you iconify utility windows

16 years agofirst step of changing the types and their restrictions
Dana Jansens [Wed, 23 May 2007 16:07:55 +0000 (16:07 +0000)]
first step of changing the types and their restrictions

16 years agoyay! gravity finally works right!
Dana Jansens [Wed, 23 May 2007 15:16:13 +0000 (15:16 +0000)]
yay! gravity finally works right!

16 years agotyötila %i
Mikael Magnusson [Wed, 23 May 2007 14:51:08 +0000 (14:51 +0000)]
työtila %i

16 years agotöölaud %i
Mikael Magnusson [Wed, 23 May 2007 14:31:31 +0000 (14:31 +0000)]
töölaud %i

16 years agoupdate zh_TW translation and add the desktop %i string to most translations, not...
Mikael Magnusson [Wed, 23 May 2007 14:26:28 +0000 (14:26 +0000)]
update zh_TW translation and add the desktop %i string to most translations, not sure about et though

16 years agolittle comment about unmapping the plate window for libwnck
Dana Jansens [Wed, 23 May 2007 13:59:56 +0000 (13:59 +0000)]
little comment about unmapping the plate window for libwnck

16 years agovalidate the desktop layout loaded from session
Dana Jansens [Wed, 23 May 2007 13:58:51 +0000 (13:58 +0000)]
validate the desktop layout loaded from session

16 years agomention that the desktop stuff are default values only
Dana Jansens [Wed, 23 May 2007 04:33:09 +0000 (04:33 +0000)]
mention that the desktop stuff are default values only

16 years ago(no commit message)
Dana Jansens [Wed, 23 May 2007 04:28:05 +0000 (04:28 +0000)]

16 years agoadd the "desktop %i" string to the translations
Dana Jansens [Wed, 23 May 2007 04:24:28 +0000 (04:24 +0000)]
add the "desktop %i" string to the translations

16 years agobetter idea, don't set the desktop names in the default rc. and lets translate the...
Dana Jansens [Wed, 23 May 2007 04:23:55 +0000 (04:23 +0000)]
better idea, don't set the desktop names in the default rc. and lets translate the string in openbox. ha ha. this way everyone gets translated names by default.

16 years agomake the default desktop names match the auto generated ones, and numbers are the...
Dana Jansens [Wed, 23 May 2007 04:22:38 +0000 (04:22 +0000)]
make the default desktop names match the auto generated ones, and numbers are the universal language anyways

16 years agorestore the desktop names and number from the session. don't clobber them if they...
Dana Jansens [Wed, 23 May 2007 04:21:25 +0000 (04:21 +0000)]
restore the desktop names and number from the session. don't clobber them if they are already set when we start up.

16 years agoupdate the desktops comment to tell you to use obconf to set the desktop number/names...
Dana Jansens [Wed, 23 May 2007 04:19:41 +0000 (04:19 +0000)]
update the desktops comment to tell you to use obconf to set the desktop number/names without having to log out/in

16 years agolittle sanity check. dont let you create more than 1000 desktops
Dana Jansens [Wed, 23 May 2007 04:17:30 +0000 (04:17 +0000)]
little sanity check. dont let you create more than 1000 desktops

16 years agomake the client list menu update properly and not crash
Dana Jansens [Wed, 23 May 2007 04:08:16 +0000 (04:08 +0000)]
make the client list menu update properly and not crash

16 years agoset the desktop names when there are too few from the config file when possible....
Dana Jansens [Wed, 23 May 2007 03:16:45 +0000 (03:16 +0000)]
set the desktop names when there are too few from the config file when possible. otherwise use "desktop %d".

if we change the desktop names at all, set the root hint so other apps know about it too and we can all agree

16 years agosave and restore the desktop number/layout/names in the session.
Dana Jansens [Wed, 23 May 2007 03:07:50 +0000 (03:07 +0000)]
save and restore the desktop number/layout/names in the session.
also fix a segfault in some debug prints, printing ints as strings!

16 years agoget the pixel extents the "right way" in 1.16 and use our own rounding otherwise...
Dana Jansens [Wed, 23 May 2007 02:02:00 +0000 (02:02 +0000)]
get the pixel extents the "right way" in 1.16 and use our own rounding otherwise because the pango function lies.

16 years agopango lies. do the pixel conversion ourselves
Dana Jansens [Wed, 23 May 2007 01:42:59 +0000 (01:42 +0000)]
pango lies. do the pixel conversion ourselves

16 years agodraw the keychain popup only when necessary
Dana Jansens [Wed, 23 May 2007 01:42:08 +0000 (01:42 +0000)]
draw the keychain popup only when necessary

16 years agowhen a window is being kept on screen (espcially from mapping more or less) and the...
Dana Jansens [Wed, 23 May 2007 01:15:07 +0000 (01:15 +0000)]
when a window is being kept on screen (espcially from mapping more or less) and the position didnt come from the user (USPosition) then force the top left corner of the app on screen so it doesnt hide behind panels or whatever and you cant get at the titlebar

16 years agofix libwnck by unmapping the plate window as well as the client during iconify animation
Dana Jansens [Wed, 23 May 2007 01:00:27 +0000 (01:00 +0000)]
fix libwnck by unmapping the plate window as well as the client during iconify animation

16 years agorevert r6775, it didnt help, and then more event storm
Dana Jansens [Tue, 22 May 2007 23:48:44 +0000 (23:48 +0000)]
revert r6775, it didnt help, and then more event storm

16 years agodont compress motion events. it breaks things, moveresize is missing events
Dana Jansens [Tue, 22 May 2007 23:44:33 +0000 (23:44 +0000)]
dont compress motion events. it breaks things, moveresize is missing events

16 years agofix window gravity..
Dana Jansens [Tue, 22 May 2007 23:21:46 +0000 (23:21 +0000)]
fix window gravity..
also less setting the wm_state hint redundantly

16 years agoupdate portuguese translation
Mikael Magnusson [Tue, 22 May 2007 22:34:56 +0000 (22:34 +0000)]
update portuguese translation

16 years agosettings is never null anymore, so dont bother to check. also use else's because...
Dana Jansens [Tue, 22 May 2007 21:54:33 +0000 (21:54 +0000)]
settings is never null anymore, so dont bother to check. also use else's because we don't need to set match=false 3 times

16 years agodont have xml comments inside comments for the per-app example
Dana Jansens [Tue, 22 May 2007 21:52:48 +0000 (21:52 +0000)]
dont have xml comments inside comments for the per-app example

16 years agoback out 6769 on files that werent supposed to commit yet
Dana Jansens [Tue, 22 May 2007 20:53:34 +0000 (20:53 +0000)]
back out 6769 on files that werent supposed to commit yet

16 years agocomment out the applications example
Dana Jansens [Tue, 22 May 2007 20:52:42 +0000 (20:52 +0000)]
comment out the applications example

16 years agodon't use the timestamp and such fields when the _NET_ACTIVE_WINDOW is using the...
Dana Jansens [Tue, 22 May 2007 20:49:31 +0000 (20:49 +0000)]
don't use the timestamp and such fields when the _NET_ACTIVE_WINDOW is using the old spec

16 years agochange render to obrender in a message
Mikael Magnusson [Tue, 22 May 2007 19:03:00 +0000 (19:03 +0000)]
change render to obrender in a message

16 years agoupdate spanish translation
Mikael Magnusson [Tue, 22 May 2007 18:51:06 +0000 (18:51 +0000)]
update spanish translation

16 years agomake modal windows cyclable all the time if they are visible and stuff
Dana Jansens [Tue, 22 May 2007 18:20:17 +0000 (18:20 +0000)]
make modal windows cyclable all the time if they are visible and stuff

16 years agoreuse variables, less braces
Dana Jansens [Tue, 22 May 2007 18:11:04 +0000 (18:11 +0000)]
reuse variables, less braces

16 years agoupdate italian translation and add czech translation
Mikael Magnusson [Tue, 22 May 2007 18:09:01 +0000 (18:09 +0000)]
update italian translation and add czech translation

16 years agodon't show the resize popup unless you're actually resizing, for both sync mode and...
Dana Jansens [Tue, 22 May 2007 18:07:07 +0000 (18:07 +0000)]
don't show the resize popup unless you're actually resizing, for both sync mode and drawcontents off

16 years agoalong with r6753, when window is maximized make the borders count as titlebar context...
Dana Jansens [Tue, 22 May 2007 17:59:27 +0000 (17:59 +0000)]
along with r6753, when window is maximized make the borders count as titlebar context not the top/tl/tr contexts

16 years agofix frame rendering to match layout fixes
Dana Jansens [Tue, 22 May 2007 17:55:46 +0000 (17:55 +0000)]
fix frame rendering to match layout fixes

16 years agofix frame positionings more
Dana Jansens [Tue, 22 May 2007 17:46:56 +0000 (17:46 +0000)]
fix frame positionings more

16 years agoupdate pt_BR translation
Mikael Magnusson [Tue, 22 May 2007 17:34:28 +0000 (17:34 +0000)]
update pt_BR translation

16 years agofix some math for frame elements
Dana Jansens [Tue, 22 May 2007 15:43:28 +0000 (15:43 +0000)]
fix some math for frame elements

16 years agoeat enter events when the new alttab popup hides
Dana Jansens [Tue, 22 May 2007 15:34:49 +0000 (15:34 +0000)]
eat enter events when the new alttab popup hides

16 years agolink to wrong version for obparser-3.0
Dana Jansens [Tue, 22 May 2007 06:15:24 +0000 (06:15 +0000)]
link to wrong version for obparser-3.0

16 years agofix what manpage files are included in the distribution and make clean delete the...
Dana Jansens [Tue, 22 May 2007 05:15:26 +0000 (05:15 +0000)]
fix what manpage files are included in the distribution and make clean delete the generated ones

16 years agobump the versions up
Dana Jansens [Tue, 22 May 2007 05:00:34 +0000 (05:00 +0000)]
bump the versions up

16 years agoput back the check for the window type when restoring the session. if you only have...
Dana Jansens [Tue, 22 May 2007 04:52:44 +0000 (04:52 +0000)]
put back the check for the window type when restoring the session. if you only have 1 firefox window in the saved session, the check for duplicates won't help

16 years agomake the doc and data/xsession directories in configure.ac
Dana Jansens [Tue, 22 May 2007 04:35:43 +0000 (04:35 +0000)]
make the doc and data/xsession directories in configure.ac

16 years agoremove the commented out stuff for mkdir's because configure.ac does it now
Dana Jansens [Tue, 22 May 2007 04:29:00 +0000 (04:29 +0000)]
remove the commented out stuff for mkdir's because configure.ac does it now

16 years agocreate the directories we need in the configure process
Dana Jansens [Tue, 22 May 2007 04:27:20 +0000 (04:27 +0000)]
create the directories we need in the configure process

16 years agomake the generated files with paths depend on the Makefile, and clean them when you...
Dana Jansens [Tue, 22 May 2007 04:07:21 +0000 (04:07 +0000)]
make the generated files with paths depend on the Makefile, and clean them when you run make clean

16 years agoupdate the docs from the sgml.. timestamps are weird
Dana Jansens [Tue, 22 May 2007 03:09:21 +0000 (03:09 +0000)]
update the docs from the sgml.. timestamps are weird

16 years agowhen restoring the session, dont restore windows which appear more than once in the...
Dana Jansens [Tue, 22 May 2007 03:03:07 +0000 (03:03 +0000)]
when restoring the session, dont restore windows which appear more than once in the session with the same identifiers, because we can;t tell them apart

16 years agouse the session called "openbox-session: for gnome session because it will still...
Dana Jansens [Tue, 22 May 2007 03:00:12 +0000 (03:00 +0000)]
use the session called "openbox-session: for gnome session because it will still run metacity if you use the default one

16 years agodon't compare variables to themselves
Dana Jansens [Tue, 22 May 2007 02:28:03 +0000 (02:28 +0000)]
don't compare variables to themselves

16 years agoonly send configure notify when they requested a move, or if we are actually changing...
Dana Jansens [Tue, 22 May 2007 02:14:49 +0000 (02:14 +0000)]
only send configure notify when they requested a move, or if we are actually changing anything.
that is: if they only request a resize and nothing changes, don't do anything and dont send a configurenotify. this fixes the emacs event storm

also some new macros for rects

16 years agodont use the client's area rect when figuring out where to place it because then...
Dana Jansens [Tue, 22 May 2007 01:36:17 +0000 (01:36 +0000)]
dont use the client's area rect when figuring out where to place it because then when you want to move ti there, it thinks that it is already there!  i actually fixed another bug recently that would have affectd this before but now it should work perfect..

16 years agoadjust the frame's size before placing the window so we know how much decor it has
Dana Jansens [Tue, 22 May 2007 01:32:28 +0000 (01:32 +0000)]
adjust the frame's size before placing the window so we know how much decor it has