summaryrefslogtreecommitdiff
path: root/i3-nagbar
AgeCommit message (Expand)Author
2020-02-01libi3: Make visual_type externOrestis Floros
2019-10-14i3-nagbar: Fix small leakOrestis Floros
2019-10-14i3-nagbar: get_window_position: Improve loggingOrestis Floros
2019-10-14i3-nagbar: Don't use DLOGOrestis Floros
2019-01-02Remove \n from errx and die messagesNguyễn Thái Ngọc Duy
2018-10-13Fix typo: childs -> childrenOrestis Floros
2018-10-07i3-nagbar: add option for button that runs commands without a terminal (#3258)Orestis
2018-09-23i3-nagbar & i3-config-wizard: check sncontext != NULLOrestis Floros
2018-08-25Support startup-notification in i3-nagbar & i3-config-wizardOrestis Floros
2018-04-27Fix redundant casts to the same typeOrestis Floros
2018-03-09Bugfix: ignore ConfigureNotify with width == 0 || height == 0Michael Stapelberg
2017-11-23do not check for NULL in FREE macroDaniel Mueller
2017-08-31Revert "i3-nagbar: add button flag to execute action with /bin/sh directly" (...Michael Stapelberg
2017-05-12i3-nagbar: add button flag to execute action with /bin/sh directly.Max Fisher
2017-01-21migrate i3-nagbar to draw_util (#2644)mihaicmn
2017-01-13Only react on the last Expose event in a series of events. (#2636)Ingo Bürk
2016-11-28Use the DPI setting within the i3-config-wizard and i3-nagbar (#2585)mihaicmn
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23Switch to autotools (GNU build system)Michael Stapelberg
2016-09-26Use Xft.dpi for DPI if available.Ingo Bürk
2016-09-24Remove compatibility definitions for xcb-util < 0.3.8 (#2473)Michael Stapelberg
2016-01-17Add pledge(2) support for OpenBSDTheo Buehler
2016-01-04i3-nagbar: explicitly set cursor using libxcursor if availableMichael Stapelberg
2015-12-29Correct color management for pango fontsAlex Auvolat
2015-10-06Use 32-bit visuals for i3bar when possible and allow RGBA colors.Ingo Bürk
2015-08-03Use safe wrappers wherever possibleshdown
2015-06-30Added missing newlines in log statements.Ingo Bürk
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-12Respect EXEC_PREFIX and a users' choice of PKG_CONFIG.Thomas Anderson
2015-03-29initialize variables to NULL to avoid invalid free() on errorMichael Stapelberg
2015-03-29Merge pull request #1593 from Airblader/feature-nagbar-primary-outputMichael Stapelberg
2015-03-29Merge pull request #1575 from hwangcc23/nextMichael Stapelberg
2015-03-29Add a safe wrapper for write and fix some warningshwangcc
2015-03-28Open i3-nagbar on the primary screenIngo Bürk
2015-03-27Compile xcb-randr support into i3-nagbarIngo Bürk
2015-03-26update default fonts for i3-{input,config-wizard,nagbar}Michael Stapelberg
2015-03-26make i3-nagbar work properly on hi-dpi displaysMichael Stapelberg
2015-03-11degendered termsDiana Thayer
2015-03-01run clang-format (3.5.0)Michael Stapelberg
2014-06-19clang-format-3.5 **/*.h **/*.cMichael Stapelberg
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-03-23i3-nagbar: add missing newline when printing version informationArun Persaud
2014-01-04Fix 'gcc -Wextra -Wno-unused-parameter'.Peter Boström
2014-01-02Fix clang -Wextra except -Wunused-parameter.Peter Boström
2014-01-01Use #pragma onceAlexander Kedrik
2013-12-24only LOG() the DPI when it changes, DLOG() it otherwise (Thanks lkraav)Michael Stapelberg
2013-11-24Remove references to PATH_MAX macroLancelot SIX
2013-11-09Use _PATH_BSHELL to ensure using a bourne shellBaptiste Daroussin
2013-10-13i3-nagbar: Set button inner-width to the width of the labelTony Crisci
2013-06-28Merge branch 'master' into nextMichael Stapelberg