dana/openbox.git
16 years agoadd the showhide test for showing a window then hiding it really fast
Dana Jansens [Sun, 13 May 2007 20:19:46 +0000 (20:19 +0000)]
add the showhide test for showing a window then hiding it really fast

16 years agoadd man pages for openbox-gnome-session and openbox-kde-session
Dana Jansens [Sun, 13 May 2007 20:07:30 +0000 (20:07 +0000)]
add man pages for openbox-gnome-session and openbox-kde-session

16 years agorestore code that keeps popups on screen
Mikael Magnusson [Sun, 13 May 2007 20:04:30 +0000 (20:04 +0000)]
restore code that keeps popups on screen

16 years agoremove stuff that isnt used
Dana Jansens [Sun, 13 May 2007 19:48:26 +0000 (19:48 +0000)]
remove stuff that isnt used

16 years agoyeh
Dana Jansens [Sun, 13 May 2007 19:48:09 +0000 (19:48 +0000)]
yeh

16 years agodont know why po files changed. oh, i moved some code around
Dana Jansens [Sun, 13 May 2007 19:47:55 +0000 (19:47 +0000)]
dont know why po files changed. oh, i moved some code around

16 years agoadd docbook-to-man, which you need to make the man page
Dana Jansens [Sun, 13 May 2007 19:47:19 +0000 (19:47 +0000)]
add docbook-to-man, which you need to make the man page

16 years agoAdd a manage
Dana Jansens [Sun, 13 May 2007 19:45:37 +0000 (19:45 +0000)]
Add a manage

16 years agoreorganize --help. dont error if they use a --sm stuff and sm isn't enabled
Dana Jansens [Sun, 13 May 2007 19:23:37 +0000 (19:23 +0000)]
reorganize --help. dont error if they use a --sm stuff and sm isn't enabled

16 years agokill grabs before xsetinputfocus
Dana Jansens [Sun, 13 May 2007 18:27:58 +0000 (18:27 +0000)]
kill grabs before xsetinputfocus

16 years agoadd more contributors
Dana Jansens [Sun, 13 May 2007 18:01:02 +0000 (18:01 +0000)]
add more contributors

16 years agoadd David to the credits
Dana Jansens [Sun, 13 May 2007 17:53:40 +0000 (17:53 +0000)]
add David to the credits

16 years agoreset the pager popup's size after reconfigure
Dana Jansens [Sun, 13 May 2007 17:28:52 +0000 (17:28 +0000)]
reset the pager popup's size after reconfigure

16 years agocomment
Dana Jansens [Sun, 13 May 2007 17:22:48 +0000 (17:22 +0000)]
comment

16 years agoadd the actions to compliance, including the 2 new ones
Dana Jansens [Sun, 13 May 2007 17:21:46 +0000 (17:21 +0000)]
add the actions to compliance, including the 2 new ones

16 years agoadd a debug line
Dana Jansens [Sun, 13 May 2007 17:17:23 +0000 (17:17 +0000)]
add a debug line

16 years agoadd support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't in the...
Dana Jansens [Sun, 13 May 2007 17:15:15 +0000 (17:15 +0000)]
add support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION_BELOW which aren't in the NETWM spec yet, but will be shortly.

16 years agofix drawcontents=no
Dana Jansens [Sun, 13 May 2007 16:45:58 +0000 (16:45 +0000)]
fix drawcontents=no

16 years agono more losing focus from wm_torture -t map_response
Dana Jansens [Sun, 13 May 2007 16:39:04 +0000 (16:39 +0000)]
no more losing focus from wm_torture -t map_response
when a focusin comes for an invalid target, set that focus has wandered off, so
that when the focusout comes in afterwards we can react accordingly

16 years agoalways send configure notify when windows map
Dana Jansens [Sun, 13 May 2007 16:04:40 +0000 (16:04 +0000)]
always send configure notify when windows map

16 years agofix directional focus
Dana Jansens [Sun, 13 May 2007 15:40:16 +0000 (15:40 +0000)]
fix directional focus

