dana/openbox.git
18 years agoMerge branch 'master' into 3.4
Dana Jansens [Sun, 15 Jul 2007 17:27:48 +0000 (13:27 -0400)]
Merge branch 'master' into 3.4

18 years agoDon't cancel interactive action when another one is run which shares the same run...
Dana Jansens [Sun, 15 Jul 2007 17:27:33 +0000 (13:27 -0400)]
Don't cancel interactive action when another one is run which shares the same run function.  This is how actions can cooperate!

18 years agoupdate the default rc.xml with the new actions syntax and the rc.xsd
Dana Jansens [Sun, 15 Jul 2007 17:25:57 +0000 (13:25 -0400)]
update the default rc.xml with the new actions syntax and the rc.xsd

18 years agoMerge branch 'master' into 3.4
Dana Jansens [Sun, 15 Jul 2007 16:56:13 +0000 (12:56 -0400)]
Merge branch 'master' into 3.4

Conflicts:

openbox/actions/desktop.c

18 years agoMerge branch 'mika'
Dana Jansens [Sun, 15 Jul 2007 16:36:50 +0000 (12:36 -0400)]
Merge branch 'mika'

18 years agoa number for placing windows, to keep them on screen, but let you place them off...
Dana Jansens [Sun, 15 Jul 2007 16:35:10 +0000 (12:35 -0400)]
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.

18 years agofix it.po header
Mikael Magnusson [Sun, 15 Jul 2007 14:00:01 +0000 (16:00 +0200)]
fix it.po header

18 years agodon't use freed memory as the coordinates to place windows
Dana Jansens [Sun, 15 Jul 2007 16:17:47 +0000 (12:17 -0400)]
don't use freed memory as the coordinates to place windows

18 years agowas incorrectly using the width for calculations instead of the height in client_find...
Dana Jansens [Sun, 15 Jul 2007 15:45:55 +0000 (11:45 -0400)]
was incorrectly using the width for calculations instead of the height in client_find_onscreen

18 years agoUpdate italian translation from Davide Truffa
Dana Jansens [Sun, 15 Jul 2007 15:22:11 +0000 (11:22 -0400)]
Update italian translation from Davide Truffa

18 years agoprevious should not mean the same as last
Mikael Magnusson [Sat, 14 Jul 2007 23:41:30 +0000 (01:41 +0200)]
previous should not mean the same as last

18 years agono splitting _() strings
Mikael Magnusson [Sat, 14 Jul 2007 14:04:30 +0000 (16:04 +0200)]
no splitting _() strings

18 years agoMerge branch 'master' of git://orodu.net/openbox
Mikael Magnusson [Sat, 14 Jul 2007 13:25:41 +0000 (15:25 +0200)]
Merge branch 'master' of git://orodu.net/openbox

18 years ago80 cols everywhere
Mikael Magnusson [Sat, 14 Jul 2007 13:22:35 +0000 (15:22 +0200)]
80 cols everywhere

18 years agoMerge branch 'master' into 3.4
Dana Jansens [Sat, 14 Jul 2007 13:19:47 +0000 (09:19 -0400)]
Merge branch 'master' into 3.4

18 years agosplit the focustobottom action back out from unfocus
Dana Jansens [Sat, 14 Jul 2007 13:17:39 +0000 (09:17 -0400)]
split the focustobottom action back out from unfocus

18 years ago80 cols in dock.c
Mikael Magnusson [Sat, 14 Jul 2007 13:15:16 +0000 (15:15 +0200)]
80 cols in dock.c

18 years agoMerge branch 'master' into 3.4
Dana Jansens [Sat, 14 Jul 2007 13:12:10 +0000 (09:12 -0400)]
Merge branch 'master' into 3.4

18 years agoMerge branch 'master' into 3.4
Dana Jansens [Sat, 14 Jul 2007 13:09:14 +0000 (09:09 -0400)]
Merge branch 'master' into 3.4

18 years agomake .gitignore more sane
Mikael Magnusson [Fri, 13 Jul 2007 23:14:30 +0000 (01:14 +0200)]
make .gitignore more sane

