[E-devel] imlib2-1.12.5

2025-04-07 Thread Kim Woelders
imlib2-1.12.5: A couple of fixes: - Fix scaling regression in 1.12.4 - Fix libyuv detection when no .pc file is provided - Make RTLD_GLOBAL requirement optional (default as in pre-1.12.4) Source packages: https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.12.5/ /Kim ___

[E-devel] imlib2-1.12.4

2025-03-17 Thread Kim Woelders
imlib2-1.12.4: Mostly module loader/saver additions and improvements - Added QOI saver - Added HEIF saver - Added AVIF loader/saver - Y4M loader: Various improvements - QOI loader: Various improvements - SVG loader: Handle .svgz too - scaling: Fix potential crash when scaling large images - No lo

[E-devel] imlib2-1.12.3

2024-07-12 Thread Kim Woelders
imlib2-1.12.3: Some loader fixes and improvements, CET support: - XPM loader: Fix potential segv on malformed file - XPM loader: Fix some color table parsing errors - XPM loader: Major overhaul - Y4M loader: add support for full range color - Y4M loader: add support for 10-bit 4:2:0 - Add missing

[E-devel] imlib2-1.12.2

2024-02-03 Thread Kim Woelders
imlib2-1.12.2: A number of loader/saver fixes: - PNG loader: Properly suppress messages from libpng - TIFF loader: Properly suppress messages from libtiff - Y4M loader: Various fixes - PNG saver: Avoid double-free on write errors - PNG saver: Avoid potential issues around setjmp/longjmp - JPG sav

[E-devel] imlib2-1.12.1

2023-09-22 Thread Kim Woelders
imlib2-1.12.1: Primarily fixing - Segv when scaling on ix86 - Bitmap grabbing Source packages: https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.12.1/ /Kim ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net

Re: [E-devel] imlib2_load: fix access/return garbage if stat() fails

2023-09-05 Thread Kim Woelders
Hi Omar, Some of this was done just after v1.12.0: https://git.enlightenment.org/old/legacy-imlib2/commit/74dae151cd02c95d35fbd9ca8a20f21ec1c9cdec Using fstat() would be the proper thing to do but in case of failure fd needs to be closed. /Kim On 2023-09-04 17:44, Omar Polo wrote: Spotte

Re: [E-devel] imlib2: fix CPPFLAGS order

2023-09-04 Thread Kim Woelders
Patch pushed, thanks :) /Kim On 2023-09-04 14:55, Omar Polo wrote: Hi, while upgrading the OpenBSD package I've come across a weird issue. Due to the order of the flags, the heif module was loading the system' version of Imlib2_loader.h (in /usr/local/include) instead of the one from the tarba

[E-devel] imlib2-1.12.0

2023-08-17 Thread Kim Woelders
imlib2-1.12.0: - Fix missing munmap() when using imlib_load_image_fd() - Fix potentially using incorrect file size when loading file May happen when reloading changing files - Use sub-second time info when available when checking cached images - Fix preservation of alpha chanel flag in imlib_clo

Re: [E-devel] imlib_create_cropped_scaled_image doesn't work for bicolor images

2023-06-24 Thread Kim Woelders
work with. Thanks a lot for all your time and effort maintaining this fine library. Op do 13 apr 2023 om 17:58 schreef Kim Woelders : Right, seems wrong. Same thing with recent code. I suspect there may be no trivial fix, as changing this behavior may break applications that rely on it. I'll d

[E-devel] imlib2-1.11.1

2023-05-02 Thread Kim Woelders
imlib2-1.11.1: - New loader for y4m files (uses liby4m and libyuv) - Include an rgb.txt so we don't rely on an external one for the xpm loader - Change method used to not unload loaders (no longer use -z nodelete) - Add jxl saver Source packages: http://downloads.sourceforge.net/enlightenment/iml

Re: [E-devel] imlib_create_cropped_scaled_image doesn't work for bicolor images

2023-04-13 Thread Kim Woelders
On 2023-04-12 22:56, Bep Rinto wrote: When a source image has a dimension of two, then using imlib_create_cropped_scaled_image to a larger dimension results in an image where only half of that dimension has a color range. Example, an image of 100x2, scale it to 100x20, then only the upper 10 rows

[E-devel] imlib2-1.11.0

2023-03-09 Thread Kim Woelders
imlib2-1.11.0: - Added PAM support in PNM loader - New API function to write image to file descriptor - Fix various corner cases in X11 drawable grabbing functions Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.11.0.tar.gz http://downloads.sourceforge.net/enlightenment/i

[E-devel] imlib2-1.10.0

2022-12-19 Thread Kim Woelders
imlib2-1.10.0: - New API functions to load images from memory - Some loader fixes - New ani loader - New loader infrastructure Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.10.0.tar.gz http://downloads.sourceforge.net/enlightenment/imlib2-1.10.0.tar.xz http://downloads

