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
2011-02-17
Use watch-cursor while loading thumbnails
Bert
2011-02-17
Who needs threads to load thumbnails?
Bert
2011-02-16
Use pthread to load thumbnails
Bert
2011-02-16
Refactored thumbs, new files thumbs.[ch]
Bert
2011-02-16
Render thumbnails
Bert
2011-02-16
Added app-mode
Bert
2011-02-16
Fixed thumbnail creation
Bert
2011-02-16
First things for thumbnail mode
Bert
2011-02-15
Fixed empty lines in readline()
Bert
2011-02-14
More appropriate buffer sizes
Bert
2011-02-14
Fixed indentation
Bert
2011-02-14
Read filenames from stdin
Bert
2011-02-09
Handle image remove/rename while running
Bert
2011-02-09
Handle WM_DELETE_WINDOW messages correctly, thanks to fungt
Bert
2011-02-06
Nicer fit window to image
Bert
2011-02-04
New key mapping: W, resize window to fit image
Bert
2011-02-03
Removed some warnings
Bert
2011-02-03
Split img_fit into internal/external function
Bert
2011-02-03
New key mappings: 0/w, zoom to 100%/to fit window
Bert
2011-02-03
Display filesize in window title
Bert
2011-02-03
Manual event handling in main.c
Bert
2011-02-03
Refactored, new files util.[ch], C89
Bert
2011-02-02
Fixed stupid memory leak in read_dir_rec
Bert
2011-02-02
New option: -r, open all images in directories
Bert
2011-02-02
Skeleton for -r
Bert
2011-01-31
New key command: r, reload image
Bert
2011-01-31
Check file timestamps before loading from cache
Bert
2011-01-30
Nicer key handling, does not fix problems
Bert
2011-01-30
Explicitly enable printing of warnings
Bert
2011-01-29
Mouse-panning while pressing button2
Bert
2011-01-28
Map arrow keys to h/j/k/l
Bert
2011-01-26
Complete mouse support
Bert
2011-01-26
Merge remote branch 'falconindy/mouse'
Bert
2011-01-26
Added a key-mapping for toggle anti-aliasing
Bert
2011-01-26
Added <,> mappings to rotate image
Bert
2011-01-23
Added man page
Bert
2011-01-23
Implemented fullscreen mode
Bert
2011-01-23
main.c: add zooming on mousewheel events
Dave Reisner
Signed-off-by: Dave Reisner <d@falconindy.com>
2011-01-23
Added [,] mappings for go 10 images back/forward
Bert
2011-01-22
Added g/G mappings for goto first/last image
Bert
2011-01-22
Handle window resize events properly
Bert
2011-01-21
Implemented panning
Bert
2011-01-21
Stricter object encapsulation
Bert
2011-01-21
Merged img_display() into img_render()
Bert
2011-01-21
Removed debug output
Bert
2011-01-21
More robust key handling
Bert
2011-01-20
First try on zooming
Bert
2011-01-20
No more expose handling
Bert
2011-01-20
Put some useful information in the window title
Bert
2011-01-20
Check all given files before open the first
Bert
[next]