summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-15sync with bb-cvs.Dana Jansens
Add the if(sticky) check back into the changing-transient-state code.. test this with vanrijn/bbkeys/klaunch!
2002-08-15better track of the last window on a screen.Dana Jansens
2002-08-15sync with bb-cvsDana Jansens
2002-08-14oops. buglet. extra for loopScott Moynes
2002-08-14testing whether i caused a bug with this codeDana Jansens
2002-08-14properly watch for windows on other workspaces when mapping.Dana Jansens
2002-08-14remove the net_wm_desktop/state hints from a window when we stop managing ↵Dana Jansens
it, so that if an app reuses the window, we don't place it on the wrong workspace the second time.
2002-08-14added the ability to have numeric arguments for the cycle window/workspace ↵Scott Moynes
functions. eg. Control-Mod1-Down nextWorkspace 6; Control-Mod1-Right nextWorkspace; Would allow some form of relative workspace flipping. It might be much less useful for cycling windows.
2002-08-13dont let windows get initially mapped when they arent on the current workspaceDana Jansens
2002-08-13don't actually focus windows when adding them to the current workspace. this ↵Dana Jansens
is already handled elsewhere, ands the window probably isnt evenmapped yet
2002-08-13resize with alt+right click in all the same places that alt+left click movesDana Jansens
2002-08-13don't make Decor_Close depend on MWM hints. Thats not part of them.Dana Jansens
2002-08-12fix whitespaceDana Jansens
2002-08-10allow the user to specify the modmask used to mouse events on windowsDana Jansens
2002-08-10add the FlatBorder texture typeDana Jansens
2002-08-10when updating the client menu for windows that aren't in the client menu, ↵Dana Jansens
just ignore the request gracefully
2002-08-10sync with bb-cvsDana Jansens
2002-08-10support the blackbox hints right and the blackbox attributes for decoration ↵Dana Jansens
state
2002-08-10reconfigure wont break decor highlighting nowDana Jansens
2002-08-09set a window's decorations based on mwm and window type. Ignore the ↵Dana Jansens
different blackbox 'levels' since they arent ever used anyways. This makes toggling a window's decor always work right too! Also, make XGrabServer calls while workspace warping ot make sure another window isnt grabbed in place of the one thats warping
2002-08-09fixed spelling mistakeScott Moynes
2002-08-09handle toolbars and utility windows proper. also, no more crashes from ↵Dana Jansens
kpager (i really hope :P), at least not the same way
2002-08-08sync with blackbox-cvsDana Jansens
2002-08-08don't let windows snap to themselfDana Jansens
2002-08-08allow modifierless root keysDana Jansens
2002-08-08adding egnerated files to cvsDana Jansens
2002-08-08watch for a failed opening of the X server!Dana Jansens
2002-08-08watch for transient == ~0ulDana Jansens
2002-08-08use the old method for showing windows on workspace changeDana Jansens
2002-08-08A few bug fixes and change the config to case insensitive and be moreScott Moynes
tolerant of errors.
2002-08-07better support for relative resizingDana Jansens
2002-08-07support better resizing a delta value instead of an absolute valueDana Jansens
2002-08-07add the yacc/lex generated stuffDana Jansens
2002-08-07sendTo and goto workspaces both need to start at 0, not 1Dana Jansens
2002-08-07fixed change workspace and indentingScott Moynes
2002-08-07drop the ""'s from actions' string argumentsDana Jansens
2002-08-07build the yacc/lex stuffDana Jansens
2002-08-07include the right header and cast to avoid warningsDana Jansens
2002-08-07fix std:: namespace problemsDana Jansens
2002-08-07subtract 1 from teh workspace number specifiedDana Jansens
2002-08-07sync with blackboxDana Jansens
2002-08-06sync with bb-cvsDana Jansens
2002-08-06disable things in the placement menu when they dont have any effect for the ↵Dana Jansens
selected placement type
2002-08-06bad patchScott Moynes
2002-08-06added the lex source fileScott Moynes
2002-08-06Big fat merge for epist.Scott Moynes
This adds a config parser, chaining, and a tonne of other stuff. Still need to fix up build system for the lex and yacc stuff.
2002-08-06perhaps fix a segfault hereDana Jansens
2002-08-06dont snap things around crazy with small windows in resistance modeDana Jansens
2002-08-06perhaps fix an infinate loop in here..Dana Jansens
2002-08-03add a sanity check for the snap offset, limiting it to 50Dana Jansens