summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-18adjust choosing to focus new windows, make it more strict.Dana Jansens
eat all Enter events when unmapping a window so focus fallback can be more smarter..
2003-04-18dont need to syncDana Jansens
2003-04-18check for client_normal before focusingDana Jansens
2003-04-18when unfocusing a window (e.g. unmanaging) try fallback to transient ↵Dana Jansens
relations, if that fails, try group relations, then fallback to other window.
2003-04-18try focus other transients of the parent window when a transient falls back ↵Dana Jansens
before focusing the parent
2003-04-18unset it AFTER using it...Dana Jansens
2003-04-18unset the client when done moveresizingDana Jansens
2003-04-18don't wait(), the glib function does that for us woot.Dana Jansens
2003-04-18more strict rules on what will be focused by the focusNew option in the rc3. ↵Dana Jansens
only strictly NORMAL windows will be focused, not dialogs or anything else when they are mapped.
2003-04-18comment typoDana Jansens
2003-04-18watch out when unmanaging a window, that it is not being move/resizedDana Jansens
2003-04-17a) put transient windows on the same desktop as their parentDana Jansens
b) if a window is attempted to be focused but it is not on the current desktop, then move it to the top of the focus order on its desktop
2003-04-17distribute focus when entering/leaving show-the-desktop modeDana Jansens
2003-04-17remove debug printDana Jansens
2003-04-17add the left/right/top/bottom direction arrows and use them for resizing ↵Dana Jansens
those ways
2003-04-17net_WM!@^&(Dana Jansens
2003-04-17use the right clientDana Jansens
2003-04-17dont use the client if there is noneDana Jansens
2003-04-17dont ignore all Virtual pointer eventsDana Jansens
2003-04-1702:33 (@xor) omg yesDana Jansens
02:33 (@xor) grid workspace cycling of d3th
2003-04-17fix grip workspace cyclingDana Jansens
2003-04-17fix up support for moveresize. make keyboard grabs Async so that i can hit ↵Dana Jansens
escape to cancel a moveresize process.
2003-04-17do not shadow parameter plsDana Jansens
2003-04-17initialize start_x/yDana Jansens
2003-04-17add support for interactive/keyboard move/resizeDana Jansens
2003-04-17add support for net_moveresize_window and net_wm_moveresizeDana Jansens
2003-04-17use the new cursor defn'sDana Jansens
2003-04-17use the new ptr cursor defnDana Jansens
2003-04-17move the move/resize functionality into moveresize.c, for use with the netwm ↵Dana Jansens
atoms. use it from teh plugins. combine the two actions.
2003-04-17put text centered in the popup dialog properlyDana Jansens
2003-04-17make alt-middle the default resize bindingDana Jansens
2003-04-17add more cursors for move/resizing, and use the arrows not the angle bracketsDana Jansens
2003-04-17grab pointer during cycling to remove focus screwups from focus-follows-mouse.Dana Jansens
grab during move/resize and assign a cursor while doing the move/resize too!
2003-04-17save the client and context during drags since a pointer grab will change themDana Jansens
2003-04-17ignore virtual crossing events..Dana Jansens
2003-04-17that was dumb, it was metacity's faultDana Jansens
2003-04-17only cycle to visible windowsDana Jansens
2003-04-16dont send menu events to pluginsDana Jansens
2003-04-16show the root menu on right clickDana Jansens
2003-04-16menus works on some level. add a built-in root menuDana Jansens
2003-04-16code cleanupDana Jansens
2003-04-16when flags are not set assume bette defaultsDana Jansens
2003-04-16raise menus above clients.Dana Jansens
hilight menu entries as the cursor passes over them.
2003-04-16save the window ids in a map for the menusDana Jansens
2003-04-16only change the group info if the group flag is setDana Jansens
2003-04-16only add transients if we are IN a groupDana Jansens
2003-04-16oops nmDana Jansens
2003-04-16less ()s cleanupDana Jansens
2003-04-16remove transients before removing ourlselves from teh groupDana Jansens
2003-04-16set the group to null when removeing ourselves from itDana Jansens