| Rev. | Time | Author |
|---|---|---|
| 4c8cc9dc0ca4 | 2023-08-17 07:45:48 | Fojtik |
|
Deffect in BMP reader BI_RLE8 & BI_RLE4 has been caused by wrong compillation with MSVC. w <<= 8 randomly pushed a garbahe to upper byte. |
||
| 26879a39eae9 | 2023-08-16 06:18:33 | Fojtik |
|
Fix RGB raster image processing. |
||
| 9297a5652b01 | 2023-08-14 04:37:38 | Fojtik |
|
Improve image library. |
||
| ee338a34f03f | 2023-08-10 08:33:43 | Fojtik |
|
Old Windows & OS/2 bitmaps have only RGB (not RGBA) palette. |
||
| 2ec9f88762d4 | 2023-08-09 16:08:46 | Fojtik |
|
Replace overlooked "WORD" to uint16_t, more tolerant BMP reader. |
||
| 8710876dda50 | 2023-08-08 09:34:29 | Fojtik |
|
Enlarge SVG autodetection chunk to 1024 bytes. |
||
| 38c3ec1394ac | 2023-08-07 06:39:28 | Fojtik |
|
Implement EMF object "PolyLineTo16". |
||
| 85961c49d8e0 | 2023-08-05 19:06:11 | Fojtik |
|
Convert EMF object EMR_POLYBEZIERTO16. |
||
| 6cc117f1942e | 2023-08-04 07:18:49 | Fojtik |
|
SVG: shift properly object extracted from dictionary. |
||
| 7dab2ef84d44 | 2023-08-04 02:41:25 | Fojtik |
|
Add duplicate method. Possible crash bug - PSS should never be overwriten by zeros in "VectorImage::VectorImage()". |
||
| 6b1b5b59a135 | 2023-08-03 07:25:39 | Fojtik |
|
Support bounding box around VectorRectangle. |
||
| 23a14ff5a1e6 | 2023-08-02 17:36:09 | Fojtik |
|
Fix invalid text positioning in EMF. |
||
| 8403580bf370 | 2023-07-31 06:36:43 | Fojtik |
|
Convert SVG text color correctly. |
||
| c88268b9e742 | 2023-07-29 21:10:54 | Fojtik |
|
Possible crash when appending empty list - fixed. |
||
| 384b78a9c128 | 2023-07-28 07:04:17 | Fojtik |
|
Support for Georgian characters. |
||
| 3ac00761f5ad | 2023-07-27 07:10:10 | Fojtik |
|
Add style support in SVG parser. |
||
| b352326b697b | 2023-07-26 09:45:16 | Fojtik |
|
4 |
||
| 0186806bd822 | 2023-07-25 15:13:18 | Fojtik |
|
Improve Windows installation script - better detection of MikTeX. |
||
| ca7b5d77ceb0 | 2023-07-25 07:11:20 | Fojtik |
|
Cppcheck discovered a problem that function ecParseChar() could potentially return random value. |
||
| 75d5fbed260f | 2023-07-24 16:53:32 | Fojtik |
|
Aggregate codepage make rules to prevent execute them in paralell. |
||
| 20acec5546a6 | 2023-07-24 07:03:45 | Fojtik |
|
Cleanup character generator. |
||
| c13e7534f34a | 2023-07-23 17:43:22 | Fojtik |
|
This removes JPG and PNG from binary. They are not used. I hoped that these become includable into .DVI, but it seems not to be a case. |
||
| bae9b2d55e59 | 2023-07-23 07:11:50 | Fojtik |
|
Fix several potential problems found by cppcheck. |
||
| ce8c73a93c68 | 2023-07-22 17:37:50 | Fojtik |
|
Remove unneeded image writers to save space. |
||
| 6c2a53da7cdc | 2023-07-22 07:07:33 | Fojtik |
|
Implement SVG path commands 'v','V','h','H','s'. |
||
| 8abb246d3846 | 2023-07-21 13:14:49 | Fojtik |
|
Add a new codepage ISO-8859-5. |
||
| 5e45d01d8e40 | 2023-07-20 07:04:19 | Fojtik |
|
Remove "Outline" property of VectorPolygon, Linestyle=0 is sufficient enough. |
||
| 0899f070f415 | 2023-07-19 10:43:07 | Fojtik |
|
SVG 'z' command should close a path. |
||
| dc0258019439 | 2023-07-17 12:25:32 | Fojtik |
|
Waves fill pattern is supported. |
||
| a25afdf1bded | 2023-06-27 18:16:14 | Fojtik |
|
Added hatch patterns Chainlink, Patio and Weave. |
||