summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-15basename() returns a string sometimes.. go shaleh. but this makes it work ↵Dana Jansens
both ways.
2002-08-15no more relaventDana Jansens
2002-08-15fix nls' that didnt buildDana Jansens
2002-08-15fix the ko_KR makefile so it buildsDana Jansens
2002-08-15this file is generated,and not supposed to eb in cvsDana Jansens
2002-08-15build something when theres no xft supportDana Jansens
2002-08-15make sure the increments are > 0.Dana Jansens
2002-08-15build epist normally, dont link in stuff it doenst need to yetDana Jansens
2002-08-15capsDana Jansens
2002-08-15add the paper themeDana Jansens
2002-08-15had the wrong name in itDana Jansens
2002-08-15s/black/openDana Jansens
2002-08-15new 2.0 authors/contributorsDana Jansens
2002-08-15add all the changes made for 2.0.0 to the changelogDana Jansens
2002-08-15sync with bb-cvsDana Jansens
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