summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee
This functions similarly to Python's textwrap.dedent() It's also been applied to doc_data.cpp to remove extra whitespace while parsing the XML.
2017-10-31Merge pull request #12539 from bncastle/InputMapDialogClearActionRémi Verschelde
Clear action name text input when the action is successfully added to the Input Map [ci skip]
2017-10-31Merge pull request #10261 from Cradmon/refactorRémi Verschelde
Make the File System Dock more user friendly
2017-10-31Ability to shrink 3D viewport by halfJuan Linietsky
2017-10-31Clear text when a new action is added Project Settings Input Mapbncastle
When editing the Input Map under Project Settings: Clear the action name the 'Add' button is clicked and the action is successfully added.
2017-10-31Use node name as default filename when attaching script.Benjamin
When attaching a script to a node that isn't saved to a scene file, use its name as default filename. If the edited scene's root node *has* been saved to a file, use that directory.
2017-10-31Merge pull request #12499 from Zylann/freelook_toggle_modeRémi Verschelde
Add option to use freelook with a toggle shortcut
2017-10-30Add option to use freelook with a toggle shortcut (like Blender) instead of ↵Marc Gilleron
holding RMB (like Unity)
2017-10-30Merge pull request #12363 from groud/implement_guidesRémi Verschelde
Implement 2D editor guides
2017-10-30Clean up GI Probe baking, proper button and progress bar.Juan Linietsky
2017-10-30Merge pull request #12489 from groud/fix_moving_control_with_direction_keyRémi Verschelde
Fixes keybord directionnal keys not moving nodes in the 2D editor
2017-10-30Add support for non-ISO locale identifiers via renames mapRémi Verschelde
Windows apparently uses "no" for Norwegian Bokmål, even though its ISO 639-1 language code is "nb"... Closes #12479. Also did some non-intrusive cleanup while at it.
2017-10-29Fixes keybord directionnal keys not moving nodes in the 2D editorGilles Roudiere
2017-10-29Fix typo in project managerRémi Verschelde
[ci skip]
2017-10-29i18n: Sync translation templates with current sourceRémi Verschelde
[ci skip]
2017-10-29i18n: Sync translations with WeblateRémi Verschelde
2017-10-28Merge pull request #12389 from Chaosus/continuehotkeyRémi Verschelde
Added hotkey for Continue action in Script editor [ci skip]
2017-10-28Merge pull request #12448 from larsonjj/fix/property_editor_hidpiRémi Verschelde
Fixed scaling issues with editor action button and value editor popovers
2017-10-28Merge pull request #12430 from sersoong/master-testRémi Verschelde
3.0 Add copy button to sprite_frames_editor_plugin
2017-10-28ProjectSettings: show error msg in a label insteadPoommetee Ketson
2017-10-27Fixed interface scaling issues with editor action button and value editor ↵Jake Larson
popovers
2017-10-28Add copy button to sprite_frames_editor_pluginsersoong
2017-10-27Merge pull request #12432 from larsonjj/fix/property_editor_action_buttonsRémi Verschelde
Fix editor action button layout
2017-10-27Fix editor action button layoutJake Larson
2017-10-27Merge pull request #12386 from zedutchgandalf/popup-text-marginsRémi Verschelde
Fix text margins in property editor pop-up.
2017-10-26Add language option button to project managersheepandshepherd
Closes #4901
2017-10-25Fix text margins in value editor pop-up.Robin Arys
2017-10-25Added hotkey for Continue actionChaosus
2017-10-24Implement guidesGilles Roudiere
2017-10-24Merge pull request #12365 from neikeq/pRémi Verschelde
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
- Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
2017-10-24Merge pull request #12340 from homer666/orbit-inertia-toned-downRémi Verschelde
Reduce default orbit inertia value [ci skip]
2017-10-24Finished transition of Patch9Rect to NinePatchRectIndah Sylvia
2017-10-24Merge pull request #12186 from ↵Rémi Verschelde
DmitriySalnikov/ability_to_filter_locales_in_remaps_tab Added the ability to filter the list of locales in the Remap tab.
2017-10-24Added the ability to filter the list of locales in the Remap tab.DimOkGamer
2017-10-23Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde
Added setting to toggle current line highlighting
2017-10-23Merge pull request #12360 from volzhs/ttr-formatRémi Verschelde
Fix warning message format for addon plugin [ci skip]
2017-10-23Merge pull request #12334 from Zylann/tilemap_bresenham_paintRémi Verschelde
Use bresenham line in freehand tilemap painting to fill discontinuities
2017-10-24Fix warning message format for addon pluginvolzhs
2017-10-24Monitor: add checkbox to monitor listPoommetee Ketson
so that users don't have to hold CTRL to select multiple entries.
2017-10-23Improved monitors units and colors.Daniel J. Ramirez
2017-10-23Reduce default orbit inertia valuehomer666
2017-10-23Use bresenham line in freehand tilemap painting to fill discontinuitiesMarc Gilleron
2017-10-22Make file system dock more user friendly.Cradmon
Edited files: editor/filesystem_dock.h editor/filesystem_dock.cpp
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-10-22Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde
Added snapping to spatial drag and drop.
2017-10-22Change theme button name to edit themeAlexander Holland
[ci skip]
2017-10-22Merge pull request #11882 from Noshyaar/pr-filedialogRémi Verschelde
FileDialog: enlarge the file list a bit
2017-10-22FileDialog: enlarge the file list a bitPoommetee Ketson
2017-10-22Fix TileMap editor not getting inputPedro J. Estébanez
Fixes #12265.