aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-02fix flickering when changing windows on fullscreen modeIvan Kanakarakis
2012-01-02client list is now a singly linked listIvan Kanakarakis
2011-12-31add checks to save_desktop() select_desktop() functionsIvan Kanakarakis
2011-12-31rework wintoclient() functionIvan Kanakarakis
2011-12-31add license information - closes #1Ivan Kanakarakis
2011-12-31bugfix: togglepanel affected other desktopsIvan Kanakarakis
2011-12-31strip all symbolsIvan Kanakarakis
this reduces the binary size from 60/64k to 24k
2011-12-30change license from GPLv3 to MIT/X licenseIvan Kanakarakis
2011-12-30fix a memory leak on maprequest() function for XClassHintIvan Kanakarakis
2011-12-30move license information to separate file - include dwm licenseIvan Kanakarakis
2011-12-30don't index config.hIvan Kanakarakis
2011-12-30bufix, desktopinfo should also be called when a window is moved to another ↵Ivan Kanakarakis
desktop
2011-12-29sh, not bashIvan Kanakarakis
2011-12-29mark windows that have urgent hint setIvan Kanakarakis
2011-12-29install and remove the manual on install/uninstallIvan Kanakarakis
2011-12-29use clean text instead of binary - minor changes to the manualIvan Kanakarakis
2011-12-29Merge pull request #2 from jasonwryan/jwrIvan Kanakarakis
first draft of man page
2011-12-29First cut of man page...Jason Ryan
2011-12-28formatting spaces after if/for structsIvan Kanakarakis
2011-12-28move personal configuration to "personal" branchIvan Kanakarakis
2011-12-28output more information about desktops and windowsIvan Kanakarakis
show: desktop number window count layout mode and if desktop is current
2011-12-28rework and unify maprequest() functionIvan Kanakarakis
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