Bert Münnich
d3a70a285d
Revised error handling
...
- Functions warn() and die() replaced by GNU-like error(3) function
- Register cleanup() with atexit(3)
- Functions called by cleanup() are marked with CLEANUP and are not allowed to
call exit(3)
2015-10-28 23:03:37 +01:00
Bert Münnich
2fbc21a205
Simplified img_frame_animate
2014-09-01 20:41:33 +02:00
Bert Münnich
5e481912ec
Revised handling of GIF animations
...
- New option `-a`: Play animations at startup
- Ctrl-Space toggles animation for all GIF files
- Infinite loop for all animations
2014-07-25 22:52:31 +02:00
Bert Münnich
eb82519a80
Preserve panning when switching images; fixes issue #131
2014-02-04 21:02:02 +01:00
Bert Münnich
48700aa6c8
Revert "Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 "
...
This reverts commit f795273b65
.
2014-01-09 20:24:58 +01:00
Bert Münnich
f795273b65
Apply flip & rotation on all frames of a multi-frame image; fixes issue #121
2014-01-09 00:30:10 +01:00
Bert Münnich
6a0fa2507c
Slideshow mode is back, in a simplified version
2014-01-04 19:07:15 +01:00
Bert Münnich
ab28c9a8b9
Refactored remote changes
2013-12-31 16:38:42 +01:00
Aleksander Nitecki
078136d217
Read GIF's repeat information from file.
2013-12-30 23:16:17 +01:00
Bert Münnich
99dfd14919
Fixed Imlib file handle type, issue #117
2013-12-13 13:04:45 +01:00
Bert Münnich
50f9ad14de
Refactored remote changes
2013-11-14 17:06:20 +01:00
András Mohari
0353e6eea2
Add support for changing the gamma value
2013-11-13 20:54:09 +01:00
Bert Münnich
56142bd3ba
Refactored merged rotation code
2013-08-10 15:55:18 +02:00
Bastien Dejean
7e51c35801
Handle 180 degrees image rotation
2013-08-10 15:33:14 +02:00
Bert Münnich
6d3bbc6d5e
Updated/corrected license header
2013-02-08 21:52:41 +01:00
baskerville
b56989f8fb
New commands: fit to the window's height/width
2012-07-19 12:28:44 +02:00
Bert Münnich
4c40cc24bc
Slightly refactored flipping
2012-05-06 13:02:34 +02:00
baskerville
ba0a5b89fa
Added horizontal and vertical flip commands
2012-05-06 09:39:45 +02:00
Bert Münnich
b418df7afc
Removed unneeded members from img type
2012-02-15 22:43:34 +01:00
Bert Münnich
d407dd65d5
Already in the year 2012
2012-02-15 19:16:24 +01:00
Bert Münnich
8dcb54705a
Fixed pixel-wise panning by chaning x, y vars to float
2011-10-16 18:31:01 +02:00
Bert Münnich
867940ea85
Pan by pixel count, if number prefix given
2011-10-16 17:39:22 +02:00
Bert Münnich
36177fb180
Updated contact information
2011-10-14 10:40:49 +02:00
Bert Münnich
515e410451
Use win_t member in img_t & tns_t instead of parameters
2011-09-17 17:23:51 +02:00
Bert
b2a2a62b7b
Added own bool type
2011-09-11 21:01:24 +02:00
Bert
e2d4b9c791
Added dirty flag to img struct
2011-09-11 01:13:45 +02:00
Bert
510512714d
Added slideshow support
2011-09-10 18:41:20 +02:00
Bert
d585b86354
Reformated license header
2011-09-03 23:11:45 +02:00
Bert
8b3ae5027e
Added support for gif animation
2011-08-19 15:22:16 +02:00
Bert
79bd86defb
Refactored img_load_gif()
...
- Corrected handling of transparency settings for individual frames
- Corrected handling of different frame dimensions & offsets
2011-08-19 15:12:30 +02:00
Bert
86a6f00112
Added support for multi-frame images
2011-08-19 15:12:30 +02:00
Bert
8763f6930f
Corrected FSF address in license headers
2011-08-18 01:18:26 +02:00
Bert
ff013dd009
Revised handling of file names & paths
2011-08-18 00:38:55 +02:00
Bert
a271e16744
Reduced usage of preprocessor macros
2011-07-22 14:49:06 +02:00
Bert
a6100373c1
New mappings: ctrl-[hjkl], pan image one window width/height
2011-06-03 23:39:22 +02:00
Bert
485e6c863a
H/J/K/L mappings to pan to edges
2011-05-16 15:54:09 +02:00
Bert
ba293b09df
Center zoomed area
2011-04-19 13:27:20 +02:00
Bert
d15264ea32
Remove invalid images when loading them; refactorings
2011-04-11 16:58:38 +02:00
Bert
3672c0bc63
Toggle image transparency with A-key
2011-03-10 11:41:40 +01:00
Bert
c05fd44bdd
Support for external commands like mogrify & jpegtran
2011-03-01 18:49:02 +01:00
Bert
955c39a5c5
Shorter typedefs
2011-03-01 14:23:09 +01:00
Bert
7334bdfa51
Revert "Save rotated png-files with S-key"
...
This reverts commit 090ee5405b
.
2011-02-27 13:03:16 +01:00
Bert
090ee5405b
Save rotated png-files with S-key
2011-02-27 01:48:00 +01:00
Bert
dafe7eac74
Refactored imlib context handling
2011-02-25 12:08:12 +01:00
Bert
26c2179be7
Refactored thumbs, new files thumbs.[ch]
2011-02-16 21:40:20 +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
8e5835d1fd
Handle image remove/rename while running
2011-02-09 16:32:40 +01:00
Bert
8339bb7ee7
New key mapping: W, resize window to fit image
2011-02-04 00:25:57 +01:00
Bert
414fa567ce
Split img_fit into internal/external function
2011-02-03 16:55:24 +01:00