summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2009-01-23Whitespace nit.Owain Ainsworth
2009-01-23Switch to using XInternAtoms for caching the atom numbers. Saves a pileOwain Ainsworth
2009-01-23move conf_clear() and add proto.Okan Demirmen
2009-01-23Move the keybinding argument to a union to prevent warnings whereOwain Ainsworth
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthOkan Demirmen
2009-01-22The default font name is strduped, so don't test for default font nameOwain Ainsworth
2009-01-22Oops, missed an atom.Owain Ainsworth
2009-01-22Cache all of the X atoms we use at startup.Owain Ainsworth
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingTodd T. Fries
2009-01-19library dependency ordering matters for static archs, -lXext last in this caseTodd T. Fries
2009-01-17remove unusedOkan Demirmen
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severalOwain Ainsworth
2009-01-16revert just the 'race fix'; more works needs to be ironed out withOkan Demirmen
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveOkan Demirmen
2009-01-15On startup, don't leak memory when we enumerate existing windows.Owain Ainsworth
2009-01-15- add missing prototypes.Okan Demirmen
2009-01-13better cast; noticed by ray@Okan Demirmen
2009-01-11Add -Wall to CFLAGS, it's helped find a few dodgy constructs.Owain Ainsworth
2009-01-11shortcut_to_name should not be defined as static in a header file. PutOwain Ainsworth
2009-01-11add missing prototypesOkan Demirmen
2009-01-11better comparison idiom; found with -WallOkan Demirmen
2009-01-11- merge grab_sweep() into mousefunc_window_resize().Okan Demirmen
2009-01-11FcNameParse() manpage lies, cast here.Okan Demirmen
2009-01-11remove unused variablesOkan Demirmen
2009-01-08If the mousebutton is unknown when we go to grab, don't just print aOwain Ainsworth
2009-01-06remove "search should ignore the current window" from list, for theOkan Demirmen
2009-01-06HasXinerama is an intOkan Demirmen
2009-01-06remove unused codeOkan Demirmen
2008-12-04Kill obviously dead variable.Owain Ainsworth
2008-12-03Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itOwain Ainsworth
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandrOwain Ainsworth
2008-09-22.Bl needs a matching .El. From Martin Toft a while ago, thanks!Owain Ainsworth
2008-09-22Improve wording of the ``ignore'' directive. From Martin Toft a whileOwain Ainsworth
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.Owain Ainsworth
2008-09-22Display the current window title not a previous one in the case ofOwain Ainsworth
2008-09-03Keep the exec menu entries sorted.Can Erkin Acar
2008-07-22fix the froggy problem.Owain Ainsworth
2008-07-22We've been handling grabbing wrong all this time (noticed at c2k8).Owain Ainsworth
2008-07-22split x_setup() into two. dpy_init() for setting up the display andOwain Ainsworth
2008-07-22Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesOwain Ainsworth
2008-07-22Kill screen_init(). it's been stubbed out for a while now. I don't envision itOwain Ainsworth
2008-07-22kill another leftover prototype.Owain Ainsworth
2008-07-18Put back the initialisation of gc in group_cycle. No cookie for okan.Owain Ainsworth
2008-07-15move client_vertmaximize to a more sensible location, purely for readability.Okan Demirmen
2008-07-15save an X call and use what we already have stored.Okan Demirmen
2008-07-15don't compensate for bwidth twice.Okan Demirmen
2008-07-11Nm makes more sense than Xr, from Pierre Riteau - thanks!Okan Demirmen
2008-07-11Change "a window" to "current window" in documentation. it's more correct.Owain Ainsworth
2008-07-11add Xr for cwm(1)Okan Demirmen
2008-07-11no more hidden (and mysterious) config reloads and allow binding a keyOkan Demirmen