summaryrefslogtreecommitdiffstats
path: root/editor/plugins/editor_preview_plugins.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-1/+1
* Makes FontData importable resource.bruvzg2021-08-271-56/+7
* Reorganise text editor settingsPaulb232021-08-161-6/+6
* Some work on double supportAaron Franke2021-08-091-4/+4
* Use real_t in editor pluginsAaron Franke2021-08-011-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-6/+6
* Fix font preview text for CJKV ideographsHaoyu Qiu2021-06-081-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-7/+7
* Implement shader cachingreduz2021-05-311-1/+1
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-4/+16
* Add comment highlighting to script thumbnailsMichael Alexsander2021-05-021-19/+33
* Remove obsolete LargeTexture, it's no longer useful since 3.xRémi Verschelde2021-04-281-3/+0
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* Modernize atomicsPedro J. Estébanez2021-02-181-9/+9
* Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-5/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-14/+68