summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2009-08-27unroll the CCTOSC macro; from Thomas PfaffOkan Demirmen
2009-08-25static; ok oga@Okan Demirmen
2009-08-25we are not doing access control here, so replace the "check if file isOkan Demirmen
2009-08-25Reduce duplciation of code for checking modifiers in key/mouse bindings.Owain Ainsworth
2009-08-25Instead of calling conf_bind*() 50 gazillion times in a row, store anOwain Ainsworth
2009-08-25Instead of messing around everytime we do a resize, just clamp theOwain Ainsworth
2009-08-25unroll macro; ok oga@Okan Demirmen
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).Owain Ainsworth
2009-08-24bring together gathering, calculating and applying of size hints;Okan Demirmen
2009-08-24Instead of having a function that just calls TAILQ_INIT on a global, useOwain Ainsworth
2009-08-24instead of checking for flags in the client context, then removing them.Owain Ainsworth
2009-08-08remove unnecessary Ar macrosOkan Demirmen
2009-08-08remove unnecessary Dq macro; based on a diff from Martin ToftOkan Demirmen
2009-07-19Initialize ed.used_stdout at the beginning of do_extract() to avoidMatthieu Herrb
2009-06-26use fnmatch to glob the entries in the exec menu.Owain Ainsworth
2009-06-26puffy 4.6Todd T. Fries
2009-06-26static local functions and data; almost identical diff from Thomas PfaffOkan Demirmen
2009-06-23tidy up startup/init routinesOkan Demirmen
2009-06-20compact a bit by condensing a few if-else's; from Thomas PfaffOkan Demirmen
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theOkan Demirmen
2009-06-20spacingOkan Demirmen
2009-06-19``exec'' and ``ssh'' are lowercase.Igor Sobrado
2009-06-18items on the first list should have full stops too.Igor Sobrado
2009-06-18the on-line manual should use the same notation for key bindingsIgor Sobrado
2009-06-17remove unnecessary casts; from Thomas PfaffOkan Demirmen
2009-06-17re-factor parts of mouse move/resize bit to shrink and make moreOkan Demirmen
2009-06-17move like defines to a central, logical location; no binary change.Okan Demirmen
2009-06-06typojoshua stein
2009-05-31workaround for a problem that appeared with xterm 243 on arm cpus.Matthieu Herrb
2009-05-30'no' is the answer to the comment question: cc->name can't be NULL atOkan Demirmen
2009-05-30re-order a bit for readability.Okan Demirmen
2009-05-30revert the 1.4 change - causes a double free noticed by grange@ a whileOkan Demirmen
2009-05-19In movetogroup, check the window's current group and skip client_hide()Stuart Henderson
2009-05-18update to xinput 1.4.2Matthieu Herrb
2009-05-18nuke the leading underscore notation for local static functions - thereOkan Demirmen
2009-05-18oops, we appear to have grown an extra prototype for group_only(), getOwain Ainsworth
2009-05-18Rip out the event layer and just use a static array of callbacks likeOwain Ainsworth
2009-05-17redraw all borders at once on reloadOkan Demirmen
2009-05-17a long time coming - re-work the way we deal with colors: since we'reOkan Demirmen
2009-05-17minor bit of knf, just to be consistent; oga@ doesn't mind that muchOkan Demirmen
2009-05-17unbreakOkan Demirmen
2009-05-17add a "movetogroup" function, which hides the current window fromStuart Henderson
2009-05-17redraw the border when unhiding a client window. fixes the situation whereStuart Henderson
2009-05-14add missing prototype.Owain Ainsworth
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].Owain Ainsworth
2009-05-04right and middle mouse buttons swapped; from rgouveia@cosmico.netOkan Demirmen
2009-05-04no need to use the global here.Okan Demirmen
2009-05-04properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.Okan Demirmen
2009-05-03update to xinit 1.1.1Matthieu Herrb
2009-05-02fix usage(). this bit me when I actually tried to use it. Now it matchesOwain Ainsworth