summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 some tests which i didnt add before, and the new groupmodal testDana 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-27add the focus options documentation to the mouse focus exampleDana Jansens
2007-05-27properly align stuff when the icon is on the right sideDana Jansens
2007-05-27update catalan translationMikael Magnusson
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-27document the focus optionsDana Jansens
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-27fix a stringMikael Magnusson
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-27update slovak translation, and fix some errors i made in the portuguese ↵Mikael Magnusson
translations wrt encoding
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
2007-05-27always set all the coords, as the x/y only change when resizing the border tooDana Jansens
2007-05-26this fits in 80 cols on one line and oh my god I wrote where instead of ↵Mikael Magnusson
we're :(((((((((((((((((( sad face
2007-05-26don't fake an enter event if where still in the same windowMikael Magnusson
2007-05-26only readjust the frame size when the client needs to be resizedDana Jansens
2007-05-26fix for not changing clients' border widths on themDana Jansens
2007-05-26don't change clients' bordersDana Jansens
2007-05-26we set borderwidth to 0 so always give that to the client consistentlyDana Jansens
2007-05-26send the client's border width in configurenotify messages, so it can get ↵Dana Jansens
the right offset
2007-05-26let you unfocus/lower stuff in press actions. it'll be okayDana Jansens