aboutsummaryrefslogtreecommitdiff
path: root/image.h
Commit message (Collapse)AuthorAgeFilesLines
* 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