16 years agodon't allow focus to move during an interactive grab. if users set up actions
Dana Jansens [Sun, 13 May 2007 15:29:49 +0000 (15:29 +0000)]
don't allow focus to move during an interactive grab. if users set up actions
such that this would happen, then kill the interactive grab before moving
focus.
this is to avoid NotifyWhileGrabbed FocusOut's

16 years agouse the right list in client_add_hide_notify, rename destructor to destroy_notify...
Dana Jansens [Sun, 13 May 2007 07:45:15 +0000 (07:45 +0000)]
use the right list in client_add_hide_notify, rename destructor to destroy_notify which is really what it is, and is more consistant now that there are 2 notifies

16 years agowhen i said it handled both cases, i was mistaken, so use a callback for each case.
Dana Jansens [Sun, 13 May 2007 07:40:02 +0000 (07:40 +0000)]
when i said it handled both cases, i was mistaken, so use a callback for each case.

16 years agolikewise if a window is unmanaged and we were trying to give it focus, we want to...
Dana Jansens [Sun, 13 May 2007 07:38:35 +0000 (07:38 +0000)]
likewise if a window is unmanaged and we were trying to give it focus, we want to know about it - also if the window gets hidden for some other reason, we also want to know about it.

add a notifier for windows being hidden, and use that instead - it handles both cases.

16 years agosome changes to focus handling.
Dana Jansens [Sun, 13 May 2007 07:09:34 +0000 (07:09 +0000)]
some changes to focus handling.

most interesting is the change in focus_fallback, which means that it won't
call xsetinput focus in some cases, potentially reducing flicker and stuff.
also potentially producing bugs? heh.

the screen.c focus fallback code doesn't seem to need special cases anymore,
which is really good, if that is really the case.

move the focus_tried stuff out of event.c into focus.c, where it seems to
belong.

16 years agodont count focusin on the support window to be a focusin on a client
Dana Jansens [Sun, 13 May 2007 05:51:08 +0000 (05:51 +0000)]
dont count focusin on the support window to be a focusin on a client

16 years agomaybe better logic for looking for focus in's on clients
Dana Jansens [Sun, 13 May 2007 05:50:15 +0000 (05:50 +0000)]
maybe better logic for looking for focus in's on clients

16 years agorevert part of r6074. i don't think it needs to be removed anymore and then everythin...
Dana Jansens [Sun, 13 May 2007 03:03:48 +0000 (03:03 +0000)]
revert part of r6074. i don't think it needs to be removed anymore and then everything will "just work" better

16 years agoinstall the xsd's to docdir
Dana Jansens [Sun, 13 May 2007 03:03:21 +0000 (03:03 +0000)]
install the xsd's to docdir

16 years agodont make mouse bindings focus windows that dont take focus from clicks
Dana Jansens [Sun, 13 May 2007 02:39:19 +0000 (02:39 +0000)]
dont make mouse bindings focus windows that dont take focus from clicks

16 years agoadd a comment
Dana Jansens [Sun, 13 May 2007 02:35:42 +0000 (02:35 +0000)]
add a comment

16 years agointeractive actions cancel other interactive actions
Dana Jansens [Sun, 13 May 2007 02:19:51 +0000 (02:19 +0000)]
interactive actions cancel other interactive actions

16 years agodont skip desktop windows that set skip_taskbar
Dana Jansens [Sun, 13 May 2007 02:10:36 +0000 (02:10 +0000)]
dont skip desktop windows that set skip_taskbar

16 years agowhere did those come from ?
Dana Jansens [Sun, 13 May 2007 00:52:05 +0000 (00:52 +0000)]
where did those come from ?

16 years agosuggests only
Dana Jansens [Sun, 13 May 2007 00:22:23 +0000 (00:22 +0000)]
suggests only

16 years agoadd conffiles
Dana Jansens [Sun, 13 May 2007 00:20:21 +0000 (00:20 +0000)]
add conffiles

16 years agoadd conffiles
Dana Jansens [Sun, 13 May 2007 00:19:57 +0000 (00:19 +0000)]
add conffiles

16 years agochanges to build..
Dana Jansens [Sun, 13 May 2007 00:16:11 +0000 (00:16 +0000)]
changes to build..

