index
:
nsxiv
master
neo simple X image viewer.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sort and group includes
NRK
2022-06-28
1
-2
/
+3
*
fix: don't use reserved identifiers
NRK
2022-06-25
1
-1
/
+1
*
code-style: simplify window title related code
NRK
2022-06-02
1
-11
/
+8
*
avoid doing dynamic allocation for bar buffers (#279)
N-R-K
2022-06-01
1
-8
/
+8
*
Declare every extern function/variable in `nsxiv.h` (#268)
N-R-K
2022-05-03
1
-2
/
+0
*
fix: correctly close the font (#250)
N-R-K
2022-04-10
1
-2
/
+3
*
Improve starting in fullscreen mode
Kim Woelders
2022-03-31
1
-3
/
+6
*
Correct setting of _NET_WM_PID
Kim Woelders
2022-03-31
1
-2
/
+2
*
fix: window title not working on certain WMs
NRK
2022-03-02
1
-11
/
+10
*
always initialize window title
NRK
2022-03-02
1
-4
/
+4
*
code-style: slight cleanups
NRK
2022-03-02
1
-6
/
+5
*
add config.h option for top statusbar (#231)
N-R-K
2022-02-26
1
-2
/
+3
*
use win-title script for customizing window title (#213)
N-R-K
2022-02-23
1
-13
/
+8
*
update copyright year
NRK
2022-02-13
1
-1
/
+1
*
fix -Wwrite-strings related warnings
NRK
2022-01-06
1
-4
/
+6
*
fix: send implicit_mod to process_bindings (#176)
N-R-K
2021-12-01
1
-1
/
+4
*
mark functions and vars as static (#146)
N-R-K
2021-11-20
1
-8
/
+8
*
Add colors and fonts to config.h (#115)
Arthur Williams
2021-10-29
1
-6
/
+6
*
code-style: general cleanups (#137)
N-R-K
2021-10-29
1
-10
/
+10
*
update copyright notice (#139)
eylles
2021-10-28
1
-1
/
+2
*
fix: memory leak due to not destroying XrmDatabase (#134)
N-R-K
2021-10-28
1
-2
/
+3
*
Add default key-binding for DRAG_RELATIVE (#117)
LuXu
2021-10-27
1
-1
/
+1
*
Fix behaviour when TrueColor / 24 bit depth is not available (#114)
miseran
2021-10-11
1
-24
/
+15
*
code-style: fix consistency issues all over the codebase (#94)
Berke Kocaoğlu
2021-10-11
1
-30
/
+19
*
Make statusbar optional (#95)
Arthur Williams
2021-10-10
1
-20
/
+40
*
code-style: use constant length array (#79)
N-R-K
2021-09-22
1
-1
/
+1
*
add .mark.foreground to Xresources
NRK
2021-09-17
1
-1
/
+3
*
Fix font memory leak. (#57)
Sam Whitehead
2021-09-16
1
-0
/
+1
*
change .font to .bar.font for consistency (#48)
N-R-K
2021-09-16
1
-1
/
+1
*
Rename, Update Docs and Prepare for Release (#9)
Berke Kocaoğlu
2021-09-16
1
-9
/
+9
*
set title based on prefix and suffix (#23)
qsmodo
2021-09-16
1
-4
/
+16
*
Custom bar colors (#10)
Guilherme Freire
2021-09-16
1
-12
/
+16
*
Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties (#13)
eylles
2021-09-16
1
-0
/
+20
*
Fix in tabbed with alpha patch (#3)
Berke Kocaoğlu
2021-09-16
1
-8
/
+21
*
Added ICCCM WM_HINTS
Arthur Williams
2021-09-16
1
-0
/
+6
*
Fix memory leak in win_res()
Bert Münnich
2020-01-16
1
-11
/
+13
*
Do not keep track of fullscreen state
Bert Münnich
2019-07-16
1
-49
/
+2
*
Use normal win colors in fullscreen mode
Bert Münnich
2019-07-16
1
-20
/
+7
*
Change colors and font only via X resources
Bert Münnich
2019-04-19
1
-3
/
+3
*
Add Xresources font support
vxid
2019-04-19
1
-2
/
+3
*
Match fallback font FC_SIZE to original font
Foldex
2019-03-15
1
-1
/
+4
*
Align compile-time color options with X resource colors
Bert Münnich
2019-01-23
1
-17
/
+26
*
Simplify X resource retrieval
Bert Münnich
2019-01-23
1
-18
/
+17
*
Support X resource entries with Sxiv class name
Bert Münnich
2019-01-23
1
-13
/
+9
*
Fix code style of merged code
Bert Münnich
2019-01-23
1
-14
/
+10
*
Add Xresources capability
noamcore
2019-01-23
1
-1
/
+36
*
Set window title only once at startup
Bert Münnich
2018-10-15
1
-3
/
+0
*
Initialize window bar buffers to empty string
Bert Münnich
2018-04-11
1
-0
/
+2
*
Simplify drawing of bar text
Bert Münnich
2017-12-07
1
-53
/
+34
*
Replace utf8codepoint with Chris Wellons' utf8_decode
Bert Münnich
2017-12-07
1
-5
/
+7
[next]