aboutsummaryrefslogtreecommitdiff
path: root/src/display_version.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2022-03-28Fix typo in comment (#4936)takelley1
2021-06-02Implement include config directive (#4420)Michael Stapelberg
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-02-21i3 --moreversion: erase the line before writing overAlbert Safin
2018-12-09Fix #3535 - Check for DISPLAY when requesting version informationTAL
2017-11-26no-op refactoring: make ipc_connect find socket pathMichael Stapelberg
2016-11-13Fix memory leaks (#2560)Chih-Chyuan Hwang
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-07-10Display which config is used in --more_versionhwangcc23
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-05-04Remove yajl major version conditionalsTony Crisci
2014-01-06use designated initializers for yajl_callbacks structAlexander Kedrik
2014-01-05Revert "use designated initializers for yajl_callbacks struct"Michael Stapelberg
2014-01-04use designated initializers for yajl_callbacks structAlexander Kedrik
2014-01-02Fix clang -Wextra except -Wunused-parameter.Peter Boström
2013-11-24Remove references to PATH_MAX macroLancelot SIX
2013-11-22make i3bar use libi3’s root_atom_contents()Michael Stapelberg
2013-01-23ipc_recv_message: store message_type, don’t compare. add distinct EOF retvalMichael Stapelberg
2012-08-13i3 --moreversion: use readlink /proc/$pid/exe instead of realpath(argv[0])Michael Stapelberg
2012-08-12use errx() instead of err() for custom error messageMichael Stapelberg
2012-08-12Implement i3 --moreversionMichael Stapelberg