aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Added first batch of svg iconsDaniel J. Ramirez2016-05-2930-0/+2846
| * | | | | | | Merge pull request #4920 from neikeq/pr-search-bar-fixRémi Verschelde2016-05-302-89/+128
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed and improved search barIgnacio Etcheverry2016-05-302-89/+128
| * | | | | | | | Added more translatable strings in code. Updated template tools.pot.DimOkGamer2016-05-306-20/+20
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-05-302-10/+10
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Icon: Remove more grey capsules behind official logoRémi Verschelde2016-05-301-0/+0
| | * | | | | | Remove translatable strings in commentsGeorge Marques2016-05-291-10/+10
| | |/ / / / /
| * / / / / / -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-3023-67/+107
| |/ / / / /
* / / / / / changed font system to use fallbacksJuan Linietsky2016-05-301-17/+51
|/ / / / /
* | | | | Merge pull request #4847 from Hinsbart/fix_icon_scale_newRémi Verschelde2016-05-291-4/+5
|\ \ \ \ \
| * | | | | Delete unused code in TileMapEditorAndreas Haas2016-05-281-2/+0
| * | | | | Reorder tiles into nice columnsBojidar Marinov2016-05-271-3/+6
| * | | | | Use scalar to scale TileMap iconsAndreas Haas2016-05-271-2/+2
| |/ / / /
* | | | | Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_...Rémi Verschelde2016-05-292-0/+61
|\ \ \ \ \
| * | | | | Added, goto next and previous breakpoint and remove all, issue 1690Paulb232016-05-272-0/+61
| |/ / / /
* | | | | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde2016-05-292-1/+4
|\ \ \ \ \
| * | | | | Added breakpoint markers, issue 4750Paulb232016-05-262-1/+4
| |/ / / /
* | | | | Merge pull request #4814 from neikeq/pr-issue-4805Rémi Verschelde2016-05-291-1/+1
|\ \ \ \ \
| * | | | | Debugger: show error message if description is not availableIgnacio Etcheverry2016-05-251-1/+1
| |/ / / /
* | | | | Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde2016-05-297-36/+552
|\ \ \ \ \
| * | | | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-297-36/+552
| |/ / / /
* | | | | Finalized DynamicFont implementationJuan Linietsky2016-05-297-40/+113
* | | | | Set more visible string to translatableGeequlim2016-05-2912-27/+20
* | | | | Editor: Fix base dir when going back to project managerRémi Verschelde2016-05-281-2/+2
* | | | | i18n: Fix typo and sync templateRémi Verschelde2016-05-281-3/+3
* | | | | Merge pull request #4852 from MarianoGnu/masterMariano Javier Suligoy2016-05-281-0/+1
|\ \ \ \ \
| * | | | | Remove focus from Sprite Region Editor dialog. Fixes #4751MarianoGNU2016-05-271-0/+1
| |/ / / /
* | | | | Added translation support to GodotJuan Linietsky2016-05-272-2/+85
* | | | | Changed import workflowJuan Linietsky2016-05-2732-612/+1023
|/ / / /
* | | | Added settings to change marked and breakpoint colorPaulb232016-05-253-0/+8
* | | | Merge pull request #4806 from Hinsbart/sregion_tooltipRémi Verschelde2016-05-251-0/+1
|\ \ \ \
| * | | | Set tooltip for SpriteRegionEditorAndreas Haas2016-05-251-0/+1
* | | | | Merge pull request #4800 from Hinsbart/tilemap_zoomRémi Verschelde2016-05-242-0/+23
|\| | | |
| * | | | Add a slider for zooming TileMap preview icons.Andreas Haas2016-05-242-0/+23
* | | | | Merge pull request #4784 from neikeq/pr-missing-4296Rémi Verschelde2016-05-241-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Save line number color with text editor themeIgnacio Etcheverry2016-05-231-0/+1
* | | | | General docks clean upJuan Linietsky2016-05-233-149/+125
* | | | | D&D: Fix wrong path in ScenesDock (#4789)volzhs2016-05-231-1/+1
* | | | | -Improve resource previewsJuan Linietsky2016-05-2325-270/+1190
|/ / / /
* | | | Merge pull request #4296 from Paulb23/code_editor_themesRémi Verschelde2016-05-235-19/+252
|\ \ \ \
| * | | | Added color themes to the text editorPaulb232016-05-235-19/+252
* | | | | use node name as filename when save scenevolzhs2016-05-232-2/+4
|/ / / /
* | | | Change the default comment color to #676767 (#4763)Hugo Locurcio2016-05-231-1/+1
* | | | Real-Time Remote Inspector supportJuan Linietsky2016-05-223-208/+539
* | | | fix error when open project and close editorvolzhs2016-05-221-1/+1
* | | | fixed compilation bugJuan Linietsky2016-05-211-0/+2
* | | | Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-2179-581/+723
|\ \ \ \
| * | | | i18n: Fix another %i in vformatRémi Verschelde2016-05-211-1/+1
| * | | | i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-2111-14/+14
| * | | | remove trailing whitespaceHubert Jarosz2016-05-219-15/+15