18 years agoupdate polish translation by Piotr Drąg <raven@pmail.pl>
Mikael Magnusson [Fri, 13 Jul 2007 22:56:01 +0000 (00:56 +0200)]
update polish translation by Piotr Drąg <raven@pmail.pl>

18 years agook i take that back
Dana Jansens [Fri, 13 Jul 2007 21:32:11 +0000 (17:32 -0400)]
ok i take that back

18 years agoi know c...honest.
Dana Jansens [Fri, 13 Jul 2007 21:31:56 +0000 (17:31 -0400)]
i know c...honest.

18 years agoadd hardcoded key binds back
Dana Jansens [Fri, 13 Jul 2007 21:30:51 +0000 (17:30 -0400)]
add hardcoded key binds back

18 years agofix directionalcycle/target
Dana Jansens [Fri, 13 Jul 2007 21:25:54 +0000 (17:25 -0400)]
fix directionalcycle/target

18 years agothe menu.c was renamed
Dana Jansens [Fri, 13 Jul 2007 21:16:49 +0000 (17:16 -0400)]
the menu.c was renamed

18 years agomove dockautohide back to ToggleDockAutoHide
Dana Jansens [Fri, 13 Jul 2007 21:16:11 +0000 (17:16 -0400)]
move dockautohide back to ToggleDockAutoHide

18 years agomoev showdesktop back to ToggleShowDesktop
Dana Jansens [Fri, 13 Jul 2007 21:15:57 +0000 (17:15 -0400)]
moev showdesktop back to ToggleShowDesktop

18 years agomove menu action back to ShowMenu
Dana Jansens [Fri, 13 Jul 2007 21:14:33 +0000 (17:14 -0400)]
move menu action back to ShowMenu

18 years agomove directionalcycling actions into the same .c file. make interactive actions all...
Dana Jansens [Fri, 13 Jul 2007 21:12:40 +0000 (17:12 -0400)]
move directionalcycling actions into the same .c file. make interactive actions all kill delayed mouse focus which would kill the action.

18 years agomake cyclewindows action into nextwindow and previouswindow again
Dana Jansens [Fri, 13 Jul 2007 20:49:26 +0000 (16:49 -0400)]
make cyclewindows action into nextwindow and previouswindow again

18 years agorename switchtodesktop to gotodesktop. make stuff compile as well.
Dana Jansens [Fri, 13 Jul 2007 20:39:27 +0000 (16:39 -0400)]
rename switchtodesktop to gotodesktop.  make stuff compile as well.

18 years agomove desktop and directionaldesktop actions to SwitchToDesktop and SendToDesktop...
Dana Jansens [Fri, 13 Jul 2007 20:36:41 +0000 (16:36 -0400)]
move desktop and directionaldesktop actions to SwitchToDesktop and SendToDesktop, which take a <to> parameter saying where to go. (last, left, right, next, 5, etc)

18 years agoupdate hardcoded bindings to previous changes
Dana Jansens [Fri, 13 Jul 2007 18:43:15 +0000 (14:43 -0400)]
update hardcoded bindings to previous changes

18 years agofix up the sendtolayer actions
Dana Jansens [Fri, 13 Jul 2007 16:33:55 +0000 (12:33 -0400)]
fix up the sendtolayer actions

18 years agosplit layer action back into togglealwaysontop, togglealwaysonbottom, and sendtolayer...
Dana Jansens [Fri, 13 Jul 2007 16:19:17 +0000 (12:19 -0400)]
split layer action back into togglealwaysontop, togglealwaysonbottom, and sendtolayer (which takes <layer> as an argument)

18 years agoredo the maximize actions into maximize/unmaximize/togglemaximize with a <direction...
Dana Jansens [Fri, 13 Jul 2007 16:03:40 +0000 (12:03 -0400)]
redo the maximize actions into maximize/unmaximize/togglemaximize with a <direction> argument

18 years agolet you specify up/down as well as top/bottom for resizerelative action - backwards...
Dana Jansens [Fri, 13 Jul 2007 15:37:53 +0000 (11:37 -0400)]
let you specify up/down as well as top/bottom for resizerelative action - backwards compat

