Commit Graph

166 Commits (5dbf1b8eb9d7e9fe6bb7ea8b526e58d77dcf48f8)

Author SHA1 Message Date
Bert 6adbb3831d Use Button1 to open thumbnail 14 years ago
Bert f08c24bbb3 Select and open thumbnails 14 years ago
Bert 095217b26f Linked thumbnails to files 14 years ago
Bert f554cdf60e Made key mappings mode-dependent 14 years ago
Bert e09a6b5e3f Appropriate title for thumbnail mode 14 years ago
Bert 1c072cc0d0 Fill window before loading thumbs 14 years ago
Bert b828b55419 Immediately respond to events while loading thumbs 14 years ago
Bert 15041f6100 Merge branch 'master' into thumbs
Conflicts:
	Makefile
14 years ago
Bert caf982d175 Higher timeout, faster window resizing 14 years ago
Bert 783213c0bb Use watch-cursor while loading thumbnails 14 years ago
Bert bcc70bd7cb Who needs threads to load thumbnails? 14 years ago
Bert e0d0892065 Use pthread to load thumbnails 14 years ago
Bert 26c2179be7 Refactored thumbs, new files thumbs.[ch] 14 years ago
Bert 8919204a2e Render thumbnails 14 years ago
Bert 89ec18385b Added app-mode 14 years ago
Bert 7e2c85b04c Fixed thumbnail creation 14 years ago
Bert 7b49740613 First things for thumbnail mode 14 years ago
Bert e8ed491ba9 Fixed empty lines in readline() 14 years ago
Bert cfed65d36f More appropriate buffer sizes 14 years ago
Bert f71ea095bc Fixed indentation 14 years ago
Bert 26cc5aff69 Read filenames from stdin 14 years ago
Bert 8e5835d1fd Handle image remove/rename while running 14 years ago
Bert d731741f04 Handle WM_DELETE_WINDOW messages correctly, thanks to fungt 14 years ago
Bert 603e664f7c Nicer fit window to image 14 years ago
Bert 8339bb7ee7 New key mapping: W, resize window to fit image 14 years ago
Bert 096c0ed935 Removed some warnings 14 years ago
Bert 414fa567ce Split img_fit into internal/external function 14 years ago
Bert c6556f8cc7 New key mappings: 0/w, zoom to 100%/to fit window 14 years ago
Bert bad9a70a48 Display filesize in window title 14 years ago
Bert 12a94cc40e Manual event handling in main.c 14 years ago
Bert 8f4af658ae Refactored, new files util.[ch], C89 14 years ago
Bert f5c125b3ee Fixed stupid memory leak in read_dir_rec 14 years ago
Bert bbd7b7d595 New option: -r, open all images in directories 14 years ago
Bert 2afb989cc4 Skeleton for -r 14 years ago
Bert 5a682426b1 New key command: r, reload image 14 years ago
Bert 802c344879 Check file timestamps before loading from cache 14 years ago
Bert f7a66469e6 Nicer key handling, does not fix problems 14 years ago
Bert 03bfe1015e Explicitly enable printing of warnings 14 years ago
Bert c52c4fa69e Mouse-panning while pressing button2 14 years ago
Bert 019e2274a8 Map arrow keys to h/j/k/l 14 years ago
Bert f47092cda2 Complete mouse support 14 years ago
Bert 0497a7f69d Merge remote branch 'falconindy/mouse' 14 years ago
Bert 7834dee6e7 Added a key-mapping for toggle anti-aliasing 14 years ago
Bert 64a5366508 Added <,> mappings to rotate image 14 years ago
Bert d3da0eb71e Added man page 14 years ago
Bert 2b1c0885fe Implemented fullscreen mode 14 years ago
Dave Reisner 9a35f40224 main.c: add zooming on mousewheel events
Signed-off-by: Dave Reisner <d@falconindy.com>
14 years ago
Bert 6fed8db854 Added [,] mappings for go 10 images back/forward 14 years ago
Bert 2f7bd169ea Added g/G mappings for goto first/last image 14 years ago
Bert 0f714bccda Handle window resize events properly 14 years ago
Bert b92ebf67ee Implemented panning 14 years ago
Bert c7860b690b Stricter object encapsulation 14 years ago
Bert 629d37376d Merged img_display() into img_render() 14 years ago
Bert b900105a4e Removed debug output 14 years ago
Bert 2d5247af4a More robust key handling 14 years ago
Bert bb12b8c0fb First try on zooming 14 years ago
Bert 029e1208b9 No more expose handling 14 years ago
Bert 08018427c6 Put some useful information in the window title 14 years ago
Bert a732e75d8a Check all given files before open the first 14 years ago
Bert 004f297ebb Go to next/previous image 14 years ago
Bert 00f32120a6 Handle expose events 14 years ago
Bert 8b3b28300f Made parse_options void 14 years ago
Bert a7e30bb081 Option handling, merged app.c & events.c into main.c 14 years ago
Bert 544fd83718 Reordered function definitions 14 years ago
Bert b9cd06df95 Basic main skeleton 14 years ago
Bert e7bc3bb71b Non-working skeleton 14 years ago