Re: [E-devel] git.enlightenment.org e-mail notifications?

2022-10-25 Thread Kim Woelders
Works now, thanks :) /Kim On 10/24/22 17:41, Carsten Haitzler wrote: On Mon, 24 Oct 2022 13:58:54 +0200 Kim Woelders said: Let me try turn it on... Hello, I would like to receive e-mail notifications for things like issues and merge requests in "my" projects, or at least to b

[E-devel] git.enlightenment.org e-mail notifications?

2022-10-24 Thread Kim Woelders
Hello, I would like to receive e-mail notifications for things like issues and merge requests in "my" projects, or at least to be notified when issues are assigned to me or there are comments in "my" issues. That does not happen, and I have not been able to figure out how to set that up. A

Re: [E-devel] [PATCH] e16-epplets: fix build with must

2022-08-01 Thread Kim Woelders
On 8/1/22 12:05, Andrew Savchenko wrote: Hi! The following patch fixes a small problem with building e16-epplets on musl: due to missing header struct `fd_set` gets undefined. Looks like this header is indirectly included by other mentioned headers in glibc, but not in musl. This patch is for

[E-devel] imlib2-1.9.1

2022-07-07 Thread Kim Woelders
Some minor fixes, maintenance: - x11_color: Simplify and fix error paths - modules: Enable setting multiple loader/filter paths - JPEG loader: Use mmap'ed file access - TIFF saver: Change default compression type to avoid runtime warning Source packages: http://downloads.sourceforge.net/enlighten

Re: [E-devel] How to update the website content?

2022-06-16 Thread Kim Woelders
On 6/16/22 14:01, Carsten Haitzler wrote: On Thu, 16 Jun 2022 13:16:53 +0200 Kim Woelders said: Hello, As usual when making a new release I updated the e16 release info in pages/download-e16.txt in the www-content git repo, but the changes don't show up on the web pages. I guess some

[E-devel] How to update the website content?

2022-06-16 Thread Kim Woelders
Hello, As usual when making a new release I updated the e16 release info in pages/download-e16.txt in the www-content git repo, but the changes don't show up on the web pages. I guess something changed in the recent infrastructure switch - what am I missing? /Kim

[EGIT] [e16/e16] master 02/02: arrange: Introduce screen struts

2022-05-06 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f8d7cb8c006591c04aa63f0b53ba2b0ac3b8ff11 commit f8d7cb8c006591c04aa63f0b53ba2b0ac3b8ff11 Author: Kim Woelders Date: Tue May 3 16:34:20 2022 +0200 arrange: Introduce screen struts Can be

[EGIT] [e16/e16] master 01/02: arrange: Refactor SnapEwin()

2022-05-06 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=398622f986ff82233d356815553655c09a7a2b62 commit 398622f986ff82233d356815553655c09a7a2b62 Author: Kim Woelders Date: Tue May 3 10:25:18 2022 +0200 arrange: Refactor SnapEwin() --- src/arrange.c

[EGIT] [e16/e16] master 01/04: main: Don't start edox on first startup

2022-05-01 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=5938226ffd1b29c2a06032c3b626bca5ca45df2f commit 5938226ffd1b29c2a06032c3b626bca5ca45df2f Author: Kim Woelders Date: Sat Apr 30 17:25:57 2022 +0200 main: Don't start edox on first st

[EGIT] [e16/e16] master 02/04: menus: Drop (edox) Help

2022-05-01 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=1cc55627d2c8aab102dd4da2f8bf64368fa05db1 commit 1cc55627d2c8aab102dd4da2f8bf64368fa05db1 Author: Kim Woelders Date: Sat Apr 30 17:29:32 2022 +0200 menus: Drop (edox) Help --- config

[EGIT] [e16/e16] master 03/04: pinning: Remember across restart

2022-05-01 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=c350cbcf4b6b8e9007e66e2f798459bb7654a5d2 commit c350cbcf4b6b8e9007e66e2f798459bb7654a5d2 Author: Kim Woelders Date: Sun May 1 11:05:59 2022 +0200 pinning: Remember across restart --- src/snaps.c

[EGIT] [e16/e16] master 04/04: session: Fix broken session id handling

2022-05-01 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=de008aa637dd1ba5b9efbd4db4492927f3799327 commit de008aa637dd1ba5b9efbd4db4492927f3799327 Author: Kim Woelders Date: Sun May 1 18:16:44 2022 +0200 session: Fix broken session id handling

[EGIT] [e16/e16] master 02/02: French translation update (Philippe J. Guillaumie)