18 years agolet you specify <command> or <execute> for execute actions - backwards compat
Dana Jansens [Fri, 13 Jul 2007 15:37:10 +0000 (11:37 -0400)]
let you specify <command> or <execute> for execute actions - backwards compat

18 years agosplit decorations into decorate/undecorate/toggledecorations
Dana Jansens [Fri, 13 Jul 2007 15:29:00 +0000 (11:29 -0400)]
split decorations into decorate/undecorate/toggledecorations

18 years agorename fullscreen back to togglefullscreen
Dana Jansens [Fri, 13 Jul 2007 15:24:38 +0000 (11:24 -0400)]
rename fullscreen back to togglefullscreen

18 years agodon't move focus if the window appears or disappears
Dana Jansens [Fri, 13 Jul 2007 15:24:26 +0000 (11:24 -0400)]
don't move focus if the window appears or disappears

18 years agomake omnipresent back into toggleomnipresent
Dana Jansens [Fri, 13 Jul 2007 15:22:34 +0000 (11:22 -0400)]
make omnipresent back into toggleomnipresent

18 years agoadding comments
Dana Jansens [Fri, 13 Jul 2007 15:22:14 +0000 (11:22 -0400)]
adding comments

18 years agosplit shade back into shade/unshade/toggleshade
Dana Jansens [Fri, 13 Jul 2007 15:18:34 +0000 (11:18 -0400)]
split shade back into shade/unshade/toggleshade

18 years agouse dock_get_area instead of accessing dock struct directly
Mikael Magnusson [Fri, 13 Jul 2007 14:14:02 +0000 (16:14 +0200)]
use dock_get_area instead of accessing dock struct directly

18 years agosplit out edge detecting code a bit so it is easy to add the dock area and do that too
Mikael Magnusson [Fri, 13 Jul 2007 12:37:15 +0000 (14:37 +0200)]
split out edge detecting code a bit so it is easy to add the dock area and do that too

18 years agochange dock to use a Rect area instead of four ints
Mikael Magnusson [Fri, 13 Jul 2007 12:21:39 +0000 (14:21 +0200)]
change dock to use a Rect area instead of four ints

18 years agochanges for the 3.4 branch from master (svn trunk)
Dana Jansens [Thu, 12 Jul 2007 07:08:40 +0000 (03:08 -0400)]
changes for the 3.4 branch from master (svn trunk)

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoremoving composite.h
Dana Jansens [Fri, 13 Jul 2007 03:55:42 +0000 (23:55 -0400)]
removing composite.h

18 years agoremoving composite.h
Dana Jansens [Fri, 13 Jul 2007 03:55:42 +0000 (23:55 -0400)]
removing composite.h

18 years agofix building without startup notification
Dana Jansens [Fri, 13 Jul 2007 03:42:25 +0000 (23:42 -0400)]
fix building without startup notification

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agofix building without startup notification
Dana Jansens [Fri, 13 Jul 2007 03:42:25 +0000 (23:42 -0400)]
fix building without startup notification

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agorenaming the readme for git-ish
Dana Jansens [Thu, 12 Jul 2007 22:36:07 +0000 (18:36 -0400)]
renaming the readme for git-ish

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agorenaming the readme for git-ish
Dana Jansens [Thu, 12 Jul 2007 22:36:07 +0000 (18:36 -0400)]
renaming the readme for git-ish

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoupdate dutch translation and mark translations with desktop strings as 3.4.3, the...
Mikael Magnusson [Thu, 12 Jul 2007 22:00:42 +0000 (00:00 +0200)]
update dutch translation and mark translations with desktop strings as 3.4.3, the rest as 3.4.2

18 years agoupdate dutch translation and mark translations with desktop strings as 3.4.3, the...
Mikael Magnusson [Thu, 12 Jul 2007 22:00:42 +0000 (00:00 +0200)]
update dutch translation and mark translations with desktop strings as 3.4.3, the rest as 3.4.2

