aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAgeFilesLines
* sort and group includesNRK2022-06-281-2/+3
* fix: don't use reserved identifiersNRK2022-06-251-1/+1
* code-style: simplify window title related codeNRK2022-06-021-11/+8
* avoid doing dynamic allocation for bar buffers (#279)N-R-K2022-06-011-8/+8
* Declare every extern function/variable in `nsxiv.h` (#268)N-R-K2022-05-031-2/+0
* fix: correctly close the font (#250)N-R-K2022-04-101-2/+3
* Improve starting in fullscreen modeKim Woelders2022-03-311-3/+6
* Correct setting of _NET_WM_PIDKim Woelders2022-03-311-2/+2
* fix: window title not working on certain WMsNRK2022-03-021-11/+10
* always initialize window titleNRK2022-03-021-4/+4
* code-style: slight cleanupsNRK2022-03-021-6/+5
* add config.h option for top statusbar (#231)N-R-K2022-02-261-2/+3
* use win-title script for customizing window title (#213)N-R-K2022-02-231-13/+8
* update copyright yearNRK2022-02-131-1/+1
* fix -Wwrite-strings related warningsNRK2022-01-061-4/+6
* fix: send implicit_mod to process_bindings (#176)N-R-K2021-12-011-1/+4
* mark functions and vars as static (#146)N-R-K2021-11-201-8/+8
* Add colors and fonts to config.h (#115)Arthur Williams2021-10-291-6/+6
* code-style: general cleanups (#137)N-R-K2021-10-291-10/+10
* update copyright notice (#139)eylles2021-10-281-1/+2
* fix: memory leak due to not destroying XrmDatabase (#134)N-R-K2021-10-281-2/+3
* Add default key-binding for DRAG_RELATIVE (#117)LuXu2021-10-271-1/+1
* Fix behaviour when TrueColor / 24 bit depth is not available (#114)miseran2021-10-111-24/+15
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-30/+19
* Make statusbar optional (#95)Arthur Williams2021-10-101-20/+40
* code-style: use constant length array (#79)N-R-K2021-09-221-1/+1
* add .mark.foreground to XresourcesNRK2021-09-171-1/+3
* Fix font memory leak. (#57)Sam Whitehead2021-09-161-0/+1
* change .font to .bar.font for consistency (#48)N-R-K2021-09-161-1/+1
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-9/+9
* set title based on prefix and suffix (#23)qsmodo2021-09-161-4/+16
* Custom bar colors (#10)Guilherme Freire2021-09-161-12/+16
* Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties (#13)eylles2021-09-161-0/+20
* Fix in tabbed with alpha patch (#3)Berke Kocaoğlu2021-09-161-8/+21
* Added ICCCM WM_HINTSArthur Williams2021-09-161-0/+6
* Fix memory leak in win_res()Bert Münnich2020-01-161-11/+13
* Do not keep track of fullscreen stateBert Münnich2019-07-161-49/+2
* Use normal win colors in fullscreen modeBert Münnich2019-07-161-20/+7
* Change colors and font only via X resourcesBert Münnich2019-04-191-3/+3
* Add Xresources font supportvxid2019-04-191-2/+3
* Match fallback font FC_SIZE to original fontFoldex2019-03-151-1/+4
* Align compile-time color options with X resource colorsBert Münnich2019-01-231-17/+26
* Simplify X resource retrievalBert Münnich2019-01-231-18/+17
* Support X resource entries with Sxiv class nameBert Münnich2019-01-231-13/+9
* Fix code style of merged codeBert Münnich2019-01-231-14/+10
* Add Xresources capabilitynoamcore2019-01-231-1/+36
* Set window title only once at startupBert Münnich2018-10-151-3/+0
* Initialize window bar buffers to empty stringBert Münnich2018-04-111-0/+2
* Simplify drawing of bar textBert Münnich2017-12-071-53/+34
* Replace utf8codepoint with Chris Wellons' utf8_decodeBert Münnich2017-12-071-5/+7