summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-03don't save our state for SmSaveGlobal session saves, just Local onesDana Jansens
2008-03-03use SmSaveGlobal to log out. this will make apps save their documents or ↵Dana Jansens
whatever so that you don't lose things, but it won't take a snapshot of the current session
2008-03-03Add new strings to the very outdated hr.po file (which is not activated).Mikael Magnusson
2008-03-03Update french translation and fix a typo in actions/session.cCyrille Bagard
2008-03-03Change ja and pt_BR back to 3.4.6.1 as they now have untranslated strings again.Mikael Magnusson
2008-03-03Update swedish translation.Mikael Magnusson
Was a bit inconsistent with capitalizing titles.
2008-03-02Merge branch 'backport' into workDana Jansens
2008-03-02change the logout button to same capitilization as the title, and update ↵Dana Jansens
translatable strings
2008-03-02be consistent with logout vs log out useDana Jansens
2008-03-02add the new translatable stringsDana Jansens
2008-03-03Update swedish translation.Mikael Magnusson
2008-03-02show the kill dialog if something doesn't respond for 6 seconds instead of 3Dana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/execute.c openbox/event.c openbox/openbox.c openbox/openbox.h
2008-03-02add a title to the session logout confirm promptDana Jansens
2008-03-02allow prompts to have titles specified. show a prompt when there are syntax ↵Dana Jansens
errors in the xml config files.
2008-03-02show an error message when parsing syntax errors are encountered in the ↵Dana Jansens
openbox config files
2008-03-02add a cleanup callback to the prompt interface. when the prompt's callback ↵Dana Jansens
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
2008-03-02the #ifdef was backwards for using SM or notDana Jansens
2008-03-02add a RECONFIGURING state, and enter that when doing reconfiguringDana Jansens
2008-03-02glib already prints a verbose error message when execute fails. don't add a ↵Dana Jansens
second level of useless verbosity to that
2008-03-02use g_debug for debug messagesDana Jansens
2008-03-02show prompts when printing error messagesDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
2008-03-02make code to show a prompt when you just want to display and message and not ↵Dana Jansens
do anything when the user presses the button
2008-03-02make the SessionLogout action always available but it shows an error if you ↵Dana Jansens
use it and Openbox wasn't built with SM support
2008-03-02Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/actions/desktop.c openbox/actions/if.c
2008-03-02Update portuguese translation.Mikael Magnusson
2008-03-02Update japanese translation with the last couple of strings.Ryoichiro Suzuki
2008-03-02don't steal focus from windows you are typing in, even if the new window is ↵Dana Jansens
a relative
2008-03-02display the NotShowIn stuff correctlyDana Jansens
2008-03-02Update japanese translation. ChuRyoichiro Suzuki
2008-03-02an else disappeared somehowDana Jansens
2008-03-02some modifications to xdg-autostart based on suggestions from the PyXDG ↵Dana Jansens
maintainer
2008-03-02Don't run actions in If in reverse order.Mikael Magnusson
2008-03-02Super miniscule optimization.Mikael Magnusson
2008-03-02missing a headerDana Jansens
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c
2008-03-02don't let you use left to go "up to parent" on menus which don't have any parentDana Jansens
2008-03-02add cups manager to the default menuDana Jansens
2008-03-02add SessionLogout to the default menu, add a system submenu with common ↵Dana Jansens
configuration tools in it (obconf, g-control-center, kcontrol)
2008-03-02add a gdm-control tool that lets you..control..gdm..Dana Jansens
2008-03-02make the prompt option default to 'true' for Exit and SessionLogoutDana Jansens
2008-03-02add a SessionLogout actionDana Jansens
2008-03-01remove some debug printsDana Jansens
2008-03-01queue hooks so that they don't run as each thing happens, instead run them ↵Dana Jansens
at the end. keep the openbox code paths fast.
2008-03-01make it $pid and $wid, it's a little faster this way and they look the same ↵Dana Jansens
so why not
2008-03-01Merge branch 'backport' into workDana Jansens
2008-03-01move some code around in the execute actionDana Jansens
2008-03-01fix the menu's command for urxvtDana Jansens
2008-03-01instead of passing things to the environment, substitute $pid and $window ↵Dana Jansens
inline in the Execute command string