Commit Graph

89 Commits

Author SHA1 Message Date
Jindra Petřík
b17f35114a Substance text utilities stub for fixing.
FFDec build script orders classpaths ending with -fix first
2025-04-20 14:25:43 +02:00
Jindra Petřík
c565ef2e98 Checkstyle now fails even for warnings. 2025-04-13 14:23:31 +02:00
Jindra Petřík
10adfdaf2e No translator.exe creation. 2024-11-20 17:05:37 +01:00
Jindra Petřík
35284595be Helper ant task for taking screenshots 2024-11-10 19:50:55 +01:00
Josh Soref
48d35fdf70 spelling: yyyymmdd
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-10-29 16:55:43 +01:00
Jindra Petřík
b25130eed9 Fixed: #2300, #2303 ShellFolder Comparaor Windows Java error 2024-09-23 21:52:25 +02:00
Jindřich Petřík
b76d357de6 Fix build 2024-09-05 09:56:04 +02:00
Jindřich Petřík
c205d9b4d8 Copy Javadoc to releases dir fix 2024-09-05 09:56:04 +02:00
Jindřich Petřík
b6b1af4fb3 Github actions - compile with Java 8, generate JavaDoc with Java 21. 2024-09-05 09:56:04 +02:00
Jindra Petřík
b75176cb4c Fix javadoc directory 2024-08-08 19:27:14 +02:00
Jindra Petřík
017d3c9584 Generating Javadoc HTML for Library and attaching it to release as ZIP file. 2024-08-08 19:27:14 +02:00
Jindra Petřík
bf32ff1ae5 Cli help - add minus for commands 2024-08-05 11:17:25 +02:00
Jindra Petřík
4e63384f56 ffdec-cli as separate executable, project
ffdec executable on linux
2024-08-05 11:17:25 +02:00
Jindra Petřík
dc5e50813f Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes 2023-10-16 09:36:06 +02:00
Jindra Petřík
b8d9fb82c0 Fixed #1477 ffdec.exe unicode parameters 2023-04-05 21:33:34 +02:00
Jindra Petřík
9a693a7f5d Release new version ant task - github-newversion.
Metainfo updater Java class instead of sh script - to be able to run it properly on windows.
2023-02-25 19:39:02 +01:00
Jindra Petřík
f468c60bf7 Fixed #1968, #1971, #1957 Cannot start FFDec due to large stack size on some configurations
Changed #1957 Larger stack size (when needed) must be configured manually in ffdec.bat or ffdec.sh
2023-02-12 11:43:05 +01:00
Jindra Petřík
daef690623 Changed #1957 Increased maximum stack size to avoid StackOverflowErrors on unusual scripts 2023-01-30 22:33:36 +01:00
Jindra Petřík
e2628d6baf Hide VLC error output 2022-12-18 23:10:24 +01:00
Jindra Petřík
85668bbb07 Added #1893 Experimental playback of DefineVideoStream tags with VLC player 2022-12-18 23:10:24 +01:00
Jindra Petřík
96c66d98c9 Added playerglobal.swc and airglobal.swf now part of FFDec bundle 2022-11-30 22:58:35 +01:00
Jindra Petřík
3ff9a042c8 Translator to Windows installer 2022-11-30 22:58:35 +01:00
Jindra Petřík
1d34dd7776 Do not generate locale zip files 2022-11-30 22:58:35 +01:00
Jindra Petřík
4f4c22006d Added Translator tool for easier localization 2022-11-30 22:58:35 +01:00
Jindra Petřík
ccfaeef551 Added PR119 Option to set scale factor in advanced settings (Set it to 2.0 on Mac retina displays) 2022-11-21 21:47:40 +01:00
Jindra Petřík
b2e895445f Building using Github actions (#131)
Change Travis CICD to GitHub Actions
2022-10-02 17:39:12 +02:00
Jindra Petřík
b8db8e8a08 fix copy task 2022-07-03 16:26:25 +02:00
Jindra Petřík
01fd2b744e travis playerglobal dependency 2022-07-03 16:26:25 +02:00
Jindra Petřík
4eb16e7ab2 New ant tasks for building releases separately. 2021-11-22 20:11:31 +01:00
Jindra Petřík
630eb1b6cf Do not generate javadoc on build, it is not used and slows down building. 2021-03-12 22:12:39 +01:00
Jindra Petřík
861ad4dfad putting Jacoco code coverage back in 2021-02-08 20:15:19 +01:00
Jindra Petřík
d292c462c0 Fix build (beanshell) 2021-01-06 10:34:13 +01:00
Jindra Petřík
732d05444a Building does not require Naashorn - uses Beanshell instead 2021-01-06 08:44:04 +01:00
Jindra Petřík
134df71e46 Merge pull request #85 from maraflush/change-harcoded-shebang-patch
change /bin/bash to /usr/bin/env bash [ci skip]
2021-01-01 09:29:11 +01:00
Jindra Petřík
c6dfd58b69 Disable scaling (No distortion on hi-dpi monitors) 2021-01-01 01:08:31 +01:00
Jindra Petřík
5a68dc63b6 fixed tests, removed jacoco 2021-01-01 01:07:47 +01:00
Jindra Petřík
572307f362 java 9 compliance
- launch4j
2021-01-01 01:07:46 +01:00
Jindra Petřík
ca21337d9f java 9 compliance
- base64, bytearrtohex, installed fonts, xml sax parser
2021-01-01 01:07:43 +01:00
maraflush
1db03b045c change /bin/bash to /usr/bin/env bash . 2020-07-24 12:33:06 +02:00
Stefano Vettorazzi
6e39374a16 It's possible to open a file using open
Example:
`open -a ffdec --args "~/file.swf"`

However, this is not going to work:
`open -a ffdec file.swf`
but that's because of how shell scripts on OS X work.
2020-04-25 17:11:07 +02:00
Jindra Petřík
f7f79afbcd new version release fix 2018-01-17 22:06:47 +01:00
Jindra Petřík
b9201ee30e Links to free-decompiler.com changed to GitHub project jindrapetrik/jpexs-decompiler 2018-01-16 20:12:20 +01:00
Jindra Petřík
16422d3e94 no online version check 2018-01-13 19:15:47 +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
ce4719fe35 Saving files before refreshing line endings 2016-11-27 06:56:24 +01:00
Jindra Petřík
52e6fdecf3 build script fix 2016-11-25 12:45:10 +01:00
Jindra Petřík
d81277b1ac Mac installer packages fix 2016-09-29 00:02:18 +02:00
Jindra Petřík
94be90e705 halt travis tests on error 2016-09-19 22:20:59 +02:00
Jindra Petřík
87aa98b847 home dir detection fix 2016-09-19 22:10:52 +02:00