Commit Graph

4588 Commits

Author SHA1 Message Date
Jindra Petřík
272d895450 unused imports 2018-01-15 20:21:50 +01:00
Jindra Petřík
46f2ec325a diamond operator 2018-01-15 20:21:24 +01:00
Jindra Petřík
556eb8641b unused imports 2018-01-15 20:21:09 +01:00
Jindra Petřík
4e9d811514 formatting 2018-01-15 20:20:41 +01:00
Jindra Petřík
cad312daaf Merge pull request #53 from FishingCactus/feature/click-to-jump
Added Click to Jump feature in the basic tag info
2018-01-15 20:06:33 +01:00
Jindra Petřík
7747450562 fixing format_release_info script for loading external file 2018-01-15 19:41:14 +01:00
Jindra Petřík
06920a7395 updating changelog with missing version - 1.2.0 update 1 2018-01-15 19:40:17 +01:00
Jindra Petřík
d9da800fa4 php is text type 2018-01-15 19:39:34 +01:00
Gauthier Billot
57725f83bd Jump feature 2018-01-15 14:10:35 +01:00
Jindra Petřík
9444362b03 better scripts for release info formatting 2018-01-14 22:45:06 +01:00
Jindra Petřík
bdbdfe6182 fixed links in release description 2018-01-14 19:13:30 +01:00
Jindra Petřík
e76f8eb95f Better release description 2018-01-14 19:06:00 +01:00
Jindra Petřík
f44f68d247 update changelog 2018-01-14 14:24:56 +01:00
Jindra Petřík
eded349823 removeNullPushes .. optimize call getImportantOffsets - only when instruction removed 2018-01-14 14:18:23 +01:00
Jindra Petřík
91a18f1dea diamond operator 2018-01-14 14:14:58 +01:00
Jindra Petřík
ab836b0d19 Removed check for PushIntegerTypeIns as it is just interface to group pushshort,pushbyte,pushint,etc... 2018-01-14 14:14:32 +01:00
Jindra Petřík
2ce278f575 reformat 2018-01-14 14:12:39 +01:00
Jindra Petřík
dbf38cc63e Merge pull request #48 from MultiplyByZer01/dev
Deobfuscate no-op push instructions
2018-01-14 14:06:44 +01:00
Jindra Petřík
cbabbe6c44 Merge branch 'master' into dev
# Conflicts:
#	CHANGELOG.md
#	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFile.java
#	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java
#	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggySwfBundle.java
#	src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java
2018-01-13 22:41:04 +01:00
Jindra Petřík
0708d4e504 fixed attaching files 2018-01-13 21:53:31 +01:00
Jindra Petřík
d989a960e2 fixed attaching files on deploy - DEPLOY_FILEVER_TAG 2018-01-13 21:40:58 +01:00
Jindra Petřík
a1839baccb Fixed condition in travis script 2018-01-13 21:31:27 +01:00
Jindra Petřík
b53103ea3f Merge pull request #57 from jindrapetrik/releasesystem
New travis release system
2018-01-13 21:05:24 +01:00
Jindra Petřík
df644a89c4 no deploy on pull request 2018-01-13 20:59:03 +01:00
Jindra Petřík
2333e0e14a travis.yml update 2018-01-13 20:01:24 +01:00
Jindra Petřík
4f8f386740 fix script syntax - else 2018-01-13 20:01:09 +01:00
Jindra Petřík
ec2a20fc19 not install, fix? 2018-01-13 19:56:21 +01:00
Jindra Petřík
2fb4272bce newline at the end 2018-01-13 19:49:04 +01:00
Jindra Petřík
000ea83610 fix? 2018-01-13 19:41:06 +01:00
Jindra Petřík
21ec5093ab compile when no tag or not dev branch 2018-01-13 19:24:41 +01:00
Jindra Petřík
5c4dca1074 updated .travis.yml 2018-01-13 19:24:26 +01:00
Jindra Petřík
16422d3e94 no online version check 2018-01-13 19:15:47 +01:00
Jindra Petřík
16e562192c updated travis release/build scripts 2018-01-13 19:14:10 +01:00
Jindra Petřík
f1300e12a0 removing upload task 2018-01-13 19:13:46 +01:00
Jindra Petřík
2bf141abee separate ant task for newversion release 2018-01-13 18:31:45 +01:00
Jindra Petřík
7e50b87886 Fix repository line endings 2018-01-07 22:20:50 +01:00
Jindra Petřík
7d50ee941f Debug tooltips added to Changelog 2018-01-07 21:29:03 +01:00
Jindra Petřík
44d2e93ac5 Fixed Invalid caret position error on selecting first script after startup. 2018-01-07 20:57:48 +01:00
Jindra Petřík
0112764b29 Fixed Invalid caret position error on selecting first script after startup. 2018-01-07 20:55:30 +01:00
Jindra Petřík
69847bb79f open loaded SWF files during run - fixed bug - not opening file in event dispatch thread 2018-01-07 20:50:18 +01:00
Jindra Petřík
9a2af1177e Merge pull request #56 from jindrapetrik/deofix
#1430 Deobfucation fixes
2018-01-07 19:02:46 +01:00
Jindra Petřík
13e2391a26 update changelog 2018-01-07 19:00:44 +01:00
Jindra Petřík
de1440b7a7 ActionDeobfuscator - isFakeName changed to call isValidName because
it failed in some cases.
2018-01-07 18:53:30 +01:00
Jindra Petřík
a8c21cb3b4 Fixed removeIncludedActions - do..while changed to while(true)
as it was not working when firstItem was excluded and thus removed.
Statement "continue" in do..while checks condition immediately
and then terminating loop, because firstItem is now the second
of the list. Other excluded items then won't be removed.
2018-01-07 18:47:49 +01:00
Jindra Petřík
0cb15e9c76 Saving files before refreshing line endings 2018-01-07 17:18:39 +01:00
honfika
cfb3931fcc Merge pull request #55 from Linchy/dev
Debug tooltips on hover
2017-11-30 14:50:15 +01:00
AL
0a0ecf8112 Debug tooltips on hover
When in Debug mode and stopped at a breakpoint, hovering over dientifiers will show up their name and value in a tooltip. All matching locals will be shown, one on each line.
2017-11-30 11:06:36 +00:00
honfika@gmail.com
cdf72b6798 - [#1402] SVG export: certain font characters not exported properly fixed 2 2017-06-22 14:44:51 +02:00
honfika@gmail.com
25b54993d4 - [#1402] SVG export: certain font characters not exported properly fixed 2017-06-22 14:04:14 +02:00
honfika@gmail.com
b7ec1ac830 #1401 SVG export: duplicate pattern IDs fixed 2017-06-22 13:15:43 +02:00