aboutsummaryrefslogtreecommitdiff
path: root/image.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Check file timestamps before loading from cacheBert2011-01-311-0/+2
* Mouse-panning while pressing button2Bert2011-01-291-0/+1
* Added plenty lots of optionsBert2011-01-281-2/+5
* Added a key-mapping for toggle anti-aliasingBert2011-01-261-0/+3
* Added <,> mappings to rotate imageBert2011-01-261-0/+3
* Handle window resize events properlyBert2011-01-221-1/+2
* Implemented panningBert2011-01-211-0/+10
* Stricter object encapsulationBert2011-01-211-5/+4
* Merged img_display() into img_render()Bert2011-01-211-1/+1
* First try on zoomingBert2011-01-201-0/+3
* No more expose handlingBert2011-01-201-1/+1
* Check all given files before open the firstBert2011-01-201-1/+1
* Handle expose eventsBert2011-01-201-3/+4