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
/
main.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fill window before loading thumbs
Bert
2011-02-17
1
-0
/
+2
|
*
Immediately respond to events while loading thumbs
Bert
2011-02-17
1
-4
/
+15
|
*
Merge branch 'master' into thumbs
Bert
2011-02-17
1
-1
/
+1
|
\
|
|
|
|
|
|
|
|
Conflicts: Makefile
|
*
Higher timeout, faster window resizing
Bert
2011-02-17
1
-1
/
+1
|
|
*
|
Use watch-cursor while loading thumbnails
Bert
2011-02-17
1
-1
/
+4
|
|
*
|
Who needs threads to load thumbnails?
Bert
2011-02-17
1
-8
/
+12
|
|
*
|
Use pthread to load thumbnails
Bert
2011-02-16
1
-2
/
+5
|
|
*
|
Refactored thumbs, new files thumbs.[ch]
Bert
2011-02-16
1
-45
/
+17
|
|
*
|
Render thumbnails
Bert
2011-02-16
1
-0
/
+33
|
|
*
|
Added app-mode
Bert
2011-02-16
1
-14
/
+24
|
|
*
|
Fixed thumbnail creation
Bert
2011-02-16
1
-1
/
+3
|
|
*
|
First things for thumbnail mode
Bert
2011-02-16
1
-0
/
+8
|
/
*
Fixed empty lines in readline()
Bert
2011-02-15
1
-1
/
+1
|
*
More appropriate buffer sizes
Bert
2011-02-14
1
-1
/
+1
|
*
Fixed indentation
Bert
2011-02-14
1
-4
/
+4
|
*
Read filenames from stdin
Bert
2011-02-14
1
-10
/
+17
|
*
Handle image remove/rename while running
Bert
2011-02-09
1
-6
/
+10
|
*
Handle WM_DELETE_WINDOW messages correctly, thanks to fungt
Bert
2011-02-09
1
-0
/
+4
|
*
Nicer fit window to image
Bert
2011-02-06
1
-2
/
+10
|
*
New key mapping: W, resize window to fit image
Bert
2011-02-04
1
-0
/
+4
|
*
Removed some warnings
Bert
2011-02-03
1
-29
/
+33
|
*
Split img_fit into internal/external function
Bert
2011-02-03
1
-1
/
+1
|
*
New key mappings: 0/w, zoom to 100%/to fit window
Bert
2011-02-03
1
-0
/
+7
|
*
Display filesize in window title
Bert
2011-02-03
1
-18
/
+42
|
*
Manual event handling in main.c
Bert
2011-02-03
1
-155
/
+142
|
*
Refactored, new files util.[ch], C89
Bert
2011-02-03
1
-38
/
+22
|
*
Fixed stupid memory leak in read_dir_rec
Bert
2011-02-02
1
-0
/
+2
|
*
New option: -r, open all images in directories
Bert
2011-02-02
1
-10
/
+69
|
*
Skeleton for -r
Bert
2011-02-02
1
-6
/
+51
|
*
New key command: r, reload image
Bert
2011-01-31
1
-0
/
+3
|
*
Check file timestamps before loading from cache
Bert
2011-01-31
1
-13
/
+7
|
*
Nicer key handling, does not fix problems
Bert
2011-01-30
1
-42
/
+27
|
*
Explicitly enable printing of warnings
Bert
2011-01-30
1
-1
/
+0
|
*
Mouse-panning while pressing button2
Bert
2011-01-29
1
-0
/
+37
|
*
Map arrow keys to h/j/k/l
Bert
2011-01-28
1
-0
/
+12
|
*
Complete mouse support
Bert
2011-01-26
1
-27
/
+56
|
*
Merge remote branch 'falconindy/mouse'
Bert
2011-01-26
1
-0
/
+27
|
\
|
*
main.c: add zooming on mousewheel events
Dave Reisner
2011-01-23
1
-0
/
+27
|
|
|
|
|
|
|
|
Signed-off-by: Dave Reisner <d@falconindy.com>
*
|
Added a key-mapping for toggle anti-aliasing
Bert
2011-01-26
1
-1
/
+6
|
|
*
|
Added <,> mappings to rotate image
Bert
2011-01-26
1
-0
/
+8
|
|
*
|
Added man page
Bert
2011-01-23
1
-2
/
+2
|
|
*
|
Implemented fullscreen mode
Bert
2011-01-23
1
-0
/
+5
|
/
*
Added [,] mappings for go 10 images back/forward
Bert
2011-01-23
1
-2
/
+15
|
*
Added g/G mappings for goto first/last image
Bert
2011-01-22
1
-0
/
+14
|
*
Handle window resize events properly
Bert
2011-01-22
1
-4
/
+29
|
*
Implemented panning
Bert
2011-01-21
1
-19
/
+30
|
*
Stricter object encapsulation
Bert
2011-01-21
1
-8
/
+2
|
*
Merged img_display() into img_render()
Bert
2011-01-21
1
-3
/
+3
|
*
Removed debug output
Bert
2011-01-21
1
-2
/
+0
|
*
More robust key handling
Bert
2011-01-21
1
-10
/
+27
|
[next]