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
*
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
*
win_textwidth is no longer needed outside window.c
Bert Münnich
2017-12-07
1
-11
/
+8
*
Try to match a fallback font if needed
Squibby
2017-12-06
1
-6
/
+41
*
One header file for type definitions and function declarations
Bert Münnich
2017-10-16
1
-8
/
+5
*
Improve mouse support
Bert Münnich
2017-10-06
1
-1
/
+2
*
Own win method for mouse cursor location
Bert Münnich
2017-10-05
1
-0
/
+11
*
Simplify cursor handling
Bert Münnich
2017-10-05
1
-29
/
+20
*
Mouse drag translates pointer position to image area
Bert Münnich
2017-10-04
1
-5
/
+5
*
Use -e for X window embedding
Bert Münnich
2016-10-30
1
-5
/
+3
*
added support for XEMBED into other windows (ie tabbed) with -w
shuall
2016-10-28
1
-1
/
+5
*
Use Xft for font loading and text drawing
Bert Münnich
2016-08-06
1
-74
/
+32
*
Revised error handling
Bert Münnich
2015-10-28
1
-8
/
+8
*
Prefix safe allocation functions with 'e' instead of 's_'
Bert Münnich
2015-10-28
1
-3
/
+3
*
Removed feature test macro definitions from source files
Bert Münnich
2015-10-28
1
-4
/
+3
*
Removed overcautious parameter checks
Bert Münnich
2015-10-28
1
-37
/
+0
*
Corrected & refactored handling of window bar content...
Bert Münnich
2014-10-01
1
-12
/
+20
*
Simplified thumbnail selection and marks
Bert Münnich
2014-08-17
1
-5
/
+5
*
Overhauled window drawing, yet again; fixes issue #155
Bert Münnich
2014-07-28
1
-52
/
+31
*
Show key handler status in bar while it is running
Bert Münnich
2014-06-15
1
-0
/
+2
*
Do not center window on screen, workaround for issue #9
Bert Münnich
2014-04-21
1
-2
/
+2
*
Use a checkerboard background for alpha layer; fixes issue #138
Bert Münnich
2014-04-06
1
-1
/
+0
*
Removed command line option -F
Bert Münnich
2014-02-05
1
-36
/
+17
*
Removed fit-win-to-img command
Bert Münnich
2014-02-04
1
-33
/
+0
*
Check if window manager supports fullscreen; related to issue #128
Bert Münnich
2014-02-02
1
-0
/
+43
*
Unified X atom initialization
Bert Münnich
2014-02-02
1
-12
/
+17
*
Added window icons; fixes issue #125
Bert Münnich
2014-01-15
1
-0
/
+25
[next]