aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* oops, we appear to have grown an extra prototype for group_only(), getoga2009-05-18-2/+1
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-18-256/+78
* redraw all borders at once on reloadokan2009-05-17-1/+5
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-17-71/+165
* minor bit of knf, just to be consistent; oga@ doesn't mind that muchokan2009-05-17-4/+3
* unbreakokan2009-05-17-1/+2
* add a "movetogroup" function, which hides the current window fromsthen2009-05-17-7/+51
* redraw the border when unhiding a client window. fixes the situation wheresthen2009-05-17-1/+2
* add missing prototype.oga2009-05-14-1/+2
* Add a new command (currently no default keybindings for it), grouponly[1-9].oga2009-05-14-6/+44
* right and middle mouse buttons swapped; from rgouveia@cosmico.netokan2009-05-04-3/+3
* no need to use the global here.okan2009-05-04-2/+2
* properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.okan2009-05-04-3/+3
* fix the other 50% of xrandr cases; reported by sthen@okan2009-05-01-9/+11
* don't sync more than 60 times per sec on resize and move; idea from scrotwm.okan2009-04-15-3/+25
* properly teardown X connection upon quit; static a few while here,okan2009-04-15-4/+18
* we include sys/param.h, so remove sys/types.h; sort while here.okan2009-04-12-19/+16
* - avoid shadowed Mask declaration in menu_filtermartynas2009-03-28-7/+7
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-07-34/+94
* remove leftover from mdoc.samples; ok jmc@martynas2009-02-07-6/+4
* fix off-by-one in geom.[xy], after pwin changes. keyboard movementmartynas2009-02-03-5/+5
* remove Nscreens and x_screenname() - we really don't need them.okan2009-01-27-36/+3
* One of the most annoying things to do was restart cwm and lose all ofoga2009-01-27-11/+29
* passing a null pointer to free() is valid; sprinkle a few free->xfree.okan2009-01-23-14/+12
* Whitespace nit.oga2009-01-23-2/+1
* Switch to using XInternAtoms for caching the atom numbers. Saves a pileoga2009-01-23-6/+10
* move conf_clear() and add proto.okan2009-01-23-46/+46
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-23-120/+130
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-22-52/+42
* The default font name is strduped, so don't test for default font nameoga2009-01-22-3/+2
* Oops, missed an atom.oga2009-01-22-1/+2
* Cache all of the X atoms we use at startup.oga2009-01-22-32/+36
* borderwidth as a cwmrc(5) keyword, really helps debuggingtodd2009-01-21-8/+19
* library dependency ordering matters for static archs, -lXext last in this casetodd2009-01-19-3/+3
* remove unusedokan2009-01-17-14/+3
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-17-22/+26
* revert just the 'race fix'; more works needs to be ironed out withokan2009-01-16-2/+2
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-251/+73
* On startup, don't leak memory when we enumerate existing windows.oga2009-01-15-5/+2
* - add missing prototypes.okan2009-01-15-43/+44
* better cast; noticed by ray@okan2009-01-13-1/+1
* Add -Wall to CFLAGS, it's helped find a few dodgy constructs.oga2009-01-11-1/+3
* shortcut_to_name should not be defined as static in a header file. Putoga2009-01-11-10/+9
* add missing prototypesokan2009-01-11-1/+5
* better comparison idiom; found with -Wallokan2009-01-11-11/+11
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-11-195/+157
* FcNameParse() manpage lies, cast here.okan2009-01-11-1/+1
* remove unused variablesokan2009-01-11-5/+4
* If the mousebutton is unknown when we go to grab, don't just print aoga2009-01-08-1/+2
* remove "search should ignore the current window" from list, for theokan2009-01-06-2/+0