18 years agoonly add group transients when you have a group
Dana Jansens [Thu, 12 Jul 2007 20:30:05 +0000 (16:30 -0400)]
only add group transients when you have a group

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoonly add group transients when you have a group
Dana Jansens [Thu, 12 Jul 2007 20:30:05 +0000 (16:30 -0400)]
only add group transients when you have a group

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoRemove composte.c
Dana Jansens [Thu, 12 Jul 2007 07:46:56 +0000 (03:46 -0400)]
Remove composte.c

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoRemove composte.c
Dana Jansens [Thu, 12 Jul 2007 07:46:56 +0000 (03:46 -0400)]
Remove composte.c

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoadd the .gitignore file and update the po files
Dana Jansens [Thu, 12 Jul 2007 07:22:09 +0000 (03:22 -0400)]
add the .gitignore file and update the po files

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoadd the .gitignore file and update the po files
Dana Jansens [Thu, 12 Jul 2007 07:22:09 +0000 (03:22 -0400)]
add the .gitignore file and update the po files

Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoadding trunk
Dana Jansens [Thu, 12 Jul 2007 06:57:08 +0000 (02:57 -0400)]
adding trunk
Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agoclear the fuzzy strings and mark translations without the desktop strings as 3.4.2
Mikael Magnusson [Thu, 12 Jul 2007 11:06:11 +0000 (11:06 +0000)]
clear the fuzzy strings and mark translations without the desktop strings as 3.4.2

18 years agoupdate dutch translation
Mikael Magnusson [Thu, 12 Jul 2007 10:58:32 +0000 (10:58 +0000)]
update dutch translation

18 years agoadding trunk
Dana Jansens [Thu, 12 Jul 2007 06:57:08 +0000 (02:57 -0400)]
adding trunk
Signed-off-by: Dana Jansens <danakj@orodu.net>
18 years agomerge 7773 from trunk
Dana Jansens [Wed, 11 Jul 2007 23:53:26 +0000 (23:53 +0000)]
merge 7773 from trunk

18 years agofix grow to edge stuff. also fix key-resizing terminals.
Dana Jansens [Wed, 11 Jul 2007 23:47:41 +0000 (23:47 +0000)]
fix grow to edge stuff. also fix key-resizing terminals.

18 years agofix the remaining reversed actions_client_move
Mikael Magnusson [Wed, 11 Jul 2007 22:30:36 +0000 (22:30 +0000)]
fix the remaining reversed actions_client_move

18 years agoonly end the interactive action if it's the action you just ran
Dana Jansens [Wed, 11 Jul 2007 22:16:39 +0000 (22:16 +0000)]
only end the interactive action if it's the action you just ran

18 years ago*^^*
Dana Jansens [Wed, 11 Jul 2007 21:43:57 +0000 (21:43 +0000)]
*^^*

18 years agocancel the interactive action only if runing another one. i think this will work?
Dana Jansens [Wed, 11 Jul 2007 21:41:02 +0000 (21:41 +0000)]
cancel the interactive action only if runing another one. i think this will work?

18 years agooops
Dana Jansens [Wed, 11 Jul 2007 21:37:01 +0000 (21:37 +0000)]
oops

18 years agofix if action's "focused"
Dana Jansens [Wed, 11 Jul 2007 21:26:38 +0000 (21:26 +0000)]
fix if action's "focused"

18 years agocycleinwdows defaults to forward
Dana Jansens [Wed, 11 Jul 2007 20:29:10 +0000 (20:29 +0000)]
cycleinwdows defaults to forward

18 years agoclever code by mika-kun
Dana Jansens [Wed, 11 Jul 2007 20:05:36 +0000 (20:05 +0000)]
clever code by mika-kun

18 years agofinished rev 7756. renaming moveto->moveresizeto
Dana Jansens [Wed, 11 Jul 2007 20:02:50 +0000 (20:02 +0000)]
finished rev 7756. renaming moveto->moveresizeto

18 years agorenaming movetofromedge->movetoedge and moveto->moveresizeto
Dana Jansens [Wed, 11 Jul 2007 20:01:47 +0000 (20:01 +0000)]
renaming movetofromedge->movetoedge and moveto->moveresizeto

