about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga2009-12-074-4/+12
* support _NET_CLIENT_LIST.oga2009-12-073-1/+26
* Implement _NET_ACTIVE_WINDOW. for now just the informational hint isoga2009-12-073-3/+22
* introduce the beginnings of netwm support, minimally and correctly;okan2009-12-073-1/+44
* fix off-by-one where a mere click would select the first item inside a menuokan2009-12-071-1/+1
* we already have sc from the passed cc, so just used that instead.okan2009-12-071-1/+1
* be consistentokan2009-12-071-6/+6
* remove unused externokan2009-12-071-2/+0
* style (whitespaces)tobias2009-11-285-7/+7
* Corrected grammar in comment.tobias2009-11-221-1/+1
* With Xinerama enabled, the borders of a maximized window will show up onoga2009-09-251-2/+7
* re-introduce the intention of the change from rev 1.4 in menu.c hereokan2009-09-051-2/+6
* styletobias2009-09-051-2/+2
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-274-16/+14
* static; ok oga@okan2009-08-251-2/+2
* we are not doing access control here, so replace the "check if file isokan2009-08-251-34/+5
* Reduce duplciation of code for checking modifiers in key/mouse bindings.oga2009-08-251-39/+37
* Instead of calling conf_bind*() 50 gazillion times in a row, store anoga2009-08-251-68/+79
* Instead of messing around everytime we do a resize, just clamp theoga2009-08-252-6/+7
* unroll macro; ok oga@okan2009-08-251-3/+3
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-246-4/+56
* bring together gathering, calculating and applying of size hints;okan2009-08-244-34/+100
* Instead of having a function that just calls TAILQ_INIT on a global, useoga2009-08-244-18/+2
* instead of checking for flags in the client context, then removing them.oga2009-08-241-2/+1
* remove unnecessary Ar macrosokan2009-08-081-4/+4
* remove unnecessary Dq macro; based on a diff from Martin Toftokan2009-08-081-2/+2
* use fnmatch to glob the entries in the exec menu.oga2009-06-261-2/+4
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-267-32/+30
* tidy up startup/init routinesokan2009-06-234-7/+14
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-205-31/+7
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-209-21/+17
* spacingokan2009-06-202-4/+0
* ``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