mikachu/openbox.git
16 years agoadd the openbox-session manpage
Dana Jansens [Tue, 15 May 2007 05:22:39 +0000 (05:22 +0000)]
add the openbox-session manpage

16 years agothat broke flashing
Dana Jansens [Tue, 15 May 2007 04:44:15 +0000 (04:44 +0000)]
that broke flashing

16 years agofix a comment
Dana Jansens [Tue, 15 May 2007 04:34:11 +0000 (04:34 +0000)]
fix a comment

16 years agosimplify focus handling a bit. no need to listen to focus going to the frame because...
Dana Jansens [Tue, 15 May 2007 04:32:59 +0000 (04:32 +0000)]
simplify focus handling a bit. no need to listen to focus going to the frame because if it ever does that, the window is unmapping and the frame will just unmap and send it to root.

make focus fallback a lil more robust, it checks for errors when it sets focus on the window, and if an error occured it will focus the next option.

16 years agotry draw the decorations sooner
Dana Jansens [Tue, 15 May 2007 03:47:56 +0000 (03:47 +0000)]
try draw the decorations sooner

16 years agodon't do this stuff when it's already done. save bandwidth.
Dana Jansens [Tue, 15 May 2007 03:47:39 +0000 (03:47 +0000)]
don't do this stuff when it's already done. save bandwidth.

16 years agosave some rendering
Dana Jansens [Tue, 15 May 2007 03:46:51 +0000 (03:46 +0000)]
save some rendering

16 years agoupdates for the build system. always set Openbox on the support window
Dana Jansens [Tue, 15 May 2007 02:32:49 +0000 (02:32 +0000)]
updates for the build system. always set Openbox on the support window

16 years agochanges to the manual pages.
Dana Jansens [Tue, 15 May 2007 02:02:40 +0000 (02:02 +0000)]
changes to the manual pages.

adding openbox-session.

add paths to the xsession .desktop files

16 years agoalso if you hide the focused window, then kill the interactive action so focus isnt...
Dana Jansens [Mon, 14 May 2007 23:34:05 +0000 (23:34 +0000)]
also if you hide the focused window, then kill the interactive action so focus isnt all confused for the app

16 years agodon't assert, users can bind stuff however they like. but if they do something that...
Dana Jansens [Mon, 14 May 2007 23:32:50 +0000 (23:32 +0000)]
don't assert, users can bind stuff however they like. but if they do something that moves focus during an interactive action, kill the grab

16 years agoungrab the keyboard for passive grabs. kill interactive actions for exec actions...
Dana Jansens [Mon, 14 May 2007 23:31:41 +0000 (23:31 +0000)]
ungrab the keyboard for passive grabs. kill interactive actions for exec actions. don't ungrab the keyboard during interactive actions though.

16 years agoexcep the assert was backwards. heh
Dana Jansens [Mon, 14 May 2007 23:22:06 +0000 (23:22 +0000)]
excep the assert was backwards. heh

16 years agobig scary g_assert(). interactive actions should never move focus until they're done.
Dana Jansens [Mon, 14 May 2007 23:21:53 +0000 (23:21 +0000)]
big scary g_assert(). interactive actions should never move focus until they're done.

16 years agoget rid of the fullscreen below layer. its the same as maximized windows..
Dana Jansens [Mon, 14 May 2007 23:00:36 +0000 (23:00 +0000)]
get rid of the fullscreen below layer. its the same as maximized windows..

16 years agouse the right cursor for moveresize
Dana Jansens [Mon, 14 May 2007 22:59:43 +0000 (22:59 +0000)]
use the right cursor for moveresize

16 years agoyay for simplifying code. if we check for errors we dont need the "focus_tried" stuff
Dana Jansens [Mon, 14 May 2007 22:58:08 +0000 (22:58 +0000)]
yay for simplifying code. if we check for errors we dont need the "focus_tried" stuff

