summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-20added window cyclingDana Jansens
2002-07-20line up the varsDana Jansens
2002-07-20make the returned action list a const referenceDana Jansens
2002-07-20make the action list returned a constDana Jansens
2002-07-20remove some debug coutsDana Jansens
2002-07-20make shading workDana Jansens
2002-07-20dont pass bound keys through to the applicationDana Jansens
2002-07-20some cleanups and such.Dana Jansens
2002-07-20Added changeWorkspace() and a broken toggleShaded()Scott Moynes
2002-07-19properly scope thse stl stuff please!Dana Jansens
2002-07-19add file headers and couple fixupsDana Jansens
2002-07-19no need to scope hereDana Jansens
2002-07-19add a count to the actions enumDana Jansens
2002-07-19make both for's work teh same wayDana Jansens
2002-07-19insert some whitespaceDana Jansens
2002-07-19added contructor for the actionsScott Moynes
2002-07-19fix typosDana Jansens
2002-07-19add ifdefs for config.hDana Jansens
2002-07-19use the _variable member naming conventionDana Jansens
2002-07-19make epist not build with the rest of the source treeDana Jansens
2002-07-19screwed up the order in which hints were retrieved on windows. this actualy ↵Dana Jansens
turns out to be important :)
2002-07-19make HUP reconfigure as in blackbox. make USR1 restart insteadDana Jansens
2002-07-19changing the number of workspaces in the rc does something without ↵Dana Jansens
restarting now!
2002-07-19Added an action class and started the even handler.Scott Moynes
2002-07-19don't try to show windows which are already shown. this also ends up fixing ↵Dana Jansens
an elusive segfault.
2002-07-19only focus new transient windows if their parent has the input focusDana Jansens
2002-07-19dont reconfigure during startup. thats a waste and screws up stuff!Dana Jansens
2002-07-18make the bullet, checkmark, and text, all the same color in the menuDana Jansens
2002-07-18updated todo. took out things we have done. added new goal for 3.0.Dana Jansens
2002-07-18select the focused window in the workspace menuDana Jansens
2002-07-18add cvsignoreDana Jansens
2002-07-18fix some capitalisationsDana Jansens
2002-07-18move the checkmarks to the opposite side of the bullets. This means they ↵Dana Jansens
still can be used in the workspace menu for the focused workspace.
2002-07-17change the color used for the checkmark. match the text. dont check the ↵Dana Jansens
current workspace in the workspace menu.
2002-07-17new checkmark for the menusDana Jansens
2002-07-17added some notes about a config file formatScott Moynes
2002-07-16reverse the ifDana Jansens
2002-07-16dont put non-normal windows in the stacking list. they dont show up in ↵Dana Jansens
theclient list either.
2002-07-16adjust goals for 2.0Dana Jansens
2002-07-16add for ClickMousePlacementDana Jansens
2002-07-16much awesome support for special windows like panels/desktops.Dana Jansens
All 'non-normal' windows are treated equally now, with a fe wexceptionms for the desktop for stacking. Fix some ClicmMousePlacement bugs while we're at it.
2002-07-16put the assert back. better solution in mindDana Jansens
2002-07-16taking out an assert that only causes problemsDana Jansens
2002-07-16Click Mouse Placement is BACK!#!#Dana Jansens
2002-07-16add sendClientMessageDana Jansens
2002-07-16screw that change. the next releaase will be 2.0.0!Dana Jansens
2002-07-16change the version number back a bit. preparing for a testing release.Dana Jansens
2002-07-16switch workspaces if neccessary for a NET_WM_ACTIVE_WINDOW ClientMessageDana Jansens
2002-07-16make bbkeys' cycliong work right, how it used to. instead of working like ↵Dana Jansens
supoprt for brokenass kwin does
2002-07-16dont reposition non-normal/dialog windows when they get focus, such as kde's ↵Dana Jansens
kicker, if they are off screen. they are special and may be doing this on purpose