aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* remove unnecessary Ar macrosokan2009-08-08-4/+4
* remove unnecessary Dq macro; based on a diff from Martin Toftokan2009-08-08-4/+4
* use fnmatch to glob the entries in the exec menu.oga2009-06-26-3/+5
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-26-38/+36
* tidy up startup/init routinesokan2009-06-23-11/+18
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-20-36/+12
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-20-29/+25
* spacingokan2009-06-20-6/+2
* ``exec'' and ``ssh'' are lowercase.sobrado2009-06-19-5/+5
* items on the first list should have full stops too.sobrado2009-06-18-7/+7
* the on-line manual should use the same notation for key bindingssobrado2009-06-18-38/+50
* remove unnecessary casts; from Thomas Pfaffokan2009-06-17-3/+3
* re-factor parts of mouse move/resize bit to shrink and make moreokan2009-06-17-36/+26
* move like defines to a central, logical location; no binary change.okan2009-06-17-9/+8
* 'no' is the answer to the comment question: cc->name can't be NULL atokan2009-05-30-11/+6
* re-order a bit for readability.okan2009-05-30-11/+8
* revert the 1.4 change - causes a double free noticed by grange@ a whileokan2009-05-30-1/+1
* In movetogroup, check the window's current group and skip client_hide()sthen2009-05-19-2/+3
* nuke the leading underscore notation for local static functions - thereokan2009-05-18-54/+54
* 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