16 years agoalways ungrab keyboard before doing a noninteractive action (which will ungrab before...
Dana Jansens [Mon, 14 May 2007 22:53:32 +0000 (22:53 +0000)]
always ungrab keyboard before doing a noninteractive action (which will ungrab before doing its real action business).
too bad we cant ungrab the mouse too.

16 years agothemerc.xsd is not executable
Mikael Magnusson [Mon, 14 May 2007 22:53:23 +0000 (22:53 +0000)]
themerc.xsd is not executable

16 years agowatch for errors while setting focus on windows, return false if there was an error...
Dana Jansens [Mon, 14 May 2007 22:52:40 +0000 (22:52 +0000)]
watch for errors while setting focus on windows, return false if there was an error, so fallback and keep looking

16 years agofix fullscreen windows being stuck in the wrong layer when they come out of
Dana Jansens [Mon, 14 May 2007 22:20:48 +0000 (22:20 +0000)]
fix fullscreen windows being stuck in the wrong layer when they come out of
fullscreen.
add a new layer where fullscreen windows go when are aren't focused, below
all normal windows, so you can alt-tab to a below layer window and it will
show itself.

16 years agoadd openbox-session for gdm, which will run ~/.config/openbox/autostart
Dana Jansens [Mon, 14 May 2007 21:58:39 +0000 (21:58 +0000)]
add openbox-session for gdm, which will run ~/.config/openbox/autostart

16 years agomore removing config namespaces
Dana Jansens [Mon, 14 May 2007 21:36:01 +0000 (21:36 +0000)]
more removing config namespaces

16 years agoremove config namespaces
Dana Jansens [Mon, 14 May 2007 21:32:12 +0000 (21:32 +0000)]
remove config namespaces

16 years agoremove the dialog option for Desktop action for now. can't change desktop during...
Dana Jansens [Mon, 14 May 2007 20:55:36 +0000 (20:55 +0000)]
remove the dialog option for Desktop action for now. can't change desktop during a grab. the dialog for desktop changing will need to change, and then we can add it back

16 years agosome debug prints
Dana Jansens [Mon, 14 May 2007 13:47:03 +0000 (13:47 +0000)]
some debug prints

16 years agoremove this check, it didnt guarantee anything anyways
Dana Jansens [Mon, 14 May 2007 13:44:49 +0000 (13:44 +0000)]
remove this check, it didnt guarantee anything anyways

16 years agoadd a debug action.. change focus debug output a lil, no grab events
Dana Jansens [Mon, 14 May 2007 03:40:03 +0000 (03:40 +0000)]
add a debug action.. change focus debug output a lil, no grab events

16 years agoadd a test for focus falling back to a window thats gone
Dana Jansens [Mon, 14 May 2007 02:31:31 +0000 (02:31 +0000)]
add a test for focus falling back to a window thats gone

16 years agothe configurenotify needs to come after adjusting the frame's size. otherwise it...
Dana Jansens [Mon, 14 May 2007 02:27:43 +0000 (02:27 +0000)]
the configurenotify needs to come after adjusting the frame's size. otherwise it gets messed up somehow.

16 years agosend a configurenotify on mapping after the window is shown
Dana Jansens [Mon, 14 May 2007 02:20:59 +0000 (02:20 +0000)]
send a configurenotify on mapping after the window is shown

16 years agodon't listen to focus events in the dock, unless you're going to do it properly
Dana Jansens [Mon, 14 May 2007 02:06:34 +0000 (02:06 +0000)]
don't listen to focus events in the dock, unless you're going to do it properly

16 years agotypos
Mikael Magnusson [Mon, 14 May 2007 02:02:47 +0000 (02:02 +0000)]
typos

16 years agofix a comment
Dana Jansens [Mon, 14 May 2007 01:07:26 +0000 (01:07 +0000)]
fix a comment

16 years agoanother little focus cleanup/rearrangement, for focus going to windows that
Dana Jansens [Mon, 14 May 2007 01:06:42 +0000 (01:06 +0000)]
another little focus cleanup/rearrangement, for focus going to windows that
are no longer there.

16 years agowe don't need to save the config type in the session because if they dont run their...
Dana Jansens [Mon, 14 May 2007 00:41:30 +0000 (00:41 +0000)]
we don't need to save the config type in the session because if they dont run their DE with the openbox-*-session command, openbox won't be loaded anyhow. and if they do, they the var will be set and doesn't need to come from the session.

16 years agogenerated manpage
Dana Jansens [Mon, 14 May 2007 00:33:15 +0000 (00:33 +0000)]
generated manpage

16 years agomention that obconf older than 2.0 is no good.
Dana Jansens [Mon, 14 May 2007 00:33:04 +0000 (00:33 +0000)]
mention that obconf older than 2.0 is no good.

16 years agoadd --debug-xinerama
Dana Jansens [Mon, 14 May 2007 00:28:16 +0000 (00:28 +0000)]
add --debug-xinerama

16 years agoremove some old checking because we're not using window properties to store the prema...
Dana Jansens [Mon, 14 May 2007 00:07:38 +0000 (00:07 +0000)]
remove some old checking because we're not using window properties to store the premax/fullscreen areas. they are always set when the state is turned on.

fullscreen to the correct monitor.

16 years agochange now the keyboard is ungrabbed before executing actions. instead, ungrab it...
Dana Jansens [Sun, 13 May 2007 23:51:55 +0000 (23:51 +0000)]
change now the keyboard is ungrabbed before executing actions. instead, ungrab it just before calling exec. other actions don't need it ungrabbed, and this way the release doesn't get sent through to programs for our keybindings. except for exec i suppose.

16 years agoadd grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff.
Dana Jansens [Sun, 13 May 2007 23:30:52 +0000 (23:30 +0000)]
add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff.
add a confine option to grab_pointer to confine the pointer to the screen, and use that for moveresize

16 years agoset the cursor before using it
Dana Jansens [Sun, 13 May 2007 23:19:56 +0000 (23:19 +0000)]
set the cursor before using it

16 years agoonly do moveresize when grab is successful
Dana Jansens [Sun, 13 May 2007 23:18:44 +0000 (23:18 +0000)]
only do moveresize when grab is successful

16 years agoonly set focus_client to null if the window losing focus was the focus_client
Dana Jansens [Sun, 13 May 2007 23:13:15 +0000 (23:13 +0000)]
only set focus_client to null if the window losing focus was the focus_client

16 years agoset focus_client when focus leaves a window
Dana Jansens [Sun, 13 May 2007 23:11:16 +0000 (23:11 +0000)]
set focus_client when focus leaves a window

16 years agomore manpage changes for the 3 configuration namespaces
Dana Jansens [Sun, 13 May 2007 23:04:43 +0000 (23:04 +0000)]
more manpage changes for the 3 configuration namespaces

16 years agomanpage fixups
Dana Jansens [Sun, 13 May 2007 23:02:42 +0000 (23:02 +0000)]
manpage fixups

16 years agodon't unset the config namespace so that if you rerun it, it uses the same one. this...
Dana Jansens [Sun, 13 May 2007 23:01:04 +0000 (23:01 +0000)]
don't unset the config namespace so that if you rerun it, it uses the same one. this is for dev work, really.
also, recompiled man pages

16 years agomention which config file it will use
Dana Jansens [Sun, 13 May 2007 22:59:02 +0000 (22:59 +0000)]
mention which config file it will use

16 years agosave the config type in the session command line arguments
Dana Jansens [Sun, 13 May 2007 22:57:42 +0000 (22:57 +0000)]
save the config type in the session command line arguments

16 years agowhen using openbox-gnome/kde-session, use a separate config file (rc-gnome/kde.xml)
Dana Jansens [Sun, 13 May 2007 22:49:20 +0000 (22:49 +0000)]
when using openbox-gnome/kde-session, use a separate config file (rc-gnome/kde.xml)

16 years agoadd gnome and kde config files which are the same, but without the root window menus
Dana Jansens [Sun, 13 May 2007 22:39:27 +0000 (22:39 +0000)]
add gnome and kde config files which are the same, but without the root window menus

16 years agowhich is in doc,not data/
Dana Jansens [Sun, 13 May 2007 22:35:55 +0000 (22:35 +0000)]
which is in doc,not data/

16 years agoadd an rc.xml example for mouse focus
Dana Jansens [Sun, 13 May 2007 22:35:26 +0000 (22:35 +0000)]
add an rc.xml example for mouse focus

16 years agobut rename ob_pid back to openbox_pid for backwards compatibility. this will go away...
Dana Jansens [Sun, 13 May 2007 22:33:04 +0000 (22:33 +0000)]
but rename ob_pid back to openbox_pid for backwards compatibility. this will go away entirely soon.

16 years agorename the openbox_* atoms back to ob_*
Dana Jansens [Sun, 13 May 2007 22:31:36 +0000 (22:31 +0000)]
rename the openbox_* atoms back to ob_*

16 years agomissing a header
Dana Jansens [Sun, 13 May 2007 22:30:58 +0000 (22:30 +0000)]
missing a header

16 years agosmall change to the default rc
Dana Jansens [Sun, 13 May 2007 22:28:07 +0000 (22:28 +0000)]
small change to the default rc

16 years agolet unfocus action go back to the same window. you should be doing some other action...
Dana Jansens [Sun, 13 May 2007 22:12:11 +0000 (22:12 +0000)]
let unfocus action go back to the same window. you should be doing some other action above it that will change where focus can end up

16 years agoyay for mika-chan
Dana Jansens [Sun, 13 May 2007 22:08:35 +0000 (22:08 +0000)]
yay for mika-chan

16 years agoyou dont' need docbook-to-man to build svn now, unless you change the manpage
Dana Jansens [Sun, 13 May 2007 22:06:08 +0000 (22:06 +0000)]
you dont' need  docbook-to-man to build svn now, unless you change the manpage

16 years agoadd the generated from docbook man pages, for people who don't have docbook-to-man
Dana Jansens [Sun, 13 May 2007 22:05:36 +0000 (22:05 +0000)]
add the generated from docbook man pages, for people who don't have docbook-to-man

16 years agodont rebuild them every time. simpler dependencies
Dana Jansens [Sun, 13 May 2007 22:04:47 +0000 (22:04 +0000)]
dont rebuild them every time. simpler dependencies

16 years agodont set focus_client to NULL when sending focus to nothing, let that happen from...
Dana Jansens [Sun, 13 May 2007 21:57:00 +0000 (21:57 +0000)]
dont set focus_client to NULL when sending focus to nothing, let that happen from the FocusOut events

16 years agotypo in the default config
Dana Jansens [Sun, 13 May 2007 21:47:27 +0000 (21:47 +0000)]
typo in the default config

16 years agoa new default config file.. it's very click to focusy. will make an example for mouse...
Dana Jansens [Sun, 13 May 2007 21:44:35 +0000 (21:44 +0000)]
a new default config file.. it's very click to focusy. will make an example for mouse focus people.

16 years agofix for wrapping in desktop cycling
Dana Jansens [Sun, 13 May 2007 21:17:32 +0000 (21:17 +0000)]
fix for wrapping in desktop cycling

16 years agofix error in client_directional_edge_search that ignored all windows in the same...
Mikael Magnusson [Sun, 13 May 2007 21:13:29 +0000 (21:13 +0000)]
fix error in client_directional_edge_search that ignored all windows in the same layer

16 years agoim just leaving the dock alone..
Dana Jansens [Sun, 13 May 2007 21:08:50 +0000 (21:08 +0000)]
im just leaving the dock alone..

16 years agono strut for docks that autohide
Dana Jansens [Sun, 13 May 2007 21:06:23 +0000 (21:06 +0000)]
no strut for docks that autohide

16 years agoextraneous dependendancies?
Dana Jansens [Sun, 13 May 2007 20:53:35 +0000 (20:53 +0000)]
extraneous dependendancies?

16 years ago@
Dana Jansens [Sun, 13 May 2007 20:52:21 +0000 (20:52 +0000)]
@

16 years agowhy did they change again?
Dana Jansens [Sun, 13 May 2007 20:41:47 +0000 (20:41 +0000)]
why did they change again?

16 years agoinclude the man pages in dist.. :P
Dana Jansens [Sun, 13 May 2007 20:41:38 +0000 (20:41 +0000)]
include the man pages in dist.. :P

16 years agoproperly tell where the config files are
Dana Jansens [Sun, 13 May 2007 20:40:10 +0000 (20:40 +0000)]
properly tell where the config files are

16 years agoresist all layers
Dana Jansens [Sun, 13 May 2007 20:38:19 +0000 (20:38 +0000)]
resist all layers

16 years agosome focus fixes. always set the new focus when we fallback or else weird states...
Dana Jansens [Sun, 13 May 2007 20:35:44 +0000 (20:35 +0000)]
some focus fixes. always set the new focus when we fallback or else weird states appear. better handling of focusin's on clients that don't exist?

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