Commit Graph

511 Commits

Author SHA1 Message Date
Jindra Petřík
247b1c17a4 Added Replacing morphshapes (currently only same shape for start/end)
Fixed miterLimitFactor is FIXED8 value in MORPHLINESTYLE2
2023-11-05 21:11:10 +01:00
Jindra Petřík
9d4a8feb2b Added Context menu items to create new tags (shape, sprite, image, movie, sound, binaryData) from files and using font embed dialog for fonts 2023-11-05 21:11:10 +01:00
Jindra Petřík
3d4c1a74c9 checkstyle fix 2023-11-05 21:11:10 +01:00
Jindra Petřík
982b44a0e6 Added ActionScript Debugger - Call stack frames switching - view variables around call stack
Added ActionScript Debugger - Highlight lines of callstack
Changed Basic tag info panel always visible even when nothing to display (to avoid flickering)
2023-11-05 21:11:10 +01:00
Jindra Petřík
13cfed7be8 Added #2005 Export files to directories by bundle names on multiple bundle (zips, etc.) selection 2023-11-05 21:11:10 +01:00
Jindra Petřík
b559352215 Fixed #2013 AS3 Multiname renaming - closing the script when renaming the class, nullpointer exception 2023-11-05 21:11:10 +01:00
Jindra Petřík
823a5fd97e Fixed AS3 Cast exception when used tree filter and then direct editing 2023-11-05 21:11:10 +01:00
Jindra Petřík
20f2c75f8f Fixed AS3 Direct editation - Cannot save code after switching deobfuscation 2023-10-16 09:36:06 +02:00
Jindra Petřík
dc5e50813f Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes 2023-10-16 09:36:06 +02:00
Jindra Petřík
37f6d14587 Fixed #116 Cyclic buttons 2023-10-16 09:36:06 +02:00
Jindra Petřík
439b9b7ef8 Fixed #2095 AS3 Changing script when debugging 2023-10-16 09:36:06 +02:00
Jindra Petřík
63ff7c384b Added #2079 Bulk import sprites from GIFs 2023-10-16 09:36:06 +02:00
Jindra Petřík
43f1dc4f35 Added #2079 Replace DefineSprite with GIF 2023-10-16 09:36:06 +02:00
Jindra Petřík
8a92a273a5 Added #2090 Support for Mochicrypt packed binarydata tags - loading SWF as subtree 2023-10-16 09:36:06 +02:00
Jindra Petřík
ea45d74220 Added FLA export - remember last selected FLA version/compression 2023-10-01 18:21:38 +02:00
Jindra Petřík
2a93e6b133 ABCExplorer - show inline methods 2023-10-01 18:21:38 +02:00
Jindra Petřík
691d833f1e ABCExplorer - close on reload 2023-10-01 18:21:38 +02:00
Jindra Petřík
7f6a1dfd87 Maybe fix inifinite decompilation on startup 2023-10-01 18:21:38 +02:00
Jindra Petřík
8faf44a0fa Hilighting first class trait - conflicting with script initializer 2023-10-01 18:21:38 +02:00
Jindra Petřík
d5de31973e More hilighting fix 2023-10-01 18:21:38 +02:00
Jindra Petřík
f0f17d70eb ABCExplorer - show selected script/method/trait/class in main window 2023-10-01 18:21:38 +02:00
Jindra Petřík
99c03b7dd8 Fix to avoid nullpointer while loading session 2023-10-01 18:21:38 +02:00
Jindra Petřík
17ea470eea Fixed Switching between openables on session load and on view type change 2023-10-01 18:21:38 +02:00
Jindra Petřík
32ae2b6a3c ABCExplorer - close dialogs on openable close 2023-10-01 18:21:38 +02:00
Jindra Petřík
dd8d3af6fd ABCExplorer - hide combobox for ABC openables without SWF 2023-10-01 18:21:38 +02:00
Jindra Petřík
796f5a5175 Removed AS3 constants list (tab on navigator) in favor of new ABC Explorer 2023-10-01 18:21:38 +02:00
Jindra Petřík
b3d77db4d8 ABC Explorer - Context menu on ABCContainer, ScriptPack 2023-10-01 18:21:38 +02:00
Jindra Petřík
dae1fe0e8c Added Show "Renaming identifiers" status on file opening with auto rename identifiers on 2023-10-01 18:21:38 +02:00
Jindra Petřík
4b5c4e8af4 Exporting compound scripts 2023-10-01 18:21:38 +02:00
Jindra Petřík
d2a32374b0 Compound scripts have direct editing disabled - it might damage script initializer to edit it separately. 2023-10-01 18:21:38 +02:00
Jindra Petřík
a30bc9136f Display compound scripts in separate folders,
display script initializer separately.
Show imported classes.
2023-10-01 18:21:38 +02:00
Jindra Petřík
4eabf89291 Added AS3 - Show Embed tag over asset classes (readonly)
Added AS3 - Checkbox for exporting assets embedded using `Embed` (-exportembed in commandline)
Added FLA export - AS3 - Using `Embed` tag for DefineBinaryData, images not extending BitmapData
2023-10-01 18:21:38 +02:00
Jindra Petřík
ef9e80cb21 Fixed Proper error message when there is no room for new characters in the font (DefineFont1)
Fixed Synchronization problems when adding characters to the font vs its display
2023-10-01 18:21:38 +02:00
Jindra Petřík
c7f4aaddfb Added Export DefineFont4 to OpenType CFF file 2023-10-01 18:21:38 +02:00
Jindra Petřík
dabcaea2ec Fixed Not working "Show in Projector" button for DefineFont4 (hide) 2023-10-01 18:21:38 +02:00
Jindra Petřík
e0b55e0410 Fixed Handling currently selected tags when using folder preview selection (Not working Replace button, etc.) 2023-10-01 18:21:38 +02:00
Jindra Petřík
9a23497c80 Fixed #2004 Freezing when a shape has nonimage character set as fill 2023-06-25 20:41:04 +02:00
Jindra Petřík
25a367a369 Export in order inside folder preview 2023-04-05 21:33:34 +02:00
Jindra Petřík
ebe32074aa Changed #1996 Items are now exported in order of appearance in the tag tree (usually SWF order), previously was it in order of selection 2023-04-05 21:33:34 +02:00
Jindra Petřík
4654d1d610 Fixed Do not display fonts added to stage (for example in testdata/as2.swf, the vertical text - sprite 10) 2023-03-19 22:43:41 +01:00
Jindra Petřík
487d1f8b14 Update license year 2023-03-19 22:43:41 +01:00
Jindra Petřík
45a7d36067 Fixed Unresponsive status bar and its icon 2023-02-25 19:39:02 +01:00
Jindra Petřík
07df4a8640 Added Remembering script+folder scroll/caret position when switching between items, saving for pinned items 2023-01-30 22:33:36 +01:00
Jindra Petřík
d9e8291178 Fixed #1944 Scroll position not retained on Ctrl+click in the tag tree 2023-01-30 22:33:36 +01:00
Jindra Petřík
6c3a6acdef Fixed Clear preview on raw edit to stop sound playback 2023-01-09 21:37:06 +01:00
Jindra Petřík
52c17de7b2 Added GFX - DefineExternalSound and DefineExternalStreamSound playback 2023-01-09 21:37:06 +01:00
Jindra Petřík
3661e0466c Fixed GFX - DefineExternalImage2 display and correct handling if standalone 2023-01-01 21:43:04 +01:00
Jindra Petřík
f31ae49d18 Morph shape transforming. 2022-12-31 23:58:51 +01:00
Jindra Petřík
b1698dfd41 replace buttons for shape 2022-12-31 23:58:51 +01:00
Jindra Petřík
f58d1e0f36 Show shape editor next to shape display 2022-12-31 23:58:51 +01:00