aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-27three desktops for meIvan Kanakarakis
2011-12-27correct small typoIvan Kanakarakis
2011-12-26output desktops window informationIvan Kanakarakis
2011-12-24bugfix on wintoclient() for desktop traversal selectionIvan Kanakarakis
2011-12-24correct true pixel perfect tileIvan Kanakarakis
2011-12-24work on tile() functionIvan Kanakarakis
replace switch/case with if/else checks having no stack windows is same as fullscreen mode fix init of variables fix winsize/winsz calculation
2011-12-23pixel perfect tile and bstackIvan Kanakarakis
2011-12-23Revert "fix gaps around windows" - note to fix configurerequestIvan Kanakarakis
This reverts commit 4736c56064b894db19220dd60b4c01b0277824c4.
2011-12-23update_current(): current is checked on startIvan Kanakarakis
2011-12-23full backwards cyclic list for clients; c->prev is never nullIvan Kanakarakis
2011-12-23some work on add_window() - new client's window will always be wIvan Kanakarakis
2011-12-23work on tile() and tilling modes' algosIvan Kanakarakis
2011-12-22variable naming change - calc wh on togglepanel()Ivan Kanakarakis
sh -> ww sw -> ww window area is the area where windows can be drawn window area does not include the size for the border and/or the panel window area height is now calculated immediately when the panel is togggled
2011-12-22set minimum window size - do not allow a bigger or smaller master sizeIvan Kanakarakis
2011-12-22fix gaps around windows - use tile() to configure window dimensionsIvan Kanakarakis
2011-12-22fix misbehaving windows by handling ConfiguRerequest eventsIvan Kanakarakis
2011-12-22tile first, then mapIvan Kanakarakis
2011-12-22rework update_current() functionIvan Kanakarakis
2011-12-20check for both class name strings when matching rulesIvan Kanakarakis
typical output from `xprop` WM_CLASS line: WM_CLASS(STRING) = "foo", "bar" res_class referes to 'bar' res_name referes to 'foo' check both when matching rules
2011-12-20fix forgotten key comboIvan Kanakarakis
2011-12-20add SHCMD helper for easily spawning shell commandsIvan Kanakarakis
2011-12-20define control and shift buttons - use mod+control to quit by defaultIvan Kanakarakis
thanks to jasonwryan for the suggestion: https://bbs.archlinux.org/viewtopic.php?pid=1030261#p1030261 using quit to restart and/or quit is more unlikely to be pressed by accident
2011-12-19update readmeIvan Kanakarakis
2011-12-19don't handle already mapped windows - reuse of wintoclient()Ivan Kanakarakis
2011-12-19split destroynotify() - introduce wintoclient() functionIvan Kanakarakis
2011-12-18fix a comment on xerror() functionIvan Kanakarakis
2011-12-18grid layout: remove unneeded check and fix height adjustmentIvan Kanakarakis
2011-12-17update readme for grid layoutIvan Kanakarakis
2011-12-17consider border width for grid layoutIvan Kanakarakis
2011-12-17minor change on readme - slocIvan Kanakarakis
------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- C 1 88 30 578 C/C++ Header 1 8 22 57 ------------------------------------------------------------------------------- SUM: 2 96 52 635 -------------------------------------------------------------------------------
2011-12-17rework on grid mode - based on gaplessgrid.c patch for dwmIvan Kanakarakis
2011-12-16sort functions alphabeticallyIvan Kanakarakis
2011-12-16being transient should be enough - remove check for other typesIvan Kanakarakis
2011-12-16minor changesIvan Kanakarakis
one line check for override_redirect some formatting and comment sections
2011-12-14pass by addressIvan Kanakarakis
2011-12-14Revert "fix memory leak in maprequest() function".Ivan Kanakarakis
Double free segfaults. This leak is invalid. This reverts commit b56aa5c0626de41982cbbb9ad4bfa782493a5b57.
2011-12-14follow window changing desktopIvan Kanakarakis
2011-12-14define wmname in makefileIvan Kanakarakis
2011-12-14split rename to monsterwmIvan Kanakarakis
2011-12-14monocle ~ not monocycle :PIvan Kanakarakis
2011-12-13fix memory leak in maprequest() functionIvan Kanakarakis
2011-12-12commands should be staticIvan Kanakarakis
2011-12-12do not handle/map windows manually when override_redirect flag is setIvan Kanakarakis
2011-12-12remove unnecessary variable nrulesIvan Kanakarakis
2011-12-11fix flickering when mode is monocycleIvan Kanakarakis
as reported by hellomynameisphil and stalphonzo on bbs.archlinux https://bbs.archlinux.org/viewtopic.php?pid=1025619#p1025619 https://bbs.archlinux.org/viewtopic.php?pid=1025968#p1025968
2011-12-11fix boolean NULL expressions, plus some formatting on if statementsIvan Kanakarakis
2011-12-11do not try next or prev window if no other window is openIvan Kanakarakis
2011-12-11fix a memory leak on cleanup()Ivan Kanakarakis
2011-12-11set default desktop to focus and whether or not the panel should be shown on ↵Ivan Kanakarakis
exec
2011-12-11implement togglepanel() function; to "hide" the panel on runtimeIvan Kanakarakis
togglepanel() doesn't really hide the panel togglepanel() actually resizes the windows to ignore the panel height thus overriding it when no windows are visible the panel is there, which is kind of a feature