summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* image.c: Don't strdup() real_name when not necessary in __imlib_LoadImage()Kim Woelders2019-12-231-3/+4
* image.c: Rework some obscure file name stuff in __imlib_SaveImage()Kim Woelders2019-12-231-15/+7
* image.c: Remove some unnecessary clearing of calloc'ed structsKim Woelders2019-12-231-12/+2
* image.c: Add some space for readabilityKim Woelders2019-12-231-3/+14
* Drop the __imlib_IsRealFile() file check in __imlib_File...() functionsKim Woelders2019-12-231-15/+1
* Refactor many __imlib_File...() functions to use common __imlib_FileStat()Kim Woelders2019-12-232-128/+55
* Simplify __imlib_FileExtension()Kim Woelders2019-12-233-23/+8
* imlib2_load: Add repeated load optionKim Woelders2019-12-231-18/+60
* imlib2_load: Use getopt()Kim Woelders2019-12-231-17/+21
* imlib2_load: Properly check non-full loads (load data too)Kim Woelders2019-12-231-0/+6
* XPM loader: Major speedup for cpp > 2Kim Woelders2019-12-231-18/+42
* 1.6.1v1.6.1Kim Woelders2019-12-132-3/+24
* BMP loader: Fix size calculation when saving filesLuiz Carlos Ramos2019-12-081-2/+2
* LBM loader: Fix header-only loadingKim Woelders2019-12-031-1/+0
* XPM loader: Minor optimization for cpp > 2Kim Woelders2019-12-031-5/+2
* BMP loader: Remove some bogus conditionsKim Woelders2019-12-031-5/+7
* Enable specifying loader/filter paths with environment variablesKim Woelders2019-12-036-23/+76
* imlib2_view: Add progress debug optionsKim Woelders2019-12-031-19/+50
* imlib2_load: Optionally write to stderr instead of stdoutKim Woelders2019-12-031-3/+8
* Rename imlib2_test_load to imlib2_loadKim Woelders2019-12-032-4/+4
* Quit on 'q' or 'esc' key press in all imlib2_... test utilitiesKim Woelders2019-12-036-38/+69
* gz, bz2 loaders: Fix recent breakage when file name has more than two dotsKim Woelders2019-11-262-10/+22
* gz loader: Use FILE, not fdKim Woelders2019-11-261-7/+7
* 1.6.0.v1.6.0Kim Woelders2019-11-242-4/+85
* gz, bz2 loaders: Simplify, eliminate unnecessary strdups, cosmeticsKim Woelders2019-11-232-35/+19
* XPM loader: Correct signature check (avoid accessing unset data)Kim Woelders2019-11-221-2/+3
* ICO loader: Fix memory leak in error pathKim Woelders2019-11-171-1/+1
* imlib2_view: Fix next/prev selection if last/first image is badKim Woelders2019-11-171-3/+9
* Remove __imlib_AllocateData() w,h argsKim Woelders2019-11-1615-33/+32
* ICO loader: Fix non-immediate loadingKim Woelders2019-11-161-15/+15
* TGA loader: Tweak error handlingKim Woelders2019-11-161-14/+11
* TGA loader: Add simple 16 bpp handlingKim Woelders2019-11-161-1/+70
* TGA loader: Support horiontal flipKim Woelders2019-11-161-25/+28
* TGA loader: More mostly cosmetic changesKim Woelders2019-11-161-29/+31
* TGA loader - Mostly cosmetic refactoringKim Woelders2019-11-161-68/+67
* imlib2_view: Add verbose option, quit on Escape tooKim Woelders2019-11-161-20/+31
* imlib2_test_load: Check progress conditionallyKim Woelders2019-11-161-5/+20
* imlib2_test_load: Fixup recent breakage for realKim Woelders2019-11-151-7/+2
* tga loader: implement handling of paletteOlof-Joachim Frahm (欧雅福)2019-11-151-10/+70
* imlib2_view: Fix event processing bugKim Woelders2019-11-101-0/+6
* imlib2_view: Enable selecting next/prev using keys tooKim Woelders2019-11-101-46/+36
* Simplify loader lookup functionsKim Woelders2019-11-104-90/+34
* XPM loader: Accept signature not at the very start of the fileKim Woelders2019-11-101-4/+5
* Eliminate READ_RGBA()Kim Woelders2019-11-092-25/+18
* Use macro for pixel color access in saversKim Woelders2019-11-097-39/+40
* Use pixel instead of r,b,g,a in __imlib_render_str()Kim Woelders2019-11-093-12/+6
* Simplify pixel color handling in api.cKim Woelders2019-11-091-57/+39
* Simplify autogen.shKim Woelders2019-11-091-7/+3
* Eliminate WRITE_RGBA()Kim Woelders2019-11-083-73/+29
* TGA loader: RefactorKim Woelders2019-11-081-210/+167