summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* ``exec'' and ``ssh'' are lowercase.sobrado2009-06-191-3/+3
* items on the first list should have full stops too.sobrado2009-06-181-7/+7
* the on-line manual should use the same notation for key bindingssobrado2009-06-181-37/+49
* remove unnecessary casts; from Thomas Pfaffokan2009-06-171-2/+2
* re-factor parts of mouse move/resize bit to shrink and make moreokan2009-06-172-34/+24
* move like defines to a central, logical location; no binary change.okan2009-06-173-7/+6
* 'no' is the answer to the comment question: cc->name can't be NULL atokan2009-05-301-10/+5
* re-order a bit for readability.okan2009-05-301-10/+7
* revert the 1.4 change - causes a double free noticed by grange@ a whileokan2009-05-301-1/+1
* In movetogroup, check the window's current group and skip client_hide()sthen2009-05-191-1/+2
* nuke the leading underscore notation for local static functions - thereokan2009-05-185-49/+49
* oops, we appear to have grown an extra prototype for group_only(), getoga2009-05-181-1/+0
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-183-253/+75
* redraw all borders at once on reloadokan2009-05-171-0/+4
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-1710-64/+158
* minor bit of knf, just to be consistent; oga@ doesn't mind that muchokan2009-05-171-3/+2
* unbreakokan2009-05-171-0/+1
* add a "movetogroup" function, which hides the current window fromsthen2009-05-175-2/+46
* redraw the border when unhiding a client window. fixes the situation wheresthen2009-05-171-0/+1
* add missing prototype.oga2009-05-141-0/+1
* Add a new command (currently no default keybindings for it), grouponly[1-9].oga2009-05-145-0/+38
* right and middle mouse buttons swapped; from rgouveia@cosmico.netokan2009-05-041-3/+3
* no need to use the global here.okan2009-05-041-1/+1
* properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.okan2009-05-041-1/+1
* fix the other 50% of xrandr cases; reported by sthen@okan2009-05-011-8/+10
* don't sync more than 60 times per sec on resize and move; idea from scrotwm.okan2009-04-151-2/+24
* properly teardown X connection upon quit; static a few while here,okan2009-04-152-2/+16
* we include sys/param.h, so remove sys/types.h; sort while here.okan2009-04-121-18/+15
* - avoid shadowed Mask declaration in menu_filtermartynas2009-03-282-6/+6
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-075-30/+90
* remove leftover from mdoc.samples; ok jmc@martynas2009-02-072-4/+2
* fix off-by-one in geom.[xy], after pwin changes. keyboard movementmartynas2009-02-031-4/+4
* remove Nscreens and x_screenname() - we really don't need them.okan2009-01-272-34/+1
* One of the most annoying things to do was restart cwm and lose all ofoga2009-01-273-8/+26
* passing a null pointer to free() is valid; sprinkle a few free->xfree.okan2009-01-232-12/+10
* Whitespace nit.oga2009-01-231-1/+0
* Switch to using XInternAtoms for caching the atom numbers. Saves a pileoga2009-01-231-5/+9
* move conf_clear() and add proto.okan2009-01-233-43/+43
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-234-116/+126
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-223-49/+39
* The default font name is strduped, so don't test for default font nameoga2009-01-221-2/+1
* Oops, missed an atom.oga2009-01-221-0/+1
* Cache all of the X atoms we use at startup.oga2009-01-224-28/+32
* borderwidth as a cwmrc(5) keyword, really helps debuggingtodd2009-01-214-4/+15
* library dependency ordering matters for static archs, -lXext last in this casetodd2009-01-191-2/+2
* remove unusedokan2009-01-172-12/+1
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-173-19/+23
* revert just the 'race fix'; more works needs to be ironed out withokan2009-01-161-1/+1
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-169-242/+64
* On startup, don't leak memory when we enumerate existing windows.oga2009-01-151-4/+1