Commit Graph

835 Commits

Author SHA1 Message Date
honfika@gmail.com
cf30dc8ba0 wait 50 ms for the first draw 2014-12-18 23:45:14 +01:00
honfika@gmail.com
596dc31137 shape preview fixed 2014-12-17 15:55:58 +01:00
honfika@gmail.com
315ba25475 mouse events fixedon image panel 2014-12-17 00:45:28 +01:00
honfika@gmail.com
b054857ece image panel fix2 2014-12-16 23:41:33 +01:00
honfika@gmail.com
1aadfd2d17 image panel fix 2014-12-16 22:48:20 +01:00
honfika@gmail.com
33f641d0a4 faster switching tag tree nodes (drawables and sounds) 2014-12-16 22:32:43 +01:00
honfika@gmail.com
0c37282c18 DefineButton preview fix 2014-12-16 19:37:31 +01:00
honfika@gmail.com
0392698c33 syntax highlighting fixes 2014-12-16 00:33:42 +01:00
honfika@gmail.com
5f4214dffd #752 Sound is not stopped when you change the selectin in he tag tree from SWF to e.g any shape fixed 2014-12-15 22:33:13 +01:00
honfika@gmail.com
9ea4f6c6b7 #747 Move tag to adds extra frame fixed 2014-12-14 17:57:53 +01:00
honfika@gmail.com
fac4df46e5 #753 Reload "saved as" swf 2014-12-14 17:21:56 +01:00
honfika@gmail.com
caaee42318 #745 Copy tag to 2014-12-14 12:37:41 +01:00
honfika@gmail.com
98ffe697a7 sounds fixed in tag tree 2014-12-14 01:37:07 +01:00
honfika@gmail.com
9eeb25b088 image performance improvements 2014-12-14 01:21:51 +01:00
honfika@gmail.com
87b9620405 build fixed on linux (Pull request #12) again:), other small fixes 2014-12-07 22:09:33 +01:00
honfika@gmail.com
a4cd36fd71 #742 Can't edit frames fixed, Container/ContainerItems refactored, build fixed on linux (Pull request #12) 2014-12-07 20:53:14 +01:00
honfika@gmail.com
cdae56d128 small refactorings 2014-12-07 12:41:55 +01:00
honfika@gmail.com
5c73058972 build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private 2014-12-07 09:44:54 +01:00
honfika@gmail.com
c17afde4cf Text highlighting fixed 2014-12-06 16:39:39 +01:00
honfika@gmail.com
a69484a003 script highlighting fixed 2 2014-12-05 17:45:51 +01:00
honfika@gmail.com
efafd6b896 script highlighting fixed 2014-12-04 22:54:45 +01:00
honfika@gmail.com
5d9be4a0da flash player zoom fix, html5 export fixed when framerate=0 2014-12-04 19:27:58 +01:00
honfika@gmail.com
689ec29448 faster editor.setText (but still so slow with huge texts)
faster AS2 deobfuscation (when multiple jumps should be replaced with a single jump)
2014-12-02 22:38:46 +01:00
honfika@gmail.com
dd0c8d8c89 removed unnecessary reload 2014-12-01 23:00:42 +01:00
honfika@gmail.com
eb8104c5e8 faster populateSoundStreamBlocks 2014-12-01 20:53:29 +01:00
honfika@gmail.com
77b8ef808a small fixes 2014-12-01 00:13:48 +01:00
honfika@gmail.com
9125a5abd4 Allow to ignore missing characters. 2014-11-30 22:42:21 +01:00
honfika@gmail.com
35f76a1157 Show "Selected font doenst contain character..." message in log. 2014-11-30 20:50:07 +01:00
honfika@gmail.com
131fb23dff faster folder preview frame rendering 2014-11-30 18:55:55 +01:00
honfika@gmail.com
eec3db60c9 Issue #676: include characterid and previous text of the text tag in text import error log message 2014-11-30 14:07:04 +01:00
Jindra Petřík
e27eaed6ed Issue #730 Not working without ActiveX fix on Windows
Ocal escapes for strings in AS1/2.
Invalid escape in string does not generate exception (handle as \\ in AS1/2, empty string in AS3).
2014-11-30 13:03:02 +01:00
Jindra Petřík
721d6d9574 Issue #732 JavactiveX library updated. Random freezing fixed. 2014-11-30 12:05:25 +01:00
honfika@gmail.com
e40d2cb13d #709 Text Export to Single File with custom filename: fixed 2014-11-24 21:07:31 +01:00
honfika@gmail.com
1cf0c28c74 #676: extended logging for text import, imorpt logic moved to separated class, allow to ignore errors duting import 2014-11-23 22:54:19 +01:00
Jindra Petřík
abb3ec9dc7 File cache improvement, deleting old temp files 2014-11-23 19:44:05 +01:00
Jindra Petřík
4c78517715 Issue #722 Go to next/previous frame
Fixed printing some debug info
2014-11-23 11:36:07 +01:00
honfika@gmail.com
76d8a13fb6 asX.swfs added to recompile test, actionpanel initalization shoud be called from UI thread, other small fixes 2014-11-23 08:48:12 +01:00
Jindra Petřík
686a527246 BMP export fix
BMP import for Images,Shapes
2014-11-22 21:18:28 +01:00
Jindra Petřík
4627afa5df Export frame,shape or image to Windows Bitmap format (.BMP) 2014-11-22 20:12:48 +01:00
honfika@gmail.com
f74d97837a do not allow deselect view mode 2014-11-22 19:03:34 +01:00
honfika@gmail.com
61ad56596b escape ascii control characters 2014-11-22 17:16:08 +01:00
Jindra Petřík
8497717d6d russian translation updated 2014-11-22 06:26:47 +01:00
Jindra Petřík
9556eb0f32 Merge origin/master 2014-11-22 06:23:09 +01:00
Jindra Petřík
f1958b71cf corrected content type for AS3 p-code editor styles 2014-11-22 06:22:37 +01:00
honfika@gmail.com
13c894196c Issue #288: less memory usage during FLA export, using stringbuilders 2014-11-22 03:16:30 +01:00
Jindra Petřík
951a8786a2 reorganized about dialog 2014-11-18 21:49:46 +01:00
Jindra Petřík
527d36c7e3 Fix for ESET firewall
#717 Clear proxy button fix
2014-11-18 20:07:47 +01:00
Jindra Petřík
29da0b2763 Merge origin/master
Conflicts:
	src/com/jpexs/decompiler/flash/gui/proxy/ProxyFrame.java
2014-11-18 06:46:57 +01:00
Jindra Petřík
dc3536513d show port number in server start error message 2014-11-18 06:44:48 +01:00
honfika@gmail.com
2a305529d9 caching images and other smallfixes 2 2014-11-18 00:12:51 +01:00