JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Let scrotwm adjust the font size on xterms as it squishes them in tiling
[spectrwm.git] / scrotwm.c
2009-01-16 Marco PeereboomCleanup and move some code to a more appropriate place.
2009-01-16 Ryan McBrideMake max (maximized single window) layout handler mostl...
2009-01-16 Ryan McBrideAllow resizing (alt-h / alt-l) the master area and...
2009-01-16 Ryan McBridePartly un-globalize workspace geometry.
2009-01-15 Marco PeereboomUse hints to position and size floating windows. This...
2009-01-15 Marco PeereboomWhen moving windows to an empty workspace make sure...
2009-01-15 Marco PeereboomForgot to remove debug.
2009-01-15 Marco PeereboomOff by one pixel in horizontal stack. Some spacing.
2009-01-15 Ryan McBrideInitial bits of support for different layouts, needs...
2009-01-15 Marco PeereboomProbably a fat finger from mr McBride
2009-01-15 Ryan McBridenext/prev window swap logic that sucks less.
2009-01-15 Ryan McBridealt-j/alt-k = move focus to next/prev
2009-01-15 Marco PeereboomYay fix old x apps that send events in different order...
2009-01-15 Ryan McBrideReexec scrotwm on alt-q, also enumerate and manage...
2009-01-14 Marco Peereboomcenter floaters
2009-01-14 Marco PeereboomAdd initial floating support and a forgotten makefile...
2009-01-14 Marco PeereboomAdd unobscure event so that we can rebuild the bar...
2009-01-14 Marco PeereboomAdd initial dmenu support with alt-p
2009-01-14 Marco PeereboomSome X apps work now such as gvim and firefox
2009-01-14 Marco PeereboomSpacing
2009-01-14 Marco PeereboomAdd .conf file support
2009-01-14 Marco PeereboomFix last switchws bugglet where the bar appeared empty.
2009-01-14 Ryan McBrideMake sure all workspaces get restacked after the bar...
2009-01-14 Marco PeereboomAdd alt-b for toggling tool bar. One little bug leftov...
2009-01-14 Ryan McBrideFix marco's fix of my pasto.
2009-01-14 Marco PeereboomFix mcbride pasto
2009-01-14 Marco Peereboomtick tick tick; sucks because it does it in the signal...
2009-01-14 Ryan McBrideDon't swap_to_main if no window has focus or main has...
2009-01-14 Ryan McBrideLet mod-shift-N send a window to another workspace.
2009-01-14 Ryan McBrideComplie with warnings, and cleanup.
2009-01-14 Marco PeereboomAdd bar; doesn't tick yet and doesn't enable/disable...
2009-01-13 Marco PeereboomMissed some more spaces...
2009-01-13 Marco PeereboomSilly mcbride spacing *
2009-01-13 Marco PeereboomArgh forgot to disable debug
2009-01-13 Marco PeereboomSprinkle debug
2009-01-13 Marco PeereboomSome cleanup:
2009-01-13 Marco Peereboomfix comment */ that dissapeared somehow
2009-01-13 Marco PeereboomConsolidate all focus stuff into discrete functions.
2009-01-13 Marco PeereboomRemove comment.
2009-01-13 Todd Friescompile instructions are not needed now that there...
2009-01-13 Todd FriesInitial revision