summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-08-14Clean up.David Reveman1-10/+10
2007-08-14Check action type properly when comparing action values.David Reveman1-21/+40
2007-08-14Button actions should be initialized with CompActionStateInitEdgeDavid Reveman1-1/+2
2007-08-14Make sure initiate, terminate and state variables in actionDavid Reveman1-9/+15
2007-08-14Free list option values properly.David Reveman1-2/+7
2007-08-14Avoid using binding type when determining if actionDavid Reveman1-27/+21
2007-08-14Trigger edge button events properly.David Reveman1-2/+7
2007-08-14Update parsing of edge metadata.David Reveman1-19/+7
2007-08-14Remove complex action option initialization.David Reveman1-97/+0
2007-08-14Fix edge string parsing.David Reveman1-19/+21
2007-08-13Switch to new action option types for all core options. MostDavid Reveman1-37/+38
2007-08-13Add passive grabs and update event handling to triggerDavid Reveman3-10/+13
2007-08-13Add isActionOption function.David Reveman1-0/+17
2007-08-13Add edge modifiers. Deprecates edge button functionality.David Reveman2-20/+113
2007-08-13Add bell option, which is just a bell only action option.David Reveman2-0/+40
2007-08-13Add edge option, which is just a edge only action option.David Reveman2-0/+112
2007-08-13Add button-binding option, which is just a button-binding onlyDavid Reveman2-0/+53
2007-08-13Add key-binding option, which is just a key-binding onlyDavid Reveman2-0/+53
2007-08-12Use equalRange when checking if new value is equal toDavid Reveman1-4/+7
2007-08-12Make compInitOptionValue and compFiniOptionValue available toDavid Reveman1-5/+11
2007-08-09Fix many function declarations that were missing the 'const'David Reveman8-44/+44
2007-08-09Cleanup.David Reveman1-1/+2
2007-08-09Avoid use of strcasestr and case insensitive matching ofDavid Reveman1-3/+1
2007-08-07This should be taken care of by unhookWindowFromScreen.David Reveman1-6/+0
2007-08-07Reduce code by using findWindowAtScreen inDavid Reveman1-26/+7
2007-08-07Avoid using lastFoundWindow in findWindowAtDisplay.David Reveman1-14/+7
2007-08-07Usage of lastFoundWindow in findTopLevelWindowAtDisplay isDavid Reveman1-14/+7
2007-08-07Revert "Select for focus change events on frame windows."David Reveman1-1/+1
2007-08-07Select for focus change events on frame windows.David Reveman1-1/+1
2007-08-07Add CompNoMask to REAL_MOD_MASK.David Reveman1-2/+2
2007-08-06Add XCB connection handle to CompDisplay.David Reveman1-0/+2
2007-08-03Remove .cvsignore files.David Reveman1-5/+0
2007-07-31Add missing NULL check.David Reveman1-0/+4
2007-07-31Removed useless testRoland Baer1-1/+1
2007-07-30Have focusDefaultWindow try to focus the window under the pointerDavid Reveman1-13/+27
2007-07-30Revert "First attempt to focus the window under the pointer if 'click to focu...David Reveman1-35/+0
2007-07-30Make sure some window is focused properly at start up.David Reveman1-0/+4
2007-07-30Clean up.David Reveman1-2/+6
2007-07-29Restore window geometry of fullscreen and maximized windowsDavid Reveman1-1/+14
2007-07-29Use configureXWindow to move the window as moveWindow functionDavid Reveman1-2/+6
2007-07-29Initialize placed variable for initially mapped windowsDavid Reveman2-5/+3
2007-07-29Map hidden windows before exiting.David Reveman1-0/+13
2007-07-29Don't try to bind window again if it failed previously.David Reveman1-0/+4
2007-07-29We can't unset the damaged flag just because the bind failedDavid Reveman1-1/+0
2007-07-29Make sure initially mapped windows are considered mapped andDavid Reveman1-13/+13
2007-07-29Initialize iconifyied windows properly.David Reveman1-12/+32
2007-07-28Avoid window that we're trying to restack, restackWindowBelow canDavid Reveman1-1/+1
2007-07-27Skip windows that we should avoid stacking relative to.David Reveman1-5/+13
2007-07-26Make sure restackWindowBelow is able to put a window atDavid Reveman1-17/+18
2007-07-24Make server-side RANDR support optional.David Reveman3-15/+19