aboutsummaryrefslogtreecommitdiff
path: root/image.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Removed im member from img structBert2011-01-191-3/+0
|
* Option handling, merged app.c & events.c into main.cBert2011-01-191-2/+2
|
* Render image on windowBert2011-01-181-2/+2
|
* Basic image loadingBert2011-01-181-0/+7
|
* Initialize imlib2Bert2011-01-181-0/+4
|
* Fixed scalemode enumBert2011-01-171-5/+5
|
* Non-working skeletonBert2011-01-171-0/+37