]> icculus.org git repositories - mikachu/openbox.git/log
mikachu/openbox.git
16 years agodraw the handle without borders
Dana Jansens [Sun, 20 May 2007 06:45:02 +0000 (06:45 +0000)]
draw the handle without borders

16 years agoconstruct the titlebar without borders
Dana Jansens [Sun, 20 May 2007 05:39:16 +0000 (05:39 +0000)]
construct the titlebar without borders

16 years agoset the resize cursors only when the window can be resized
Dana Jansens [Sun, 20 May 2007 05:01:00 +0000 (05:01 +0000)]
set the resize cursors only when the window can be resized

16 years agothe left and right resize handles are the border, not grips
Dana Jansens [Sun, 20 May 2007 04:44:58 +0000 (04:44 +0000)]
the left and right resize handles are the border, not grips

16 years agostop using a border for the outer frame window. step 1 of borderless-ness. now transp...
Dana Jansens [Sun, 20 May 2007 04:44:00 +0000 (04:44 +0000)]
stop using a border for the outer frame window. step 1 of borderless-ness. now transparent windows dont look so terrible, yay

16 years agodon't assume screen 0
Dana Jansens [Sun, 20 May 2007 03:39:40 +0000 (03:39 +0000)]
don't assume screen 0

16 years agoi think this is good? can you run X at 32 bits?
Dana Jansens [Sun, 20 May 2007 03:38:02 +0000 (03:38 +0000)]
i think this is good? can you run X at 32 bits?

16 years agoset the functions recursively, so if you change it after the menu has been opened...
Dana Jansens [Sun, 20 May 2007 02:17:19 +0000 (02:17 +0000)]
set the functions recursively, so if you change it after the menu has been opened it takes effect all the way down

16 years agofix segfault by ordering shutdown properly
Dana Jansens [Sun, 20 May 2007 02:15:07 +0000 (02:15 +0000)]
fix segfault by ordering shutdown properly

16 years agoset the functions in the more menu the same as the parent menu
Dana Jansens [Sun, 20 May 2007 01:59:11 +0000 (01:59 +0000)]
set the functions in the more menu the same as the parent menu

16 years agoold unused variable
Dana Jansens [Sun, 20 May 2007 01:57:10 +0000 (01:57 +0000)]
old unused variable

16 years agomaybe smaller icons look nicer?
Dana Jansens [Sun, 20 May 2007 00:06:48 +0000 (00:06 +0000)]
maybe smaller icons look nicer?

16 years agoput text back to the left and add a bit more spacing
Dana Jansens [Sun, 20 May 2007 00:02:55 +0000 (00:02 +0000)]
put text back to the left and add a bit more spacing

16 years agodoes the popup look better with centered text?
Dana Jansens [Sat, 19 May 2007 23:56:51 +0000 (23:56 +0000)]
does the popup look better with centered text?

16 years agoshow and hide the new left/right resize bars at the right time
Dana Jansens [Sat, 19 May 2007 23:43:44 +0000 (23:43 +0000)]
show and hide the new left/right resize bars at the right time

16 years agorevert r6638
Dana Jansens [Sat, 19 May 2007 23:15:42 +0000 (23:15 +0000)]
revert r6638

16 years agoadd the Root context
Dana Jansens [Sat, 19 May 2007 22:07:35 +0000 (22:07 +0000)]
add the Root context

16 years agoadd a root context that only applies to the root window. it fallsback to the desktop...
Dana Jansens [Sat, 19 May 2007 22:07:15 +0000 (22:07 +0000)]
add a root context that only applies to the root window. it fallsback to the desktop context, so desktop stuff applies to it too.

16 years agomake binding fallback for mouse clicks less restrictive. if you dont have a binding...
Dana Jansens [Sat, 19 May 2007 22:03:12 +0000 (22:03 +0000)]
make binding fallback for mouse clicks less restrictive. if you dont have a binding for the same button AND STATE then fallback.

16 years agofor startup notification, use the left ptr+watch if it is available, and fall back...
Dana Jansens [Sat, 19 May 2007 21:49:45 +0000 (21:49 +0000)]
for startup notification, use the left ptr+watch if it is available, and fall back to the pointer instead of the unusable watch if its not

16 years agomissing new left and right contexts
Dana Jansens [Sat, 19 May 2007 21:49:12 +0000 (21:49 +0000)]
missing new left and right contexts

16 years agoadd Left and Right contexts for resizing
Dana Jansens [Sat, 19 May 2007 21:39:40 +0000 (21:39 +0000)]
add Left and Right contexts for resizing

