aboutsummaryrefslogtreecommitdiff
path: root/src/ipc.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2023-01-22i3bar: Add protocol for workspace buttonsOrestis Floros
2023-01-06Do not canonicalize "nonprimary" output for i3barOrestis Floros
2022-12-14Add "mode" field in binding eventOrestis Floros
2022-11-05draw leaf window decorations on ->frame instead of ->parent->frameMichael Stapelberg
2022-11-01Merge gaps support as-isMichael Stapelberg
2022-10-30implement bar { padding } config directiveMichael Stapelberg
2022-10-30Merge support for the bar { height } option as-is from i3-gapsMichael Stapelberg
2021-09-22GET_CONFIG: add raw/variable-processed contents of all config files (#4528)Michael Stapelberg
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-06-02Implement include config directive (#4420)Michael Stapelberg
2021-04-10ipc: return signed int for container positionslbonn
2021-01-28Add "machine" criterion to match WM_CLIENT_MACHINEAlbert Safin
2021-01-20i3-dump-log -f: switch from pthreads to UNIX socketsMichael Stapelberg
2021-01-20move set_nonblock, create_socket and path_exists to libi3Michael Stapelberg
2020-10-20clang-format: use TypenameMacrosAlbert Safin
2020-06-06Introduce GET_BINDING_STATE IPC commandMichael Stapelberg
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-10Limit log length with IPC commandsOrestis Floros
2020-04-10run_command: Update outdated docstringOrestis Floros
2020-03-07ipc: always include marks property in TREE replyIan Fan
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2020-01-08Added workspace ID in GET_WORKSPACES response.Iskustvo
2019-11-29Merge pull request #3797 from acheronfail/feat/add-window-type-ipcIngo Bürk
2019-10-06Merge pull request #3728 from cdlscpmv/nextIngo Bürk
2019-09-27feat: add window_type to ipc responseacheronfail
2019-07-29restart: make reply an array, add forgotten test to git (#3750)Michael Stapelberg
2019-07-21Make `restart` IPC command send a reply once restart completed (!) (#3743)Michael Stapelberg
2019-06-25Add setting for minimal width of workspace buttonsKonst Mayer
2019-04-03Replace scalloc + strncpy with sstrndupOrestis Floros
2019-01-12Use ipc queue for all messages (#3585)Orestis
2018-12-11Preserve back_and_forth during restartAlbert Safin
2018-10-13Make comment style more consistentOrestis Floros
2018-08-27ipc_client_timeout: Fix build when not on linuxOrestis Floros
2018-08-08Kill misbehaving subscribed clients instead of hangingOrestis Floros
2018-07-31Introduce free_ipc_clientOrestis Floros
2018-04-28send_tick: set "first" field (#3271)Orestis
2018-04-17i3bar: make modifier behave like floating_modifierOrestis Floros
2018-04-04Prefer compiler warnings to assertions for unhandled switch casesOrestis Floros
2018-03-30introduce the sync IPC commandMichael Stapelberg
2018-03-11Add strip_workspace_namehwangcc23
2017-12-08Add '--release' flag for bindsym in the bar blockOrestis Floros
2017-09-30Implement the tick eventMichael Stapelberg
2017-09-19Do not canonicalize special output namesVladimir Panteleev
2017-09-17ipc: rename COMMAND to RUN_COMMAND for consistency (#2956)Michael Stapelberg
2017-09-13ipc: Canonicalize output names in bar configurationVladimir Panteleev
2017-09-13Introduce output_primary_name functionVladimir Panteleev
2017-08-19Introduce the GET_CONFIG IPC requestMichael Stapelberg
2017-01-22Add the ipc shutdown event (#2652)Tony Crisci