aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-12-11do not track .diff files - I keep some for experimentation - much like using ↵Ivan Kanakarakis
git stash
2011-12-11last version bump ever.Ivan Kanakarakis
2011-12-11rename and update default configurationIvan Kanakarakis
config.h.def -> config.def.h update to match current state of code update readme to reference config.def.h also minor corrections for readme
2011-12-11use booleans on config - fix commentsIvan Kanakarakis
2011-12-11select_desktop(): no need to assign anything if we're already on that desktopIvan Kanakarakis
2011-12-11fix mapping of windows with rules setIvan Kanakarakis
2011-12-11remove configurerequest() function - makes sense for floating layout only, ↵Ivan Kanakarakis
which is not supported
2011-12-11README: modes and installationIvan Kanakarakis
2011-12-11version bumpIvan Kanakarakis
2011-12-11minor formatting changes - spaces around , ; - + * - braces - commentsIvan Kanakarakis
2011-12-11remove configurenotify() functionIvan Kanakarakis
2011-12-11fix -Wextra extra warningsIvan Kanakarakis
2011-12-11optimize for size and add extra warningsIvan Kanakarakis
2011-12-11minor changes - comments formatting naming - on maprequest() functionIvan Kanakarakis
2011-12-10work on convenience; now rulesIvan Kanakarakis
2011-12-10work on add_window() functionIvan Kanakarakis
2011-12-10remove unnecessary check for NULL head on change_desktop() functionIvan Kanakarakis
2011-12-09move check for different running wm on setup() functionIvan Kanakarakis
2011-12-09work on atomsIvan Kanakarakis
2011-12-09remove unnecessary call to tile()Ivan Kanakarakis
2011-12-09work on move_{up,down}() functionsIvan Kanakarakis
2011-12-09work on swap_master() functionIvan Kanakarakis
2011-12-08work on {prev,next}_win() and fix comments on change_desktop()Ivan Kanakarakis
2011-12-08minor changes and formatting on update_current() functionIvan Kanakarakis
2011-12-08some work and formatting on tile() functionIvan Kanakarakis
2011-12-08fix destroynotify() functionIvan Kanakarakis
2011-12-08fix remove_window()->removeclient() function and callsIvan Kanakarakis
rename remove_window to removeclient fix logic - no need to loop fix calls to remove_window->removeclient to pass the client as argument, not the window
2011-12-08minor changesIvan Kanakarakis
2011-12-08fix quit() function segfaults; modify kill_client() send_kill_signal()Ivan Kanakarakis
fix kill_client rename kill_client to killclient fix send_kill_signal rename send_kill_signal to deletewindow introduce cleanup configure exit value on config file