dana/openbox.git
16 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

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

16 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>

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

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

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

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

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

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

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

16 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

16 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.

16 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

16 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.

16 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)

16 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

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

16 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)

16 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

16 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

16 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

16 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

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

16 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

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

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

16 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

16 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

16 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

16 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

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

16 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>
16 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>
16 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

16 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>
16 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>
16 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>
16 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>
16 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

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

16 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.

16 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

16 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

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

16 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?

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

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

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

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

16 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

16 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

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

16 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

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

16 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

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

16 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

16 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

16 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.

16 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

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

16 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!

16 years agocomment
Dana Jansens [Wed, 11 Jul 2007 00:56:45 +0000 (00:56 +0000)]
comment

16 years agofix for weird group transient crap.
Dana Jansens [Wed, 11 Jul 2007 00:56:12 +0000 (00:56 +0000)]
fix for weird group transient crap.

  2 group transients
+ 1 direct transient of one of the above
--
the other group transient would be a child of the direct transient.

it's friggin annoying to look for this. i had to destroy my super clever but
impossible to maintain client_update_transient_tree in order to do it, and add
redundant execution, where children update their transient trees when a parent
does.

16 years agomerge r7699 from 3.4-working, (let per-app settings override program specified positi...
Mikael Magnusson [Wed, 11 Jul 2007 00:39:14 +0000 (00:39 +0000)]
merge r7699 from 3.4-working, (let per-app settings override program specified position but not user specified)

16 years agoremove debug print
Dana Jansens [Wed, 11 Jul 2007 00:05:03 +0000 (00:05 +0000)]
remove debug print

16 years agouser-sepcified margins
Dana Jansens [Tue, 10 Jul 2007 23:59:17 +0000 (23:59 +0000)]
user-sepcified margins

16 years agomssing header
Dana Jansens [Tue, 10 Jul 2007 23:58:42 +0000 (23:58 +0000)]
mssing header

16 years agomerge r7694 from 3.4-working (note you can use negative positions for starting at...
Mikael Magnusson [Tue, 10 Jul 2007 23:53:18 +0000 (23:53 +0000)]
merge r7694 from 3.4-working (note you can use negative positions for starting at the opposite edge)

16 years agolet you specify shortcuts in your menus. change & to be _ for shortcut selection
Dana Jansens [Tue, 10 Jul 2007 23:24:14 +0000 (23:24 +0000)]
let you specify shortcuts in your menus. change & to be _ for shortcut selection

16 years agochecking the wrong extension! also 2 seconds maybe is better.
Dana Jansens [Tue, 10 Jul 2007 23:10:33 +0000 (23:10 +0000)]
checking the wrong extension! also 2 seconds maybe is better.

16 years agoresize fixings
Dana Jansens [Tue, 10 Jul 2007 23:06:11 +0000 (23:06 +0000)]
resize fixings

16 years agoor a full second?
Dana Jansens [Tue, 10 Jul 2007 22:54:12 +0000 (22:54 +0000)]
or a full second?

16 years agoonly wait 1/2 a second for sync reply
Dana Jansens [Tue, 10 Jul 2007 22:53:49 +0000 (22:53 +0000)]
only wait 1/2 a second for sync reply

16 years agofancy resizing
Dana Jansens [Tue, 10 Jul 2007 22:42:21 +0000 (22:42 +0000)]
fancy resizing

16 years agomove keyboard moving into its own function
Dana Jansens [Tue, 10 Jul 2007 20:57:52 +0000 (20:57 +0000)]
move keyboard moving into its own function

16 years agogrow to edge works again, using the new edge detection code
Dana Jansens [Tue, 10 Jul 2007 20:47:10 +0000 (20:47 +0000)]
grow to edge works again, using the new edge detection code

16 years agohm..
Dana Jansens [Mon, 9 Jul 2007 16:40:49 +0000 (16:40 +0000)]
hm..

16 years agocancel interactive actions when anothr action runs properly
Dana Jansens [Mon, 9 Jul 2007 16:36:21 +0000 (16:36 +0000)]
cancel interactive actions when anothr action runs properly

16 years agodon't focus helper windows that map unless there are no other valid targets in the...
Dana Jansens [Fri, 6 Jul 2007 19:41:23 +0000 (19:41 +0000)]
don't focus helper windows that map unless there are no other valid targets in the group (don't move focus from a group window to a new helper window).
this fixes gucharmap.

16 years agocomment
Dana Jansens [Fri, 6 Jul 2007 04:16:34 +0000 (04:16 +0000)]
comment

16 years agomove to edge works and the code can be used for resize now too, yay
Dana Jansens [Fri, 6 Jul 2007 04:08:30 +0000 (04:08 +0000)]
move to edge works and the code can be used for resize now too, yay

16 years agorename <actions> to <finalactions> for the action i didn' know existed too
Mikael Magnusson [Thu, 5 Jul 2007 22:54:45 +0000 (22:54 +0000)]
rename <actions> to <finalactions> for the action i didn' know existed too

16 years agorename <actions> to <finalactions>
Mikael Magnusson [Thu, 5 Jul 2007 22:52:11 +0000 (22:52 +0000)]
rename <actions> to <finalactions>

16 years agorename <execute> to <command>
Mikael Magnusson [Thu, 5 Jul 2007 22:50:58 +0000 (22:50 +0000)]
rename <execute> to <command>

16 years agodesktop strings for swedish
Mikael Magnusson [Thu, 5 Jul 2007 15:31:09 +0000 (15:31 +0000)]
desktop strings for swedish

16 years agoadd desktop editing strings to japanese
Mikael Magnusson [Thu, 5 Jul 2007 15:17:25 +0000 (15:17 +0000)]
add desktop editing strings to japanese

16 years agoupdated japanese translation
Mikael Magnusson [Thu, 5 Jul 2007 13:58:13 +0000 (13:58 +0000)]
updated japanese translation

16 years agodon't fallback to shaded windows
Dana Jansens [Wed, 4 Jul 2007 13:49:01 +0000 (13:49 +0000)]
don't fallback to shaded windows

16 years agocompliance over functionlity
Dana Jansens [Fri, 29 Jun 2007 12:57:35 +0000 (12:57 +0000)]
compliance over functionlity

16 years agorewrote the movetoedge code so it works with both types of edges (to edge and from...
Dana Jansens [Thu, 28 Jun 2007 05:18:01 +0000 (05:18 +0000)]
rewrote the movetoedge code so it works with both types of edges (to edge and from edge)

16 years agomerge r7664 from 3.4
Dana Jansens [Wed, 27 Jun 2007 22:33:40 +0000 (22:33 +0000)]
merge r7664 from 3.4

16 years agocleanup
Dana Jansens [Tue, 26 Jun 2007 12:55:52 +0000 (12:55 +0000)]
cleanup

16 years agodebug print
Dana Jansens [Tue, 26 Jun 2007 12:55:41 +0000 (12:55 +0000)]
debug print

16 years agoremove the highlight action. its not useful without event bindings
Dana Jansens [Tue, 26 Jun 2007 12:55:14 +0000 (12:55 +0000)]
remove the highlight action. its not useful without event bindings

16 years agoadd a highlight action
Dana Jansens [Tue, 26 Jun 2007 12:54:19 +0000 (12:54 +0000)]
add a highlight action

16 years agodon't focus docks when you click on them
Dana Jansens [Sat, 23 Jun 2007 22:51:19 +0000 (22:51 +0000)]
don't focus docks when you click on them

16 years agotypo
Dana Jansens [Sat, 23 Jun 2007 21:53:37 +0000 (21:53 +0000)]
typo

16 years agoadd startupnotify for obconf in the default menu
Dana Jansens [Sat, 23 Jun 2007 21:13:20 +0000 (21:13 +0000)]
add startupnotify for obconf in the default menu

16 years agoadd shortcuts to add/remove desktops in the client list menus.
Dana Jansens [Sat, 23 Jun 2007 19:59:32 +0000 (19:59 +0000)]
add shortcuts to add/remove desktops in the client list menus.

also make it so &-specified shortcuts are always underlined