Commit Graph

245 Commits

Author SHA1 Message Date
Kim Woelders d7b1e5fb0c v1.9.0 2022-04-21 09:19:24 +02:00
Kim Woelders c41a2a2e4e Update headers, adapt to imlib2 changes, switch to stdint types 2022-04-03 17:29:19 +02:00
Kim Woelders 4dee30ae6a v1.8.1 2022-03-14 18:49:22 +01:00
Kim Woelders 5f9ca24535 Update headers, adapt to imlib2 changes 2022-03-13 19:23:16 +01:00
Kim Woelders e667956088 XCF loader: Fix hang in corrupt image 2022-03-13 19:23:16 +01:00
Kim Woelders 53cbac8bc0 XCF loader: Debug tweaks 2022-03-13 19:23:16 +01:00
Kim Woelders 0f240318ce Follow the imlib2 image flags refactoring 2022-03-13 19:22:25 +01:00
Kim Woelders bfb950bc23 v1.8.0 (no code changes since 1.7.5) 2022-02-06 15:48:34 +01:00
Kim Woelders 0072a7d858 Copy updated headers from imlib2 2022-02-06 14:02:50 +01:00
Kim Woelders 8d958a8ead Drop change log from before first version tag 2022-02-06 14:02:50 +01:00
Kim Woelders 136a82be39 1.7.5 (no code changes since 1.7.4) 2021-12-06 07:17:09 +01:00
Kim Woelders eb595062ef Copy updated headers from imlib2 2021-12-06 07:15:27 +01:00
Kim Woelders 62bbfb9efe Build .xz instead of .bz2 release tarball 2021-12-04 06:14:16 +01:00
Kim Woelders e1161435f1 1.7.4 (no code changes since 1.7.3) 2021-09-16 10:58:06 +02:00
Kim Woelders 21587c51be Update Changelog to new format 2021-09-16 10:56:01 +02:00
Kim Woelders eaffa2e654 1.7.3 (no changes since 1.7.2) 2021-08-08 19:25:21 +02:00
Kim Woelders 18144e1382 v1.7.2 2021-07-27 18:51:55 +02:00
Kim Woelders 377ff752c6 Spec file: Add git tag to rpm file name (if built from git checkout) 2021-04-06 15:24:36 +02:00
Kim Woelders b7c20d873a Remove obsolete and unused AC_HEADER_STDC 2021-04-06 15:23:48 +02:00
Kim Woelders d1bd599b13 Add /build to .gitignore 2021-04-06 15:23:48 +02:00
Kim Woelders 1bcaeab5f9 EET loader: Disable - broken
Among other things because it probably should call eet_init().
2021-01-18 19:04:01 +01:00
Kim Woelders c4750cbcb7 EET loader: Fix build + stuff
Several changes were not properly incorporated in this loader.

Noted by Andrew Savchenko

Also add back im->key check previously dropped by mistake.
2021-01-18 19:04:01 +01:00
Kim Woelders ea6b387f7d 1.7.1 (no changes since 1.7.0) 2020-12-07 16:34:03 +01:00
Kim Woelders d41e3f79a0 1.7.0 2020-08-01 06:57:37 +02:00
Kim Woelders c74c3c7234 Move loaders to load2() 2020-05-21 05:49:09 +02:00
Kim Woelders d5eaf5fb76 Use SWAP.. macros from common.h 2020-05-21 05:49:09 +02:00
Kim Woelders 27ae9ae825 Update headers 2020-05-21 05:49:09 +02:00
Kim Woelders f14573a63f configure.ac: Drop initial config.cache removal
Not removing config.cache does not seem to cause trouble elsewhere.
2020-05-21 05:49:09 +02:00
Kim Woelders 6ef1be536c XCF loader: Use correct enum (gcc10) 2020-02-01 14:04:39 +01:00
Kim Woelders 22f7b8876a autogen.sh: Add -n as alternative to NOCONFIGURE 2020-01-11 12:58:31 +01:00
Kim Woelders 2da59b5699 Update loaders (follow changes in imlib2) 2020-01-11 12:58:31 +01:00
Kim Woelders 10b1a7f959 Update headers 2020-01-11 12:58:31 +01:00
Kim Woelders 72c6c6a719 1.6.1 (no changes since 1.6.0) 2019-12-12 16:41:23 +01:00
Kim Woelders 69ec575281 1.6.0. 2019-11-24 07:10:59 +01:00
Kim Woelders ec510f793d XCF loader: Avoid accessing unset data in signature check 2019-11-23 07:10:50 +01:00
Kim Woelders 7699e6155a ANI loader: If .ani looks good we must try .ico loading chunks 2019-11-22 19:07:17 +01:00
Kim Woelders 1626208543 ANI loader: Don't use static buffer for mkstemp() template 2019-11-22 19:07:17 +01:00
Kim Woelders 93682e883a ANI loader: Make debug stuff similar to elsewhere around here
And a couple of debug message tweaks.
2019-11-22 19:07:17 +01:00
Kim Woelders 5049e8840e Fix make dist 2019-11-21 17:16:30 +01:00
Kim Woelders 673826c215 XCF loader: Fix double free.
free_layer() called later takes care of freeing the tiles.
2019-11-20 17:11:05 +01:00
Kim Woelders 701af6ea3c XCF loader: Stop on errors and propagate error status up to load() 2019-11-20 17:10:31 +01:00
Kim Woelders e2194ab379 XCF loader: Prefer DATA32 when accessing imlib2 image data 2019-11-20 17:10:14 +01:00
Kim Woelders a4bcffe55a XCF loader: Cosmetic rearrangements 2019-11-20 17:10:10 +01:00
Kim Woelders 4f8691a1da ANI loader: Cosmetics 2019-11-19 17:13:24 +01:00
Kim Woelders 85287fcb3f ANI loader: Fix memory leak in error path 2019-11-17 12:29:09 +01:00
Kim Woelders fbfa05c5ff ANI loader: Fix - Don't use __imlib_LoadImage() or tempnam() 2019-11-17 09:05:57 +01:00
Kim Woelders 043b5706ae Match various changes done in imlib2 loaders 2019-11-17 08:58:00 +01:00
Kim Woelders 65da6124f8 Copy updated headers from imlib2 2019-11-17 08:52:29 +01:00
Kim Woelders 0f60938103 Indent 2019-11-17 08:49:34 +01:00
Kim Woelders 0813858362 Simplify autogen.sh 2019-11-17 06:14:25 +01:00