18 years agolet moveto action resize
Dana Jansens [Wed, 11 Jul 2007 20:00:55 +0000 (20:00 +0000)]
let moveto action resize

18 years agoyou can use -'s for opposite sides of the screen in moveto
Dana Jansens [Wed, 11 Jul 2007 19:50:47 +0000 (19:50 +0000)]
you can use -'s for opposite sides of the screen in moveto

18 years agomissing header
Dana Jansens [Wed, 11 Jul 2007 19:48:07 +0000 (19:48 +0000)]
missing header

18 years agoadd focused check to if action
Mikael Magnusson [Wed, 11 Jul 2007 19:32:43 +0000 (19:32 +0000)]
add focused check to if action

18 years agomerge 7750 from trunk
Dana Jansens [Wed, 11 Jul 2007 19:20:04 +0000 (19:20 +0000)]
merge 7750 from trunk

18 years agofix focus cycle indicator positioning
Dana Jansens [Wed, 11 Jul 2007 19:19:51 +0000 (19:19 +0000)]
fix focus cycle indicator positioning

18 years agoremove resizerelativehorz/vert
Dana Jansens [Wed, 11 Jul 2007 19:03:38 +0000 (19:03 +0000)]
remove resizerelativehorz/vert

18 years agocreate actions from string in a way that won't crash
Dana Jansens [Wed, 11 Jul 2007 18:39:47 +0000 (18:39 +0000)]
create actions from string in a way that won't crash

18 years agoadd default bindings for the side edges
Dana Jansens [Wed, 11 Jul 2007 18:39:26 +0000 (18:39 +0000)]
add default bindings for the side edges

18 years agouse old names for actions in the default hardcoded ones
Dana Jansens [Wed, 11 Jul 2007 18:35:20 +0000 (18:35 +0000)]
use old names for actions in the default hardcoded ones

18 years agoremove old action.c
Dana Jansens [Wed, 11 Jul 2007 16:56:23 +0000 (16:56 +0000)]
remove old action.c

18 years agomerge 7690 from trunk
Dana Jansens [Wed, 11 Jul 2007 15:39:37 +0000 (15:39 +0000)]
merge 7690 from trunk

18 years agomerge 7697 from trunk
Dana Jansens [Wed, 11 Jul 2007 15:36:44 +0000 (15:36 +0000)]
merge 7697 from trunk

18 years agomerge 7701-7702 from trunk
Dana Jansens [Wed, 11 Jul 2007 15:35:39 +0000 (15:35 +0000)]
merge 7701-7702 from trunk

18 years agomerge 7711 from trunk
Dana Jansens [Wed, 11 Jul 2007 15:33:00 +0000 (15:33 +0000)]
merge 7711 from trunk

18 years agomerge 7708 from trunk
Dana Jansens [Wed, 11 Jul 2007 15:32:41 +0000 (15:32 +0000)]
merge 7708 from trunk

18 years agono more crash in splitvertical. i think i changed the size of the middle gradient...
Dana Jansens [Wed, 11 Jul 2007 14:17:34 +0000 (14:17 +0000)]
no more crash in splitvertical. i think i changed the size of the middle gradient too. it's always 1px now unless the texture is very small, then it can be 0. if theres a discrepency, the bottom color gets the extra pixel.

18 years agodon't include debian dir in releases
Dana Jansens [Wed, 11 Jul 2007 13:36:33 +0000 (13:36 +0000)]
don't include debian dir in releases

18 years agobackwardsness
Dana Jansens [Wed, 11 Jul 2007 01:28:14 +0000 (01:28 +0000)]
backwardsness

18 years agomerge r7703 from trunk
Mikael Magnusson [Wed, 11 Jul 2007 01:05:56 +0000 (01:05 +0000)]
merge r7703 from trunk

18 years agochild/parents don't get included in tests for occluding/occluded windows, because...
Dana Jansens [Wed, 11 Jul 2007 01:02:27 +0000 (01:02 +0000)]
child/parents don't get included in tests for occluding/occluded windows, because they always will be above/below eachother!