summaryrefslogtreecommitdiffstats
path: root/scene/resources/style_box.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-1/+1
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-924/+0
* Remove useless polygons from StyleBoxFlat drawingDavid Giardi2023-05-201-24/+38
* Fix blurry borders on antialiased FlatStyleBoxDavid Giardi2023-04-171-32/+40
* Add a theme usability setting which updates the touch area of UI elements (e....Fredia Huya-Kouadio2023-01-281-1/+1
* Don't change region_rect when setting texturekobewi2023-01-261-5/+0
* Remove size restrictions from StyleBoxTextureYuri Sizov2023-01-261-16/+0
* Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-104/+105
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Simplify GDVIRTUAL_REQUIRED_CALL callskobewi2022-11-301-8/+4
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-11/+5
* Unbind StyleBox*.set_*_individual() methodsFireForge2022-09-071-5/+0
* Add set_default_margin_all/individual to StyleBoxFireForge2022-09-071-0/+35
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-3/+3
* Add suffixes to all nodes and resourcesFireForge2022-06-111-31/+31
* Improve StyleBox previewreduz2022-05-261-5/+7
* Merge pull request #58599 from Calinou/styleboxflat-add-skewRémi Verschelde2022-04-281-16/+34
|\
| * Add a Skew property to StyleBoxFlatHugo Locurcio2022-02-261-16/+34
* | Merge pull request #52624 from e8newallm/52577Rémi Verschelde2022-04-281-4/+8
|\ \
| * | Corrected directional properties to be ordered Left->Top->Right->BottomMatthew Newall2021-09-191-4/+8
* | | Discern between virtual and abstract class bindingsreduz2022-03-101-0/+33
| |/ |/|
* | Use List Initializations for Vectors.Anilforextra2022-01-121-11/+12
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
|/
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-2/+2
* StyleBox fake AA improvements (aa_size float property)Hendrik Brucker2021-08-101-67/+76
* Fixed a bunch of connection errors in TextureEditorPluginYuri Roubinsky2021-06-121-3/+0
* Hide more options of disabled propertiesMichael Alexsander2021-03-031-0/+7
* Fix StyleBoxLine's incorrect style margin valuesMichael Alexsander2021-02-161-2/+11
* Removed _change_notifyreduz2021-02-101-9/+0
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-51/+5
* Merge pull request #37547 from aaronfranke/tauRémi Verschelde2021-02-011-2/+2
|\
| * Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-2/+2
* | Fix typo in theming methods ("botton" -> "bottom")Hugo Locurcio2021-01-181-2/+2
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal2020-12-281-1/+1
* Rename Control margin to offsetMarcel Admiraal2020-12-231-94/+94
* Cleanup unused engine codeTomasz Chabora2020-12-091-10/+0
* Refactored 2D shader and lighting systemreduz2020-10-241-22/+1
* Add a property hint to StyleBoxFlat `shadow_size` for editor usabilityHugo Locurcio2020-09-241-1/+1
* Adds automatic update for region_rectZak2020-08-291-0/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+17
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+27
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-59/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-3/+3
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-18/+18