16 years agomake either key work for people who have super_l and super_r (or whatever ones) bound...
Dana Jansens [Sat, 19 May 2007 21:17:01 +0000 (21:17 +0000)]
make either key work for people who have super_l and super_r (or whatever ones) bound to different mod masks

16 years agolet you resize on the bottom of the frame when handle height is 0 in the theme
Dana Jansens [Sat, 19 May 2007 21:03:51 +0000 (21:03 +0000)]
let you resize on the bottom of the frame when handle height is 0 in the theme

16 years agofix escape's behavior in menus. make static stuff that shouldnt be used by others
Dana Jansens [Sat, 19 May 2007 20:58:10 +0000 (20:58 +0000)]
fix escape's behavior in menus. make static stuff that shouldnt be used by others

16 years agoshow the old single-window popup for directional focus.
Dana Jansens [Sat, 19 May 2007 20:52:31 +0000 (20:52 +0000)]
show the old single-window popup for directional focus.
fix multirow icons for the new popup.

16 years agoround up rather than down for figuring out the width of the popup, so it will fit...
Dana Jansens [Sat, 19 May 2007 20:37:33 +0000 (20:37 +0000)]
round up rather than down for figuring out the width of the popup, so it will fit the text when possible

16 years agocenter the icons when there is only 1 row
Dana Jansens [Sat, 19 May 2007 20:34:34 +0000 (20:34 +0000)]
center the icons when there is only 1 row

16 years agofix the popup for directional focusing, only show what is going to be a valid target...
Dana Jansens [Sat, 19 May 2007 20:31:08 +0000 (20:31 +0000)]
fix the popup for directional focusing, only show what is going to be a valid target. change directional focus to use the same criteria as normal cycling.

16 years agosave some malloc when possible
Dana Jansens [Sat, 19 May 2007 20:14:19 +0000 (20:14 +0000)]
save some malloc when possible

16 years agofix positioning of stuff in the cycling popup. oh my god. the image texture is drawn...
Dana Jansens [Sat, 19 May 2007 20:14:08 +0000 (20:14 +0000)]
fix positioning of stuff in the cycling popup. oh my god. the image texture is drawn inside the margins of the outer appearance

16 years agofix flashy menus
Dana Jansens [Sat, 19 May 2007 19:18:52 +0000 (19:18 +0000)]
fix flashy menus

16 years agobetter positioning and some spacing
Dana Jansens [Sat, 19 May 2007 19:05:47 +0000 (19:05 +0000)]
better positioning and some spacing

16 years agobetter coloring for the cycling hilite
Dana Jansens [Sat, 19 May 2007 18:58:38 +0000 (18:58 +0000)]
better coloring for the cycling hilite

16 years agonew focus cycle popup of doom
Dana Jansens [Sat, 19 May 2007 18:40:37 +0000 (18:40 +0000)]
new focus cycle popup of doom

16 years agomove focus_cycle_popup into its own file
Dana Jansens [Sat, 19 May 2007 14:49:00 +0000 (14:49 +0000)]
move focus_cycle_popup into its own file

16 years agomove focus_cycle_indicator into its own file
Dana Jansens [Sat, 19 May 2007 14:36:19 +0000 (14:36 +0000)]
move focus_cycle_indicator into its own file

16 years ago(no commit message)
Dana Jansens [Sat, 19 May 2007 14:22:20 +0000 (14:22 +0000)]

16 years agoadd missing include for new header
Dana Jansens [Sat, 19 May 2007 14:16:23 +0000 (14:16 +0000)]
add missing include for new header

16 years agomove focus cycling into its own file
Dana Jansens [Sat, 19 May 2007 14:15:28 +0000 (14:15 +0000)]
move focus cycling into its own file

16 years ago80 cols
Dana Jansens [Sat, 19 May 2007 13:45:16 +0000 (13:45 +0000)]
80 cols

16 years agoi know we broke backwards compatibility but noone uses it except obconf and it still...
Dana Jansens [Sat, 19 May 2007 01:33:40 +0000 (01:33 +0000)]
i know we broke backwards compatibility but noone uses it except obconf and it still works, so just leave the pkgconfigs as -3.0, and obconf2 and require version >= 3.3.990 instead.

16 years agotypo
Dana Jansens [Sat, 19 May 2007 01:05:31 +0000 (01:05 +0000)]
typo

