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-21
Hide cursor on redraw or after 1.5s mouse inactivity
Bert
2011-02-21
Fixed title for thumbnail mode
Bert
2011-02-21
Always support thumbs; start thumb-mode with single -t
Bert
2011-02-20
Mode-guard in on_motionnotify
Bert
2011-02-20
Replaced -T flag with -tt; default thumbnail size
Bert
2011-02-20
Mouse-wheel scrolling in thumb mode
Bert
2011-02-19
g/G key mappings in thumbnail mode
Bert
2011-02-19
Double click thumb to open
Bert
2011-02-19
Merge branch 'master' into thumbs
Bert
Conflicts: main.c
2011-02-19
Fixed offsets in resize win to image
Bert
2011-02-19
Sync thumb selection & fileidx; check thumb view
Bert
2011-02-19
Update title when moving selection
Bert
2011-02-17
Activate thumb-mode with Return key
Bert
2011-02-17
Fixed cursor when opening thumb
Bert
2011-02-17
Variable timeout (2)
Bert
2011-02-17
Variable timeout
Bert
2011-02-17
Use Button1 to open thumbnail
Bert
2011-02-17
Select and open thumbnails
Bert
2011-02-17
Linked thumbnails to files
Bert
2011-02-17
Made key mappings mode-dependent
Bert
2011-02-17
Appropriate title for thumbnail mode
Bert
2011-02-17
Fill window before loading thumbs
Bert
2011-02-17
Immediately respond to events while loading thumbs
Bert
2011-02-17
Merge branch 'master' into thumbs
Bert
Conflicts: Makefile
2011-02-17
Higher timeout, faster window resizing
Bert
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
[next]