Commit Graph
225 Commits
Author SHA1 Message Date
Jindra Petřík c147fb8304 Object under cursor fix 2021-04-05 16:56:59 +02:00
Jindra Petřík 6c709bc5e5 Fixed: Flash viewer - slow on larger zooms (now only diplayed rect is rendered) 2021-04-05 16:56:59 +02:00
Jindra Petřík 9a45708ebb Fixed: Flash viewer - Sound envelope handling 2021-03-24 20:36:42 +01:00
Jindra Petřík efdcb27963 Fixed: Flash viewer - StartSoundTag loops 2021-03-24 20:36:42 +01:00
Jindra Petřík 74ca1db915 Fixed: Flash viewer - Do not play StartSoundTag all over again on single frame
Sample sound data
2021-03-24 20:36:42 +01:00
Jindra Petřík f2f71a7ceb Changed: #1661 Slow rendering warning is optional with default to not display 2021-03-24 20:36:42 +01:00
Jindra Petřík 2d0a96be46 PDF vector export stub 2021-03-24 20:36:42 +01:00
Jindra Petřík b4d97d60d7 Fixed: filters zooming 2021-03-24 20:36:42 +01:00
Jindra Petřík f073a6615e Fixed: Flash viewer - strokes scaling, cropped strokes 2021-03-24 20:36:42 +01:00
Jindra Petřík 57d71938db Placeobject display and edit - raw editor on right side 2021-03-13 21:08:23 +01:00
Jindra Petřík 600d0669a7 Fixed: #1651 FLA Export - mask layers 2021-03-12 22:12:39 +01:00
Jindra Petřík 5aad3a7ecb Fixed: Incorrect placeobject display (tag selection) 2021-03-12 22:12:39 +01:00
Jindra Petřík 72426183d8 PlaceObject tags matrix editation - FreeTransform tool (move, resize, rotate, shear) 2021-03-05 21:22:55 +01:00
Jindra Petřík b9e60534cf Fixed: Copying to clipboard does not support transparency 2021-03-05 21:22:55 +01:00
Jindra Petřík 28380d1d34 Fixed: #1627 Previously decompiled scripts not cached
Fixed: SWF is not garbage collected on close in some situations
Fixed: AS1/2 script search does not show all results
2021-03-05 21:22:55 +01:00
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
[email protected] a44221b363 Character tag removing simplified/fixed 2016-12-13 12:46:53 +01:00
[email protected] 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
[email protected] 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
[email protected] 5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
[email protected] c1344ec349 final fields 2016-04-22 20:24:31 +02:00
[email protected] 839ed34935 fix displayobject cache (for example clear then zoom changed) 2016-04-16 12:07:09 +02:00
[email protected] c95af115b9 color transform fix 2016-03-21 11:56:50 +01:00
[email protected] 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
[email protected] 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
[email protected] 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
[email protected] 44554f8f35 get sound fix 2016-02-20 14:13:33 +01:00
[email protected] 130cddff08 unused ratio parameter removed 2016-02-17 08:02:55 +01:00
[email protected] 51ef51ecdb move sound playing (starting to play) to synchronized block to avoid deadlock 2016-02-16 14:16:00 +01:00
[email protected] 2b1aa51971 inernal player: sound loop count 2016-02-16 12:12:35 +01:00
[email protected] ab4a7bfbdb do not apply color transform when it has the default values 2016-02-07 10:23:29 +01:00
[email protected] 09a7f68583 calculate only the necessary outlines while moving the mouse over the internal player area 2016-02-06 09:23:50 +01:00
[email protected] 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
[email protected] 176bf911ce #1133 Incorrect frame order for nested sprite: internal viewer and frame export fix 2016-01-18 18:54:54 +01:00
[email protected] 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
[email protected] 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