summaryrefslogtreecommitdiffstats
path: root/editor/plugins/style_box_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-3/+3
* Merge pull request #78858 from MewPurPur/tweak-mesh-previewRémi Verschelde2023-08-071-5/+2
|\
| * Improve material and mesh preview buttonsMewPurPur2023-08-041-5/+2
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
|/
* Improve StyleBox preview a littleVolTer2023-05-241-73/+62
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-3/+3
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+8
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-8/+0
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Improve StyleBox previewreduz2022-05-261-2/+60
* 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-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov2021-11-101-7/+0
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-6/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* StyleBox preview adjusted to fit all drawn contentPouleyKetchoupp2019-11-241-1/+9
* Make stylebox preview not to expand Inspector panelvolzhs2019-10-251-5/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-53/+34
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add more translatable text for editor plugins.geequlim2017-12-231-1/+1
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2