Commit Graph

2824 Commits

Author SHA1 Message Date
honfika@gmail.com
47b57eccf1 advanced settings fixed version5.0.2 2015-04-18 21:35:42 +02:00
honfika@gmail.com
fdbffc4a43 cleanup 2015-04-18 20:45:29 +02:00
honfika@gmail.com
5e6d59a5a8 Issue #821: reopen last session 2015-04-18 20:41:06 +02:00
honfika@gmail.com
82e966b09c Issue #860: opening swf lists fixed version5.0.1 2015-04-18 18:30:21 +02:00
Jindra Petřík
96dfe6cf00 Issue #824 OS X Dock icon version5.0.0 2015-04-18 06:58:02 +02:00
Jindra Petřík
76bd6e8df6 Correct adding new subtags (CharacterId tags) 2015-04-18 06:06:12 +02:00
Jindra Petřík
642b6827db Issue #837 AS3 try..finally without catch decompilation fix 2015-04-15 13:50:30 +02:00
honfika@gmail.com
e6cc58e2b2 Merge origin/master 2015-04-14 22:54:16 +02:00
Jindra Petřík
707e86ac4e Color skins
Basic skin set to new Oceanic
Error log Frame now skinned
2015-04-14 22:26:07 +02:00
Jindra Petřík
33395b0e5c Issue #824 OS X application
Icon in program directory
2015-04-13 10:33:11 +02:00
Jindra Petřík
f83b64b2cc Issue #824 Mac OS X package stub in ant 2015-04-12 23:20:29 +02:00
Jindra Petřík
e7916c1874 Issue #853 .sh line endings again 2015-04-12 23:18:51 +02:00
honfika@gmail.com
dc21854c3b #852 Ignore case doesn't works when using Search in AS with russian text fixed 2015-04-10 21:37:57 +02:00
honfika@gmail.com
7699514bce hongarian translation 2015-04-10 21:34:31 +02:00
Jindra Petřík
4551774182 Issue #849 attribute member fix 2015-04-10 12:32:43 +02:00
Jindra Petřík
706f894c6e Issue #817 AS1/2 for..in variable delaration fixes 2015-04-09 22:46:34 +02:00
honfika@gmail.com
f633fa03df expand swf nodes when the initial view was the dump view and the user changed it to resources view 2015-04-09 09:40:17 +02:00
honfika@gmail.com
7ee0351167 #848 Random Reversion to Unedited Code when Toggling the 3 switches (at Top Left) on the Right Hand Pane! fixed 2015-04-09 08:39:55 +02:00
honfika@gmail.com
22751367cd #844 lowercase/uppercase convertion in DefineTexts 2015-04-07 20:26:49 +02:00
honfika@gmail.com
c9b5434d75 javadoc comment fixes 2015-04-07 14:04:11 +02:00
honfika@gmail.com
0d847f2d13 sprite export fix (missing objects) 2015-04-07 13:56:25 +02:00
honfika@gmail.com
073fc4d064 script export filename fix 2015-04-07 10:21:31 +02:00
honfika@gmail.com
6479d246d7 single script export from command line 2015-04-07 09:23:53 +02:00
honfika@gmail.com
227c8aad45 setting for including the version number in the exported fonts for debugging (to generate exactly the same binary TTF files) 2015-04-07 08:46:19 +02:00
Jindra Petřík
72d00b501b AS3 preincrement fix
use same local register names fix
2015-04-06 21:37:43 +02:00
honfika@gmail.com
acbf5647cb #737 Exporting Scripts to single file 2015-04-06 19:51:35 +02:00
Jindra Petřík
0d9c648641 Issue #835 Static initializer item in traitlist click fixed (when 1 character in length)
Reordered traits in class - static first, variables/const first
2015-04-06 19:21:14 +02:00
Jindra Petřík
be2af46925 Merge pull request #21 from Jackkal/FixMissingStaticInitializer
Issue #835 - Static initializer missing
2015-04-06 18:47:56 +02:00
Jindra Petřík
1ad1ab90f8 Issue #350 Allow only one instance (Windows Only, can be turned off in settings) 2015-04-06 18:17:40 +02:00
Jindra Petřík
28bf21a9a4 Metadata tag editor 2015-04-06 14:41:20 +02:00
Jindra Petřík
9dff7bf5bc build scripts fixes 2015-04-06 10:22:45 +02:00
Jindra Petřík
7a8541d8d4 nightly upload fix 2015-04-06 09:58:36 +02:00
Jindra Petřík
73f3bb10cc Additional character info tags now placed under the character in the tree
Few icons for tags (metadata,fileattributes,setbackground,place and remove tags)
2015-04-06 09:09:17 +02:00
Jindra Petřík
406fc032b2 Symbol-class import menu icon & minimized 2015-04-06 07:51:28 +02:00
Jindra Petřík
a7e79a9570 Javadoc warnings fixed
(Some JNA docs also changed to standard comments)
2015-04-06 06:32:40 +02:00
Jindra Petřík
1115432370 Creating nightly build using ant no longer asks for changeslog 2015-04-06 06:22:58 +02:00
Jindra Petřík
721431e45c Marking parent nodes as modified (bold) too - TreeItem now has isModified method 2015-04-06 06:04:24 +02:00
Jindra Petřík
ad72c34f36 typo fix 2015-04-05 22:28:20 +02:00
Jindra Petřík
12bbb13497 Displaying changed AS3 scripts in GUI as bold 2015-04-05 22:24:15 +02:00
Jindra Petřík
b6d4bbc381 AS1/2 Correct expression precedence handling 2015-04-05 20:47:05 +02:00
Jindra Petřík
4dad86696e lexers directory in NB project 2015-04-05 20:45:32 +02:00
Jindra Petřík
842e4e41ce debug comment removed 2015-04-05 20:39:18 +02:00
Jindra Petřík
85ecdf5acf nullpointer fix in tag tree 2015-04-05 17:34:30 +02:00
Jindra Petřík
ace4d50bf1 Issue #836 AS3 - Correct expression precedence handling 2015-04-05 15:33:45 +02:00
Jindra Petřík
dce343b4fb AS3 direct editing: Maintain register order with same names 2015-04-05 10:38:35 +02:00
Jindra Petřík
4ebaebf485 AS3 direct editing: Increment/Decrement local register fix 2015-04-05 09:40:39 +02:00
Jindra Petřík
cd9f91bef0 test fix 2015-04-05 08:27:09 +02:00
Jindra Petřík
339f4e7da3 Java 8 required in Unix script 2015-04-04 20:34:18 +02:00
Jackkal
a01e0cd7ae Fix #835 - Static initializer missing 2015-04-02 23:11:09 +02:00
honfika
058caa3dac Merge pull request #20 from yan12125/fix_cli_relative_path_filename
ffdec.sh: now relative paths accepted
2015-04-02 19:28:51 +02:00