summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Memory leak and crash fixesRafał Mikrut2019-11-103-3/+7
* Merge pull request #33182 from MCrafterzz/scaleSnapRémi Verschelde2019-11-022-4/+57
|\
| * Added snapping for scaling in 2D editorMCrafterzz2019-11-022-4/+57
* | Merge pull request #33256 from Chaosus/vs_fix_custom_nodesYuri Roubinsky2019-11-022-6/+54
|\ \
| * | Sort custom vshader nodes+prevents them from divide to different foldersYuri Roubinsky2019-11-022-6/+54
* | | Fixed error when renaming a state in AnimationNodeStateMachinePouleyKetchoupp2019-11-011-2/+4
|/ /
* | Merge pull request #33204 from akien-mga/prevent-crash-permission-issueRémi Verschelde2019-11-012-16/+20
|\ \
| * | Prevent crash when we can't write to editor cache or config pathRémi Verschelde2019-10-312-16/+20
* | | Merge pull request #33216 from nekomatata/help-editor-codeblockRémi Verschelde2019-11-011-3/+16
|\ \ \
| * | | Code sections improvements in editor helpPouleyKetchoupp2019-10-311-3/+16
* | | | Merge pull request #33232 from kraghot/Fix-Batch-RenameRémi Verschelde2019-11-011-2/+1
|\ \ \ \
| * | | | Fix Batch Rename not openingEdi Cikovic2019-11-011-2/+1
| |/ / /
* | | | Make the editor dimming smarterMichael Alexsander2019-10-312-1/+10
* | | | Fix "seperate" typosAaron Franke2019-10-314-12/+12
| |/ / |/| |
* | | Merge pull request #33196 from conankzhang/fix-theme-typoRémi Verschelde2019-10-311-1/+1
|\ \ \
| * | | Fix a constant name typo for GridContainer when creating an editor theme.conankzhang2019-10-311-1/+1
| | |/ | |/|
* / | Improve the primary line setting display in the Configure Snap dialogHugo Locurcio2019-10-301-6/+8
|/ /
* | Merge pull request #32934 from ajweeks/fix-scale-originRémi Verschelde2019-10-301-6/+6
|\ \
| * | Fix canvas scale gizmo placementAJ Weeks2019-10-221-6/+6
* | | Merge pull request #32928 from Calinou/2d-editor-add-primary-gridRémi Verschelde2019-10-302-23/+82
|\ \ \
| * | | Add primary grid lines to the 2D editorHugo Locurcio2019-10-292-23/+82
| | |/ | |/|
* / | Add "Set as main scene" on context menu in FileSystem panelvolzhs2019-10-302-0/+15
|/ /
* | i18n: Sync translation template with current sourceRémi Verschelde2019-10-2962-4964/+12062
* | i18n: Sync translations with WeblateRémi Verschelde2019-10-2929-3188/+2265
* | Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde2019-10-292-7/+14
|\ \
| * | Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz2019-10-292-7/+14
* | | Merge pull request #33144 from nekomatata/inspect-remote-tool-script-2Rémi Verschelde2019-10-291-2/+10
|\ \ \
| * | | Fixed remote inspector for tool scriptsPouleyKetchoupp2019-10-281-2/+10
* | | | Fixed disconnecting not connected signalMikolaj Kaczmarek2019-10-292-3/+6
|/ / /
* | | Add "panel" style to PopupDialogMichael Alexsander2019-10-271-2/+4
* | | Merge pull request #33107 from volzhs/toggle-camera-preview-errorRémi Verschelde2019-10-271-1/+5
|\ \ \
| * | | Fix error when opening or closing scene with camera preview onvolzhs2019-10-271-1/+5
* | | | Improve performance of connection info in the script editorPaulb232019-10-271-18/+28
|/ / /
* | | Merge pull request #33032 from Calinou/filedialog-scroll-to-topRémi Verschelde2019-10-271-0/+3
|\ \ \ | |/ / |/| |
| * | Scroll back to the top after opening a directory in FileDialogHugo Locurcio2019-10-241-0/+3
* | | Fixed #21527 (Show hint to right click when curve editor is empty)MCrafterzz2019-10-261-0/+3
* | | Merge pull request #33078 from Calinou/assetlib-no-results-messageRémi Verschelde2019-10-262-1/+15
|\ \ \
| * | | Display a message if no results are found in the asset libraryHugo Locurcio2019-10-262-1/+15
* | | | Merge pull request #33076 from Calinou/project-settings-fix-type-dropdownRémi Verschelde2019-10-261-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix off-by-one error in the Project Settings type dropdownHugo Locurcio2019-10-251-3/+4
* | | | Merge pull request #32812 from Calinou/template-manager-fix-devel-conditionRémi Verschelde2019-10-251-2/+8
|\ \ \ \
| * | | | Fix the download availability check in the export templates managerHugo Locurcio2019-10-131-2/+8
* | | | | Merge pull request #32824 from lupoDharkael/replace-nextRémi Verschelde2019-10-251-1/+3
|\ \ \ \ \
| * | | | | Code editor: select next occurrence after ReplacelupoDharkael2019-10-141-1/+3
| |/ / / /
* | | | | Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-trueRémi Verschelde2019-10-251-1/+1
|\ \ \ \ \
| * | | | | set convert_indent_on_save to trueRobKohr2019-10-141-1/+1
| |/ / / /
* | | | | Merge pull request #32847 from Calinou/fix-editor-path-icon-theme-changeRémi Verschelde2019-10-252-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix the editor path icon when switching from dark to light themeHugo Locurcio2019-10-152-0/+10
| |/ / /
* | | | Merge pull request #32946 from DavidSichma/fav-dragRémi Verschelde2019-10-251-11/+17
|\ \ \ \
| * | | | Favorites dragableDavid Sichma2019-10-201-11/+17
| | |_|/ | |/| |