| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-12-14 | Revert "fix memory leak in maprequest() function". | Ivan Kanakarakis | |
| Double free segfaults. This leak is invalid. This reverts commit b56aa5c0626de41982cbbb9ad4bfa782493a5b57. | |||
| 2011-12-14 | follow window changing desktop | Ivan Kanakarakis | |
| 2011-12-14 | define wmname in makefile | Ivan Kanakarakis | |
| 2011-12-14 | split rename to monsterwm | Ivan Kanakarakis | |
| 2011-12-14 | monocle ~ not monocycle :P | Ivan Kanakarakis | |
| 2011-12-13 | fix memory leak in maprequest() function | Ivan Kanakarakis | |
| 2011-12-12 | commands should be static | Ivan Kanakarakis | |
| 2011-12-12 | do not handle/map windows manually when override_redirect flag is set | Ivan Kanakarakis | |
| 2011-12-12 | remove unnecessary variable nrules | Ivan Kanakarakis | |
| 2011-12-11 | fix flickering when mode is monocycle | Ivan 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-11 | fix boolean NULL expressions, plus some formatting on if statements | Ivan Kanakarakis | |
| 2011-12-11 | do not try next or prev window if no other window is open | Ivan Kanakarakis | |
| 2011-12-11 | fix a memory leak on cleanup() | Ivan Kanakarakis | |
| 2011-12-11 | set default desktop to focus and whether or not the panel should be shown on ↵ | Ivan Kanakarakis | |
| exec | |||
| 2011-12-11 | implement togglepanel() function; to "hide" the panel on runtime | Ivan 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-11 | do not track .diff files - I keep some for experimentation - much like using ↵ | Ivan Kanakarakis | |
| git stash | |||
| 2011-12-11 | last version bump ever. | Ivan Kanakarakis | |
| 2011-12-11 | rename and update default configuration | Ivan 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-11 | use booleans on config - fix comments | Ivan Kanakarakis | |
| 2011-12-11 | select_desktop(): no need to assign anything if we're already on that desktop | Ivan Kanakarakis | |
| 2011-12-11 | fix mapping of windows with rules set | Ivan Kanakarakis | |
| 2011-12-11 | remove configurerequest() function - makes sense for floating layout only, ↵ | Ivan Kanakarakis | |
| which is not supported | |||
| 2011-12-11 | README: modes and installation | Ivan Kanakarakis | |
| 2011-12-11 | version bump | Ivan Kanakarakis | |
| 2011-12-11 | minor formatting changes - spaces around , ; - + * - braces - comments | Ivan Kanakarakis | |
| 2011-12-11 | remove configurenotify() function | Ivan Kanakarakis | |
| 2011-12-11 | fix -Wextra extra warnings | Ivan Kanakarakis | |
| 2011-12-11 | optimize for size and add extra warnings | Ivan Kanakarakis | |
| 2011-12-11 | minor changes - comments formatting naming - on maprequest() function | Ivan Kanakarakis | |
| 2011-12-10 | work on convenience; now rules | Ivan Kanakarakis | |
| 2011-12-10 | work on add_window() function | Ivan Kanakarakis | |
| 2011-12-10 | remove unnecessary check for NULL head on change_desktop() function | Ivan Kanakarakis | |
| 2011-12-09 | move check for different running wm on setup() function | Ivan Kanakarakis | |
| 2011-12-09 | work on atoms | Ivan Kanakarakis | |
| 2011-12-09 | remove unnecessary call to tile() | Ivan Kanakarakis | |
| 2011-12-09 | work on move_{up,down}() functions | Ivan Kanakarakis | |
| 2011-12-09 | work on swap_master() function | Ivan Kanakarakis | |
| 2011-12-08 | work on {prev,next}_win() and fix comments on change_desktop() | Ivan Kanakarakis | |
| 2011-12-08 | minor changes and formatting on update_current() function | Ivan Kanakarakis | |
| 2011-12-08 | some work and formatting on tile() function | Ivan Kanakarakis | |
| 2011-12-08 | fix destroynotify() function | Ivan Kanakarakis | |
| 2011-12-08 | fix remove_window()->removeclient() function and calls | Ivan 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-08 | minor changes | Ivan Kanakarakis | |
| 2011-12-08 | fix 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 | |||
| 2011-12-06 | setup default values on definition | Ivan Kanakarakis | |
| 2011-12-06 | replace bool_quit var with running; use Bool type | Ivan Kanakarakis | |
| 2011-12-06 | use DESKTOPS, don't calculate desktops length; pass the arguments in one go | Ivan Kanakarakis | |
| 2011-12-06 | enum modes; replace switch_<mode>() function with switch_mode(); export mode ↵ | Ivan Kanakarakis | |
| selection on config | |||
| 2011-12-02 | add Arg struct to all exposed functions; reformat config | Ivan Kanakarakis | |
| 2011-12-02 | replace logger() with die(); replace start() with run(); handle error by ↵ | Ivan Kanakarakis | |
| other running wm; some formatting fixtures | |||
