summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-10-10Skip unhandled input events on asset library tab.DmitryKrutskikh
2017-10-07Merge pull request #11843 from hoelzl/pr-python3-buildRémi Verschelde
Fix Python 3 build
2017-10-06EditorSettings: remove duplicate set_favorite_dirsPoommetee Ketson
2017-10-06Merge pull request #11814 from groud/fix_draw_pre_drag_rectAndreas Haas
Fixes the Control pre-drag rect not drawn correctly
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky
to has_setting. Fixes #11844
2017-10-04Fix Python 3 buildMatthias Hoelzl
- Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module.
2017-10-03Fixes the pre drag rect not drawn correctlyGilles Roudiere
2017-10-03fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky
2017-10-02VS now supports white themes.Daniel J. Ramirez
2017-10-02Added correct initialization for script editor theme.Daniel J. Ramirez
Some style fixes for VS interface.
2017-10-03added spacing to tabstoger5
2017-10-03Merge pull request #11770 from Noshyaar/pr-๓Andreas Haas
CurveEditor: fix can't edit right tangent
2017-10-03Merge pull request #11478 from n-pigeon/scale_gizmoAndreas Haas
Scale editing Gizmo for Spatial Editor
2017-10-02Merge pull request #11592 from SaracenOne/header_generator_fixAndreas Haas
Python header generator now generates strings with escape characters.
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-10-02Merge pull request #11706 from toger5/create_node_preferred_logicAndreas Haas
added smart searching with preferrence to root node
2017-10-03CurveEditor: fix can't edit right tangentPoommetee Ketson
2017-10-02Merge pull request #11747 from Noshyaar/pr-๑Andreas Haas
EditorAudioBus: restore delete option on master bus
2017-10-02Merge pull request #11767 from Noshyaar/pr-๒Andreas Haas
3DEditorGizmo: fix spotlight and camera gizmo & handle
2017-10-02Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
2017-10-02Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson
Several visual improvements.
2017-10-02Merge pull request #11661 from mhilbrunner/issue-11616-always-validatePoommetee Ketson
Editor: Run validation on every text change, not only inserts
2017-10-02Merge pull request #11674 from marcelofg55/masterPoommetee Ketson
Prevent a possible crash when exporting to MeshLibrary
2017-10-02Merge pull request #11743 from groud/zoom_button_fixPoommetee Ketson
Fix zoom button not zooming on the screen center
2017-10-023DEditorGizmo: fix spotlight and camera gizmo & handlePoommetee Ketson
2017-10-01Merge pull request #11755 from gabrielformiga/fix-draw-bonesGilles Roudiere
Fix bone draw on viewport
2017-10-01Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere
Bottom panel debugger
2017-10-01Fix bones draw on viewportGabriel
2017-10-01EditorAudioBus: restore delete option on master busPoommetee Ketson
2017-10-01Fix zoom button not zooming on the screen centerGilles Roudiere
2017-09-30Merge pull request #11720 from ↵Poommetee Ketson
ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-30Fixes node2D not lockable/groupableGilles Roudiere
2017-09-30Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia
NinePatchRect on "drag & drop asset to 2D viewport" feature.
2017-09-30Merge pull request #11668 from scayze/open_empty_script_fixGilles Roudiere
fixed not beeing able to open empty scripts
2017-09-30Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere
EditorSettings: Move interface/ properties to interface/editor
2017-09-29Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky
2017-09-30Editor: Run validation on every text change, not only insertsmhilbrunner
2017-09-29create dialog search preferrence fixes: #11697toger5
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas Haas
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.
2017-09-28Prevent a possible crash when exporting to MeshLibraryMarcelo Fernandez
2017-09-28fix not beeing able to open empty scriptsScayze
2017-09-28fixed help bgtoger5
2017-09-28Several visual improvements.Daniel J. Ramirez
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.
2017-09-28 fixed bottom panel debugger exceptiontoger5
- make it work in combination with the border for tabs - fixed updating when changing theme
2017-09-27Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde
Fixes bad display
2017-09-27Fix remove icon in autoload panelGuilherme Felipe
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-26Scale editing Gizmo for Spatial EditorPrzemysław Gołąb (n-pigeon)
Added support for axis locked scaling with handles, supports both world and local space. Local space recommended for most editing tasks. Also fixed some small bugs, polished Gizmo looks and cleaned up some dead code. Happy scaling! :)
2017-09-26Update theme property respectivelyvolzhs