summaryrefslogtreecommitdiff
path: root/swaynag
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-11-03swaynag/config.c: fix build against gcc-14 (-Walloc-size)Sergei Trofimovich
2023-07-31swaynag: Implement wp_cursor_shape_v1Alexander Orzechowski
2023-07-17swaynag: handle wayland-cursor failuresSimon Ser
2023-06-25Use "default" XCursor instead of "left_ptr"Simon Ser
2023-01-16swaynag: call swaynag_destroy on clean exitManuel Stoeckl
2022-12-22swaynag: drop swaynag_type.fontSimon Ser
2022-12-22swaynag: fix NULL font descriptionSimon Ser
2022-11-28Fix build on Debian Stablenerdopolis
2022-11-25build: drop intermediate libraries for protocolsSimon Ser
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera
2022-06-05swaynag: move close_button up to fix SIGSEGVGreg Depoire--Ferrer
2022-05-07swaynag: combine consecutive declaration/assignmentsNihal Jere
2022-05-07swaynag: improve robustness when loading configNihal Jere
2022-05-07swaynag: do error checking and rename read_from_stdinNihal Jere
2022-03-15remove unnecessary strlen callNihal Jere
2022-03-15swaynag: remove redundant status variables in mainNihal Jere
2022-03-15swaynag: remove unnecessary zero of swaynag structNihal Jere
2022-03-15swaynag: statically allocate button_close, and move declarationNihal Jere
2022-03-15swaynag: allocate button_details with detailsNihal Jere
2022-02-28swaynag: die on all allocation failuresNihal Jere
2022-02-08Remove all sprintf callsSimon Ser
2022-01-23swaynag: remove buffer destruction conditionKirill Primak
2021-12-13swaynag: remove xdg-output logicSimon Ser
2021-09-13swaynag: fix pointer button events on scaled outputsxdavidwu
2021-09-13Rename pango_printf to render_textSimon Ser
2021-09-12Simplify swaybar/swaynag scaling codeCaduser2020
2021-06-17swaynag: adds option to set wayland shell layerJames Edwards-Jones
2021-05-28details-gackground typo fixsergio
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni
2021-04-22Use execlp("sh") instead of execl("/bin/sh")Simon Ser
2021-02-07swaynag: Use position from wl_pointer.enterKenny Levinsen
2021-02-04Make command line option lists constManuel Stoeckl
2021-02-04Make Wayland request listeners static const when possibleManuel Stoeckl
2021-01-16Changed fprintf(stdout,...) to printf(...) for more readable codeSpizzyCoder
2020-09-14swaynag: add details background optionMustafa Abdul-Kader
2020-09-04swaynag: adds option to separately specify the text color for buttonsoliver-giersch
2020-07-30Fix incorrect format specifiersAntonin Décimo
2020-06-10swaynag: sway_abort on failure to properly registerLuke Drummond
2020-06-09swaynag: allow specifying more buttons which execute and dismissGraham Christensen
2020-04-02swaynag: exit on wl_display_roundtrip errorDominique Martinet
2020-03-29swaynag: fix segfault on exit when arguments are not correctDominique Martinet
2020-01-05swaynag: Add multi-seat supportAndri Yngvason
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth
2019-08-31Fix markup syntax in man pagesMartin Michlmayr
2019-06-05check for empty string before calling strtoul() and check errnoDaniel Eklöf
2019-06-05swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZEDaniel Eklöf
2019-04-25swaybg: split into standalone projectDrew DeVault
2019-04-20swaynag: revamp type configsBrian Ashworth
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth