aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-16store window titles and print them along with the rest desktop informationIvan Kanakarakis
2012-12-16resize stack with shortcutsIvan Kanakarakis
2012-12-16resize master area with shortcutsIvan Kanakarakis
2012-12-16rotate non-empty desktops with shortcutsIvan Kanakarakis
2012-12-16rotate desktops with shortcutsIvan Kanakarakis
2012-12-16focus clients with urgent hint on other desktopsIvan Kanakarakis
2012-12-16focus urgent window with a shortcutIvan Kanakarakis
2012-12-16config: add SHCMD helper to run shell commandsIvan Kanakarakis
2012-12-16config: add dmenuIvan Kanakarakis
2012-12-16exit with specified valueIvan Kanakarakis
2012-12-16specify default desktopIvan Kanakarakis
2012-12-16toggle to previously focused desktopIvan Kanakarakis
2012-12-16make panel toggleable with a shortcutIvan Kanakarakis
2012-12-16woops, typo :D - thanks @ngzhianIvan Kanakarakis
2012-11-14fix for FOLLOW_MOUSE on monocle layout - fixes #16Ivan Kanakarakis
2012-10-05minor rework on configurerequest functionIvan Kanakarakis
2012-10-05bugfix: fix focusin function not giving focus to the correct windowIvan Kanakarakis
2012-10-05config.def.h: fix comment for moveresize funcIvan Kanakarakis
2012-10-05rework unmapnotify - all unmapped windows lose their clientIvan Kanakarakis
2012-10-05when unmapping do not destroy clientIvan Kanakarakis
2012-09-20no need for static var initializationIvan Kanakarakis
2012-09-20squash Desktop/Client declarationsIvan Kanakarakis
2012-09-20introduce FOCUS_BUTTON - make CLICK_TO_FOCUS button configurableIvan Kanakarakis
2012-09-20Revert "add support for WM_STATE atom and WithdrawnState for windows"Ivan Kanakarakis
2012-09-20add support for WM_STATE atom and WithdrawnState for windowsIvan Kanakarakis
2012-09-20fix typoIvan Kanakarakis
2012-09-20add vim modelineIvan Kanakarakis
2012-09-20fix for misbehaving apps - tile on configure requestIvan Kanakarakis
2012-08-23do not fail on BadAccess because of an already grabbed buttonIvan Kanakarakis
2012-08-15update READMEIvan Kanakarakis
2012-08-10be able to resize floating windows when they have no border - fixes #13Ivan Kanakarakis
2012-08-07remove extra empty line - ignoreIvan Kanakarakis
2012-08-06do not tile on configure requestIvan Kanakarakis
2012-08-06fix typo - monsterous should be monstrous - dammitIvan Kanakarakis
2012-08-06on FLOAT mode do not mark tiled clients as floatingIvan Kanakarakis
2012-07-23config: fix some typosIvan Kanakarakis
2012-07-23fix clang warningsIvan Kanakarakis
2012-07-23rework client_to_desktop function - use a temp client, first unlink, then linkIvan Kanakarakis
2012-07-23fix memory leak on killclient functionIvan Kanakarakis
2012-07-22update readmeIvan Kanakarakis
2012-07-22rework mousemotion function - return if pointer is not above the current windowIvan Kanakarakis
2012-07-22rework maprequest function - check for rule desktop boundsIvan Kanakarakis
2012-07-22update comments for focus functionIvan Kanakarakis
2012-07-20rework maprequest function - group var init - minor changesIvan Kanakarakis
2012-07-20rework focusin function - use one if statement - minor changeIvan Kanakarakis
2012-07-20rework buttonpress fuction - allow commands even if no window is thereIvan Kanakarakis
2012-07-20Makefile: add debug ruleIvan Kanakarakis
2012-07-20Makefile: rework X11 lib paths and includesIvan Kanakarakis
2012-07-20tile functions know all about the rectangle in which they tile the clientsIvan Kanakarakis
2012-07-20split structs and function prototypes to those used by config and those used ...Ivan Kanakarakis