Commit Graph

174 Commits

Author SHA1 Message Date
Jindra Petřík
f275da0199 Added GFX - support for TGA external images 2023-01-01 23:33:25 +01:00
Jindra Petřík
a940ea1c6f Replacing SoundStreamHeads with MP3 2022-12-27 19:25:01 +01:00
Jindra Petřík
cc71ba8cef JLayer version 1.0.2 2022-12-27 19:25:01 +01:00
Jindra Petřík
b53590210d Fixed #1907 Crashing on memory search
Putting back old JNA 3.5.1 as  5.11.0 crashes on calling new Memory()
Modify VJCJ natives to support JNA 3.5.1
2022-12-23 17:02:50 +01:00
Jindra Petřík
85275ccca6 Fixed #1858 PDF export - Applying same color multiple times 2022-12-23 17:02:50 +01:00
Jindra Petřík
ecc884f642 Fixed #1858 Applying same alpha/blendmode multiple times
Round RGB colors to lower precision
2022-12-23 17:02:50 +01:00
Jindra Petřík
b2af9ef350 Fixed #1858 Adding same ExtGState multiple times 2022-12-23 17:02:50 +01:00
Jindra Petřík
355df5899d Added #1858 PDF export - JPEG with alpha channel exported as is 2022-12-23 17:02:50 +01:00
Jindra Petřík
c4799bc92e Added AS3 P-code keyword "Unknown(N)", where N is index. For constants out of bounds. (mostly in dead code)
Fixed AS3 Deobfuscation causing invalid jump offsets for files with constant indices out of bounds
2022-12-18 23:10:24 +01:00
Jindra Petřík
85668bbb07 Added #1893 Experimental playback of DefineVideoStream tags with VLC player 2022-12-18 23:10:24 +01:00
Jindra Petřík
bea1775a80 Format locales with Translator tool 2022-11-30 22:58:35 +01:00
Jindra Petřík
e6bd00d2a0 Fixed #1863 Export to PDF - cannot read fonts with long CMAP
(invalid length value)
2022-11-14 10:04:55 +01:00
Jindra Petřík
02f98068fb PDF Export - separate smoothed and not smoothed bitmaps - cache separately 2022-11-02 17:47:29 +01:00
Jindra Petřík
ae88f5d9b7 Fixed PDF export - reusing images when used as pattern vs standalone 2022-11-02 12:50:24 +01:00
Jindra Petřík
22c5e67a74 Fixed #1817 PDF export - now storing JPEG images without recompression to PNG 2022-11-02 08:43:52 +01:00
Jindra Petřík
31a461ca96 gnujpdf - use UTF-8 in string.getBytes() everywhere 2022-10-22 21:15:20 +02:00
Jindra Petřík
ef2ccab594 updated gnujpdf jar 2022-10-22 19:03:25 +02:00
lcdr
61ac7520d1 Add DDSReader dependency from https://github.com/npedotnet/DDSReader/ 2021-11-19 13:03:23 +01:00
Jindra Petřík
6e0b35c06b #1485 Improved skins support, night mode 2021-11-19 13:03:23 +01:00
Jindra Petřík
f71517cec2 #1657 Option to disable adding second quote/bracket/parenthesis 2021-04-05 16:56:59 +02:00
Jindra Petřík
4e93bf0af0 Fixed: PDF export - Smoothed bitmaps 2021-04-05 16:56:59 +02:00
Jindra Petřík
05bf7a1c88 Fixed: #1671 JPEG images display when not CMYK
JPEG fixer to DefineBitsJPEG3 and 4.
2021-04-05 16:56:59 +02:00
Jindra Petřík
68ae269515 Fixed: "protected", "const", "namespace", "package" are not reserved keywords in AS1/2
Fixed: Not counting newlines in comments
2021-03-25 18:44:05 +01:00
Jindra Petřík
913405b563 gnujpdf compression back on 2021-03-24 20:36:42 +01:00
Jindra Petřík
204787bc73 gnujpdf - various CMAP subtable formats support for drawing text 2021-03-24 20:36:42 +01:00
Jindra Petřík
a32494487d PDF - try to implement objects grouping 2021-03-24 20:36:42 +01:00
Jindra Petřík
050b4dce2d gnujpdf - clipping fix (getclip)
PDF export - clipping fix
2021-03-24 20:36:42 +01:00
Jindra Petřík
6819de2a17 gnujpdf - Linear colorspace gradients
some test data
2021-03-24 20:36:42 +01:00
Jindra Petřík
bcbfea5666 gnujpdf blend modes 2021-03-24 20:36:42 +01:00
Jindra Petřík
5a4c9f34cc gnujpdf gradient transparency 2021-03-24 20:36:42 +01:00
Jindra Petřík
cea421a54e gnujpdf RadialGradientPaint - cycle mode reflect and repeat
transparent gradient testdata
2021-03-24 20:36:42 +01:00
Jindra Petřík
127427d451 gnujpdf - LinearGradientPaint reflect, repeat cycle mode 2021-03-24 20:36:42 +01:00
Jindra Petřík
93a07866a1 gnujpdf TexturePaint 2021-03-24 20:36:42 +01:00
Jindra Petřík
61c40ae52c gnujpdf library
pdf clipping fix
2021-03-24 20:36:42 +01:00
Jindra Petřík
50bea979b4 gnujpdf lib 2021-03-24 20:36:42 +01:00
Jindra Petřík
65a8af4822 Fixed: AS3 hilight and edit XML based on CData or comment only 2021-03-13 21:08:23 +01:00
Jindra Petřík
19c836764f Fixed: #1260 AS1/2 direct editation - is/as/:: are not reserved operators 2021-03-05 21:22:55 +01:00
Jindra Petřík
7f57039f18 Fixed: #1643 Separate AS1/2 and AS3 editor hilighting 2021-03-05 21:22:55 +01:00
Jindra Petřík
a597625239 Fixed: #1623 Right side marker (gray line) in P-code 2021-03-05 21:22:55 +01:00
Jindra Petřík
ae0e590bea Fixed: #1618 Export to PDF selectable text escaping and text size 2021-02-26 22:46:28 +01:00
Jindra Petřík
4767effc34 Fixed: Ribbon stealing focus when pressing Alt (for example in editors) 2021-02-24 19:55:59 +01:00
Jindra Petřík
77f6e6b964 Include flamingo source code to make changes in it 2021-02-24 19:55:59 +01:00
Jindra Petřík
733168b761 gnujpdf lib 2021-02-24 19:55:59 +01:00
Jindra Petřík
7eb151055b gnujpdf setTranform uses cm operator 2021-02-24 19:55:59 +01:00
Jindra Petřík
cc6ac18088 PDF export - selectable text in DefineEditText,
gnujpdf unicode support
2021-02-24 19:55:59 +01:00
Jindra Petřík
8aaf3a3b42 Exporting PDFs with selectable text 2021-02-24 19:55:59 +01:00
Jindra Petřík
fd48d65e1d gnujpdf fix number format on certain locales 2021-02-24 19:55:59 +01:00
Jindra Petřík
ba5c298bbd Fixed #1159, #1608 Regexp syntax hilight when not a regexp (only division) again 2021-02-24 19:55:59 +01:00
Jindra Petřík
21dfcfc15c Fixed: #1159 Regexp syntax hilight when not a regexp (only division) 2021-02-11 08:11:18 +01:00
Jindra Petřík
acc2d9a26f AS3 p-code more RAbcDasm like: Void keyword instead of Undefined for optional parameters and slot/const values 2021-02-08 20:15:19 +01:00