summaryrefslogtreecommitdiffstats
path: root/scene/2d/back_buffer_copy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Notify child controls when BackBufferCopy's rect changedHaoyu Qiu2023-03-031-0/+1
* Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix BackBufferCopy `rect` property appearing when not relevant in inspectorHugo Locurcio2022-12-081-0/+7
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-2/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-12/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-3/+3
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-0/+5
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-27/+23
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-4/+4
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-4/+4
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Tiny typoKermer2015-06-241-2/+2
* back buffer copy node, to improve on texscreen()Juan Linietsky2015-03-121-0/+75