16 years agosome fixes for the debian package
Dana Jansens [Sun, 13 May 2007 00:01:27 +0000 (00:01 +0000)]
some fixes for the debian package

16 years agothe edit part :(
Dana Jansens [Sat, 12 May 2007 23:18:40 +0000 (23:18 +0000)]
the edit part :(

16 years agoblah
Dana Jansens [Sat, 12 May 2007 23:01:46 +0000 (23:01 +0000)]
blah

16 years agoupdate deps
Dana Jansens [Sat, 12 May 2007 22:55:35 +0000 (22:55 +0000)]
update deps

16 years agomake debian paackage with a makedeb script instead. install stuff to the right direct...
Dana Jansens [Sat, 12 May 2007 22:53:50 +0000 (22:53 +0000)]
make debian paackage with a makedeb script instead. install stuff to the right directories

16 years agomissing \s
Dana Jansens [Sat, 12 May 2007 22:36:29 +0000 (22:36 +0000)]
missing \s

16 years agomore fixups for debian package
Dana Jansens [Sat, 12 May 2007 22:30:26 +0000 (22:30 +0000)]
more fixups for debian package

16 years agochange version
Dana Jansens [Sat, 12 May 2007 22:16:47 +0000 (22:16 +0000)]
change version

16 years agodebian package works now
Dana Jansens [Sat, 12 May 2007 22:14:46 +0000 (22:14 +0000)]
debian package works now

16 years agodont keep this in svn
Dana Jansens [Sat, 12 May 2007 21:45:59 +0000 (21:45 +0000)]
dont keep this in svn

16 years agosome changes to the build stuff for debian
Dana Jansens [Sat, 12 May 2007 21:45:47 +0000 (21:45 +0000)]
some changes to the build stuff for debian

16 years agoadd stuff for making a .deb package
Dana Jansens [Sat, 12 May 2007 21:24:43 +0000 (21:24 +0000)]
add stuff for making a .deb package

16 years agobuild fixes
Dana Jansens [Sat, 12 May 2007 21:24:24 +0000 (21:24 +0000)]
build fixes

16 years agosmall fix to zh_TW again?
Dana Jansens [Sat, 12 May 2007 19:53:30 +0000 (19:53 +0000)]
small fix to zh_TW again?

16 years agosmall fix to zh_TW
Dana Jansens [Sat, 12 May 2007 19:52:38 +0000 (19:52 +0000)]
small fix to zh_TW

16 years agodebug print
Dana Jansens [Sat, 12 May 2007 19:50:52 +0000 (19:50 +0000)]
debug print

16 years agoignore enter events on top menu and submenu popup
Dana Jansens [Sat, 12 May 2007 19:50:32 +0000 (19:50 +0000)]
ignore enter events on top menu and submenu popup

16 years agomissing a break statement
Dana Jansens [Sat, 12 May 2007 19:50:21 +0000 (19:50 +0000)]
missing a break statement

16 years agodon't use it actually. it's confusing.
Dana Jansens [Sat, 12 May 2007 19:32:12 +0000 (19:32 +0000)]
don't use it actually. it's confusing.

16 years agoput the shade icon in the right place
Dana Jansens [Sat, 12 May 2007 19:31:11 +0000 (19:31 +0000)]
put the shade icon in the right place

16 years agofix for running actions that end up wanting to grab the keyboard. make a nicer commen...
Dana Jansens [Sat, 12 May 2007 19:26:48 +0000 (19:26 +0000)]
fix for running actions that end up wanting to grab the keyboard. make a nicer comment about what is going on.

16 years agopoint to the right schema
Dana Jansens [Sat, 12 May 2007 19:10:19 +0000 (19:10 +0000)]
point to the right schema

16 years agotext cleanup
Dana Jansens [Sat, 12 May 2007 18:58:38 +0000 (18:58 +0000)]
text cleanup

16 years agoremove the edges_hit_layers_below option. don't use windows in other layers for resis...
Dana Jansens [Sat, 12 May 2007 18:56:56 +0000 (18:56 +0000)]
remove the edges_hit_layers_below option. don't use windows in other layers for resistance

16 years agouse the combined client list by default
Dana Jansens [Sat, 12 May 2007 18:50:19 +0000 (18:50 +0000)]
use the combined client list by default

16 years agothis is so old..
Dana Jansens [Sat, 12 May 2007 18:44:23 +0000 (18:44 +0000)]
this is so old..

16 years agothe changelog for the xsd's is in svn now, also they are out of date
Dana Jansens [Sat, 12 May 2007 18:21:30 +0000 (18:21 +0000)]
the changelog for the xsd's is in svn now, also they are out of date

16 years agorelocate the xsd's so they don't clash, and point to the right places
Dana Jansens [Sat, 12 May 2007 18:18:25 +0000 (18:18 +0000)]
relocate the xsd's so they don't clash, and point to the right places

16 years agochange the "handle" context to "bottom". add a "top" context. make the top
Dana Jansens [Sat, 12 May 2007 17:54:55 +0000 (17:54 +0000)]
change the "handle" context to "bottom". add a "top" context. make the top
and bottom contexts resize vertically in the default config file.

16 years agomake the handle resize by default, and give the handle the resize south cursor
Dana Jansens [Sat, 12 May 2007 17:32:10 +0000 (17:32 +0000)]
make the handle resize by default, and give the handle the resize south cursor

16 years agosplit the move and resize functions.
Dana Jansens [Sat, 12 May 2007 17:31:13 +0000 (17:31 +0000)]
split the move and resize functions.
let you specify the edge to resize in the action binding

16 years agoadd <desktop>yes</desktop> option for Next/Previous window and directional focus...
Dana Jansens [Sat, 12 May 2007 17:16:01 +0000 (17:16 +0000)]
add <desktop>yes</desktop> option for Next/Previous window and directional focus actions

16 years agochange how masks are loaded, let you override just one. simpler code too.
Dana Jansens [Sat, 12 May 2007 16:59:18 +0000 (16:59 +0000)]
change how masks are loaded, let you override just one. simpler code too.

16 years agomicromicrooptimization
Mikael Magnusson [Sat, 12 May 2007 16:56:36 +0000 (16:56 +0000)]
micromicrooptimization

16 years agofix for fullscreen things getting lowered when switching desktops
Dana Jansens [Sat, 12 May 2007 16:20:17 +0000 (16:20 +0000)]
fix for fullscreen things getting lowered when switching desktops

16 years agochange client menu back to "Roll up/down". update strings, also some fixes.
Dana Jansens [Sat, 12 May 2007 16:09:26 +0000 (16:09 +0000)]
change client menu back to "Roll up/down". update strings, also some fixes.

16 years agodo it better, prevent creating new races
Dana Jansens [Sat, 12 May 2007 01:01:49 +0000 (01:01 +0000)]
do it better, prevent creating new races

16 years agotry catch weird racey corner case where we try fallback to a window but it unmaps...
Dana Jansens [Sat, 12 May 2007 00:54:44 +0000 (00:54 +0000)]
try catch weird racey corner case where we try fallback to a window but it unmaps as we do so, so focus ends up going to nowhere

16 years agoremove buttons from themes when they are using the defaults already for clarity
Dana Jansens [Sat, 12 May 2007 00:48:06 +0000 (00:48 +0000)]
remove buttons from themes when they are using the defaults already for clarity
some small changes to themes..
  buttons can hide themselves now, so removed the empty disabled masks for
    Bear2 and Natura
install the default xbms for reference to the doc dir
install some basic documentation to the doc dir

16 years agolook for themes where they were installed by make install first
Dana Jansens [Sat, 12 May 2007 00:06:50 +0000 (00:06 +0000)]
look for themes where they were installed by make install first

16 years agomake default masks even sized. these are from the clearlooks theme, probably from...
Dana Jansens [Fri, 11 May 2007 23:08:30 +0000 (23:08 +0000)]
make default masks even sized. these are from the clearlooks theme, probably from somewhere else before that.

16 years agothis is nothing but to add a commit message..
Dana Jansens [Fri, 11 May 2007 22:49:48 +0000 (22:49 +0000)]
this is nothing but to add a commit message..

added support for

menu.border.width

!

16 years agoadd support for these...
Dana Jansens [Fri, 11 May 2007 22:47:09 +0000 (22:47 +0000)]
add support for these...

menu.border.color
window.active.border.color
window.inactive.border.color

Bear2 has a menu color now, the old themerc had that specified

16 years agoadd the metadata
Dana Jansens [Fri, 11 May 2007 22:20:26 +0000 (22:20 +0000)]
add the metadata

16 years agogive different border colors to active and inactive windows. adjust the xml theme...
Dana Jansens [Fri, 11 May 2007 22:18:43 +0000 (22:18 +0000)]
give different border colors to active and inactive windows. adjust the xml theme format a little to make it BETTER. rawr. add some metadata standards too.

16 years agodon't show handles on windows that cannot resize
Dana Jansens [Fri, 11 May 2007 21:31:19 +0000 (21:31 +0000)]
don't show handles on windows that cannot resize

16 years agofix for circular transiency
Dana Jansens [Fri, 11 May 2007 20:45:26 +0000 (20:45 +0000)]
fix for circular transiency

16 years agoadd test for grouptran->transient->transient
Dana Jansens [Fri, 11 May 2007 20:41:01 +0000 (20:41 +0000)]
add test for grouptran->transient->transient

16 years agooops, debug prints
Dana Jansens [Fri, 11 May 2007 05:55:45 +0000 (05:55 +0000)]
oops, debug prints

16 years agopick the closest icon instead of always a smaller one
Dana Jansens [Fri, 11 May 2007 05:54:57 +0000 (05:54 +0000)]
pick the closest icon instead of always a smaller one

16 years agoguarantee an even height for the label, and thus the titlebar, and thus the buttons...
Dana Jansens [Fri, 11 May 2007 05:34:53 +0000 (05:34 +0000)]
guarantee an even height for the label, and thus the titlebar, and thus the buttons. that way an even sized mask in the button will always be centred

16 years agoseparate roll up and roll down.
Dana Jansens [Fri, 11 May 2007 04:51:29 +0000 (04:51 +0000)]
separate roll up and roll down.
new strings in the po's, which are actually old strings.
fix a couple menus shortcuts besides.

16 years agofix focus cycling. checking the wrong client.
Dana Jansens [Fri, 11 May 2007 04:10:45 +0000 (04:10 +0000)]
fix focus cycling. checking the wrong client.

16 years agochange fallbacks
Dana Jansens [Fri, 11 May 2007 03:48:41 +0000 (03:48 +0000)]
change fallbacks

16 years agomake fallbacks match 3.4
Dana Jansens [Fri, 11 May 2007 03:46:09 +0000 (03:46 +0000)]
make fallbacks match 3.4

16 years agomemory leak on the server
Dana Jansens [Fri, 11 May 2007 03:36:58 +0000 (03:36 +0000)]
memory leak on the server

16 years agounused
Dana Jansens [Fri, 11 May 2007 03:36:51 +0000 (03:36 +0000)]
unused

16 years agoremove the last param from configure_full, it's not needed.
Dana Jansens [Fri, 11 May 2007 02:47:14 +0000 (02:47 +0000)]
remove the last param from configure_full, it's not needed.

16 years agoset the default window gravity to NorthWest.
Dana Jansens [Fri, 11 May 2007 02:46:59 +0000 (02:46 +0000)]
set the default window gravity to NorthWest.
only put the bare minimum inside the server grab.
adjust the frame decorations in client_manage instead of frame_grab_client
remove the last parameter from client_configure_full and just determine it from the other state available.
send configurenotifies at all the right times.
make windows get restored to their position properly when they have a border

16 years agodon't adjust the decorations while the server is grabbed, move it to client.c
Dana Jansens [Fri, 11 May 2007 02:44:50 +0000 (02:44 +0000)]
don't adjust the decorations while the server is grabbed, move it to client.c

16 years agochange when configurerequests create configurenotifies.
Dana Jansens [Fri, 11 May 2007 02:44:29 +0000 (02:44 +0000)]
change when configurerequests create configurenotifies.
make _NET_RESTACK_WINDOW create a configurenotify, because it is supposed to be like configurerequest. so why not?