aboutsummaryrefslogtreecommitdiff
path: root/src/assignments.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2019-07-21Make `restart` IPC command send a reply once restart completed (!) (#3743)Michael Stapelberg
2018-03-19run_assignments: check for A_COMMAND earlyOrestis Floros
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-10-25Mark assignment as run before executing it.Ingo Bürk
2015-10-25Fixed logging statement.Ingo Bürk
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-06-19clang-format-3.5 **/*.h **/*.cMichael Stapelberg
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-05-31Refactor parse_commandTony Crisci
2014-05-20Change the names of parser result structsTony Crisci
2014-01-02Fix clang -Wextra except -Wunused-parameter.Peter Boström
2012-08-12use I3__FILE__ for DLOG, leave __FILE__ as isMichael Stapelberg
2012-08-07explicitly set filenames to $(basename __FILE__)Michael Stapelberg
2012-05-02Send proper error messages upon parser failures, use yajl for generating comm...Michael Stapelberg
2012-02-15Render only once for all matching assignments (Thanks rami)Michael Stapelberg
2012-02-15Refactor the interface of commands.cMichael Stapelberg
2012-01-27Rip out the old command parser, remove migration codeMichael Stapelberg
2011-10-23Fix comment in run_assignments (Thanks xeen)Michael Stapelberg
2011-10-23introduce sasprintf() in libi3, use it everywhereMichael Stapelberg
2011-10-23remove/shorten a lot of debugging messagesMichael Stapelberg
2011-10-22normalize modelines/headers across src/*.cMichael Stapelberg
2011-08-09Fix some potential memory leaksPeter Bui
2011-05-23Implement assignments for (named) workspaces, with '~' compatibility (floating)Michael Stapelberg
2011-05-15Time Lord technology: for_window config directive to run arbitrary cmdsMichael Stapelberg