[EGIT] [e16] 01/03: events: Change some variable names

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository e16. View the commit online. commit bccc3fc431ca0527c12909accb5817d5fda888b2 Author: Kim Woelders AuthorDate: Mon Mar 13 19:03:29 2023 +0100 events: Change some variable n

[EGIT] [e16] 03/03: events: Fetch events also when blocked

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository e16. View the commit online. commit 4015600f2660dac2f5f24343579c45135c738f11 Author: Kim Woelders AuthorDate: Tue Mar 14 12:58:58 2023 +0100 events: Fetch events also when

[EGIT] [e16] 02/03: events: Separate event fetching and processing

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository e16. View the commit online. commit 54845aae1c034ff28de92928832bcc470f34d229 Author: Kim Woelders AuthorDate: Tue Mar 14 11:36:58 2023 +0100 events: Separate event fetchin

[EGIT] [legacy-imlib2] 06/11: scaling: Simplify scaling points calculation (eliminate j)

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit eafaa11ff3046932d0a6353bbc12771f9324198e Author: Kim Woelders AuthorDate: Sun May 7 09:44:40 2023 +0200 scaling: Simplify sca

[EGIT] [legacy-imlib2] 07/11: scaling: Change ypoints[] from pointers to indices

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit ee61df687706d4907fb9dcc8f402ee8bdc321db2 Author: Kim Woelders AuthorDate: Tue May 9 15:36:25 2023 +0200 scaling: Change ypoin

[EGIT] [legacy-imlib2] 09/11: scaling: Minor refactoring

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit a72fe3796bfe533d43d14146acf48a60ba2668d0 Author: Kim Woelders AuthorDate: Thu May 4 16:32:08 2023 +0200 scaling: Minor refact

[EGIT] [legacy-imlib2] 11/11: test_scale: Update for new scaling

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 41be1c88f889e30f34b07ac4a092e10af1e82e8a Author: Kim Woelders AuthorDate: Sat Jun 10 19:56:03 2023 +0200 test_scale: Update f

[EGIT] [legacy-imlib2] 10/11: scaling: Correct scaling up

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 58f2fcb4c7d4632f253a207a8ba7e7ac195b9dfe Author: Kim Woelders AuthorDate: Sat Jun 10 19:56:03 2023 +0200 scaling: Correct sca

[EGIT] [legacy-imlib2] 08/11: scaling: Cosmetics

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 166de6a93e00b4160e9b9dcf92816db71c6a6143 Author: Kim Woelders AuthorDate: Thu Jun 15 15:29:16 2023 +0200 scaling: Cosmetics -

[EGIT] [legacy-imlib2] 05/11: scaling: Cosmetics (comments)

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit a75fc4c5c85219092457105d7b19ef387a5e0728 Author: Kim Woelders AuthorDate: Thu Jun 15 14:50:38 2023 +0200 scaling: Cosmetics (

[EGIT] [legacy-imlib2] 04/11: scaling: Move scaling function call sequence into common __imlib_Scale()

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 61a180f3b0a5d5abec7848ae780c6c539a81d1db Author: Kim Woelders AuthorDate: Thu May 4 16:56:14 2023 +0200 scaling: Move scaling

[EGIT] [legacy-imlib2] 02/11: scaling: Unifdef OLD_SCALE_DOWN

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 41a651731997e9b0da43daa1451ccc89bc795747 Author: Kim Woelders AuthorDate: Sun May 7 13:21:21 2023 +0200 scaling: Unifdef OLD_

[EGIT] [legacy-imlib2] 01/11: test_scale: Test scaling some more

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit fea92d74b5802c59e0dae1c3e4d27f780488f6a2 Author: Kim Woelders AuthorDate: Wed May 10 22:04:34 2023 +0200 test_scale: Test sca

[EGIT] [legacy-imlib2] 03/11: scaling: Correct scaleinfo array length

2023-06-24 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 5c0c98428d186a8e8f266e27fbfa7439e2b7f7d9 Author: Kim Woelders AuthorDate: Sun May 7 10:10:45 2023 +0200 scaling: Correct scal

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

2023-06-24 Thread Kim Woelders
I have pushed some changes that I think makes the scaling work as expected. For now the old behavior can be restored by setting the environment variable IMLIB2_LEGACY_SCALING to any value. With e16 I have only seen some mostly minor issues with incorrectly rendered elements in a few themes.