aboutsummaryrefslogtreecommitdiff
path: root/swaybar/render.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-04-02swaybar: Lift background clearing out of main rendering functionAlexander Orzechowski
2023-04-02swaybar: Set opaque region properlyAlexander Orzechowski
2023-02-27sway{,bar}: use default font hint stylellyyr
2023-01-03Use correct length for strncmp comparisonCarl Smedstad
2022-11-26swaybar: Make hotspots block bar release bindingsJoan Bruguera
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera
2022-03-14swaybar: set opaque regionSimon Ser
2021-10-08swaybar: fix cairo_font_options leakNathan Schulte
2021-09-20swaybar: properly draw blocks with transparent black borderNathan Schulte
2021-09-15swaybar: properly draw urgent block right borderNathan Schulte
2021-09-13Rename pango_printf to render_textSimon Ser
2021-09-12Simplify swaybar/swaynag scaling codeCaduser2020
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni
2021-03-07swaybar: use text subpixel antialias only where it would look goodFenveireth
2021-01-11Fix #5940Mukundan314
2020-10-12swaybar: don't expand separator_block_width if separator is falseLudvig Michaelsson
2020-10-11Add support for workspace_min_width bar option.Tarmack
2020-04-20interpret "subpixel none" as CAIRO_ANTIALIAS_GRAYIan Huang
2020-02-10swaybar: fix i3bar relative coordinates when scaling is usedHristo Venev
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth
2019-09-20swaybar: make status block text render in the same way as othersxdavidwu
2019-08-02Remove unused variableAntonin Décimo
2019-04-04Add margin to short_text handling.Dmitri Kourennyi
2019-04-04Ensure predicted position for short text handling doesn't overflow.Dmitri Kourennyi
2019-04-04Implement handling of short_text field of i3 input protocol.Dmitri Kourennyi
2019-01-31Rebase #1636 against current masterv44r
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault
2019-01-13Merge pull request #3397 from RedSoxFan/fix-swaybar-heightDrew 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
2019-01-09swaybar: obey height if givenBrian Ashworth
2019-01-09swaybar: fix rendering of border and backgroundBrian Ashworth
2018-12-31swaybar: add tray interfaceIan Fan
2018-12-12swaybar: fix sep block width for mixed scalesBrian Ashworth
2018-12-12swaybar: handle block->urgentBrian Ashworth
2018-12-04Add relative coordinates in JSON for i3bar click eventsHristo Venev
2018-11-28Implement bar gapsBrian Ashworth
2018-11-17Implement strip_workspace_name.Connor E
2018-10-25swaybar: reverse order of workspaces listIan Fan
2018-10-20swaybar: render with minimum height, nominally text heightIan Fan
2018-10-14swaybar: when hiding bar, save old height to be restored upon reshowIan Fan
2018-10-14swaybar: handle mode/hidden_state changesIan Fan
2018-10-14swaybar: move mode & mode_pango_markup to bar structIan Fan
2018-10-14swaybar: add free_hotspots helper functionIan Fan
2018-09-30swaybar: synchronize rendering to output framesIan Fan
2018-09-28swaybar: trim function prototypesIan Fan
2018-09-28swaybar: move i3bar definitions into separate fileIan Fan