summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2007-05-28a better ordering for mapping window configure eventsDana Jansens
configure the window to find where it will actually be, with all the startup states off. then apply the startup states to those dimensions
2007-05-28fix commentDana Jansens
2007-05-28tell the ksplash screen we've started up, through the dcop command line ↵Dana Jansens
program, if it's around
2007-05-28set the current theme in a root propertyDana Jansens
2007-05-28remove ob_config atom, its not usedDana Jansens
2007-05-28final touches for r6990-6992Dana Jansens
2007-05-28missed oneDana Jansens
2007-05-28better more obvious codeDana Jansens
2007-05-28call client_reconfigure after setup_decor_and_functions to make the changes ↵Dana Jansens
appear
2007-05-28fix a commentDana Jansens
2007-05-28make mouse clicks higher up in the menu select the submenuDana Jansens
2007-05-28dont make motions in menus outside of the active menu, its child, and its ↵Dana Jansens
parent, do anything
2007-05-28OPTIMZIEDana Jansens
2007-05-287/16 opacity! hehDana Jansens
2007-05-283/8 opacity for iconic windowsDana Jansens
2007-05-28make iconic windows have 50% opacity in the alt-tab boxDana Jansens
2007-05-28update the strut when strut_partial changesDana Jansens
2007-05-28dont count non-normal windows as parents, in the group tooDana Jansens
2007-05-28typo again!?Dana Jansens
2007-05-28dont count non-normal windows as parentsDana Jansens
2007-05-28typo and ()sDana Jansens
2007-05-28don't give focus to transient when it is ambiguous, but only if they have a ↵Dana Jansens
parent
2007-05-28properly search for a focused window in the transient treeDana Jansens
2007-05-28do try_configure to find out what width the window will actually be, before ↵Dana Jansens
adjust the x/y based on gravity, if they didn't specify the x/y
2007-05-28when compressing motion events use both xy and rootxyDana Jansens
2007-05-28add a comment and make it smarter about when to let you focus cycle to ↵Dana Jansens
windows with modal children
2007-05-28add a commentDana Jansens
2007-05-28when you focus a window, bring any modal children it has to that desktopDana Jansens
when falling back, return the window which actually was focused by client_focus let you focus cycle to windows when their modal window is on another desktop (it will be brought over)
2007-05-28put transients on the current desktop when their parent is on all desktopsDana Jansens
2007-05-27properly align stuff when the icon is on the right sideDana Jansens
2007-05-27only hilight the first entry when opening the menu with a keybindMikael Magnusson
2007-05-27ignore focusout notifyungrab.Dana Jansens
fix focus bug in firefox where you use gmarks popup and when you go to a page with it, it think focus went to a black hole
2007-05-27make focuslast only apply to switching desktops, like 3.3.1Dana Jansens
2007-05-27unused variablesDana Jansens
2007-05-27put xerrors in the debug output when they are being ignoredDana Jansens
2007-05-27when colormap changes and it is installed, reinstall the new oneDana Jansens
also add a debug print
2007-05-27improve the colormap setting codeDana Jansens
2007-05-27mssing a break; *^^;*Dana Jansens
2007-05-27debug prints improvedDana Jansens
2007-05-27only 1 unmap is generated when we reparent the window at startup. not sure ↵Dana Jansens
when this changed but weve changed our eventmasks, or maybe it was always wrong. but yeh.
2007-05-27when an app doesn't specify PPosition or USPosition, then assume its PPositionDana Jansens
2007-05-27don't crash when you press enter with nothing selected in the menuMikael Magnusson
2007-05-27hilight the first normal entry also if there is a menuheader/separator before itMikael Magnusson
2007-05-27fix formattingDana Jansens
2007-05-27fix window gravity when there is a border widthDana Jansens
2007-05-27debug print modified and the confignotify testDana Jansens
2007-05-27don't set the above member in synthetic configurenotify eventsDana Jansens
add more output in confignotify test
2007-05-27only need to call xconfigurewindow onceDana Jansens
2007-05-27don't queue focusing actions. so they don't hide the menu right awayDana Jansens
2007-05-27don't set the global moving state unless the move/resize is acceptedDana Jansens