aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* win_textwidth is no longer needed outside window.cBert Münnich2017-12-071-11/+8
* Try to match a fallback font if neededSquibby2017-12-061-6/+41
* One header file for type definitions and function declarationsBert Münnich2017-10-161-8/+5
* Improve mouse supportBert Münnich2017-10-061-1/+2
* Own win method for mouse cursor locationBert Münnich2017-10-051-0/+11
* Simplify cursor handlingBert Münnich2017-10-051-29/+20
* Mouse drag translates pointer position to image areaBert Münnich2017-10-041-5/+5
* Use -e for X window embeddingBert Münnich2016-10-301-5/+3
* added support for XEMBED into other windows (ie tabbed) with -wshuall2016-10-281-1/+5
* Use Xft for font loading and text drawingBert Münnich2016-08-061-74/+32
* Revised error handlingBert Münnich2015-10-281-8/+8
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-281-3/+3
* Removed feature test macro definitions from source filesBert Münnich2015-10-281-4/+3
* Removed overcautious parameter checksBert Münnich2015-10-281-37/+0
* Corrected & refactored handling of window bar content...Bert Münnich2014-10-011-12/+20
* Simplified thumbnail selection and marksBert Münnich2014-08-171-5/+5
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-52/+31
* Show key handler status in bar while it is runningBert Münnich2014-06-151-0/+2
* Do not center window on screen, workaround for issue #9Bert Münnich2014-04-211-2/+2
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-1/+0
* Removed command line option -FBert Münnich2014-02-051-36/+17
* Removed fit-win-to-img commandBert Münnich2014-02-041-33/+0