aboutsummaryrefslogtreecommitdiff
path: root/i3-msg
AgeCommit message (Expand)Author
34 hoursRemove pledge() support for OpenBSD (#6048)Theo Buehler
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2021-09-22GET_CONFIG: add raw/variable-processed contents of all config files (#4528)Michael Stapelberg
2020-06-16i3-msg: add missing option (#4128)Jason
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2019-04-03Replace scalloc + strncpy with sstrndupOrestis Floros
2019-02-21Add proper return code for i3-msgNils ANDRÉ-CHANG
2018-10-04i3-msg: add support for SUBSCRIBE message typeVivien Didelot
2018-10-03i3-msg: check reply in quiet modeVivien Didelot
2018-03-18i3-msg: only print input + errorposition if they existOrestis Floros
2017-11-26no-op refactoring: make ipc_connect find socket pathMichael Stapelberg
2017-09-30Implement the tick eventMichael Stapelberg
2017-09-17ipc: rename COMMAND to RUN_COMMAND for consistency (#2956)Michael Stapelberg
2017-08-19Introduce the GET_CONFIG IPC requestMichael Stapelberg
2017-06-22i3-msg: Return an exit code upon missing -t arghwangcc23
2016-11-06Fix memory leak in i3-msg. (#2542)Ingo Bürk
2016-11-03Fix memory leaks. (#2530)Ingo Bürk
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23Switch to autotools (GNU build system)Michael Stapelberg
2016-09-24Remove compatibility definitions for xcb-util < 0.3.8 (#2473)Michael Stapelberg
2016-06-15Introduced a new GET_BINDING_MODES message type and reply. (#2376)Ingo Bürk
2016-01-17Add pledge(2) support for OpenBSDTheo Buehler
2015-08-20i3-msg: strdup getenv() result before freeingshdown
2015-08-03Use safe wrappers wherever possibleshdown
2015-08-03libi3: change scalloc() signature to match calloc()shdown
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-12Respect EXEC_PREFIX and a users' choice of PKG_CONFIG.Thomas Anderson
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-22make i3bar use libi3’s root_atom_contents()Michael Stapelberg
2013-03-14Add YAJL_CFLAGS to i3-msg.mk.Marcus Crestani
2013-01-26i3-msg: parse command replies and display errors nicely if there were errorsMichael Stapelberg
2013-01-23ipc_recv_message: store message_type, don’t compare. add distinct EOF retvalMichael Stapelberg
2013-01-23i3-msg: include socket path in error messageMichael Stapelberg
2012-09-20remove superfluous ev.h include statementsOliver Kiddle
2012-09-03fix compilation with older xcb-util with -DXCB_COMPAT (Thanks okraits)Michael Stapelberg
2012-08-13libi3: Implement Pango renderingFernando Tarlá Cardoso Lemos
2012-08-05ipc: implement GET_VERSION to find out the i3 versionMichael Stapelberg
2012-07-23Fix linking by linking libi3 first and its dependencies afterwardsMichael Stapelberg
2012-07-23common.mk: Split XCB common flagsQuentin Glidic
2012-07-22common.mk: Introduce I3_*FLAGSQuentin Glidic
2012-07-22*.mk: Support passing specific CFLAGS/LIBSQuentin Glidic
2012-07-22Add stub Makefiles to allow subdir make callsQuentin Glidic
2012-07-22Move i3-msg to the new Makefile layoutQuentin Glidic
2012-01-06shmlog: store meta information in the buffer itself, store path as X11 atomMichael Stapelberg