summaryrefslogtreecommitdiffstats
path: root/scene/gui/scroll_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-3/+3
* Fix ScrollContainer configuration warningskobewi2024-09-211-1/+1
* Add SCROLL_MODE_RESERVE to ScrollContainerkobewi2024-09-121-11/+21
* Fix scroll container min size calculationJordyfel2024-09-101-14/+14
* Fix rtl on follow focusGiganzo2024-07-231-2/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* Add visibilty mode to as_sortable_control()kobewi2024-06-031-1/+1
* Fix scrollbar issues in `ScrollContainer`Michael Alexsander2024-05-191-14/+16
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-14/+5
* Enabled 'Scrolling' signal when scrolling with middle mouse on RichTextLabel/...Sofox2024-04-221-14/+14
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Update deferred calls to use Callableskobewi2024-01-091-3/+1
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* Register theme properties with ThemeDBYuri Sizov2023-09-111-6/+3
* Expose horizontal/vertical custom_step as editor property for the ScrollConta...Marius Hanl2023-04-291-0/+24
* Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-2/+2
* Code simplificationsMarkus Sauermann2022-11-071-5/+3
* Use more reasonable scrollable conditions in `ScrollContainer`Rindbee2022-10-181-40/+67
* Fix ScrollContainer touch-scrolling not working.Zae2022-09-291-1/+1
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-6/+6
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-9/+11
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+3
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+2
* Fix toggling after scrolling resulted in blank spaceRindbee2022-07-311-54/+33
* Merge pull request #62093 from Rindbee/fix-undecided-min_size-in-ScrollContainerRémi Verschelde2022-07-221-10/+17
|\
| * Fix indeterminate minimum size in ScrollContainerRindbee2022-07-211-10/+17
* | Merge pull request #63295 from winterpixelgames/master-allow-scroll-container...Rémi Verschelde2022-07-221-0/+1
|\ \ | |/ |/|
| * Call update_scrollbars() in sort_children() so the max is set properly so you...Jason Knight2022-07-211-0/+1
* | Add suffixes to all nodes and resourcesFireForge2022-06-111-2/+2
|/
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-86/+91
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-4/+4
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-4/+4
* | ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-63/+34
* | Rename minimum_size_changed() methodkobewi2021-12-061-2/+2
|/
* Fix style issue after #54148Rémi Verschelde2021-11-161-1/+1
* Merge pull request #54148 from miraz12/fix-scrollContrainer-notification-crashRémi Verschelde2021-11-161-1/+3
|\
| * Fixed crash in `ScrollContainer` _notificationAnton Christoffersson2021-10-231-1/+3
* | Use "enum class" for input enumsAaron Franke2021-11-121-5/+5
|/
* Construct values only when necessary.Anilforextra2021-09-231-1/+1
* Add support for internal nodeskobewi2021-08-281-5/+2
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+1