index
:
nsxiv
master
new simple X image viewer
Justin Gassner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Collapse
)
Author
2013-04-02
Fixed segfault caused by FD_ISSET() on negative fd
Bert Münnich
Reported by Kris Siwiec
2013-03-19
New options: -[io], read/write files from/to stdin/out
Bert Münnich
Fixes issue #84
2013-03-19
Made bar fields more distinguishable
Bert Münnich
2013-03-19
Polished info script execution
Bert Münnich
2013-03-19
Spawn info script & update bar contents only when needed
Bert Münnich
2013-03-19
Spawn and read from info script without blocking
Bert Münnich
2013-02-09
Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints
Bert Münnich
Conflicts: window.c
2013-02-08
Refactored function definitions to use dangling brace
Bert Münnich
2013-02-08
Updated/corrected license header
Bert Münnich
2013-01-30
When using -g hint the WM that we've got user specified geometry
tv
Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules.
2013-01-12
Simplified status bar, filled by user script
muennich
2012-12-27
Fixed issue #73
Bert Münnich
2012-12-20
Fixed issue #72
muennich
2012-12-01
Merge branch 'newdraw'
Bert Münnich
2012-10-31
Next try to fix issue #71
Bert Münnich
2012-10-29
Overhauled window drawing
Bert Münnich
- Draw onto pixmap as before, but use the same size for the pixmap as for the window, allocate new pixmap after configure requests - Use XCopyArea() instead of XSetWindowBackgroundPixmap(), which now requires handling of Expose events
2012-08-17
Disregard obsolete events, fixed issue #64
Bert Münnich
2012-08-16
New command: i_alternate, go to last image, issue #65
Bert Münnich
2012-03-13
Optimized redraw timeout after window resize for tiling window managers; ↵
Bert Münnich
related to issue #44
2012-02-27
Fixed issue #39: missing include of <sys/select.h>
Bert Münnich
2012-02-21
Display full name in info bar, if there is enough space
Bert Münnich
2012-02-15
Show info message in bar while loading thumbnails
Bert Münnich
2012-02-15
Already in the year 2012
Bert Münnich
2012-02-15
Added symbol BAR_SEPARATOR
Bert Münnich
2012-02-12
Added text bar on bottom of window
Bert Münnich
2012-02-11
Nicer window title
Bert Münnich
2012-02-11
Removed slideshow support
Bert Münnich
2011-11-01
Better fix for issue #25
Bert Münnich
2011-10-27
Added screen-wise scrolling for thumbnail mode
Bert Münnich
2011-10-16
Pan by pixel count, if number prefix given
Bert Münnich
2011-10-16
Added support for number prefix for commands
Bert Münnich
2011-10-14
Updated contact information
Bert Münnich
2011-10-13
Strictly adhere to ANSI-C standard
Bert Münnich
2011-10-12
Use void for empty argument lists
Bert Münnich
2011-09-29
Made all conditionals more precise
Bert Münnich
2011-09-29
Transformed function macros in util.h to inline functions
Bert Münnich
2011-09-26
Make use of EXIT_* macros (2)
Bert Münnich
2011-09-26
make use of EXIT_ macros
rck
2011-09-17
Use win_t member in img_t & tns_t instead of parameters
Bert Münnich
2011-09-11
Added own bool type
Bert
2011-09-10
Added slideshow support
Bert
2011-09-08
Strict conformance to IEEE Std 1003.1-2001
Bert
2011-09-06
Load as much of a corrupted gif file as possible
Bert
2011-09-06
Avoid conflicting macros
Bert
2011-09-04
Fixed title-update in thumb mode
Bert
2011-09-03
Reformated license header
Bert
2011-09-03
Fixed remove_file()
Bert
2011-09-03
Simplified cursor resetting
Bert
2011-09-02
Corrected timeout handling
Bert
2011-09-02
Corrected thumbnail loading and timeout handling
Bert
[next]