summaryrefslogtreecommitdiff
path: root/editor/plugins/editor_preview_plugins.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-11-01Rename Image's `get_rect` to `get_region`Micky
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-14Make some Image methods statickobewi
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-09-01Refactor BitMap and add testsHendrik Brucker
2022-08-31Implement Physical Light Units as an optional setting.clayjohn
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-23Implement BPM supportreduz
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-21Add gradient resource preview generatorHendrik Brucker
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-01-08Use fill() to fill an entire image instead of setting pixels individually.Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18Merge pull request #56041 from Zylann/null_checks2Rémi Verschelde
2021-12-18Fix crash if font fails loading when generating a previewMarc Gilleron
2021-12-18Fix font preview text color on light backgroundHaoyu Qiu
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-05Fix previews sometimes displaying wrong/blank imageBrian Semrau
2021-11-05Use Callable in RS::request_frame_drawn_callbackBrian Semrau
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-08-27Makes FontData importable resource.bruvzg
2021-08-16Reorganise text editor settingsPaulb23
2021-08-09Some work on double supportAaron Franke
2021-08-01Use real_t in editor pluginsAaron Franke
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-08Fix font preview text for CJKV ideographsHaoyu Qiu
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-31Implement shader cachingreduz
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-05-02Add comment highlighting to script thumbnailsMichael Alexsander
2021-04-28Remove obsolete LargeTexture, it's no longer useful since 3.xRémi Verschelde
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-02-18Modernize atomicsPedro J. Estébanez
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg