]> icculus.org git repositories - dana/openbox.git/log
dana/openbox.git
16 years agoMerge branch 'backport' into work
Mikael Magnusson [Mon, 3 Mar 2008 16:10:53 +0000 (17:10 +0100)]
Merge branch 'backport' into work

Conflicts:

openbox/session.c

16 years agoadd xfce-settings-show to the default menu
Dana Jansens [Mon, 3 Mar 2008 13:36:24 +0000 (08:36 -0500)]
add xfce-settings-show to the default menu

16 years agodon't save our state for SmSaveGlobal session saves, just Local ones
Dana Jansens [Mon, 3 Mar 2008 12:46:24 +0000 (07:46 -0500)]
don't save our state for SmSaveGlobal session saves, just Local ones

16 years agouse SmSaveGlobal to log out. this will make apps save their documents or whatever...
Dana Jansens [Mon, 3 Mar 2008 16:00:00 +0000 (17:00 +0100)]
use SmSaveGlobal to log out.  this will make apps save their documents or whatever so that you don't lose things, but it won't take a snapshot of the current session

16 years agoAdd new strings to the very outdated hr.po file (which is not activated).
Mikael Magnusson [Mon, 3 Mar 2008 01:20:01 +0000 (02:20 +0100)]
Add new strings to the very outdated hr.po file (which is not activated).

16 years agoUpdate french translation and fix a typo in actions/session.c
Cyrille Bagard [Mon, 3 Mar 2008 01:05:17 +0000 (02:05 +0100)]
Update french translation and fix a typo in actions/session.c

16 years agoChange ja and pt_BR back to 3.4.6.1 as they now have untranslated strings again.
Mikael Magnusson [Sun, 2 Mar 2008 23:50:05 +0000 (00:50 +0100)]
Change ja and pt_BR back to 3.4.6.1 as they now have untranslated strings again.

16 years agoUpdate swedish translation.
Mikael Magnusson [Sun, 2 Mar 2008 23:38:48 +0000 (00:38 +0100)]
Update swedish translation.

Was a bit inconsistent with capitalizing titles.

16 years agoMerge branch 'backport' into work
Dana Jansens [Sun, 2 Mar 2008 23:36:32 +0000 (18:36 -0500)]
Merge branch 'backport' into work

16 years agochange the logout button to same capitilization as the title, and update translatable...
Dana Jansens [Sun, 2 Mar 2008 23:34:28 +0000 (18:34 -0500)]
change the logout button to same capitilization as the title, and update translatable strings

16 years agobe consistent with logout vs log out use
Dana Jansens [Sun, 2 Mar 2008 23:26:22 +0000 (18:26 -0500)]
be consistent with logout vs log out use

16 years agoadd the new translatable strings
Dana Jansens [Sun, 2 Mar 2008 23:09:08 +0000 (18:09 -0500)]
add the new translatable strings

16 years agoUpdate swedish translation.
Mikael Magnusson [Sun, 2 Mar 2008 23:07:41 +0000 (00:07 +0100)]
Update swedish translation.

16 years agoshow the kill dialog if something doesn't respond for 6 seconds instead of 3
Dana Jansens [Sun, 2 Mar 2008 22:28:12 +0000 (17:28 -0500)]
show the kill dialog if something doesn't respond for 6 seconds instead of 3

16 years agoMerge branch 'backport' into work
Dana Jansens [Sun, 2 Mar 2008 22:23:23 +0000 (17:23 -0500)]
Merge branch 'backport' into work

Conflicts:

openbox/actions/execute.c
openbox/event.c
openbox/openbox.c
openbox/openbox.h

16 years agoadd a title to the session logout confirm prompt
Dana Jansens [Sun, 2 Mar 2008 22:19:39 +0000 (17:19 -0500)]
add a title to the session logout confirm prompt

16 years agoallow prompts to have titles specified. show a prompt when there are syntax errors...
Dana Jansens [Sun, 2 Mar 2008 22:12:11 +0000 (17:12 -0500)]
allow prompts to have titles specified.  show a prompt when there are syntax errors in the xml config files.

16 years agoshow an error message when parsing syntax errors are encountered in the openbox confi...
Dana Jansens [Sun, 2 Mar 2008 21:40:40 +0000 (16:40 -0500)]
show an error message when parsing syntax errors are encountered in the openbox config files

16 years agoadd a cleanup callback to the prompt interface. when the prompt's callback returns...
Dana Jansens [Sun, 2 Mar 2008 21:11:05 +0000 (16:11 -0500)]
add a cleanup callback to the prompt interface.  when the prompt's callback returns TRUE, then the cleanup function is called. likewise when the prompt system is shutdown (openbox is exiting), then the cleanup function is also called.  it should unref/destroy the prompt and any memory associated with it

16 years agothe #ifdef was backwards for using SM or not
Dana Jansens [Sun, 2 Mar 2008 21:04:28 +0000 (16:04 -0500)]
the #ifdef was backwards for using SM or not

16 years agoadd a RECONFIGURING state, and enter that when doing reconfiguring
Dana Jansens [Sun, 2 Mar 2008 20:37:07 +0000 (15:37 -0500)]
add a RECONFIGURING state, and enter that when doing reconfiguring

16 years agoglib already prints a verbose error message when execute fails. don't add a second...
Dana Jansens [Sun, 2 Mar 2008 20:28:22 +0000 (15:28 -0500)]
glib already prints a verbose error message when execute fails.  don't add a second level of useless verbosity to that

16 years agouse g_debug for debug messages
Dana Jansens [Sun, 2 Mar 2008 20:17:31 +0000 (15:17 -0500)]
use g_debug for debug messages

16 years agoshow prompts when printing error messages
Dana Jansens [Sun, 2 Mar 2008 20:14:24 +0000 (15:14 -0500)]
show prompts when printing error messages

16 years agoMerge branch 'backport' into work
Dana Jansens [Sun, 2 Mar 2008 20:03:10 +0000 (15:03 -0500)]
Merge branch 'backport' into work

16 years agomake code to show a prompt when you just want to display and message and not do anyth...
Dana Jansens [Sun, 2 Mar 2008 20:02:34 +0000 (15:02 -0500)]
make code to show a prompt when you just want to display and message and not do anything when the user presses the button

16 years agomake the SessionLogout action always available but it shows an error if you use it...
Dana Jansens [Sun, 2 Mar 2008 20:01:46 +0000 (15:01 -0500)]
make the SessionLogout action always available but it shows an error if you use it and Openbox wasn't built with SM support

16 years agoMerge branch 'backport' into work
Mikael Magnusson [Sun, 2 Mar 2008 18:41:32 +0000 (19:41 +0100)]
Merge branch 'backport' into work

Conflicts:

openbox/actions/desktop.c
openbox/actions/if.c

16 years agoUpdate portuguese translation.
Mikael Magnusson [Sun, 2 Mar 2008 18:12:01 +0000 (19:12 +0100)]
Update portuguese translation.

16 years agoUpdate japanese translation with the last couple of strings.
Ryoichiro Suzuki [Sun, 2 Mar 2008 16:22:20 +0000 (17:22 +0100)]
Update japanese translation with the last couple of strings.

16 years agodon't steal focus from windows you are typing in, even if the new window is a relative
Dana Jansens [Sun, 2 Mar 2008 18:30:44 +0000 (13:30 -0500)]
don't steal focus from windows you are typing in, even if the new window is a relative

16 years agodisplay the NotShowIn stuff correctly
Dana Jansens [Sun, 2 Mar 2008 16:41:08 +0000 (11:41 -0500)]
display the NotShowIn stuff correctly

16 years agoUpdate japanese translation. Chu
Ryoichiro Suzuki [Sun, 2 Mar 2008 16:22:20 +0000 (17:22 +0100)]
Update japanese translation. Chu

16 years agoan else disappeared somehow
Dana Jansens [Sun, 2 Mar 2008 15:53:09 +0000 (10:53 -0500)]
an else disappeared somehow

16 years agosome modifications to xdg-autostart based on suggestions from the PyXDG maintainer
Dana Jansens [Sun, 2 Mar 2008 15:45:28 +0000 (10:45 -0500)]
some modifications to xdg-autostart based on suggestions from the PyXDG maintainer

16 years agoDon't run actions in If in reverse order.
Mikael Magnusson [Sun, 2 Mar 2008 00:51:06 +0000 (01:51 +0100)]
Don't run actions in If in reverse order.

16 years agoSuper miniscule optimization.
Mikael Magnusson [Sat, 1 Mar 2008 16:55:35 +0000 (17:55 +0100)]
Super miniscule optimization.

16 years agomissing a header
Dana Jansens [Sun, 2 Mar 2008 09:19:38 +0000 (04:19 -0500)]
missing a header

16 years agoMerge branch 'backport' into work
Dana Jansens [Sun, 2 Mar 2008 09:18:17 +0000 (04:18 -0500)]
Merge branch 'backport' into work

Conflicts:

openbox/actions/all.h
openbox/event.c
openbox/prompt.c

16 years agodon't let you use left to go "up to parent" on menus which don't have any parent
Dana Jansens [Sun, 2 Mar 2008 09:16:17 +0000 (04:16 -0500)]
don't let you use left to go "up to parent" on menus which don't have any parent

16 years agoadd cups manager to the default menu
Dana Jansens [Sun, 2 Mar 2008 09:10:47 +0000 (04:10 -0500)]
add cups manager to the default menu

16 years agoadd SessionLogout to the default menu, add a system submenu with common configuration...
Dana Jansens [Sun, 2 Mar 2008 08:41:58 +0000 (03:41 -0500)]
add SessionLogout to the default menu, add a system submenu with common configuration tools in it (obconf, g-control-center, kcontrol)

16 years agoadd a gdm-control tool that lets you..control..gdm..
Dana Jansens [Sun, 2 Mar 2008 07:20:53 +0000 (02:20 -0500)]
add a gdm-control tool that lets you..control..gdm..

16 years agomake the prompt option default to 'true' for Exit and SessionLogout
Dana Jansens [Sun, 2 Mar 2008 08:18:38 +0000 (03:18 -0500)]
make the prompt option default to 'true' for Exit and SessionLogout

16 years agoadd a SessionLogout action
Dana Jansens [Sun, 2 Mar 2008 07:50:19 +0000 (02:50 -0500)]
add a SessionLogout action

16 years agoremove some debug prints
Dana Jansens [Sat, 1 Mar 2008 16:45:33 +0000 (11:45 -0500)]
remove some debug prints

16 years agoqueue hooks so that they don't run as each thing happens, instead run them at the...
Dana Jansens [Sat, 1 Mar 2008 06:52:38 +0000 (01:52 -0500)]
queue hooks so that they don't run as each thing happens, instead run them at the end.  keep the openbox code paths fast.

16 years agomake it $pid and $wid, it's a little faster this way and they look the same so why not
Dana Jansens [Sat, 1 Mar 2008 06:30:29 +0000 (01:30 -0500)]
make it $pid and $wid, it's a little faster this way and they look the same so why not

16 years agoMerge branch 'backport' into work
Dana Jansens [Sat, 1 Mar 2008 06:22:37 +0000 (01:22 -0500)]
Merge branch 'backport' into work

16 years agomove some code around in the execute action
Dana Jansens [Sat, 1 Mar 2008 06:21:55 +0000 (01:21 -0500)]
move some code around in the execute action

16 years agofix the menu's command for urxvt
Dana Jansens [Sat, 1 Mar 2008 06:16:18 +0000 (01:16 -0500)]
fix the menu's command for urxvt

16 years agoinstead of passing things to the environment, substitute $pid and $window inline...
Dana Jansens [Sat, 1 Mar 2008 05:52:49 +0000 (00:52 -0500)]
instead of passing things to the environment, substitute $pid and $window inline in the Execute command string

16 years agopass the targeted window's PID (if available) and WINDOW_ID to the environment of...
Dana Jansens [Sat, 1 Mar 2008 05:18:33 +0000 (00:18 -0500)]
pass the targeted window's PID (if available) and WINDOW_ID to the environment of the Execute action

16 years agoalways send the exact client to the hook's actions that the hook fired for
Dana Jansens [Sat, 1 Mar 2008 05:09:20 +0000 (00:09 -0500)]
always send the exact client to the hook's actions that the hook fired for

16 years agoGet hooks working
Dana Jansens [Sat, 1 Mar 2008 05:04:28 +0000 (00:04 -0500)]
Get hooks working

16 years agochange some of the hooks, and add all the hooks to the code so that they run
Dana Jansens [Sat, 1 Mar 2008 04:34:28 +0000 (23:34 -0500)]
change some of the hooks, and add all the hooks to the code so that they run

16 years agoAdd a hook system. They hooks don't run yet but they parse from the config file.
Dana Jansens [Sat, 1 Mar 2008 04:16:31 +0000 (23:16 -0500)]
Add a hook system.  They hooks don't run yet but they parse from the config file.

16 years agoMerge branch 'backport' into work
Mikael Magnusson [Fri, 29 Feb 2008 03:21:02 +0000 (04:21 +0100)]
Merge branch 'backport' into work

Conflicts:

openbox/client.c
openbox/screen.c

16 years agorender depends on obt, so make/install it first (fixes making deb package from it)
Dana Jansens [Fri, 29 Feb 2008 02:40:46 +0000 (21:40 -0500)]
render depends on obt, so make/install it first (fixes making deb package from it)

16 years agoRemove an unused variable.
Mikael Magnusson [Fri, 29 Feb 2008 02:18:12 +0000 (03:18 +0100)]
Remove an unused variable.

16 years agoUpdate brasilian portuguese translation.
Og Maciel [Thu, 28 Feb 2008 22:33:48 +0000 (23:33 +0100)]
Update brasilian portuguese translation.

16 years agoUpdate po/ with new strings, and update swedish translation.
Mikael Magnusson [Thu, 28 Feb 2008 21:37:18 +0000 (22:37 +0100)]
Update po/ with new strings, and update swedish translation.
Also add an overly long comment about translating FILE in the help output.

16 years agoVery inconsequential changes.
Mikael Magnusson [Thu, 28 Feb 2008 19:57:33 +0000 (20:57 +0100)]
Very inconsequential changes.

16 years agoFree copied glists when removing desktops.
Mikael Magnusson [Thu, 28 Feb 2008 19:40:52 +0000 (20:40 +0100)]
Free copied glists when removing desktops.

16 years agomake a nicer default menu with a lot of common apps in it
Dana Jansens [Thu, 28 Feb 2008 17:31:06 +0000 (12:31 -0500)]
make a nicer default menu with a lot of common apps in it

16 years agoIf a window is maximized and has FUNC_MAXIMIZE disabled, still let it unmaximize...
Dana Jansens [Thu, 28 Feb 2008 15:00:29 +0000 (10:00 -0500)]
If a window is maximized and has FUNC_MAXIMIZE disabled, still let it unmaximize.  When normal hints change and we reconfigure, the w/h of the window may not have changed - rather the minw/maxh etc may have changed.  So in client_try_configure always run through the code that checks them to see if the client should be resized or whatever.

16 years agoUpdate send-to-desktop menu in the client menu when ctrl-clicking and the client...
Mikael Magnusson [Thu, 28 Feb 2008 16:54:49 +0000 (17:54 +0100)]
Update send-to-desktop menu in the client menu when ctrl-clicking and the client is still visible, ie toggling omnipresent.

Also indicates which is the current desktop by moving the omnipresent
icon to it when the window is omnipresent. Do some refactoring and
cleanup so the net change is removal of lines, go me.

16 years agoTry to fix the off-by-one errors even more.
Mikael Magnusson [Thu, 28 Feb 2008 11:42:40 +0000 (12:42 +0100)]
Try to fix the off-by-one errors even more.

16 years agofix some off-by-one errors in edge finding for moving and resizing windows (bug 3506)
Dana Jansens [Thu, 28 Feb 2008 06:20:20 +0000 (01:20 -0500)]
fix some off-by-one errors in edge finding for moving and resizing windows (bug 3506)

16 years agoMerge branch 'backport' into work
Mikael Magnusson [Thu, 28 Feb 2008 05:20:50 +0000 (06:20 +0100)]
Merge branch 'backport' into work

Conflicts:

Makefile.am

16 years agoSimplify client_set_state.
Mikael Magnusson [Thu, 28 Feb 2008 03:25:31 +0000 (04:25 +0100)]
Simplify client_set_state.

16 years agoWhen showing a window's title in the kill prompt, if it doesn't have a title use...
Dana Jansens [Thu, 28 Feb 2008 04:11:08 +0000 (23:11 -0500)]
When showing a window's title in the kill prompt, if it doesn't have a title use its parent's (same way the focus cycle popup does)

16 years agoadd the autostart.sh.in to the dist targz instead of the autostart.sh
Dana Jansens [Thu, 28 Feb 2008 03:46:44 +0000 (22:46 -0500)]
add the autostart.sh.in to the dist targz instead of the autostart.sh

16 years agoinclude the xdg-autostart script in the dist targz
Dana Jansens [Thu, 28 Feb 2008 03:44:22 +0000 (22:44 -0500)]
include the xdg-autostart script in the dist targz

16 years agoclean up the execute action code, and free the prompt option string
Dana Jansens [Thu, 28 Feb 2008 03:19:59 +0000 (22:19 -0500)]
clean up the execute action code, and free the prompt option string

16 years agochange the yes/no buttons to Exit/Cancel for the exit prompt
Dana Jansens [Thu, 28 Feb 2008 03:14:11 +0000 (22:14 -0500)]
change the yes/no buttons to Exit/Cancel for the exit prompt

16 years agoset the right version in the new render and obt .pc files
Dana Jansens [Thu, 28 Feb 2008 02:12:42 +0000 (21:12 -0500)]
set the right version in the new render and obt .pc files

16 years agoobrender uses obt now, there is no obparser anymore
Dana Jansens [Thu, 28 Feb 2008 02:09:19 +0000 (21:09 -0500)]
obrender uses obt now, there is no obparser anymore

16 years agoMerge branch 'backport' into work
Dana Jansens [Thu, 28 Feb 2008 02:07:10 +0000 (21:07 -0500)]
Merge branch 'backport' into work

Conflicts:

openbox/actions/execute.c

16 years agosome new translated strings
Dana Jansens [Thu, 28 Feb 2008 02:04:04 +0000 (21:04 -0500)]
some new translated strings

16 years agoadd a boolean <prompt> option to the Exit action, which will ask before exiting openbox
Dana Jansens [Thu, 28 Feb 2008 01:43:28 +0000 (20:43 -0500)]
add a boolean <prompt> option to the Exit action, which will ask before exiting openbox

16 years agoGive the Execute action the <prompt> option
Dana Jansens [Thu, 28 Feb 2008 01:35:18 +0000 (20:35 -0500)]
Give the Execute action the <prompt> option

16 years agoMerge branch 'backport' into work
Dana Jansens [Thu, 28 Feb 2008 00:37:48 +0000 (19:37 -0500)]
Merge branch 'backport' into work

16 years agomake the xdg-autostart script get installed to PREFIX/lib/openbox, and make the autos...
Dana Jansens [Thu, 28 Feb 2008 00:21:16 +0000 (19:21 -0500)]
make the xdg-autostart script get installed to PREFIX/lib/openbox, and make the autostart.sh script look for it there.

16 years agoMerge branch 'backport' into work
Mikael Magnusson [Wed, 27 Feb 2008 03:50:41 +0000 (04:50 +0100)]
Merge branch 'backport' into work

Conflicts:

openbox/client.c
openbox/event.c
openbox/event.h

16 years agoUpdate po files with new strings, update swedish translation.
Mikael Magnusson [Wed, 27 Feb 2008 03:58:12 +0000 (04:58 +0100)]
Update po files with new strings, update swedish translation.

