aboutsummaryrefslogtreecommitdiff
path: root/dminiwm.c
AgeCommit message (Collapse)Author
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-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-11minor formatting changes - spaces around , ; - + * - braces - commentsIvan Kanakarakis
2011-12-11remove configurenotify() functionIvan Kanakarakis
2011-12-11fix -Wextra 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
2011-12-06setup default values on definitionIvan Kanakarakis
2011-12-06replace bool_quit var with running; use Bool typeIvan Kanakarakis
2011-12-06use DESKTOPS, don't calculate desktops length; pass the arguments in one goIvan Kanakarakis
2011-12-06enum modes; replace switch_<mode>() function with switch_mode(); export mode ↵Ivan Kanakarakis
selection on config
2011-12-02add Arg struct to all exposed functions; reformat configIvan Kanakarakis
2011-12-02replace logger() with die(); replace start() with run(); handle error by ↵Ivan Kanakarakis
other running wm; some formatting fixtures
2011-12-01-v arg; move version to Makefile; notesIvan Kanakarakis
2011-11-28version bump ~ 2.1Ivan Kanakarakis
2011-11-28rename next_desktop to rotate_desktopIvan Kanakarakis
2011-11-28Code tidyingmoetunes
2011-11-27unify next_desktop and prev_desktop; export jump step on configIvan Kanakarakis
2011-11-27Mod1-Alt to change between current and previous visited desktopIvan Kanakarakis
2011-11-26add CLICK_TO_FOCUS option in config.hIvan Kanakarakis
2011-11-26Merge branch 'toplevel'Ivan Kanakarakis
Conflicts: src/README
2011-11-25move everything to top levelIvan Kanakarakis