summaryrefslogtreecommitdiffstats
path: root/editor/plugins/texture_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Improve layered texture previewBlueCube33102024-08-161-3/+4
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-3/+3
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix lossless formats in PortableCompressedTexture2Dnklbdev2024-01-051-1/+2
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-2/+3
* Unify and streamline connecting to Resource changeskobewi2023-07-171-1/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+5
* fix TexturePreview crash from an invalid imageQiqi Wu2023-06-181-0/+2
* Improve Image preview in the inspectorkobewi2023-02-131-1/+5
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Make texture preview and picker use mipmap filterMrBlockers2022-10-201-1/+1
* 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