aboutsummaryrefslogtreecommitdiff
path: root/image.h
Commit message (Collapse)AuthorAgeFilesLines
* Revised handling of GIF animationsBert Münnich2014-07-251-2/+0
| | | | | | - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations
* Preserve panning when switching images; fixes issue #131Bert Münnich2014-02-041-1/+0
|
* Revert "Apply flip & rotation on all frames of a multi-frame image; fixes ↵Bert Münnich2014-01-091-3/+0
| | | | | | issue #121" This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f.
* Apply flip & rotation on all frames of a multi-frame image; fixes issue #121Bert Münnich2014-01-091-0/+3
|
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-041-0/+6
|
* Refactored remote changesBert Münnich2013-12-311-2/+1
|
* Read GIF's repeat information from file.Aleksander Nitecki2013-12-301-0/+2
|
* Fixed Imlib file handle type, issue #117Bert Münnich2013-12-131-2/+2
|
* Refactored remote changesBert Münnich2013-11-141-1/+1
|
* Add support for changing the gamma valueAndrás Mohari2013-11-131-0/+5
|
* Refactored merged rotation codeBert Münnich2013-08-101-1/+1
|
* Handle 180 degrees image rotationBastien Dejean2013-08-101-3/+0
|
* Updated/corrected license headerBert Münnich2013-02-081-13/+13
|
* New commands: fit to the window's height/widthbaskerville2012-07-191-1/+1
|
* Slightly refactored flippingBert Münnich2012-05-061-3/+1
|
* Added horizontal and vertical flip commandsbaskerville2012-05-061-0/+5
|
* Removed unneeded members from img typeBert Münnich2012-02-151-3/+0
|
* Already in the year 2012Bert Münnich2012-02-151-1/+1
|
* Fixed pixel-wise panning by chaning x, y vars to floatBert Münnich2011-10-161-3/+3
|
* Pan by pixel count, if number prefix givenBert Münnich2011-10-161-1/+1
|
* Updated contact informationBert Münnich2011-10-141-1/+1
|
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-171-17/+19
|
* Added own bool typeBert2011-09-111-19/+19
|
* Added dirty flag to img structBert2011-09-111-0/+1
|
* Added slideshow supportBert2011-09-101-0/+3
|
* Reformated license headerBert2011-09-031-11/+11
|
* Added support for gif animationBert2011-08-191-3/+10
|
* Refactored img_load_gif()Bert2011-08-191-1/+1
| | | | | - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets
* Added support for multi-frame imagesBert2011-08-191-0/+10
|
* Corrected FSF address in license headersBert2011-08-181-7/+7
|
* Revised handling of file names & pathsBert2011-08-181-1/+1
|
* Reduced usage of preprocessor macrosBert2011-07-221-15/+3
|
* New mappings: ctrl-[hjkl], pan image one window width/heightBert2011-06-031-1/+1
|
* H/J/K/L mappings to pan to edgesBert2011-05-161-0/+1
|
* Center zoomed areaBert2011-04-191-3/+3
|
* Remove invalid images when loading them; refactoringsBert2011-04-111-2/+0
|
* Toggle image transparency with A-keyBert2011-03-101-0/+1
|
* Support for external commands like mogrify & jpegtranBert2011-03-011-1/+1
|
* Shorter typedefsBert2011-03-011-3/+3
|
* Revert "Save rotated png-files with S-key"Bert2011-02-271-3/+0
| | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb.
* Save rotated png-files with S-keyBert2011-02-271-0/+3
|
* Refactored imlib context handlingBert2011-02-251-1/+5
|
* Refactored thumbs, new files thumbs.[ch]Bert2011-02-161-9/+0
|
* Render thumbnailsBert2011-02-161-0/+2
|
* First things for thumbnail modeBert2011-02-161-0/+7
|
* Handle image remove/rename while runningBert2011-02-091-0/+1
|
* New key mapping: W, resize window to fit imageBert2011-02-041-0/+2
|
* Split img_fit into internal/external functionBert2011-02-031-1/+1
|
* New key mappings: 0/w, zoom to 100%/to fit windowBert2011-02-031-2/+3
|
* Display filesize in window titleBert2011-02-031-4/+4
|