aboutsummaryrefslogtreecommitdiff
path: root/i3bar
AgeCommit message (Expand)Author
2019-06-22feat: support transparency (RGBA) in i3bar (#3727)Ingo Bürk
2019-05-13i3bar: If click events disabled, use whole bar for other eventsOrestis Floros
2019-03-29child_handle_button: Call only if x >= offsetOrestis Floros
2019-03-28handle_button: Introduce child_handle_buttonOrestis Floros
2019-03-28handle_button: Use full render width for calculationsOrestis Floros
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-23Merge pull request #3475 from Gravemind/fix-i3bar-re-hidden-on-any-modifierOrestis
2018-10-23Close & reopen tray selwin when neededOrestis Floros
2018-10-23i3bar: Fix i3bar re-hidden by any modifier (#3474)Gravemind
2018-10-13Fix missing prototypesOrestis Floros
2018-10-13Enforce strict prototypesOrestis Floros
2018-10-13Fixes for undefined behaviour on signed shift (#3453)Alan Barr
2018-09-16Fix "relative_x" and "width" of click eventsOrestis Floros
2018-09-15i3bar: Include sb_hoff_px only when neededOrestis Floros
2018-05-08Replace strncpy call with memcpy when result is not NUL-terminatedOrestis Floros
2018-04-27Fix redundant return statementsOrestis Floros
2018-04-17Merge pull request #3246 from orestisf1993/bar-modifier-3234Ingo Bürk
2018-04-17i3bar: make modifier behave like floating_modifierOrestis Floros
2018-04-16i3bar: don't reset verbosity when parsing config valuesOrestis Floros
2018-04-13Add an i3bar flag: --verbosehwangcc23
2018-03-30i3bar: forward the sync request via IPC, not X11Michael Stapelberg
2018-03-11Merge pull request #3167 from hwangcc23/fix-3163Ingo Bürk
2018-03-11Add strip_workspace_namehwangcc23
2018-03-10Fixed typoHritik Vijay
2017-12-20Add relative coordinates in JSON for i3bar click events (fixes #2767)Pallav Agarwal
2017-12-08Add '--release' flag for bindsym in the bar blockOrestis Floros
2017-12-03Merge pull request #3022 from orestisf1993/i3bar-leaksIngo Bürk
2017-12-03i3bar: free output data structuresOrestis Floros
2017-11-29Merge pull request #3058 from d-e-s-o/fix-FREEIngo Bürk
2017-11-23do not check for NULL in FREE macroDaniel Mueller
2017-11-17i3bar: replace magic numbers with more meaningful constructsDaniel Mueller
2017-10-23Move XCB event handling into xcb_prepare_cb.Michael Stapelberg
2017-10-17i3bar: avoid possible va_args leakOrestis Floros
2017-10-17i3bar: free fontnameOrestis Floros
2017-09-30Synchronize with i3bar+i3, not just i3.Michael Stapelberg
2017-09-26i3bar: fix segfault when no status_command is providedOrestis Floros
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
2017-09-17ipc: rename COMMAND to RUN_COMMAND for consistency (#2956)Michael Stapelberg
2017-09-09i3bar: ensure get_buffer does not leak memoryMichael Stapelberg
2017-08-20i3bar: only restart child when command changed (#2866)Michael Stapelberg
2017-08-20i3bar: Bugfix: avoid freeze after VisibilityNotifyMichael Stapelberg
2017-08-19Prevent accidentally introduced fall-throughMichael Stapelberg
2017-07-12i3bar: change error block color to hexTony Crisci
2017-05-02Query workspaces again in i3bar when an output change occured. (#2760)Ingo Bürk
2017-04-02format i3bar src/outputs.c w/ clang-formatNathan Schulte
2017-03-12i3bar: accept 'primary' for output config optionlebenlechzer
2017-02-14Allow using left/right scrolling like up/down scrolling.Ingo Bürk
2017-02-12Introduce named aliases for mouse buttons.Ingo Bürk
2017-02-05restart bar status command on config reload (#2668)Johannes Lange