aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins/editor_font_import_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1704/+0
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-1/+2
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-1/+1
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-2/+2
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-2/+2
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-26/+28
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-8/+8
* some class renamesJuan Linietsky2017-01-121-1/+1
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-5/+5
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-3/+3
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-10/+10
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-5/+5
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-5/+5
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* check "disable_filter" option for backward compatibilityvolzhs2016-08-281-0/+3
* Change "Disable Filter" to "Enable Filter" on Font Import windowvolzhs2016-08-231-10/+10
* Ability to premultiply alpha on font import, fixes #5231Juan Linietsky2016-06-211-0/+26
* i18n: Improve a couple English stringsRémi Verschelde2016-06-201-1/+1
* Made .fnt warning translatablePaulb232016-06-191-1/+1
* Merge pull request #4158 from Paulb23/add_fnt_extension_issue_162Rémi Verschelde2016-06-191-0/+10
|\
| * Adds .fnt extension if not provided, issue 162Paulb232016-03-271-0/+10
* | It is now possible to set a default custom theme, whether you want a hidpi de...Juan Linietsky2016-06-161-9/+13
* | Revert "Fix ui layout for EditorFontImportDialog"Juan Linietsky2016-06-071-5/+4
* | Fix ui layout for EditorFontImportDialogGeequlim2016-06-071-4/+5
* | -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-5/+5
* | Set more visible string to translatableGeequlim2016-05-291-1/+1
* | Changed import workflowJuan Linietsky2016-05-271-0/+21
* | i18n: Second pass at proofreadingRémi Verschelde2016-05-211-1/+1
* | i18n: Proofreading of all stringsRémi Verschelde2016-05-211-6/+6
* | i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-1/+1
* | Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-22/+22
* | Allow any directory for custom character set and gradient image file when imp...volzhs2016-05-011-2/+2
* | move Font to BitmapFontJuan Linietsky2016-04-281-19/+19
|/
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-1/+1
* Support BMFont in font editor plugin, closes #2204Juan Linietsky2016-01-021-0/+22
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Set default destination filename of imported font to be input font filenameJulian Murgia - StraToN2015-12-041-0/+4
* new file dialog!Juan Linietsky2015-06-061-7/+7
* fix font import path on windows, closes #1675Juan Linietsky2015-05-041-2/+5
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+2
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* signed distance field font supportJuan Linietsky2015-03-211-6/+6
* wip distance field font importJuan Linietsky2015-03-201-50/+297
* Merge pull request #1215 from Qwertie-/PR-GUIJuan Linietsky2015-01-141-1/+1
|\
| * Fixed typo in messageLuke Picciau2015-01-141-1/+1
* | SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-1/+1
* | Huge Amount of BugFixJuan Linietsky2014-10-031-1/+15
|/
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-0/+43
* -scripts are converted to bytecode on exportJuan Linietsky2014-02-251-1/+6