summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-08-02change default resistance to 18Dana Jansens
2002-08-02add the resource for the window snapping offsetDana Jansens
2002-08-02save the window-to-window snapping rightDana Jansens
2002-08-02honor the snap_offset properly for windows, and for edges(?)Dana Jansens
2002-08-02snap to windows/edges an optional offset awayDana Jansens
2002-08-02had an extra window placement menuDana Jansens
2002-08-02keep the new menus on top of normal windowsDana Jansens
2002-08-02redraw menu checkmarks when needed, this was broken since they're on the ↵Dana Jansens
opposite side of the menu now
2002-08-02Enable corner snapping option for both snap typesDana Jansens
2002-08-02add cvsignore fileDana Jansens
2002-08-02add config menu entries for all the new window snapping/resistance optionsDana Jansens
2002-08-02add rc options for window snapping/resistanceDana Jansens
2002-08-02snapping/resistance is optional for window and edge snappingDana Jansens
2002-08-02snap to bottoms too =]Dana Jansens
2002-08-02window resistance completeDana Jansens
2002-08-02more resistance working. edge of screen works right nowDana Jansens
2002-08-02stab #3. window-to-window works. window-to-screen doesntDana Jansens
2002-08-02second stab at resistanceDana Jansens
2002-08-02first stab at window resistance instead of snappingDana Jansens
2002-08-02dont switch workspaces when focusing a sticky windowDana Jansens
2002-08-02replace frobozz with the original from kyleDana Jansens
2002-08-02add some new styles for 2.0 from miklosDana Jansens
2002-08-02try make bootstrap work in one pass for other people..Dana Jansens
2002-08-02make xft support default onDana Jansens
2002-08-01remove the "exec " from the command for running menu stuff so that normal ↵Dana Jansens
shell things work right in the menu
2002-07-30remove sticky windows from other workspaces when unsticking. stop the abuse ↵Dana Jansens
of stick()! dont just re-call it!
2002-07-30don't focus non-visible windowsDana Jansens
2002-07-29since !isNormal windows cant focus from mouse enter events anyays, we don't ↵Dana Jansens
need to unmap them/remap them on workspace changes, so we don't. this way they dont flash.