aboutsummaryrefslogtreecommitdiff
path: root/i3bar/src/child.c
AgeCommit message (Expand)Author
2023-01-22i3bar: Add protocol for workspace buttonsi3bar-ws-protocolOrestis Floros
2021-01-12i3bar: properly restart status command after config changeOrestis Floros
2021-01-12i3bar: Properly close FDsOrestis Floros
2020-10-23Add coordinates relative to the current output in i3bar click eventsAndrey Burov
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-10Merge pull request #4004 from orestisfl/i3bar-segfaultIngo Bürk
2020-04-10Fix SEGFAULT when i3bar receives invalid inputOrestis Floros
2020-04-10i3bar: Add a macro to log child infoOrestis Floros
2020-03-01Remove comment referencing old source codeJason
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2019-06-22feat: added support for user-defined border widths in i3bar blocks (#3726)Ingo Bürk
2018-10-26Do not assume STDIN_FILENO is available for input from childHamish Macdonald
2018-10-25Add "modifiers" to events sent by i3barSoumya
2018-10-13Fix missing prototypesOrestis Floros
2017-12-20Add relative coordinates in JSON for i3bar click events (fixes #2767)Pallav Agarwal
2017-10-17i3bar: avoid possible va_args leakOrestis Floros
2017-09-09i3bar: ensure get_buffer does not leak memoryMichael Stapelberg
2017-07-12i3bar: change error block color to hexTony Crisci
2016-10-25Merge pull request #2507 from stapelberg/autotoolsMichael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23check vasprintf return codeMichael Stapelberg
2016-10-18Disable pango markup for plain-text input in i3bar. (#2505)Ingo Bürk
2015-10-22Added background and border keys to the i3bar protocol.Ingo Bürk
2015-10-17Use sasprintf() instead of alloc'ing and strncpy() in i3bar.Ingo Bürk
2015-10-13Rename is_markup to pango_markup.Ingo Bürk
2015-08-03Use safe wrappers wherever possibleshdown
2015-08-03libi3: change scalloc() signature to match calloc()shdown
2015-06-02i3bar: fix freeing static stringsshdown
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-03Use a reasonable default sep_block_width if a separator_symbol is givenIngo Bürk
2015-03-29Merge pull request #1575 from hwangcc23/nextMichael Stapelberg
2015-03-29Add a safe wrapper for write and fix some warningshwangcc
2015-03-28Merge pull request #1590 from acrisci/bug/i3bar-no-markup-defaultMichael Stapelberg
2015-03-27i3bar: don't parse markup on statusline by defaultTony Crisci
2015-03-27Return in child parsing as soon as the match was made.Ingo Bürk
2015-03-25Merge pull request #1583 from shdown/nextMichael Stapelberg
2015-03-24i3bar: spelling fixes (2)shdown
2015-03-24i3bar: check `short_text` for NULL on dumpTony Crisci
2015-03-24i3bar: check block text for NULLTony Crisci
2015-03-24i3bar: set markup per blockTony Crisci
2015-03-23Merge pull request #1570 from shdown/nextMichael Stapelberg
2015-03-23i3bar: spelling fixesshdown
2015-03-23Introduce the short_text property on blocks and parse it according to the doc...Ingo Bürk
2015-03-01clang-formatMichael Stapelberg
2015-03-01Merge branch 'defect-1480' of https://github.com/Airblader/i3-original into A...Michael Stapelberg
2015-02-18free block->instance when cleaning up statuslineIngo Bürk
2015-02-18Introduce a statusline buffer.Ingo Bürk
2015-02-18remove unused statusline_bufferIngo Bürk
2015-02-12i3bar: use Pango markupTony Crisci