summaryrefslogtreecommitdiffstats
path: root/editor/plugins/texture_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+9
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-9/+0
* Add missing properties to default themekobewi2022-08-111-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Mention mipmap and memory usage in the texture editor previewHugo Locurcio2022-06-291-6/+46
* Use multiplication symbol in Texture size labelFireForge2022-04-111-1/+1
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-3/+3
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-7/+7
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-7/+7
* Rename TextureRect.expand to ignore_texture_sizekobewi2022-01-071-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg2021-11-061-1/+1
* TexturePreview Update text when texture is being changedkleonc2021-09-251-10/+17
* Don't set metadata_label font if it doesn't existkobewi2021-07-231-2/+4
* Fix `TexturePreview` crashingLightning_A2021-07-221-9/+26
* Remove unnecessary get_editor_theme() in SubViewportPreviewLightning_A2021-07-181-5/+3
* Add viewport preview pluginLightning_A2021-07-121-102/+39
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Remove obsolete LargeTexture, it's no longer useful since 3.xRémi Verschelde2021-04-281-1/+1
* Removed _change_notifyreduz2021-02-101-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-5/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* New lightmapperJuan Linietsky2020-05-101-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-2/+2
* [Vulkan] Add repeat flag to texture preview checkerboard backgroundYuri Roubinsky2020-02-111-0/+1
* Texture refactorJuan Linietsky2020-02-111-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-3/+0
* Fix crash in texture previeer, closes #26749, probably othersJuan Linietsky2019-03-081-0/+5
* Do not annoy unrelated textures with texture editor.Juan Linietsky2019-03-071-1/+1
* Fix and restore text, material and mesh previewers.Juan Linietsky2019-03-041-26/+15
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix gradient texture previewChaosus2018-02-031-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-6/+6
* Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-SyncRémi Verschelde2017-08-011-3/+13
|\
| * Texture region now updates when changing an AtlasRobert Hernandez2017-06-291-3/+13
* | Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1