aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* fix off-by-one where a mere click would select the first item inside a menuokan2009-12-07-1/+1
* we already have sc from the passed cc, so just used that instead.okan2009-12-07-2/+2
* be consistentokan2009-12-07-7/+7
* remove unused externokan2009-12-07-3/+1
* style (whitespaces)tobias2009-11-28-11/+11
* Corrected grammar in comment.tobias2009-11-22-2/+2
* With Xinerama enabled, the borders of a maximized window will show up onoga2009-09-25-3/+8
* re-introduce the intention of the change from rev 1.4 in menu.c hereokan2009-09-05-3/+7
* styletobias2009-09-05-2/+2
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-27-20/+18
* static; ok oga@okan2009-08-25-3/+3
* we are not doing access control here, so replace the "check if file isokan2009-08-25-35/+6
* Reduce duplciation of code for checking modifiers in key/mouse bindings.oga2009-08-25-40/+38
* Instead of calling conf_bind*() 50 gazillion times in a row, store anoga2009-08-25-69/+80
* Instead of messing around everytime we do a resize, just clamp theoga2009-08-25-8/+9
* unroll macro; ok oga@okan2009-08-25-4/+4
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-24-11/+63
* bring together gathering, calculating and applying of size hints;okan2009-08-24-38/+104
* Instead of having a function that just calls TAILQ_INIT on a global, useoga2009-08-24-22/+6
* instead of checking for flags in the client context, then removing them.oga2009-08-24-3/+2
* 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