aboutsummaryrefslogtreecommitdiffstats
path: root/window.c
AgeCommit message (Expand)Author
2023-06-23config.h: allow all values to be NULLNRK
2023-06-23make xresources class name configurable in config.hexplosion-mental
2023-05-19fix: memory leak in `win_draw_bar` (#444)blk_750
2023-03-11apply clang-formatNRK
2023-03-11make some changes prepping for clang-formatNRK
2023-01-28update copyright yearNRK
2023-01-28use assertions instead of ignoring bogus arguments (#406)NRK
2022-10-19code-style: misc changes (#374)NRK
2022-08-16code-style: various cleanups (#356)NRK
2022-07-15fix: -Wsign-compare warnings (#336)NRK
2022-07-05reject empty xresources (#340)NRK
2022-07-03check for utf8_decode errors (#327)NRK
2022-06-28sort and group includesNRK
2022-06-25fix: don't use reserved identifiersNRK
2022-06-02code-style: simplify window title related codeNRK
2022-06-01avoid doing dynamic allocation for bar buffers (#279)N-R-K
2022-05-03Declare every extern function/variable in `nsxiv.h` (#268)N-R-K
2022-04-10fix: correctly close the font (#250)N-R-K
2022-03-31Improve starting in fullscreen modeKim Woelders
2022-03-31Correct setting of _NET_WM_PIDKim Woelders
2022-03-02fix: window title not working on certain WMsNRK
2022-03-02always initialize window titleNRK
2022-03-02code-style: slight cleanupsNRK
2022-02-26add config.h option for top statusbar (#231)N-R-K
2022-02-23use win-title script for customizing window title (#213)N-R-K
2022-02-13update copyright yearNRK
2022-01-06fix -Wwrite-strings related warningsNRK
2021-12-01fix: send implicit_mod to process_bindings (#176)N-R-K
2021-11-20mark functions and vars as static (#146)N-R-K
2021-10-29Add colors and fonts to config.h (#115)Arthur Williams
2021-10-28code-style: general cleanups (#137)N-R-K
2021-10-28update copyright notice (#139)eylles
2021-10-28fix: memory leak due to not destroying XrmDatabase (#134)N-R-K
2021-10-27Add default key-binding for DRAG_RELATIVE (#117)LuXu
2021-10-12Fix behaviour when TrueColor / 24 bit depth is not available (#114)miseran
2021-10-11code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu
2021-10-09Make statusbar optional (#95)Arthur Williams
2021-09-21code-style: use constant length array (#79)N-R-K
2021-09-16add .mark.foreground to XresourcesNRK
2021-09-16Fix font memory leak. (#57)Sam Whitehead
2021-09-16change .font to .bar.font for consistency (#48)N-R-K
2021-09-16Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu
2021-09-16set title based on prefix and suffix (#23)qsmodo
2021-09-16Custom bar colors (#10)Guilherme Freire
2021-09-16Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties (#13)eylles
2021-09-16Fix in tabbed with alpha patch (#3)Berke Kocaoğlu
2021-09-16Added ICCCM WM_HINTSArthur Williams
2020-01-16Fix memory leak in win_res()Bert Münnich
2019-07-16Do not keep track of fullscreen stateBert Münnich
2019-07-16Use normal win colors in fullscreen modeBert Münnich