summaryrefslogtreecommitdiffstats
path: root/editor/plugins/editor_preview_plugins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-2/+7
|\|
| * Fix crash when creating thumbnails for 3d texturesBlueCube33102024-10-091-2/+7
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add image previews for 3D and layered texturesBlueCube33102024-09-101-6/+36
* Prevent generating preview for zero sized texturejsjtxietian2024-06-181-0/+4
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* Add tooltip plugin for AudioStreamkobewi2024-04-151-0/+2
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-1/+1
* Rework viewport capture in preview generationPedro J. Estébanez2024-02-211-42/+6
* Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-4/+4
* Generate script resource preview without parsingYuri Sizov2024-01-261-10/+27
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Abort threaded preview generators on exitYuri Sizov2023-11-101-0/+12
* Highlight doc comments in a different colorDanil Alexeev2023-10-081-1/+10
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+3
* Add metadata to resource previewskobewi2023-05-101-14/+15
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+3
* Rename Image's `get_rect` to `get_region`Micky2022-11-011-1/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-6/+6
* Make some Image methods statickobewi2022-10-141-9/+3
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-3/+3
* Refactor BitMap and add testsHendrik Brucker2022-09-011-1/+1
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+14
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* Implement BPM supportreduz2022-07-231-1/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-46/+10
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-14/+5
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-11/+11
* Add gradient resource preview generatorHendrik Brucker2022-04-211-0/+31
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-3/+3
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-9/+5
* Use fill() to fill an entire image instead of setting pixels individually.Anilforextra2022-01-081-5/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #56041 from Zylann/null_checks2Rémi Verschelde2021-12-181-0/+1
|\
| * Fix crash if font fails loading when generating a previewMarc Gilleron2021-12-181-0/+1
* | Fix font preview text color on light backgroundHaoyu Qiu2021-12-181-1/+3
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Fix previews sometimes displaying wrong/blank imageBrian Semrau2021-11-051-23/+27
* Use Callable in RS::request_frame_drawn_callbackBrian Semrau2021-11-051-18/+6