Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit a988fad9a092053434545c32afae91ccbdfbe792.
As discussed in #57725 and clarified in #57788, `SNAME` is not meant to be used
everywhere but only in critical code paths. For theme methods specifically, it
was by design that only getters use `SNAME` and not setters.
|
|
|
|
|
|
direction
|
|
|
|
Better handle icons and checkboxes with separators in `PopupMenu`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String: Add contains().
|
|
|
|
|
|
to AUTOWRAP_WORD_SMART to match 3.x behavior.
|
|
get_viewport()->gui_get_focus_owner()
|
|
|
|
without invalidating line break points, justification points, or recreating shaped text buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IgorKordiukiewicz/fix-auto-brace-complete-wrap-on-selection
|
|
Fix button icon_disabled_color alpha channel
|
|
Move placeholder colour to theme item
|
|
This reverts commit dfb7d46a2aaf9bef2c7dd067e699e70291062fb6.
|
|
|
|
|
|
|
|
|
|
|
|
- Allow OptionButton selection to be set to -1 to signify no selection, both via API and in the editor.
- Reset OptionButton selection to -1 when the selected item has been removed.
- Fully convert PopupMenu to a zero-based ID system, which improves an inconsistency in generated IDs when making new items in the editor.
|
|
|
|
This was made possible by changes to `VariantCaster` which now make
it possible to pass any `Object`-derived type as pointer.
|
|
|
|
|
|
|
|
|
|
Allow method binds to take Object subclasses as arguments
|
|
|
|
|
|
|
|
|
|
|