summaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
2011-07-26Major code refactoringBert
2011-07-22Reduced usage of preprocessor macrosBert
2011-06-03New mappings: ctrl-[hjkl], pan image one window width/heightBert
2011-05-16H/J/K/L mappings to pan to edgesBert
2011-04-19Center zoomed areaBert
2011-04-11Remove invalid images when loading them; refactoringsBert
2011-04-05Readded file-type check at startupBert
2011-04-04Do not check file-type at startupBert
2011-03-10Toggle image transparency with A-keyBert
2011-03-09White background for images with alphaBert
2011-03-01Support for external commands like mogrify & jpegtranBert
2011-02-27Revert "Save rotated png-files with S-key"Bert
2011-02-27Save rotated png-files with S-keyBert
2011-02-26Align big images on top-left cornerBert
2011-02-25Refactored imlib context handlingBert
2011-02-17Nicer icon for broken imagesBert
2011-02-09Load warning icon only onceBert
2011-02-09Handle image remove/rename while runningBert
2011-02-03Removed some warningsBert
2011-02-03Split img_fit into internal/external functionBert
2011-02-03New key mappings: 0/w, zoom to 100%/to fit windowBert
2011-02-03Display filesize in window titleBert
2011-02-03Refactored, new files util.[ch], C89Bert
2011-02-01Refactored img_open and img_checkBert
2011-01-31Check file timestamps before loading from cacheBert
2011-01-30Replace -w with well-known geometry optionBert
2011-01-30Explicitly enable printing of warningsBert
2011-01-29Mouse-panning while pressing button2Bert
2011-01-28Added plenty lots of optionsBert
2011-01-26Added a key-mapping for toggle anti-aliasingBert
2011-01-26Added <,> mappings to rotate imageBert
2011-01-22Handle window resize events properlyBert
2011-01-21Implemented panningBert
2011-01-21Stricter object encapsulationBert
2011-01-21Merged img_display() into img_render()Bert
2011-01-21Nicer zoomingBert
2011-01-20First try on zoomingBert
2011-01-20No more expose handlingBert
2011-01-20Check all given files before open the firstBert
2011-01-20Handle expose eventsBert
2011-01-19Removed im member from img structBert
2011-01-19Option handling, merged app.c & events.c into main.cBert
2011-01-18Render image on windowBert
2011-01-18Renamed FATAL to DIEBert
2011-01-18Basic image loadingBert
2011-01-18Initialize imlib2Bert
2011-01-17Non-working skeletonBert