2022-04-30 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=452429832ec74e8d836634a1ccb7129ed6923ed6 commit 452429832ec74e8d836634a1ccb7129ed6923ed6 Author: Kim Woelders Date: Sat Apr 30 19:11:00 2022 +0200 French translation update (Philippe J. Guillaumie

[EGIT] [e16/e16] master 01/02: Clamp window position on move

2022-04-30 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=cf5927deb8958d3e8aee29b481c617e1ffd42443 commit cf5927deb8958d3e8aee29b481c617e1ffd42443 Author: Kim Woelders Date: Sat Apr 30 19:34:59 2022 +0200 Clamp window position on move In non

[EGIT] [e16/e16] master 02/02: CM: Adjust shadowing conditions some more

2022-04-29 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=dc5db9e4a14476c3f6459da2b671ba616bed90c1 commit dc5db9e4a14476c3f6459da2b671ba616bed90c1 Author: Kim Woelders Date: Fri Apr 29 19:34:46 2022 +0200 CM: Adjust shadowing conditions some more

[EGIT] [e16/e16] master 01/02: CM: Fix sharp shadows when window is shaped

2022-04-29 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=5b071a0e261abb12d75f36a24251e57a1a5b6ca9 commit 5b071a0e261abb12d75f36a24251e57a1a5b6ca9 Author: Kim Woelders Date: Fri Apr 29 18:52:09 2022 +0200 CM: Fix sharp shadows when window is shaped

[EGIT] [e16/e16] master 01/03: Danish translation update

2022-04-28 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f0a0a4526b5d8823c8b86b8ea2116901ed9bd6c3 commit f0a0a4526b5d8823c8b86b8ea2116901ed9bd6c3 Author: Kim Woelders Date: Sun Apr 24 17:56:12 2022 +0200 Danish translation update --- po/da.po | 62

[EGIT] [e16/e16] master 02/03: ipc: Add custom format window_list

2022-04-28 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f07b6a74e5722d3f43ea561eae1888e77dcf31fd commit f07b6a74e5722d3f43ea561eae1888e77dcf31fd Author: Kim Woelders Date: Fri Apr 22 16:31:31 2022 +0200 ipc: Add custom format window_list --- src/ipc.c

[EGIT] [e16/e16] master 03/03: place-pagers.pl: Behave properly when pagers have borders

2022-04-28 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=95a41f07a23c2ecd00b8d1fa83a7ce299ac6e1b8 commit 95a41f07a23c2ecd00b8d1fa83a7ce299ac6e1b8 Author: Kim Woelders Date: Fri Apr 22 16:31:31 2022 +0200 place-pagers.pl: Behave properly when pagers have

[EGIT] [e16/e16] master 03/05: dialogs: Text cleanups

2022-04-24 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=546c1bb2df3af66ddcb89b2e51a6d3d7b722c4b7 commit 546c1bb2df3af66ddcb89b2e51a6d3d7b722c4b7 Author: Kim Woelders Date: Fri Apr 22 19:55:17 2022 +0200 dialogs: Text cleanups In general only

[EGIT] [e16/e16] master 01/05: po: On Top -> Highest

2022-04-24 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=54a666166d50e8a38529caaafd263a04dcae8d7d commit 54a666166d50e8a38529caaafd263a04dcae8d7d Author: Kim Woelders Date: Sat Apr 23 08:37:12 2022 +0200 po: On Top -> Highest --- po/ar.po| 2 +-

[EGIT] [e16/e16] master 04/05: config/menus: Text cleanups

2022-04-24 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=0abe277197dcef30c0bfab76299e492314f352cd commit 0abe277197dcef30c0bfab76299e492314f352cd Author: Kim Woelders Date: Fri Apr 22 21:42:47 2022 +0200 config/menus: Text cleanups In general

[EGIT] [e16/e16] master 04/04: dialogs: Fixup after recent layout changes

2022-04-24 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=a4cd43578df59b7f30e4504dd25af2b7df9fcfac commit a4cd43578df59b7f30e4504dd25af2b7df9fcfac Author: Kim Woelders Date: Sun Apr 24 12:21:36 2022 +0200 dialogs: Fixup after recent layout changes --- src

[EGIT] [e16/e16] master 02/04: arrange: Fix C++ build

2022-04-24 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=5f23c8fce9ac02b306c97e6b5a3eb9a4a8b535bd commit 5f23c8fce9ac02b306c97e6b5a3eb9a4a8b535bd Author: Kim Woelders Date: Sat Apr 23 13:07:38 2022 +0200 arrange: Fix C++ build --- src/arrange.c | 8

[EGIT] [e16/e16] master 01/04: epp: Fix potential compiler warning

2022-04-24 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f812edf7fe042510a0b4719286ade4ac218b4b21 commit f812edf7fe042510a0b4719286ade4ac218b4b21 Author: Kim Woelders Date: Sat Apr 23 12:54:27 2022 +0200 epp: Fix potential compiler warning --- epp

[EGIT] [e16/e16] master 03/04: Fix C++ build

2022-04-24 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=a0c24a89aff738a5e59af499c020844a6603c3d6 commit a0c24a89aff738a5e59af499c020844a6603c3d6 Author: Kim Woelders Date: Sat Apr 23 13:09:03 2022 +0200 Fix C++ build Apparently compiling with -x

[E-devel] imlib2-1.9.0

2022-04-22 Thread Kim Woelders
imlib2-1.9.0: - Add JPEG XL, JPEG 2000, and PS/EPS loaders - Various loader fixes and improvements - Move API documentation to header file - Use stdint types instead of DATA32 etc. - Add imlib_load/save_image_with_errno_return() and imlib_strerror() Source packages: http://downloads.sourceforge.n

[EGIT] [legacy/imlib2] master 01/01: v1.9.0

2022-04-22 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=693d6c63ca81ff386b0995c07b428d9d16c5d18c commit 693d6c63ca81ff386b0995c07b428d9d16c5d18c Author: Kim Woelders Date: Thu Apr 21 09:25:09 2022 +0200 v1.9.0 --- ChangeLog| 57

[EGIT] [legacy/imlib2_loaders] master 01/01: v1.9.0

2022-04-22 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2_loaders.git/commit/?id=d7b1e5fb0cb35e4c292e31d39e7c3d23a34e1ffd commit d7b1e5fb0cb35e4c292e31d39e7c3d23a34e1ffd Author: Kim Woelders Date: Thu Apr 21 09:18:41 2022 +0200 v1.9.0 --- ChangeLog| 6

[EGIT] [e16/e16] master 01/01: focus: IPC help tweaks

2022-04-22 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=3ad01fdda7a675cc5bf612623e2e68d951457aa2 commit 3ad01fdda7a675cc5bf612623e2e68d951457aa2 Author: Kim Woelders Date: Fri Apr 22 16:28:18 2022 +0200 focus: IPC help tweaks - Mention next

[EGIT] [e16/e16] master 01/01: menus: Add pass_ptr option to winops menu

2022-04-22 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=a178c11eb92d3dea068ce953c2343cbb1e330d42 commit a178c11eb92d3dea068ce953c2343cbb1e330d42 Author: Kim Woelders Date: Fri Apr 22 13:29:34 2022 +0200 menus: Add pass_ptr option to winops menu

[EGIT] [e16/e16] master 01/02: ipc: Debug tweaks

2022-04-22 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=6d6d1c8dc4b3457e60c1d4f06f5318e57dc7f5a2 commit 6d6d1c8dc4b3457e60c1d4f06f5318e57dc7f5a2 Author: Kim Woelders Date: Fri Apr 22 09:39:46 2022 +0200 ipc: Debug tweaks --- src/ipc.c | 7 ++- 1

[EGIT] [e16/e16] master 02/02: place-pagers.pl: Only optionally stack below(or above)

2022-04-22 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=403f8659e41eefe29108d659fd007a5525bb5458 commit 403f8659e41eefe29108d659fd007a5525bb5458 Author: Kim Woelders Date: Fri Apr 22 08:49:16 2022 +0200 place-pagers.pl: Only optionally stack below(or

[EGIT] [e16/e16] master 02/02: dialogs: Drop re-centering combined dialog on item change

2022-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=a09b13260a81d0ce1f7ea8353415498bf3d3ee40 commit a09b13260a81d0ce1f7ea8353415498bf3d3ee40 Author: Kim Woelders Date: Fri Apr 22 07:57:45 2022 +0200 dialogs: Drop re-centering combined dialog on item

[EGIT] [e16/e16] master 01/02: Dialog layout adjustments

2022-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=3c42724f969ba553a63ed8d457aebdb95d3b888b commit 3c42724f969ba553a63ed8d457aebdb95d3b888b Author: Kim Woelders Date: Thu Apr 21 20:05:34 2022 +0200 Dialog layout adjustments In general left

[EGIT] [e16/e16] master 02/04: moveresize: Remove long time unused swapmove code

2022-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=04f040199c5da332968c25e3782e46bc05d73758 commit 04f040199c5da332968c25e3782e46bc05d73758 Author: Kim Woelders Date: Thu Apr 21 06:39:02 2022 +0200 moveresize: Remove long time unused swapmove code

[EGIT] [e16/e16] master 01/04: moveresize: Remove disabled nogroup move functions

2022-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=e789b1740e99d80bb3f19f7538e7bf57e97cea02 commit e789b1740e99d80bb3f19f7538e7bf57e97cea02 Author: Kim Woelders Date: Thu Apr 21 06:56:40 2022 +0200 moveresize: Remove disabled nogroup move functions

[EGIT] [e16/e16] master 04/04: moveresize: Refactor some conditions for readability

2022-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=80903242998863ac2b08801957949a32775db23c commit 80903242998863ac2b08801957949a32775db23c Author: Kim Woelders Date: Thu Apr 21 08:35:08 2022 +0200 moveresize: Refactor some conditions for

[EGIT] [e16/e16] master 03/04: moveresize: Remove long time unused constrained move code

2022-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=a5228ad9e00096bce1232e0795e0398a687cca45 commit a5228ad9e00096bce1232e0795e0398a687cca45 Author: Kim Woelders Date: Thu Apr 21 08:19:01 2022 +0200 moveresize: Remove long time unused constrained

[EGIT] [legacy/imlib2] master 01/01: SVG loader: Fix size when unit is percent some more

2022-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=65cb3e33e3fd011712699a195652f6bf5dd9be6b commit 65cb3e33e3fd011712699a195652f6bf5dd9be6b Author: Kim Woelders Date: Thu Apr 21 10:03:37 2022 +0200 SVG loader: Fix size when unit is percent

[EGIT] [e16/e16] master 01/01: containers: Configuration saving tweaks - fixup

2022-04-19 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=5e7ca9c93ef0b231f0cbdd66feeff8831d0f9434 commit 5e7ca9c93ef0b231f0cbdd66feeff8831d0f9434 Author: Kim Woelders Date: Tue Apr 19 18:08:09 2022 +0200 containers: Configuration saving tweaks - fixup

[EGIT] [e16/e16] master 01/01: Fix some problems with resize-by-keyboard

2022-04-19 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=9cfe1e25773f910c0e9a3275b3be8007cd8a46df commit 9cfe1e25773f910c0e9a3275b3be8007cd8a46df Author: Kim Woelders Date: Tue Apr 19 16:53:34 2022 +0200 Fix some problems with resize-by-keyboard

[EGIT] [e16/e16] master 01/01: Winops layer menu: Add "Lowest"

2022-04-19 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=243c33d084579cd8bbeff18bbf34bc641f68bc13 commit 243c33d084579cd8bbeff18bbf34bc641f68bc13 Author: Kim Woelders Date: Tue Apr 19 14:34:46 2022 +0200 Winops layer menu: Add "Lowest"

[EGIT] [e16/e16] master 01/02: French translation update (Philippe J. Guillaumie)

2022-04-18 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f370ba49a3699e4c872e77b446f32ea64466ec54 commit f370ba49a3699e4c872e77b446f32ea64466ec54 Author: Kim Woelders Date: Mon Apr 18 20:37:38 2022 +0200 French translation update (Philippe J. Guillaumie

[EGIT] [e16/e16] master 02/02: ipc: win_op help updates

2022-04-18 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=0eb986a943539811309710caa78aeb1312d66b06 commit 0eb986a943539811309710caa78aeb1312d66b06 Author: Kim Woelders Date: Sat Apr 16 21:02:31 2022 +0200 ipc: win_op help updates --- src/ipc.c | 14

[EGIT] [legacy/imlib2] master 01/02: SVG loader: Avoid some warnings in rsvg.h

2022-04-18 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=e35b4dca6c23903ebe7f3f4692aa70238889c4c3 commit e35b4dca6c23903ebe7f3f4692aa70238889c4c3 Author: Kim Woelders Date: Mon Apr 18 20:04:12 2022 +0200 SVG loader: Avoid some warnings in rsvg.h

[EGIT] [legacy/imlib2] master 02/02: SVG loader: Fix size when unit is percent

2022-04-18 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=2d31bab355ca4e97767b88ad120f1b1d38705a5d commit 2d31bab355ca4e97767b88ad120f1b1d38705a5d Author: Kim Woelders Date: Mon Apr 18 20:05:03 2022 +0200 SVG loader: Fix size when unit is percent

[EGIT] [e16/e16] master 01/01: Add window option to pass-through pointer events

2022-04-16 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=34f007d0880322a25bff8313987fbae16e6bab72 commit 34f007d0880322a25bff8313987fbae16e6bab72 Author: Kim Woelders Date: Sat Apr 16 11:22:23 2022 +0200 Add window option to pass-through pointer events

[EGIT] [legacy/imlib2] master 01/02: debug: Export __imlib_time_us()

2022-04-13 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=d98622ba679edc4c61efaa9634d56e374a7f08c0 commit d98622ba679edc4c61efaa9634d56e374a7f08c0 Author: Kim Woelders Date: Mon Apr 11 21:53:03 2022 +0200 debug: Export __imlib_time_us

[EGIT] [legacy/imlib2] master 02/02: JXL loader: Multiframe support

2022-04-13 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=31f093570725a478404753699ed8894a2dd3e76e commit 31f093570725a478404753699ed8894a2dd3e76e Author: Kim Woelders Date: Sat Apr 2 18:01:02 2022 +0200 JXL loader: Multiframe support Does

[EGIT] [legacy/imlib2] master 01/01: Add PS/EPS loader using libspectre

2022-04-11 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=59eae5643ee3c49ad25b1fc36671391940a15545 commit 59eae5643ee3c49ad25b1fc36671391940a15545 Author: Kim Woelders Date: Fri Apr 8 08:11:39 2022 +0200 Add PS/EPS loader using libspectre

[EGIT] [legacy/imlib2] master 01/03: build: Tweaks

2022-04-10 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=e8b564f141fe1bc64180ed17e44db7275c0fac89 commit e8b564f141fe1bc64180ed17e44db7275c0fac89 Author: Kim Woelders Date: Sat Apr 9 13:39:27 2022 +0200 build: Tweaks - Let test depend on

[EGIT] [legacy/imlib2] master 02/03: Add J2K (JPEG 2000) loader using openjpeg2 library

2022-04-10 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=9ebd8399d2247a79e827d4820a449195377c152a commit 9ebd8399d2247a79e827d4820a449195377c152a Author: Kim Woelders Date: Fri Apr 8 13:45:43 2022 +0200 Add J2K (JPEG 2000) loader using openjpeg2

[EGIT] [legacy/imlib2] master 03/03: test: Add some of JPEG 2000 tests

2022-04-10 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=ee862ac6bf91b9f206c2bedcf111fdb4a94b2862 commit ee862ac6bf91b9f206c2bedcf111fdb4a94b2862 Author: Kim Woelders Date: Sun Apr 10 09:28:31 2022 +0200 test: Add some of JPEG 2000 tests --- test

[EGIT] [legacy/imlib2] master 01/02: loaders: Fix typo, fix order

2022-04-09 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=b9496a326d53f2bc409d1616fe9ebcfcddcdc0ee commit b9496a326d53f2bc409d1616fe9ebcfcddcdc0ee Author: Kim Woelders Date: Fri Apr 8 13:49:33 2022 +0200 loaders: Fix typo, fix order --- src/lib

[EGIT] [legacy/imlib2] master 02/02: SVG loader: Faster signature check

2022-04-09 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=11806ddb74ee0042f79dc403dee2b063ec82d2e6 commit 11806ddb74ee0042f79dc403dee2b063ec82d2e6 Author: Kim Woelders Date: Sat Apr 9 13:34:32 2022 +0200 SVG loader: Faster signature check

[EGIT] [legacy/imlib2] master 04/05: doc: New documentation build setup (doxygen)

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=190c79fa8692613507e1b0e9e4253ec283e717c8 commit 190c79fa8692613507e1b0e9e4253ec283e717c8 Author: Kim Woelders Date: Mon Dec 6 19:32:26 2021 +0100 doc: New documentation build setup (doxygen

[EGIT] [legacy/imlib2] master 03/05: doc: Drop most old doc stuff

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=cbd3bc197ad9da48553f198e863325ade65232ac commit cbd3bc197ad9da48553f198e863325ade65232ac Author: Kim Woelders Date: Wed Apr 6 20:20:13 2022 +0200 doc: Drop most old doc stuff --- Makefile.am

[EGIT] [legacy/imlib2] master 01/05: Revert a couple of unintended changes

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=c40c222b9cb8128841a74f337ad4f9d6c34499fd commit c40c222b9cb8128841a74f337ad4f9d6c34499fd Author: Kim Woelders Date: Thu Apr 7 12:36:28 2022 +0200 Revert a couple of unintended changes --- src

[EGIT] [legacy/imlib2] master 05/05: doc: Assorted documentation intro updates

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=cd29542864e15df8fe49ac584a27ad53bd873257 commit cd29542864e15df8fe49ac584a27ad53bd873257 Author: Kim Woelders Date: Thu Apr 7 14:20:53 2022 +0200 doc: Assorted documentation intro updates

[EGIT] [legacy/imlib2] master 02/05: API doc updates

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=712d2b86a02608e08f9866f78483156cb2b4923e commit 712d2b86a02608e08f9866f78483156cb2b4923e Author: Kim Woelders Date: Thu Apr 7 17:31:34 2022 +0200 API doc updates --- src/lib/Imlib2.h.in | 22

[EGIT] [legacy/imlib2] master 04/06: Drop deprecation noise from using the old DATA types

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=a92585c5692f8b1c5ddb8ba75145ec58cea1d79e commit a92585c5692f8b1c5ddb8ba75145ec58cea1d79e Author: Kim Woelders Date: Mon Apr 4 11:28:01 2022 +0200 Drop deprecation noise from using the old DATA

[EGIT] [legacy/imlib2] master 06/06: API doc corrections and tweaks for doxygen

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=1582453d764adc7d6ceecec4ee2d1379099670cc commit 1582453d764adc7d6ceecec4ee2d1379099670cc Author: Kim Woelders Date: Tue Apr 5 19:38:12 2022 +0200 API doc corrections and tweaks for doxygen

[EGIT] [legacy/imlib2] master 01/06: test_save: Updates

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=c13f4ddf6516c48817855790be89d33a5ea28bb4 commit c13f4ddf6516c48817855790be89d33a5ea28bb4 Author: Kim Woelders Date: Thu Apr 7 10:14:56 2022 +0200 test_save: Updates Catch various

[EGIT] [legacy/imlib2] master 05/06: Drop deprecation noise from using imlib_load/save_image_with_error_return()

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=6c5620511c32d7abb9e0d1678529ef48c0633d31 commit 6c5620511c32d7abb9e0d1678529ef48c0633d31 Author: Kim Woelders Date: Tue Apr 5 06:26:50 2022 +0200 Drop deprecation noise from using imlib_load

[EGIT] [legacy/imlib2] master 02/06: loaders: Ensure that found loader is ok for load/save

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=d56be3b8df21bf62f05b03d41ab5a2322ad92fc6 commit d56be3b8df21bf62f05b03d41ab5a2322ad92fc6 Author: Kim Woelders Date: Thu Apr 7 10:34:57 2022 +0200 loaders: Ensure that found loader is ok for

[EGIT] [legacy/imlib2] master 03/06: image: Fix undesired change of format

2022-04-07 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=c85d63d710633cd9dd3b120007b876bfcd38aa04 commit c85d63d710633cd9dd3b120007b876bfcd38aa04 Author: Kim Woelders Date: Thu Apr 7 10:50:30 2022 +0200 image: Fix undesired change of format

[EGIT] [e16/e16] master 02/02: arrange: Disable ARRANGE_BY_POSITION mode

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=edd92166100b01000eb018eca61db05cb49b4af2 commit edd92166100b01000eb018eca61db05cb49b4af2 Author: Kim Woelders Date: Mon Apr 4 17:49:26 2022 +0200 arrange: Disable ARRANGE_BY_POSITION mode

[EGIT] [e16/e16] master 01/02: arrange: Simplify/speed up by using qsort(), cosmetics

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=684e911c9efd718ae31a9bfff8cb5a77c4a10586 commit 684e911c9efd718ae31a9bfff8cb5a77c4a10586 Author: Kim Woelders Date: Mon Apr 4 17:35:39 2022 +0200 arrange: Simplify/speed up by using qsort

[EGIT] [e16/e16] master 03/10: stacking: Rename EwinListStack to EobjListStack

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=a67b247ff2c117e87ca31bc3a1a076373dd14243 commit a67b247ff2c117e87ca31bc3a1a076373dd14243 Author: Kim Woelders Date: Sun Apr 3 19:21:58 2022 +0200 stacking: Rename EwinListStack to EobjListStack

[EGIT] [e16/e16] master 07/10: stacking: Hold all objects in the order list

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=08b70658d38996972a3760e93ecfd1746841acad commit 08b70658d38996972a3760e93ecfd1746841acad Author: Kim Woelders Date: Sun Apr 3 19:32:53 2022 +0200 stacking: Hold all objects in the order list

[EGIT] [e16/e16] master 01/10: Update winder theme

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=4bd69a0b66bc3e96fcdf99c42239f7cb0f17de81 commit 4bd69a0b66bc3e96fcdf99c42239f7cb0f17de81 Author: Kim Woelders Date: Thu Mar 31 14:13:20 2022 +0200 Update winder theme --- themes/winter.etheme | Bin

[EGIT] [e16/e16] master 06/10: stacking: Cache EWin lists

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=66c69bbcc60b47e4021694d52626cf8c982a94d4 commit 66c69bbcc60b47e4021694d52626cf8c982a94d4 Author: Kim Woelders Date: Mon Apr 4 12:37:02 2022 +0200 stacking: Cache EWin lists Probably not a

[EGIT] [e16/e16] master 09/10: arrange: Use object order list when arranging

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=c5ffe964b050d9f57c8ed6a4eba539c298dcfad1 commit c5ffe964b050d9f57c8ed6a4eba539c298dcfad1 Author: Kim Woelders Date: Sun Apr 3 19:24:14 2022 +0200 arrange: Use object order list when arranging

[EGIT] [e16/e16] master 10/10: arrange: Minor tweak in SnapEwin()

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=b3e57584422e1f3f62669700a2fb184de0837179 commit b3e57584422e1f3f62669700a2fb184de0837179 Author: Kim Woelders Date: Mon Apr 4 09:51:55 2022 +0200 arrange: Minor tweak in SnapEwin() Use

[EGIT] [e16/e16] master 04/10: stacking: Cosmetics, preparing for other changes

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f171611d8988935b3f3c1cee82baed5c7869c587 commit f171611d8988935b3f3c1cee82baed5c7869c587 Author: Kim Woelders Date: Mon Apr 4 11:06:28 2022 +0200 stacking: Cosmetics, preparing for other changes

[EGIT] [e16/e16] master 02/10: stacking: Remove unused EwinListStackGetTop()

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=33dc37113175106480dd671fd87dd8b0396f1a73 commit 33dc37113175106480dd671fd87dd8b0396f1a73 Author: Kim Woelders Date: Mon Apr 4 11:15:55 2022 +0200 stacking: Remove unused EwinListStackGetTop

[EGIT] [e16/e16] master 05/10: stacking: Refactor EwinListStackGet()

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=fd9270d4d2647c2dff58b4e33326c1f76cfa75d2 commit fd9270d4d2647c2dff58b4e33326c1f76cfa75d2 Author: Kim Woelders Date: Mon Apr 4 11:38:11 2022 +0200 stacking: Refactor EwinListStackGet() --- src

[EGIT] [e16/e16] master 08/10: arrange: Remove pointless call to EwinListGetAll()

2022-04-04 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=31cb37f9353272a8ee9beac9bdb59edb720e77b2 commit 31cb37f9353272a8ee9beac9bdb59edb720e77b2 Author: Kim Woelders Date: Sun Apr 3 19:06:45 2022 +0200 arrange: Remove pointless call to EwinListGetAll

[EGIT] [legacy/imlib2_loaders] master 01/01: Update headers, adapt to imlib2 changes, switch to stdint types

2022-04-03 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2_loaders.git/commit/?id=c41a2a2e4e082f1f5a6284e1389cc55a424850ac commit c41a2a2e4e082f1f5a6284e1389cc55a424850ac Author: Kim Woelders Date: Sun Apr 3 06:29:23 2022 +0200 Update headers, adapt to imlib2

[EGIT] [e16/e16] master 01/01: CM: Adjust shadowing conditions some more

2022-04-03 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=49c4ddcb5eaffacc999babdf04452d27a288aef4 commit 49c4ddcb5eaffacc999babdf04452d27a288aef4 Author: Kim Woelders Date: Sun Apr 3 17:05:24 2022 +0200 CM: Adjust shadowing conditions some more

[EGIT] [legacy/imlib2] master 01/02: Add jxl loader

2022-04-02 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=323a95cd4e7778f100a84c4ec51710a81195a714 commit 323a95cd4e7778f100a84c4ec51710a81195a714 Author: Kim Woelders Date: Fri Mar 25 22:21:25 2022 +0100 Add jxl loader --- configure.ac

[EGIT] [legacy/imlib2] master 02/02: test: Add basic jxl test

2022-04-02 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=766c9d096fa14b11074ec53f9631e74d303f94e3 commit 766c9d096fa14b11074ec53f9631e74d303f94e3 Author: Kim Woelders Date: Sat Apr 2 19:35:03 2022 +0200 test: Add basic jxl test --- test/images

[EGIT] [legacy/imlib2] master 03/03: TIFF loader: Use mmap'ed file access

2022-04-01 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=63dccd46c5f025b9291af24b03e0d7ef095a9b37 commit 63dccd46c5f025b9291af24b03e0d7ef095a9b37 Author: Kim Woelders Date: Fri Apr 1 17:22:54 2022 +0200 TIFF loader: Use mmap'ed file a

[EGIT] [legacy/imlib2] master 02/03: SVG loader: Requires librsvg-2.46

2022-04-01 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=2255a119d8bbcb05f17de54f7a5c6d14da58d907 commit 2255a119d8bbcb05f17de54f7a5c6d14da58d907 Author: Kim Woelders Date: Fri Apr 1 16:29:22 2022 +0200 SVG loader: Requires librsvg-2.46

[EGIT] [legacy/imlib2] master 01/03: debug: Enable using hex values in IMLIB2_DEBUG

2022-04-01 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=8ee9c0bade029e2470dda626200ed67c00824103 commit 8ee9c0bade029e2470dda626200ed67c00824103 Author: Kim Woelders Date: Sat Apr 2 02:18:53 2022 +0200 debug: Enable using hex values in IMLIB2_DEBUG

[EGIT] [e16/e16] master 01/01: e_gen_menu: Fix breakage when PATH contains non-existing directory

2022-03-31 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=ef8092597bbfbfb46583b7058d4fbe709b7451a1 commit ef8092597bbfbfb46583b7058d4fbe709b7451a1 Author: Kim Woelders Date: Fri Apr 1 08:29:25 2022 +0200 e_gen_menu: Fix breakage when PATH contains non

  1   2   3   4   5   6   7   8   9   10   >