Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 270/90 = 3 | Daniel | 2011-09-14 | 1 | -1/+1 | |
| | ||||||
* | Much nicer handling of compile-time features | Bert | 2011-09-12 | 1 | -11/+12 | |
| | | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings | |||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -84/+85 | |
| | ||||||
* | Added dirty flag to img struct | Bert | 2011-09-11 | 1 | -28/+67 | |
| | ||||||
* | Added slideshow support | Bert | 2011-09-10 | 1 | -2/+3 | |
| | ||||||
* | Strict conformance to IEEE Std 1003.1-2001 | Bert | 2011-09-08 | 1 | -0/+2 | |
| | ||||||
* | Added EXIF_SUPPORT macro for optional dependency on libexif | Bert | 2011-09-08 | 1 | -25/+32 | |
| | ||||||
* | Added EXIF auto-orientation | Bert | 2011-09-08 | 1 | -1/+47 | |
| | ||||||
* | Overhauled building | Bert | 2011-09-08 | 1 | -4/+4 | |
| | | | | | | | | - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries | |||||
* | Load as much of a corrupted gif file as possible | Bert | 2011-09-06 | 1 | -10/+8 | |
| | ||||||
* | Removed useless zl_cnt variable | Bert | 2011-09-06 | 1 | -5/+3 | |
| | ||||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 | |
| | ||||||
* | Unified feature test macro requirements | Bert | 2011-09-03 | 1 | -2/+2 | |
| | ||||||
* | Mention origin of img_load_gif() in comment | Bert | 2011-08-20 | 1 | -0/+3 | |
| | ||||||
* | Added command to toggle gif animations | Bert | 2011-08-19 | 1 | -11/+7 | |
| | ||||||
* | Added support for gif animation | Bert | 2011-08-19 | 1 | -29/+75 | |
| | ||||||
* | Added HAVE_GIFLIB macro for optional dependency on giflib | Bert | 2011-08-19 | 1 | -1/+11 | |
| | ||||||
* | Refactored img_load_gif() | Bert | 2011-08-19 | 1 | -39/+61 | |
| | | | | | - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets | |||||
* | Added support for multi-frame images | Bert | 2011-08-19 | 1 | -0/+176 | |
| | ||||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 1 | -7/+7 | |
| | ||||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 1 | -4/+4 | |
| | ||||||
* | Renamed scroll() to pan_screen() | Bert | 2011-08-05 | 1 | -5/+5 | |
| | ||||||
* | Major code refactoring | Bert | 2011-07-26 | 1 | -2/+4 | |
| | | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch] | |||||
* | Reduced usage of preprocessor macros | Bert | 2011-07-22 | 1 | -11/+11 | |
| | ||||||
* | New mappings: ctrl-[hjkl], pan image one window width/height | Bert | 2011-06-03 | 1 | -5/+5 | |
| | ||||||
* | H/J/K/L mappings to pan to edges | Bert | 2011-05-16 | 1 | -0/+29 | |
| | ||||||
* | Center zoomed area | Bert | 2011-04-19 | 1 | -10/+10 | |
| | ||||||
* | Remove invalid images when loading them; refactorings | Bert | 2011-04-11 | 1 | -43/+14 | |
| | ||||||
* | Readded file-type check at startup | Bert | 2011-04-05 | 1 | -1/+18 | |
| | ||||||
* | Do not check file-type at startup | Bert | 2011-04-04 | 1 | -29/+9 | |
| | ||||||
* | Toggle image transparency with A-key | Bert | 2011-03-10 | 1 | -1/+2 | |
| | ||||||
* | White background for images with alpha | Bert | 2011-03-09 | 1 | -0/+3 | |
| | ||||||
* | Support for external commands like mogrify & jpegtran | Bert | 2011-03-01 | 1 | -2/+5 | |
| | ||||||
* | Revert "Save rotated png-files with S-key" | Bert | 2011-02-27 | 1 | -33/+4 | |
| | | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb. | |||||
* | Save rotated png-files with S-key | Bert | 2011-02-27 | 1 | -4/+33 | |
| | ||||||
* | Align big images on top-left corner | Bert | 2011-02-26 | 1 | -1/+8 | |
| | ||||||
* | Refactored imlib context handling | Bert | 2011-02-25 | 1 | -35/+39 | |
| | ||||||
* | Nicer icon for broken images | Bert | 2011-02-17 | 1 | -6/+5 | |
| | ||||||
* | Load warning icon only once | Bert | 2011-02-09 | 1 | -5/+8 | |
| | ||||||
* | Handle image remove/rename while running | Bert | 2011-02-09 | 1 | -14/+23 | |
| | ||||||
* | Removed some warnings | Bert | 2011-02-03 | 1 | -1/+1 | |
| | ||||||
* | Split img_fit into internal/external function | Bert | 2011-02-03 | 1 | -17/+23 | |
| | ||||||
* | New key mappings: 0/w, zoom to 100%/to fit window | Bert | 2011-02-03 | 1 | -6/+9 | |
| | ||||||
* | Display filesize in window title | Bert | 2011-02-03 | 1 | -17/+17 | |
| | ||||||
* | Refactored, new files util.[ch], C89 | Bert | 2011-02-03 | 1 | -5/+4 | |
| | ||||||
* | Refactored img_open and img_check | Bert | 2011-02-01 | 1 | -10/+12 | |
| | ||||||
* | Check file timestamps before loading from cache | Bert | 2011-01-31 | 1 | -3/+22 | |
| | ||||||
* | Replace -w with well-known geometry option | Bert | 2011-01-30 | 1 | -2/+2 | |
| | ||||||
* | Explicitly enable printing of warnings | Bert | 2011-01-30 | 1 | -1/+0 | |
| | ||||||
* | Mouse-panning while pressing button2 | Bert | 2011-01-29 | 1 | -12/+18 | |
| |