aboutsummaryrefslogtreecommitdiff
path: root/src/fake_outputs.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2020-01-16Use EXIT_SUCCESS/FAILURE instead of 0/1Orestis Floros
2018-09-12init_ws_for_output: Remove content argumentOrestis Floros
2017-09-19fake_outputs: Allow designating a fake output as primaryVladimir Panteleev
2017-09-19fake_outputs: Don't read past the end of stringVladimir Panteleev
2017-09-19fake_outputs: Use %n format specifier instead of sprintfVladimir Panteleev
2017-09-13Store output names as a linked listVladimir Panteleev
2017-09-13Introduce output_primary_name functionVladimir Panteleev
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-08-03libi3: change scalloc() signature to match calloc()shdown
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-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-04-09Implement fake-outputs option (cmdline, cfg) for multi-monitor testingMichael Stapelberg