aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/bar
AgeCommit message (Expand)Author
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2021-11-25ipc: make `bar <bar_id> mode|hidden_state` behave as documentedAleksei Bavshin
2021-06-03config: Fix swaybar pango_markup inconsistencyDaniel Otero
2021-02-04Declare all struct cmd_handler arrays constManuel Stoeckl
2020-10-11Add support for workspace_min_width bar option.Tarmack
2020-07-30cmd/bar/colors: fix dereference of null pointerAntonin Décimo
2020-02-18treewide: fix typosTorstein Husebø
2019-12-28bar_cmd_colors: remove add_colorBrian Ashworth
2019-09-04swaybar: complete barconfig_update event handlingBrian Ashworth
2019-08-12Fix memory leaksAntonin Décimo
2019-05-17bar: fix segfault with missing or invalid bar idAlyssa Ross
2019-04-17Add unbindsym/unbindcode command for swaybarAlex Maese
2019-02-24swaybar: add overlay mode (fix #1620)Milkey Mouse
2019-02-10fix double free for mode toggle if bar was invisibleRouven Czerwinski
2019-02-08bar_cmd_modifier: add support for noneBrian Ashworth
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth
2019-01-11swaybar: add status_padding commandBrian Ashworth
2019-01-10bar_cmd_bind: utilize mouse button helpersBrian Ashworth
2018-12-31swaybar: do not create tray if hiddenIan Fan
2018-12-31swaybar: implement tray configIan Fan
2018-12-29swaybar: fix focused_statusline color parsing.Rune Morling
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-12-09Cleanup list codeIan Fan
2018-11-28Implement bar gapsBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion
2018-11-17Implement strip_workspace_name.Connor E
2018-11-10Use parse_boolean where possible.Connor E
2018-10-23commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOSTIan Fan
2018-10-23commands: remove EXPECTED_MORE_THANIan Fan
2018-10-20commands/bar: remove left and right from allowed positionsRouven Czerwinski
2018-10-14commands: fix sending bar mode/hidden_state updates to all barsIan Fan
2018-10-13cmd_bar: fix bar id issuesBrian Ashworth
2018-10-13bar_cmd_status_command: only reload current barBrian Ashworth
2018-10-09bar-bindsym: address ianyfan's commentsBrian Ashworth
2018-10-09Implement bar bindsymBrian Ashworth
2018-10-08Fix memory leak in status_command handleremersion
2018-10-08Allow status_command to be disabled via IPCRyan Dwyer
2018-09-28swaybar: fix setting binding mode indicatorIan Fan
2018-07-15bar: free old position when changingIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-02bar_cmd_modifier: fix use-after-free on errorDominique Martinet
2018-07-02bar_cmd_font: fix leak of fontDominique Martinet
2018-06-02Address first round of review for generic blocksBrian Ashworth
2018-06-02Make command block implementation genericBrian Ashworth