summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Add some more PNM type loading testsKim Woelders2022-01-198-2/+868
* test: Add makefile to generate test imagesKim Woelders2022-01-1811-270/+358
* test: Move generated image files out of source dirKim Woelders2022-01-189-33/+43
* test: Check __imlib_FileKey()Kim Woelders2022-01-171-1/+65
* Add svg loaderKim Woelders2022-01-082-0/+12
* Add lzma loaderKim Woelders2021-12-283-1/+20
* test: Add a couple of ico depth test imagesKim Woelders2021-12-265-0/+5
* Make initial context staticKim Woelders2021-12-081-1/+1
* test: Add context testKim Woelders2021-12-062-0/+148
* test: Add some scaling/rotation testsKim Woelders2021-12-043-0/+293
* test_save: Check images with alpha tooKim Woelders2021-12-042-23/+57
* test_grab: Add scale-down testsKim Woelders2021-11-251-0/+38
* test_grab: Cleanups, cosmeticsKim Woelders2021-11-251-31/+28
* Fix y-upscaling in imlib_create_scaled_image_from_drawable()Kim Woelders2021-11-251-6/+0
* test: Add X11 drawable grabbing testKim Woelders2021-11-232-0/+321
* test: test_load improvementsKim Woelders2021-11-051-10/+13
* test: Add test_load_2Kim Woelders2021-10-182-0/+99
* test: Add icon-64.pbmKim Woelders2021-10-162-0/+1
* Fix build (Imlib2.h is now built)Kim Woelders2021-10-081-0/+1
* Test: Fix distKim Woelders2021-09-251-2/+6
* Test: Add some minimal regression testingKim Woelders2021-09-1923-0/+926
* A lot of moving around in imlib2{,loaders} caused lots of unignored filesSytse Wielinga2005-01-291-24/+0
* Ssssh!Michael Jennings2005-01-041-0/+24
* remooov!Carsten Haitzler2004-11-0130-2134/+0
* sorry - mej - you seem to have broken the build on other systems andCarsten Haitzler2004-07-061-5/+5
* --without-x works againCarsten Haitzler2004-05-081-0/+33
* fix distcheckCarsten Haitzler2004-04-151-10/+5
* Sat Jul 12 21:06:14 EDT 2003Michael Jennings2003-07-135-1589/+1670
* Thu Apr 3 14:06:53 EST 2003Michael Jennings2003-04-031-4/+4
* Mon Mar 31 15:20:43 EST 2003Michael Jennings2003-03-311-7/+6
* bmtext dithers....Carsten Haitzler2001-06-191-0/+1
* add :)Carsten Haitzler2001-05-091-0/+142
* franz's patches to support other color spaces :)Carsten Haitzler2001-05-081-1/+6
* Please Miss, I need -lm too.Richard Lowe2001-02-251-4/+4
* ewwwww - fix infinte loop bug... :)Carsten Haitzler2001-01-261-0/+59
* masa's internationalization + x font support for imlib2 :)Carsten Haitzler2000-12-121-15/+253
* patch for grabbing form ximage's - plug dont segv when u set the format toCarsten Haitzler2000-10-291-1/+1
* --without-x patch from steveCarsten Haitzler2000-10-131-4/+4
* not quite there yetTom Gilbert2000-09-173-1/+133
* Commiting what I have so far. More to do tomorrow, but it's 3am.Tom Gilbert2000-09-171-2/+3
* shuddupTom Gilbert2000-09-151-0/+1
* and enable the fast path againCarsten Haitzler2000-09-121-0/+1
* simple commented demoCarsten Haitzler2000-09-122-1/+264
* slight speedupTom Gilbert2000-09-041-2/+2
* imlib_image_fill_ellipse()Tom Gilbert2000-09-031-1/+2
* Better API, simpler polygon struct. imlib_polygon_new() now, no type member.Tom Gilbert2000-09-031-7/+7
* Polygon filling. Right now only works for convex polygons. Works with aTom Gilbert2000-09-031-3/+4
* imlib_image_draw_ellipse()Tom Gilbert2000-08-311-4/+16
* Polygons. Not filled ones yet =P Empty ones are easier ;-)Tom Gilbert2000-08-301-0/+31
* Scratch that. Start again.Tom Gilbert2000-08-301-24/+27