Commit Graph

5138 Commits

Author SHA1 Message Date
Jindra Petřík
11c3c2a8a7 Fixed: AS3 decompilation: increment/decrement on properties 2021-02-24 19:55:59 +01:00
Jindra Petřík
08424221d6 set framecount on swf on tag add 2021-02-24 19:55:59 +01:00
Jindra Petřík
0e3bfc0bd6 hex view - listener is null checks 2021-02-24 19:55:59 +01:00
Jindra Petřík
94cca29fae hex view - do not hilight places with no value 2021-02-24 19:55:59 +01:00
Jindra Petřík
bffc5d4ff0 Fixed: AS3 decompilation: try..catch..finally suborder when debugline info not present 2021-02-24 19:55:59 +01:00
Jindra Petřík
599d22bb6e AS3 P-code editation checking all referenced labels exist
Fixed: AS3 P-code editation - only first try offset was saved when multiple try with same label
2021-02-24 19:55:59 +01:00
Jindra Petřík
964ea869ec misc: P-code editor displays error message as error, not as regular message 2021-02-24 19:55:59 +01:00
Jindra Petřík
bac1c799be AS3 direct editation - do not add popscope twice when continue/break as last statement in catch block 2021-02-24 19:55:59 +01:00
Jindra Petřík
3faf00de02 Changed: Mouseover / focused bytes in hexview displayed with border instead of background color change to improve readability 2021-02-24 19:55:59 +01:00
Jindra Petřík
bcdbcce643 Goto address dialog in Hex view (Ctrl+G or via context menu)
MAke focused byte more visible in hex view
2021-02-24 19:55:59 +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
b1818d0600 Fixed #1610 AS3 P-code editation - true/false/undefined/null has value_index same as value_kind 2021-02-24 19:55:59 +01:00
Jindra Petřík
5192f96505 using defined constants instead of magic numbers 2021-02-24 19:55:59 +01:00
Jindra Petřík
a3d73608cb Fixed: #1610 AS3 unnecessary adding namespaces 2021-02-24 19:55:59 +01:00
Jindra Petřík
8a6c4cf35c Fixed: AS3 with statement decompilation 2021-02-24 19:55:59 +01:00
Jindra Petřík
b9749678f9 tests 2021-02-24 19:55:59 +01:00
Jindra Petřík
a36ca2df20 Fixed: AS3 direct editation - popscope in catch on continue and break 2021-02-24 19:55:59 +01:00
Jindra Petřík
5c95ca24b8 Fixed: AS3 direct editation - using finally clause for continue and break 2021-02-24 19:55:59 +01:00
Jindra Petřík
66fe109ed7 issue nums in changelog 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
924ade7bff gnujpdf gradient fills 2021-02-24 19:55:59 +01:00
Jindra Petřík
fe5e1cddd6 gnujpdf cwh fix 2021-02-24 19:55:59 +01:00
Jindra Petřík
70e8d132b0 gnujpdf code clean 2021-02-24 19:55:59 +01:00
Jindra Petřík
82372d15e8 gnujpdf unused imports 2021-02-24 19:55:59 +01:00
Jindra Petřík
a6bdac7a99 gnujpdf add override notation 2021-02-24 19:55:59 +01:00
Jindra Petřík
df913281dc gnujpdf reformat 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
fade88b658 removed unused class 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
0046e80698 PDF export - selectable text in DefineEditText 2021-02-24 19:55:59 +01:00
Jindra Petřík
9dacd28347 gnujpdf - unicode font 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
edb4686ebe gnujpdf:
- adding custom ttf font
- print transparent text
- set raw transformation matrix
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
95e1d8afd1 Print texts to PDF stub (not working) 2021-02-24 19:55:59 +01:00
Jindra Petřík
fb19b832f6 Fixed: #1609 First frame missing in frame to PDF export 2021-02-24 19:55:59 +01:00
Jindra Petřík
86f2f7fdce AS3 direct editation: try..finally generates pushbyte -1, not pushbyte 255 2021-02-24 19:55:59 +01:00
Jindra Petřík
5b6ec4ef75 Fixed: Graphviz Graph not showing AS3 exception end 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
ce91b877e3 AS3 direct editation - do not initialize slots on newactivation 2021-02-24 19:55:59 +01:00
Jindra Petřík
e414e1919d Fixed: AS3 direct editation - unary minus (negate) compiled as 0 - value 2021-02-24 19:55:59 +01:00
Jindra Petřík
b03cad4f90 Fixed: AS3 direct editation - coerce in setproperty 2021-02-24 19:55:59 +01:00
Jindra Petřík
3b50670698 Email contact update [ci skip] 2021-02-24 19:55:59 +01:00
Jindra Petřík
aac3ac8db0 Added Japanese translator [ci skip] 2021-02-24 19:55:59 +01:00
Jindra Petřík
607376b62e Added Japanese [ci skip] 2021-02-24 19:55:59 +01:00
Jindra Petřík
17224fba5f setTimelined when adding tag 2021-02-24 19:55:59 +01:00
Jindra Petřík
e5720f2128 Removing whole AS2 packages 2021-02-24 19:55:59 +01:00
Jindra Petřík
0f192c14cb Removing whole AS1/2 script folders (frame, DefineSprite) 2021-02-24 19:55:59 +01:00
Jindra Petřík
54c78c630d Removing whole AS3 packages 2021-02-24 19:55:59 +01:00