aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson2017-10-022-13/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
| * | | | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-252-13/+20
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson2017-10-0220-86/+144
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Several visual improvements.
| * | | | | | | | Several visual improvements.Daniel J. Ramirez2017-09-2820-86/+144
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
* | | | | | | | Merge pull request #11661 from mhilbrunner/issue-11616-always-validatePoommetee Ketson2017-10-021-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Editor: Run validation on every text change, not only inserts
| * | | | | | | | Editor: Run validation on every text change, not only insertsmhilbrunner2017-09-301-1/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #11674 from marcelofg55/masterPoommetee Ketson2017-10-021-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Prevent a possible crash when exporting to MeshLibrary
| * | | | | | | | Prevent a possible crash when exporting to MeshLibraryMarcelo Fernandez2017-09-281-1/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #11743 from groud/zoom_button_fixPoommetee Ketson2017-10-022-44/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix zoom button not zooming on the screen center
| * | | | | | | | Fix zoom button not zooming on the screen centerGilles Roudiere2017-10-012-44/+22
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #11755 from gabrielformiga/fix-draw-bonesGilles Roudiere2017-10-011-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix bone draw on viewport
| * | | | | | | | Fix bones draw on viewportGabriel2017-10-011-0/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere2017-10-013-35/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Bottom panel debugger
| * | | | | | | fixed bottom panel debugger exceptiontoger52017-09-283-35/+29
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make it work in combination with the border for tabs - fixed updating when changing theme
* | | | | | | Merge pull request #11720 from ↵Poommetee Ketson2017-09-302-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
| * | | | | | | Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia2017-09-302-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NinePatchRect on "drag & drop asset to 2D viewport" feature.
* | | | | | | | Fixes node2D not lockable/groupableGilles Roudiere2017-09-301-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #11668 from scayze/open_empty_script_fixGilles Roudiere2017-09-301-5/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fixed not beeing able to open empty scripts
| * | | | | | | fix not beeing able to open empty scriptsScayze2017-09-281-5/+1
| |/ / / / / /
* | | | | | | Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere2017-09-307-41/+41
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | EditorSettings: Move interface/ properties to interface/editor
| * | | | | | | EditorSettings: Move interface/ properties to interface/editorAndreas Haas2017-09-297-41/+41
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories.
* | | / / / / Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky2017-09-293-54/+144
| |_|/ / / / |/| | | | |
* | | | | | fixed help bgtoger52017-09-282-28/+15
|/ / / / /
* | | | | Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde2017-09-275-7/+0
|\ \ \ \ \ | | | | | | | | | | | | Fixes bad display
| * | | | | Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-275-7/+0
| | |/ / / | |/| | |
* | | | | Fix remove icon in autoload panelGuilherme Felipe2017-09-271-1/+1
| | | | |
* | | | | Update theme property respectivelyvolzhs2017-09-264-20/+48
|/ / / /
* | | | Merge pull request #11598 from djrm/pr_fix_code_editor_closeRémi Verschelde2017-09-261-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix missing code editor find and replace missing hover icon. [ci skip]
| * | | | Fix missing code editor find and replace missing hover icon.Daniel J. Ramirez2017-09-251-2/+2
| | | | |
* | | | | Merge pull request #11597 from djrm/pr_interface_colorsRémi Verschelde2017-09-2612-36/+50
|\ \ \ \ \ | | | | | | | | | | | | Removed most of the custom colors from the interface.
| * | | | | Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-2512-36/+50
| |/ / / /
* / / / / Removed transparency from spatial editor grid.Daniel J. Ramirez2017-09-252-71/+20
|/ / / /
* | | | Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-2624-51/+51
|\ \ \ \ | | | | | | | | | | Implements set_margins_preset(...)
| * | | | Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-2224-51/+51
| | | | | | | | | | | | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE)
* | | | | Merge pull request #11542 from marcelofg55/bucket_limitRémi Verschelde2017-09-252-11/+32
|\ \ \ \ \ | | | | | | | | | | | | Bucket fill will now incrementally process the queue on preview mode
| * | | | | Bucket fill will now incrementally process the queue on preview modeMarcelo Fernandez2017-09-242-11/+32
| | | | | |
* | | | | | Merge pull request #11564 from djrm/pr_editor_settings_undoRémi Verschelde2017-09-254-157/+200
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added the ability to revert to initial value in editor settings.
| * | | | | | Added the ability to revert to initial value in editor settings.Daniel J. Ramirez2017-09-244-157/+200
| |/ / / / /
* | | | | | Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde2017-09-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add types to scons command-line options
| * | | | | | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
| | | | | | |
* | | | | | | Merge pull request #11569 from djrm/pr_audio_buses_fixesRémi Verschelde2017-09-252-22/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improved audio buses editor
| * | | | | | | Improved audio buses editorDaniel J. Ramirez2017-09-252-22/+34
| | | | | | | |
* | | | | | | | Merge pull request #11576 from volzhs/output-consoleRémi Verschelde2017-09-253-7/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add font size setting for output panel
| * | | | | | | | Add font size setting for output panelvolzhs2017-09-253-7/+20
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #11580 from endragor/ios-exportRémi Verschelde2017-09-251-0/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Enhance iOS export
| * | | | | | | Enhance iOS exportRuslan Mustakov2017-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset.
* | | | | | | | 2DEditor: fix duplicated 'id_pressed' connectionPoommetee Ketson2017-09-251-2/+0
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #11570 from djrm/pr_fix_tooltipRémi Verschelde2017-09-251-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fixed tooltip font color
| * | | | | | Fixed tooltip font colorDaniel J. Ramirez2017-09-251-1/+2
| |/ / / / /
* | | | | | Merge pull request #10796 from djrm/pr_better_project_creationRémi Verschelde2017-09-255-121/+247
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Improved New Project and Import project experience