Commit Graph
49 Commits
Author SHA1 Message Date
Jindra Petřík 3ec8ab1f91 import ascent, descent leading 2021-03-05 21:22:55 +01:00
Jindra Petřík 9fffe11861 #1561 Font editing - import kerning when adding characters 2021-03-05 21:22:55 +01:00
Jindra Petřík b08567de7a Fixed: #1622 Slow scrolling (search results, advanced settings and others) 2021-03-05 21:22:55 +01:00
Jindra Petřík 6e58fa79fb FontPanel scrollRectToVisible fix 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 fc19983ae9 loading list of fonts on demand - X11 load bug on Java9 2018-01-20 21:09:27 +01:00
Jindra Petřík 2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
Jindra Petřík 6e74ff5951 Set advance values has confirm message 2016-09-17 17:46:27 +02:00
[email protected] 5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
Jindra Petřík afc2c05cbb Introduce end-of-line normalization 2016-07-23 21:19:44 +02:00
[email protected] eaca6361c7 remove character functionality 2016-06-08 15:22:32 +02:00
[email protected] 81c3df016d Issue #1244 Allow to compile back Unknown instructions 2016-05-29 10:00:33 +02:00
Jindra Petřík bbe2c95f0a Corrected read only tags handling in GUI (allow edit only after pressing Edit button outside of Editor mode)
Font wideOffsets,wideCodes fixed in DefineFont2/3
2016-01-18 10:48:16 +01:00
[email protected] 5ed98393ee ask the user to update the texts if and only if any character was changed 2016-01-07 10:37:09 +01:00
[email protected] 2fd0d45407 #1128 Letterspacing bug (after font embed): ignore letterspacing when character changed 2016-01-06 09:12:53 +01:00
Jindra Petřík c2aba5fc08 Issue #1118 Loading characters through ImportAssets - show as readonly
icon
2016-01-03 22:25:54 +01:00
[email protected] 1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
[email protected] 16a27789e3 swf.tags and sprite.subtags are private to avoid modifying the list without setting the isModified flag + some small chages 2015-12-27 10:19:27 +01:00
[email protected] 300022acc7 #1075 Lenght of DefineText is more larger than original when DefineText is saved: detect letter spacing 2015-12-20 11:12:32 +01:00
Jindra Petřík 0cea275073 A fix ? 2015-07-03 18:34:17 +02:00
[email protected] 3ac9d3ee44 font panel fix again 2015-05-23 09:15:37 +02:00
[email protected] 8a10320a3f swf specific config 2015-05-21 19:35:27 +02:00
[email protected] 18592b7a72 more string builders 1 2015-05-20 15:01:58 +02:00
[email protected] e49296770f format source code 2015-05-08 13:33:40 +02:00
[email protected] e7ce5e46a0 action lsiteners converted to java 8 member references 1 2015-05-01 23:58:36 +02:00
[email protected] c1226d39fd swf header editor 2015-04-27 16:57:36 +02:00
[email protected] 924627f413 text panel resizing fixed 2015-04-27 12:49:06 +02:00
[email protected] 4f03c3bf80 Scrollbar added to fontpanel 2015-04-27 11:04:05 +02:00
[email protected] 505fdf2366 #728 Large fonts, #857 add scroll on DefineFont3 2015-04-26 00:11:53 +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
[email protected] 18af792012 #825 hot keys (and maybe new buttons on new panel) to switch to next or previous DefineText 2015-03-07 22:55:09 +01:00
[email protected] 1178faf400 #790 Impossible to change letters under a font fixed 2015-02-03 19:18:32 +01:00
[email protected] df518ff503 code hint fixes 2015-01-19 12:18:49 +01:00
[email protected] ade56d45a2 format code: blank lines 2015-01-18 21:32:37 +01:00
[email protected] 677bdf969b copyright year updated 2015-01-13 19:36:39 +01:00
[email protected] 20b4160024 allow to copy advance values from system font to swf font 2014-12-19 19:45:47 +01:00
[email protected] 907a97dfe9 cache clear fix, font list selected value fixed 2014-12-19 13:30:21 +01:00
[email protected] faafbb2c28 redraw preview on zoom, font name cache key fixed when the font name is different from the name in the assigned DefineFontNameTag 2014-12-19 12:36:23 +01:00
[email protected] 35f76a1157 Show "Selected font doenst contain character..." message in log. 2014-11-30 20:50:07 +01:00
[email protected] 13c894196c Issue #288: less memory usage during FLA export, using stringbuilders 2014-11-22 03:16:30 +01:00
[email protected] 6d3974db53 format code 2014-11-16 15:30:27 +01:00
[email protected] 4df698e7b7 replace shape with image 2014-11-11 21:42:37 +01:00
[email protected] 556ad29573 format code 2014-11-04 19:44:59 +01:00
[email protected] 7a8d952107 tag tree nodes refactored, faster building of tag tree, some redundant logic (export and view in gui) simplified 2014-11-04 18:39:48 +01:00
Jindra Petřík 093d17a055 better font name handling
kerning moved to FontHelper
2014-10-26 12:36:56 +01:00
Jindra Petřík 8fd683d019 Issue #389 Selecting font face while characters import
Issue #701 Importing from TTF file
Improved Font panel / Font embed dialog
Reloading installed fonts for other than windows systems
Removed xito Table Layout, using Oracle Table Layout instead
2014-10-25 20:58:32 +02:00
Jindra Petřík e5f687c8ea Font panel dialog Yes button fixed 2014-10-22 16:27:00 +02:00
Jindra Petřík d841b374c2 better Flash player integration using JavactiveX library
Issue #701 TTF file import/replace - still needs locales, better integration
Issue #702 Fixed GFX font export size
2014-10-22 08:22:36 +02:00
Jindra Petřík 199a4d0c2b trunk contents moved to root 2014-05-10 20:50:57 +02:00