16 years agoChange the kill prompt buttons to "Cancel" and "End Process"/"Disconnect" (for local...
Dana Jansens [Wed, 27 Feb 2008 03:22:35 +0000 (22:22 -0500)]
Change the kill prompt buttons to "Cancel" and "End Process"/"Disconnect" (for local/remote apps)

16 years agoFix some typos and style in client.c, and add a comment.
Mikael Magnusson [Wed, 27 Feb 2008 02:59:25 +0000 (03:59 +0100)]
Fix some typos and style in client.c, and add a comment.
Also moves a comment from many places into one place.

16 years agoMake "Unnamed Window" translatable.
Mikael Magnusson [Wed, 27 Feb 2008 02:51:52 +0000 (03:51 +0100)]
Make "Unnamed Window" translatable.

16 years agoPass TRUE instead of FALSE to do what the comment says.
Mikael Magnusson [Wed, 27 Feb 2008 00:04:22 +0000 (01:04 +0100)]
Pass TRUE instead of FALSE to do what the comment says.

16 years agoVarious cleanups of event.c
Mikael Magnusson [Tue, 26 Feb 2008 13:49:49 +0000 (14:49 +0100)]
Various cleanups of event.c

Typo in debug message.
Improve some comments.
Space after comma.
Factor out compress_client_message_event.
Fold two ifs together.
Change duplicated case to fall through.

16 years agoRefactor the event handling for titlebar buttons a bit.
Mikael Magnusson [Tue, 26 Feb 2008 13:12:02 +0000 (14:12 +0100)]
Refactor the event handling for titlebar buttons a bit.

16 years agoadd xce-mcs-manager to the autostart.sh - run it if gsd is not found
Dana Jansens [Wed, 27 Feb 2008 02:17:26 +0000 (21:17 -0500)]
add xce-mcs-manager to the autostart.sh - run it if gsd is not found

16 years agoMerge branch 'backport' into work
Dana Jansens [Tue, 26 Feb 2008 08:15:21 +0000 (03:15 -0500)]
Merge branch 'backport' into work

16 years agoFixing bug from commit 041d17373e04
Dana Jansens [Tue, 26 Feb 2008 08:12:57 +0000 (03:12 -0500)]
Fixing bug from commit 041d17373e04

Pressing a button and leave/enter would cause the button to show hover mode, not pressed mode.  Change the behaviour back to how it used to be for pressing (the button stays pressed when you move outside of its box) and make it work correctly, as commit 041d17373e04 also did for menus.

Reverting this behaviour because it seems impossible to do the enter/leave stuff correctly for the close button on maximized windows.  Leaving the titlebar contexts doesn't give us an Enter event to go along with it, so even if we check all motion events, the button will flash unpressed when leaving the topright contexts.

16 years agoMerge branch 'backport' into work
Dana Jansens [Tue, 26 Feb 2008 06:00:26 +0000 (01:00 -0500)]
Merge branch 'backport' into work

16 years agochange the buttons in the kill prompt from "yes/no" which can be a little confusing...
Dana Jansens [Tue, 26 Feb 2008 05:59:25 +0000 (00:59 -0500)]
change the buttons in the kill prompt from "yes/no" which can be a little confusing to be more clear "cancel/force exit" so people won't do the wrong thing by accident so much

16 years agoshow the desktop change popup before mapping/unmapping all the windows
Dana Jansens [Tue, 26 Feb 2008 03:16:58 +0000 (22:16 -0500)]
show the desktop change popup before mapping/unmapping all the windows

this makes a big difference if the compmgr is being laggy trying to show windows

16 years agoMerge branch 'backport' into work
Dana Jansens [Fri, 22 Feb 2008 17:31:26 +0000 (12:31 -0500)]
Merge branch 'backport' into work

Conflicts:

openbox/menuframe.c
openbox/prompt.c
openbox/prop.c
openbox/prop.h

16 years agoAdd theme options for menu line separators.
Dana Jansens [Fri, 22 Feb 2008 17:12:20 +0000 (12:12 -0500)]
Add theme options for menu line separators.

Added:
 menu.separator.color
 menu.separator.width
 menu.separator.padding.width
 menu.separator.padding.height