Commit Graph

82 Commits (master)

Author SHA1 Message Date
Bert 6e575b0f72 Strict conformance to IEEE Std 1003.1-2001 2011-09-08 20:54:24 +02:00
Bert d585b86354 Reformated license header 2011-09-03 23:11:45 +02:00
Bert de6b58a315 Unified feature test macro requirements 2011-09-03 14:22:06 +02:00
Bert 8763f6930f Corrected FSF address in license headers 2011-08-18 01:18:26 +02:00
Bert b8ff1677b1 Major code refactoring
- Configurable key and mouse mappings in config.h
- Put event handling code from main.c into events.[ch]
2011-07-26 18:01:29 +02:00
Bert a271e16744 Reduced usage of preprocessor macros 2011-07-22 14:49:06 +02:00
Bert ea23115af4 Use getline instead of readline 2011-05-29 11:45:58 +02:00
Bert 2252a0148d New option: -n, start at given picture 2011-05-25 09:23:23 +02:00
Bert ecd5e7108c Renamed option -C -> -c 2011-04-11 21:27:20 +02:00
Bert f4b9bc9a1d Removed option -a 2011-04-11 17:01:33 +02:00
Bert dc54981a68 New option: -C, clean thumbnail cache 2011-04-08 14:44:00 +02:00
Bert facd7e3b42 New option: -a, do not filter out unsupported files 2011-04-06 19:30:06 +02:00
Bert 8919fbd676 Shorter version information 2011-02-27 14:09:21 +01:00
Bert f2b8a75f6c Always support thumbs; start thumb-mode with single -t 2011-02-21 14:59:29 +01:00
Bert f0f6644fae Replaced -T flag with -tt; default thumbnail size 2011-02-20 00:28:28 +01:00
Bert e2889ab891 Merge branch 'master' into thumbs 2011-02-17 13:20:19 +01:00
Bert 800143affb Nicer version info 2011-02-17 13:20:10 +01:00
Bert 8919204a2e Render thumbnails 2011-02-16 18:16:00 +01:00
Bert 7b49740613 First things for thumbnail mode 2011-02-16 16:47:12 +01:00
Bert 26cc5aff69 Read filenames from stdin 2011-02-14 17:51:04 +01:00
Bert 8f4af658ae Refactored, new files util.[ch], C89 2011-02-03 10:15:01 +01:00
Bert bbd7b7d595 New option: -r, open all images in directories 2011-02-02 10:34:14 +01:00
Bert 2afb989cc4 Skeleton for -r 2011-02-02 09:01:05 +01:00
Bert f2ceac2f8a New option: -F, fixed/floating window 2011-02-01 16:40:37 +01:00
Bert f0e9ec733a Replaced option -W with -q, seems more natural 2011-01-30 22:23:36 +01:00
Bert 229830ad18 Replace -w with well-known geometry option 2011-01-30 22:00:58 +01:00
Bert 03bfe1015e Explicitly enable printing of warnings 2011-01-30 16:39:16 +01:00
Bert 8123d63c5b Added plenty lots of options 2011-01-28 13:34:16 +01:00
Bert 17e2a795bb Added -w cmdline option 2011-01-27 16:15:43 +01:00
Bert 45db2881e2 Fixed filenames in parse_options() 2011-01-20 16:03:59 +01:00
Bert 8b3b28300f Made parse_options void 2011-01-19 18:16:44 +01:00
Bert a7e30bb081 Option handling, merged app.c & events.c into main.c 2011-01-19 14:07:45 +01:00