summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-03-01pass the targeted window's PID (if available) and WINDOW_ID to the ↵Dana Jansens
environment of the Execute action
2008-03-01always send the exact client to the hook's actions that the hook fired forDana Jansens
2008-03-01Get hooks workingDana Jansens
2008-02-29change some of the hooks, and add all the hooks to the code so that they runDana Jansens
2008-02-29Add a hook system. They hooks don't run yet but they parse from the config ↵Dana Jansens
file.
2008-02-29Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/screen.c
2008-02-28render depends on obt, so make/install it first (fixes making deb package ↵Dana Jansens
from it)
2008-02-29Remove an unused variable.Mikael Magnusson
2008-02-28Update brasilian portuguese translation.Og Maciel
2008-02-28Update po/ with new strings, and update swedish translation.Mikael Magnusson
Also add an overly long comment about translating FILE in the help output.
2008-02-28Very inconsequential changes.Mikael Magnusson
2008-02-28Free copied glists when removing desktops.Mikael Magnusson
2008-02-28make a nicer default menu with a lot of common apps in itDana Jansens
2008-02-28If a window is maximized and has FUNC_MAXIMIZE disabled, still let it ↵Dana Jansens
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.
2008-02-28Update send-to-desktop menu in the client menu when ctrl-clicking and the ↵Mikael Magnusson
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.
2008-02-28Try to fix the off-by-one errors even more.Mikael Magnusson
2008-02-28fix some off-by-one errors in edge finding for moving and resizing windows ↵Dana Jansens
(bug 3506)
2008-02-28Merge branch 'backport' into workMikael Magnusson
Conflicts: Makefile.am
2008-02-28Simplify client_set_state.Mikael Magnusson
2008-02-27When showing a window's title in the kill prompt, if it doesn't have a title ↵Dana Jansens
use its parent's (same way the focus cycle popup does)
2008-02-27add the autostart.sh.in to the dist targz instead of the autostart.shDana Jansens
2008-02-27include the xdg-autostart script in the dist targzDana Jansens
2008-02-27clean up the execute action code, and free the prompt option stringDana Jansens
2008-02-27change the yes/no buttons to Exit/Cancel for the exit promptDana Jansens
2008-02-27set the right version in the new render and obt .pc filesDana Jansens
2008-02-27obrender uses obt now, there is no obparser anymoreDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/execute.c
2008-02-27some new translated stringsDana Jansens
2008-02-27add a boolean <prompt> option to the Exit action, which will ask before ↵Dana Jansens
exiting openbox
2008-02-27Give the Execute action the <prompt> optionDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
2008-02-27make the xdg-autostart script get installed to PREFIX/lib/openbox, and make ↵Dana Jansens
the autostart.sh script look for it there.
2008-02-27Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/event.c openbox/event.h
2008-02-27Update po files with new strings, update swedish translation.Mikael Magnusson
2008-02-26Change the kill prompt buttons to "Cancel" and "End Process"/"Disconnect" ↵Dana Jansens
(for local/remote apps)