]> code.delx.au - spectrwm/history - scrotwm.c
Not sure if this works but at least has a fighting chance.
[spectrwm] / scrotwm.c
2009-02-07 Ryan McBrideLet scrotwm adjust the font size on xterms as it squish...
2009-02-07 Ryan McBrideTry to keep track of the previous focus in each workspa...
2009-02-04 Ryan McBrideMore stacking cleanup, and fix the divide-by-zero repor...
2009-02-03 Marco PeereboomBump version for snap
2009-02-03 Marco Peereboom*sigh* fix corner case where windows were being mapped...
2009-02-03 Marco PeereboomAdd gimp as a full floating app and fix missing floaters.
2009-02-03 Marco PeereboomAdd M-S-i for windows-envy multiscreen support. This...
2009-02-03 Ryan McBrideBetter, hopefully math-exception-free logic for multi...
2009-02-03 Ryan McBrideAdd M-S-, and M-S-. keybindings to add and remove colum...
2009-02-03 Ryan McBrideMore cleanup found while debugging my last silly mistake.
2009-02-03 Marco PeereboomOops from mcbride and some style and a comment.
2009-02-03 Ryan McBrideSubscribe to xrandr events, and update our regions...
2009-02-03 Marco PeereboomCheck if we are changing workspaces and only unmanage...
2009-02-03 Marco PeereboomOops do some focus magic just as before. Note this...
2009-02-03 Marco PeereboomAdd quirk for retarded dialog window sizes and make...
2009-02-01 Ryan McBrideSupport user-defined regions. Lets you split monster...
2009-02-01 Ryan McBrideSilence format string warnings with debug enabled;
2009-02-01 Marco PeereboomAdd lock screen
2009-02-01 Marco PeereboomBump version for snap
2009-02-01 Marco Peereboomno {} around DNPRINTF.
2009-02-01 Ryan McBridePut transient windows into the current workspace, regar...
2009-02-01 Ryan McBrideDrag tiled windows to floating; toggle windows between...
2009-01-30 Marco PeereboomMake resize smarter so that M-M3 resizes the window...
2009-01-30 Marco PeereboomAdd version to bar when M-S-v is pressed. We will...
2009-01-30 Marco PeereboomFix a silly crash
2009-01-29 Marco PeereboomFix smaller than possible resize.
2009-01-29 Marco PeereboomAdd move window as well.
2009-01-29 Marco PeereboomMove mouse back onto the border to retain focus on...
2009-01-29 Marco PeereboomResize transient & floating windows with alt-mouse3...
2009-01-29 Marco PeereboomMove class names into ws_win; this will make debug...
2009-01-29 Marco PeereboomAdd class code so that we can quirk certain apps.
2009-01-28 Marco PeereboomMake full screen actually full screen and move window...
2009-01-28 Marco PeereboomKNF
2009-01-28 Marco Peereboomopen /dev/null on stdin during spawn. pointed out...
2009-01-28 Marco PeereboomMove some more declarations to where they belong.
2009-01-28 Marco PeereboomBump version to roll a snap
2009-01-27 Marco PeereboomPrevent acessing pointer that has been freed.
2009-01-27 Marco PeereboomAdd cycle through regions; aka move pointer.
2009-01-27 Marco PeereboomAdd screenshot_app to conf
2009-01-27 Marco PeereboomDo screenshots and add example script for it.
2009-01-27 Marco PeereboomBad mcbride leaking memory and char * in the wrong...
2009-01-25 Marco PeereboomMove int back where it belongs.
2009-01-25 Ryan McBrideAdjust window sizes to match height and width increment...
2009-01-25 Ryan McBrideSupport placing the master area on the opposite side.
2009-01-25 Ryan McBrideReplace the vertical_stack() and horizontal_stack(...
2009-01-25 Marco PeereboomMapRaised in max_stack to bring window into focus.
2009-01-25 Marco PeereboomAdd initial screenshot support
2009-01-24 Ryan McBrideAdd support for passing variables up to X11 via window...
2009-01-23 Marco PeereboomRemove stray SWM_DEBUG
2009-01-23 Marco PeereboomAdd bar delay
2009-01-23 Ryan McBrideRemember which workspace we assign windows to via windo...
2009-01-22 Marco PeereboomFix segfault on linux; from nicm
2009-01-22 Marco PeereboomNo idea how this new = 1 bug snuck in but make it 0...
2009-01-22 Marco Peereboomremove some stray carriage returns
2009-01-22 Marco PeereboomAdd kill window fro pirofti
2009-01-22 Marco Peereboom*sigh* stupid debug still enabled
2009-01-22 Marco PeereboomFix first of 2 new mecbride bugs; colors can be read...
2009-01-22 Marco PeereboomAdd baraction script for batter and stuff.
2009-01-22 Ryan McBrideSet colors and font for dmenu based on bar; make these...
2009-01-22 Marco Peereboomgeez, wonder why this never bombed; zero it man!
2009-01-22 Marco PeereboomAdd mouse button actions. One example handler that...
2009-01-22 Ryan McBrideSimplify selection of the current region; just always...
2009-01-22 Marco PeereboomMore focus simplicfication
2009-01-21 Marco PeereboomCollapse focus and unfocus and brute force unfocs....
2009-01-21 Marco Peereboomoops stray if sneaked in
2009-01-21 Marco PeereboomRevert latest McBride commit. Doesn't work on single...
2009-01-21 Ryan McBrideFix some workspace switching nits:
2009-01-21 Ryan McBrideCycle workspaces in region with alt-leftarrow and alt...
2009-01-20 Marco Peereboomugh > 80 cols
2009-01-20 Marco PeereboomMake bar configurable using [x] notation in .conf file...
2009-01-20 Ryan McBrideone. last. off-by-2.
2009-01-20 Ryan McBrideDuh, math is hard.
2009-01-20 Ryan McBrideOops, take the window borders correctly into account.
2009-01-20 Ryan McBrideAdd alt-comma and alt-period keybindings, which increas...
2009-01-20 Marco PeereboomLet it beknown where we are
2009-01-20 Marco PeereboomAdd screen identifier. This doesn't do workspaces...
2009-01-20 Ryan McBrideLoad config file AFTER screens are initialized. Bug...
2009-01-19 Marco PeereboomSimplify bar updates.
2009-01-19 Marco Peereboomwidth is no longer -2 by default so adjust bar width
2009-01-19 Marco PeereboomUnfuck signal handler.
2009-01-19 Marco PeereboomStray debug
2009-01-19 Marco Peereboomsimplify and shrink code in setup some more
2009-01-19 Marco PeereboomShorten some variable names.
2009-01-19 Marco PeereboomFix overlapping region on my fancy laptop with a big...
2009-01-19 Ryan McBrideCleanup; get rid of crufty cur_ws and cur_region and...
2009-01-19 Ryan McBrideMajor churn for multi-headed support (Xrandr and plain...
2009-01-19 Marco PeereboomKill some braces and shorten code a bit
2009-01-18 Marco PeereboomUnscrew colors on machines that use 16 bit color. ...
2009-01-18 Marco PeereboomStop farting around with dialog box potential sizes...
2009-01-18 Marco PeereboomMake floaters work right. This fixes the remaining...
2009-01-18 Marco PeereboomCorrect XInput for managed windows so that mplayer...
2009-01-18 Marco PeereboomFirst attempt at doing pr0n! Mplayer now sort of works...
2009-01-17 Marco Peereboomsomehow if( and for( remained in the code borrowed...
2009-01-17 Marco PeereboomFix fucking phantom windows for real this time.
2009-01-17 Marco PeereboomFix phantom windows better by keeping transients; fixes...
2009-01-17 Marco PeereboomFix stupid phantom windows during restart.
2009-01-17 Marco PeereboomSilly mcbride restarting the wm expecting it to be...
2009-01-17 Marco PeereboomKeep focus on right window when cycling stack order...
2009-01-17 Marco PeereboomWhen switching stacking keep focus on current win;...
2009-01-16 Marco PeereboomThis only took 2 days to debug :-(
next