summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2007-05-29brackets ftw. opacity for rgba's works.Dana Jansens
2007-05-29set alpha based on iconicness in client list menusMikael Magnusson
2007-05-29set the alpha based on iconicnessDana Jansens
2007-05-29alpha :x not widthDana Jansens
2007-05-29add the rgba alpha to the menu entriesDana Jansens
2007-05-29put an alpha channel in the rgba textureDana Jansens
2007-05-29fix hack for windows moving by their decor sizeDana Jansens
2007-05-29no pointless using of the comma operatorMikael Magnusson
2007-05-29make next/previouswindow and dirfocus actions show the focus_cycle_indicator ↵Mikael Magnusson
even if they target the focused window, remove an unused variable from focus_cycle but not from focus_directional_cycle, there we use it to fix the aforementioned indicator.
2007-05-29wasted checked, configure will do them for usDana Jansens
2007-05-28give the client a 0 border again.Dana Jansens
2007-05-28have the clientpadding color show during resize, and no flashing on unmap. ↵Dana Jansens
we win !
2007-05-28get rid of the plate windowDana Jansens
2007-05-28get rid of the "inner" windowDana Jansens
2007-05-28when focus goes to the root window, and it is coming from another screen, ↵Dana Jansens
fall back to a client
2007-05-28use new functions to cancel key grabsDana Jansens
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