16 years agoremove a function that is no longer used. and backwards boolean algebra was causing...
Dana Jansens [Sat, 19 May 2007 00:38:06 +0000 (00:38 +0000)]
remove a function that is no longer used. and backwards boolean algebra was causing us to not ignore the right enter events

16 years agoget rid of the serials for ignoring enters..
Dana Jansens [Fri, 18 May 2007 23:40:13 +0000 (23:40 +0000)]
get rid of the serials for ignoring enters..

16 years agowhen done iconify animating, send a configure notify (this fixes kde's pager showing...
Dana Jansens [Fri, 18 May 2007 15:20:03 +0000 (15:20 +0000)]
when done iconify animating, send a configure notify (this fixes kde's pager showing the window in the wrong place)

16 years agochange obrender-3.0 and obparser-3.0 to 3.4 because we broke backward compatibility
Dana Jansens [Fri, 18 May 2007 00:58:43 +0000 (00:58 +0000)]
change obrender-3.0 and obparser-3.0 to 3.4 because we broke backward compatibility

16 years agoadd pango to the pkg-config file
Dana Jansens [Fri, 18 May 2007 00:55:05 +0000 (00:55 +0000)]
add pango to the pkg-config file

16 years agoset the ubuntu deb version right
Dana Jansens [Fri, 18 May 2007 00:43:04 +0000 (00:43 +0000)]
set the ubuntu deb version right

16 years agosuper correct enter event ignoring that will only ignore what it has to, yay?
Dana Jansens [Fri, 18 May 2007 00:11:01 +0000 (00:11 +0000)]
super correct enter event ignoring that will only ignore what it has to, yay?

16 years agobut don't count the same enter events more than once still
Dana Jansens [Thu, 17 May 2007 23:21:52 +0000 (23:21 +0000)]
but don't count the same enter events more than once still

16 years agofix a comment
Dana Jansens [Thu, 17 May 2007 23:21:09 +0000 (23:21 +0000)]
fix a comment

16 years agoignore enter events without disrupting the event queue
Dana Jansens [Thu, 17 May 2007 23:20:50 +0000 (23:20 +0000)]
ignore enter events without disrupting the event queue

16 years agore-staticify this function
Dana Jansens [Thu, 17 May 2007 23:14:59 +0000 (23:14 +0000)]
re-staticify this function

16 years agodon't ignore the same enter events more than once
Dana Jansens [Thu, 17 May 2007 23:11:14 +0000 (23:11 +0000)]
don't ignore the same enter events more than once

16 years agoobconf 1 will still work for 3.4
Dana Jansens [Thu, 17 May 2007 16:50:55 +0000 (16:50 +0000)]
obconf 1 will still work for 3.4

16 years agoold comment
Dana Jansens [Thu, 17 May 2007 13:35:35 +0000 (13:35 +0000)]
old comment

16 years agostatic makes more sense than inline i think
Mikael Magnusson [Thu, 17 May 2007 09:20:16 +0000 (09:20 +0000)]
static makes more sense than inline i think

16 years agoname of the action_undecorate atom was wrong
Dana Jansens [Thu, 17 May 2007 04:16:20 +0000 (04:16 +0000)]
name of the action_undecorate atom was wrong

16 years agoadd an atom ob_wm_action_undecorate to match with ob_wm_state_undecorated, so stuff...
Dana Jansens [Thu, 17 May 2007 04:15:34 +0000 (04:15 +0000)]
add an atom ob_wm_action_undecorate to match with ob_wm_state_undecorated, so stuff could know if the window can be undecorated

16 years agoa little check that catches firefox and other buggy apps, which set the same wmcomman...
Dana Jansens [Thu, 17 May 2007 03:31:20 +0000 (03:31 +0000)]
a little check that catches firefox and other buggy apps, which set the same wmcommand across sessions on different window types. type is a pretty obvious check its hard for it to be a false alarm

16 years agodon't let the user toggle decorations on widnows that don't have any decorations...
Dana Jansens [Thu, 17 May 2007 02:29:13 +0000 (02:29 +0000)]
don't let the user toggle decorations on widnows that don't have any decorations to toggle

16 years agokill enter events without using pointer grabs
Dana Jansens [Thu, 17 May 2007 02:23:35 +0000 (02:23 +0000)]
kill enter events without using pointer grabs

16 years agokill enter events without using pointer grabs
Dana Jansens [Thu, 17 May 2007 02:21:22 +0000 (02:21 +0000)]
kill enter events without using pointer grabs

16 years agorename client_configure_full to client_configure
Dana Jansens [Thu, 17 May 2007 01:45:00 +0000 (01:45 +0000)]
rename client_configure_full to client_configure

16 years agosimpler code yay
Dana Jansens [Thu, 17 May 2007 01:43:29 +0000 (01:43 +0000)]
simpler code yay

16 years agograb the pointer when windows move them selves so no enter events happen. i wonder...
Dana Jansens [Thu, 17 May 2007 01:38:01 +0000 (01:38 +0000)]
grab the pointer when windows move them selves so no enter events happen. i wonder if this will cause but reports. it still does for restacking though..

little cleanup in client.c, and remove client_configure macro which was now
redundant

16 years agograb the pointer accross actions run by the applications, the same as for
Dana Jansens [Thu, 17 May 2007 00:56:29 +0000 (00:56 +0000)]
grab the pointer accross actions run by the applications, the same as for
actions run by the user

16 years ago"fullscreen" windows that are undecorated by the user do not count as legacy fullscre...
Dana Jansens [Thu, 17 May 2007 00:50:09 +0000 (00:50 +0000)]
"fullscreen" windows that are undecorated by the user do not count as legacy fullscreen windows

16 years agoremove old unused strings
Dana Jansens [Wed, 16 May 2007 20:37:28 +0000 (20:37 +0000)]
remove old unused strings

16 years agoremove the #! thing and add a nice comment
Dana Jansens [Wed, 16 May 2007 19:09:25 +0000 (19:09 +0000)]
remove the #! thing and add a nice comment

16 years agoadd SCIM support to the default autostart. make the autostart run before openbox.
Dana Jansens [Wed, 16 May 2007 19:04:48 +0000 (19:04 +0000)]
add SCIM support to the default autostart. make the autostart run before openbox.

16 years agowrong data type for the window border element
Dana Jansens [Wed, 16 May 2007 17:59:28 +0000 (17:59 +0000)]
wrong data type for the window border element

16 years agoproper english
Dana Jansens [Wed, 16 May 2007 17:16:16 +0000 (17:16 +0000)]
proper english

16 years agoregenerated manpage
Dana Jansens [Wed, 16 May 2007 17:15:35 +0000 (17:15 +0000)]
regenerated manpage

16 years agofullscreen only if no decorations
Dana Jansens [Wed, 16 May 2007 17:01:47 +0000 (17:01 +0000)]
fullscreen only if no decorations

16 years agoupdates to build debian and ubuntu debs. make man page say what webpage will probably...
Dana Jansens [Wed, 16 May 2007 14:36:51 +0000 (14:36 +0000)]
updates to build debian and ubuntu debs. make man page say what webpage will probably say.

16 years agoupdate website in man pages. also update the see-also's
Dana Jansens [Wed, 16 May 2007 05:18:33 +0000 (05:18 +0000)]
update website in man pages. also update the see-also's

16 years agocomment what i did
Dana Jansens [Wed, 16 May 2007 03:08:49 +0000 (03:08 +0000)]
comment what i did

16 years agodon't queue showmenu events, and set button to 0 when a grab is in place after the...
Dana Jansens [Wed, 16 May 2007 03:07:17 +0000 (03:07 +0000)]
don't queue showmenu events, and set button to 0 when a grab is in place after the buttonpress event is run

16 years agofix desktop bindings. thank you prim.
Dana Jansens [Wed, 16 May 2007 00:28:51 +0000 (00:28 +0000)]
fix desktop bindings. thank you prim.

16 years agodont hardcode the paths in the man pages. add the docbook-to-man parsed stuff to...
Dana Jansens [Wed, 16 May 2007 00:07:22 +0000 (00:07 +0000)]
dont hardcode the paths in the man pages. add the docbook-to-man parsed stuff to svn. nice makefile rules for them.

16 years agoadd the manpages..
Dana Jansens [Tue, 15 May 2007 23:47:46 +0000 (23:47 +0000)]
add the manpages..

16 years agoalways ignore errors for client_focus like we used to.
Dana Jansens [Tue, 15 May 2007 17:38:52 +0000 (17:38 +0000)]
always ignore errors for client_focus like we used to.

16 years agorevert r6485, for backwards compatibility
Dana Jansens [Tue, 15 May 2007 16:07:16 +0000 (16:07 +0000)]
revert r6485, for backwards compatibility

16 years agoheh. hacking file..
Dana Jansens [Tue, 15 May 2007 15:37:42 +0000 (15:37 +0000)]
heh. hacking file..

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.