Commit Graph

110 Commits

Author SHA1 Message Date
Jindra Petřík
30d2a1686b ImagePanel - allow empty image 2021-02-24 19:55:59 +01:00
Jindra Petřík
c6b1e528df update license header year 2021-02-08 20:15:19 +01:00
Jindra Petřík
2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
honfika@gmail.com
a44221b363 Character tag removing simplified/fixed 2016-12-13 12:46:53 +01:00
honfika@gmail.com
f2f03b18ad #1303 garbled text when exporting frame with text 2016-12-02 15:13:31 +01:00
Jindra Petřík
dc79350a97 Saving files before refreshing line endings 2016-11-22 13:38:45 +01:00
honfika@gmail.com
7bac881384 #1309 recent files not getting updates 2016-11-21 14:31:12 +01:00
Jindra Petřík
eb6bfbc29c ImagePanel - no render image Nullpointer fix in some cases 2016-08-12 21:35:26 +02:00
honfika@gmail.com
5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
honfika@gmail.com
c1344ec349 final fields 2016-04-22 20:24:31 +02:00
honfika@gmail.com
839ed34935 fix displayobject cache (for example clear then zoom changed) 2016-04-16 12:07:09 +02:00
honfika@gmail.com
c95af115b9 color transform fix 2016-03-21 11:56:50 +01:00
honfika@gmail.com
db10ce12e8 zoom fix 2016-03-19 17:42:37 +01:00
Jindra Petřík
30ccc99bae Flash viewer: aspect ratio on startup fix, correct resizing 2016-03-13 09:11:35 +01:00
honfika@gmail.com
fbb32451e6 build test... 2016-03-02 10:12:30 +01:00
Jindra Petřík
1a51eddc71 Flash viewer - correct ticks handling ("frame time")
(Single frames animated)
Low quality enable stub
2016-02-28 10:01:23 +01:00
Jindra Petřík
9a6b2a5671 Fix for nonGUI run 2016-02-27 10:42:35 +01:00
Jindra Petřík
9cd8a79c68 Flash viewer - skip frames when not on time => faster playback, display frameLoss in debugMode
Stub for HW accelerated Graphics2D (VolatileImage, opengl, etc.)
2016-02-27 10:31:24 +01:00
Jindra Petřík
8e62079f55 #1156 9-slice scaling - better stroke scaling 2016-02-24 21:14:14 +01:00
honfika@gmail.com
56a8109d4a drawing bounds simplified + "time" fix 2016-02-21 09:59:56 +01:00
Jindra Petřík
a9c2234bcf #1156 Flash Viewer - DefineScalingGrid (9 slice scaling) 2016-02-21 09:29:48 +01:00
honfika@gmail.com
44554f8f35 get sound fix 2016-02-20 14:13:33 +01:00
honfika@gmail.com
130cddff08 unused ratio parameter removed 2016-02-17 08:02:55 +01:00
honfika@gmail.com
51ef51ecdb move sound playing (starting to play) to synchronized block to avoid deadlock 2016-02-16 14:16:00 +01:00
honfika@gmail.com
2b1aa51971 inernal player: sound loop count 2016-02-16 12:12:35 +01:00
honfika@gmail.com
ab4a7bfbdb do not apply color transform when it has the default values 2016-02-07 10:23:29 +01:00
honfika@gmail.com
09a7f68583 calculate only the necessary outlines while moving the mouse over the internal player area 2016-02-06 09:23:50 +01:00
honfika@gmail.com
c35547c418 do not cache the rendered frame, because it eats all the memory when moving the cursor on the image (caches the image for each mouse position, it is necessary, because of the button states). todo: better algorithm to identify what to cache, detect button states, etc. 2016-01-30 16:56:25 +01:00
Jindra Petřík
cb2cba91e8 Issue #758 Allow zooming more than preview area in internal viewer 2016-01-24 11:44:45 +01:00
honfika@gmail.com
176bf911ce #1133 Incorrect frame order for nested sprite: internal viewer and frame export fix 2016-01-18 18:54:54 +01:00
honfika@gmail.com
8cb067bfda format java code 2016-01-15 14:37:34 +01:00
Jindra Petřík
12e3d208ce Merge origin/master 2016-01-03 14:35:18 +01:00
Jindra Petřík
4e0c2db81e opening loaded SWFs fixes 2016-01-03 12:35:14 +01:00
honfika@gmail.com
1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
Jindra Petřík
b1c20f48b9 Internal viewer - AS1/2 execution - jump fix 2015-12-29 12:03:56 +01:00
Jindra Petřík
2429ce9bb8 Internal viewer - AS1/2 execution in frames fix 2015-12-29 10:58:01 +01:00
Jindra Petřík
c4c69abf83 Experimental execution of AS1/2 in FFDec Flash viewer (very basic, needs testing and many improvements) 2015-12-29 08:05:23 +01:00
honfika@gmail.com
f9254ef60b external player preview fixes 2015-12-24 17:37:17 +01:00
honfika@gmail.com
760b5605ed remove config listeners on ffdec restart (solves a nullpointer exception problem) 2015-12-21 16:20:42 +01:00
honfika@gmail.com
52c27db229 author javadoc comments added, finished... 2015-12-12 16:07:05 +01:00
honfika@gmail.com
696ee04cb4 avoid throwing EmptyStackExceptions in as2 deobfuscation 2015-08-26 20:50:22 +02:00
honfika@gmail.com
809091ea42 framerate is float 2015-08-12 14:22:04 +02:00
honfika@gmail.com
39f35dec29 #896: show exception in log frame, static final loggers added 2015-05-22 11:29:27 +02:00
honfika@gmail.com
18592b7a72 more string builders 1 2015-05-20 15:01:58 +02:00
honfika@gmail.com
550327f82e using less memory when playing sounds 2015-05-17 00:16:39 +02:00
honfika@gmail.com
0f3e6876e2 ImagePanel change reverted 2015-05-14 13:36:37 +02:00
honfika@gmail.com
64c9a7e544 Base class for DefineXTags, getting the images, fonts, text from the characterMap instead of iterating over all tags 2015-05-14 13:32:49 +02:00
honfika@gmail.com
1d91d059c5 small fixes 2015-05-12 15:08:54 +02:00
honfika@gmail.com
e49296770f format source code 2015-05-08 13:33:40 +02:00
honfika@gmail.com
3ec510b009 #470: glitch fixed 2015-05-06 20:11:02 +02:00