aboutsummaryrefslogtreecommitdiff
path: root/image.c
Commit message (Collapse)AuthorAgeFilesLines
* Much nicer handling of compile-time featuresBert2011-09-121-11/+12
| | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
* Added own bool typeBert2011-09-111-84/+85
|
* Added dirty flag to img structBert2011-09-111-28/+67
|
* Added slideshow supportBert2011-09-101-2/+3
|
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-0/+2
|
* Added EXIF_SUPPORT macro for optional dependency on libexifBert2011-09-081-25/+32
|
* Added EXIF auto-orientationBert2011-09-081-1/+47
|
* Overhauled buildingBert2011-09-081-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 possibleBert2011-09-061-10/+8
|
* Removed useless zl_cnt variableBert2011-09-061-5/+3
|
* Reformated license headerBert2011-09-031-11/+11
|
* Unified feature test macro requirementsBert2011-09-031-2/+2
|
* Mention origin of img_load_gif() in commentBert2011-08-201-0/+3
|
* Added command to toggle gif animationsBert2011-08-191-11/+7
|
* Added support for gif animationBert2011-08-191-29/+75
|
* Added HAVE_GIFLIB macro for optional dependency on giflibBert2011-08-191-1/+11
|
* Refactored img_load_gif()Bert2011-08-191-39/+61
| | | | | - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets
* Added support for multi-frame imagesBert2011-08-191-0/+176
|
* Corrected FSF address in license headersBert2011-08-181-7/+7
|
* Revised handling of file names & pathsBert2011-08-181-4/+4
|
* Renamed scroll() to pan_screen()Bert2011-08-051-5/+5
|
* Major code refactoringBert2011-07-261-2/+4
| | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
* Reduced usage of preprocessor macrosBert2011-07-221-11/+11
|
* New mappings: ctrl-[hjkl], pan image one window width/heightBert2011-06-031-5/+5
|
* H/J/K/L mappings to pan to edgesBert2011-05-161-0/+29
|
* Center zoomed areaBert2011-04-191-10/+10
|
* Remove invalid images when loading them; refactoringsBert2011-04-111-43/+14
|
* Readded file-type check at startupBert2011-04-051-1/+18
|
* Do not check file-type at startupBert2011-04-041-29/+9
|
* Toggle image transparency with A-keyBert2011-03-101-1/+2
|
* White background for images with alphaBert2011-03-091-0/+3
|
* Support for external commands like mogrify & jpegtranBert2011-03-011-2/+5
|
* Revert "Save rotated png-files with S-key"Bert2011-02-271-33/+4
| | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb.
* Save rotated png-files with S-keyBert2011-02-271-4/+33
|
* Align big images on top-left cornerBert2011-02-261-1/+8
|
* Refactored imlib context handlingBert2011-02-251-35/+39
|
* Nicer icon for broken imagesBert2011-02-171-6/+5
|
* Load warning icon only onceBert2011-02-091-5/+8
|
* Handle image remove/rename while runningBert2011-02-091-14/+23
|
* Removed some warningsBert2011-02-031-1/+1
|
* Split img_fit into internal/external functionBert2011-02-031-17/+23
|
* New key mappings: 0/w, zoom to 100%/to fit windowBert2011-02-031-6/+9
|
* Display filesize in window titleBert2011-02-031-17/+17
|
* Refactored, new files util.[ch], C89Bert2011-02-031-5/+4
|
* Refactored img_open and img_checkBert2011-02-011-10/+12
|
* Check file timestamps before loading from cacheBert2011-01-311-3/+22
|
* Replace -w with well-known geometry optionBert2011-01-301-2/+2
|
* Explicitly enable printing of warningsBert2011-01-301-1/+0
|
* Mouse-panning while pressing button2Bert2011-01-291-12/+18
|
* Added plenty lots of optionsBert2011-01-281-22/+36
|