Clemens Schwaighofer clemens
clemens pushed to NewFeatures at CoreLibs/development 2024-11-18 10:11:01 +09:00
54ce378ae2 Text fix for deprecation message
clemens pushed to development at CoreLibs/development 2024-11-18 10:10:04 +09:00
4ac659f7d9 Colors deprecation messages and remove Class Basic color convert calls
497833ca71 phpunit test updated to removal of __get
e5a9b149b1 phpstan fixes with move away from __get to dedicated get
5213805a58 phan updates
a9f1d878f7 Math: add epsilon compare for float, update Color Coordinate calls
Compare 15 commits »
clemens pushed to NewFeatures at CoreLibs/development 2024-11-18 09:50:38 +09:00
4ac659f7d9 Colors deprecation messages and remove Class Basic color convert calls
clemens pushed to Features-DB_IO_SQLite at CoreLibs/development 2024-11-15 19:46:47 +09:00
b7935dcb71 Merge branch 'NewFeatures' into Features-DB_IO_SQLite
497833ca71 phpunit test updated to removal of __get
e5a9b149b1 phpstan fixes with move away from __get to dedicated get
5213805a58 phan updates
a9f1d878f7 Math: add epsilon compare for float, update Color Coordinate calls
Compare 14 commits »
clemens pushed to NewFeatures at CoreLibs/development 2024-11-15 19:45:50 +09:00
497833ca71 phpunit test updated to removal of __get
e5a9b149b1 phpstan fixes with move away from __get to dedicated get
Compare 2 commits »
clemens pushed to NewFeatures at CoreLibs/development 2024-11-15 18:18:59 +09:00
5213805a58 phan updates
clemens pushed to NewFeatures at CoreLibs/development 2024-11-15 18:14:30 +09:00
a9f1d878f7 Math: add epsilon compare for float, update Color Coordinate calls
clemens pushed to NewFeatures at CoreLibs/development 2024-11-14 15:05:14 +09:00
3845bc7ff5 Color Coordinates class udpates
clemens pushed to NewFeatures at CoreLibs/development 2024-11-13 19:21:15 +09:00
32c192a362 Basic colors test add started
clemens pushed to NewFeatures at CoreLibs/development 2024-11-13 13:16:18 +09:00
2bd68f32ac Legacy color convert update to use new methods
f5964fed02 Legacy colors test update
625272198d Math matrix phpunit checks added
Compare 3 commits »
clemens pushed to NewFeatures at CoreLibs/development 2024-11-12 18:55:02 +09:00
00821bd5ea Move all Cie XYZ to dedicated class as this is not used in direct frontend convert
clemens pushed to NewFeatures at CoreLibs/development 2024-11-12 18:53:15 +09:00
921b9cb3d9 Remove not used Color Coordinate classes and old oklab convert class
clemens pushed to NewFeatures at CoreLibs/development 2024-11-12 18:52:38 +09:00
720b78b687 Add CIE XYZ classes for D50/D65 whitespace before clean up
clemens pushed to NewFeatures at CoreLibs/development 2024-11-11 18:50:32 +09:00
565014e1e2 diff --git c/4dev/tests/Convert/CoreLibsConvertMathTest.php i/4dev/tests/Convert/CoreLibsConvertMathTest.php
clemens pushed to Features-DB_IO_SQLite at CoreLibs/development 2024-11-07 14:32:19 +09:00
89e8f79cae Merge branch 'NewFeatures' into Features-DB_IO_SQLite
d9bcb577d7 some minor test page code fixes
8613e8977b UrlRequests curl: move options set logic to main curl wrapper call
0c51a3be87 Add phpunit tests for header key/value exceptions
f9cf36524e UrlRequests auth set allowed in requests call
Compare 26 commits »
clemens pushed to NewFeatures at CoreLibs/development 2024-11-07 12:05:36 +09:00
d9bcb577d7 some minor test page code fixes
clemens pushed to development at Composer/CoreLibs-Composer-All 2024-11-07 11:50:14 +09:00
e318a4fb9a Release: v9.18.1
clemens pushed to master at Composer/CoreLibs-Composer-All 2024-11-07 11:49:59 +09:00
e318a4fb9a Release: v9.18.1
clemens pushed tag v9.18.1 to Composer/CoreLibs-Composer-All 2024-11-07 11:48:58 +09:00
clemens pushed to master at Composer/CoreLibs-Composer-All 2024-11-07 11:40:01 +09:00
9818410889 Local phan/phpstan install and config update, merge in UrlRequest changes