summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #94003 from KernRat/scroll-fixRémi Verschelde2024-07-111-1/+1
|\
| * Fixed RichTextLabel + ui_down scrolling too farKernRat2024-07-061-1/+1
* | Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-096-0/+6
* | Merge pull request #93721 from semensanyok/fix-RichTextLabel-fade-start-indexRémi Verschelde2024-07-091-2/+2
|\ \
| * | fix RichTextLabel fade set start_index to command offsetsemensanyok2024-06-281-2/+2
* | | [NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu`...bruvzg2024-07-082-0/+13
* | | Fix connections not updated after GraphNode slot updateHendrik Brucker2024-07-061-0/+5
| |/ |/|
* | Merge pull request #93908 from Geometror/ge-resized-fixRémi Verschelde2024-07-051-9/+11
|\ \
| * | Fix Control nodes emitting unnecessary resized signalsHendrik Brucker2024-07-051-9/+11
* | | Merge pull request #93959 from kitbdev/fix-drop-on-selectionRémi Verschelde2024-07-052-14/+17
|\ \ \
| * | | Fix dropping on selection in script editorkit2024-07-042-14/+17
* | | | Merge pull request #93903 from Geometror/vs-fix-frame-edscaleRémi Verschelde2024-07-043-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix `GraphFrame` autoshrink with high DPI displays/custom UI scalesHendrik Brucker2024-07-043-1/+8
| |/ /
* / / [Button] Use align_to_largest_stylebox for min. size calculation.bruvzg2024-07-041-1/+1
|/ /
* | Fix AtlasTexture::draw_rect flipping for non-zero marginkleonc2024-07-011-10/+0
* | Add alternative pixel roundingMark DiBarry2024-06-291-1/+1
|/
* Merge pull request #93656 from vgezer/fixmissingsepRémi Verschelde2024-06-281-1/+1
|\
| * add missing punctuation to the default listVolkan Gezer2024-06-271-1/+1
* | CodeEdit Fix move lines up/down viewport and selection issueskit2024-06-251-22/+34
|/
* Merge pull request #92514 from /addWordSeparatorsRémi Verschelde2024-06-252-0/+133
|\
| * enable custom separators to treat different characters as wordsVolkan Gezer2024-06-242-0/+133
* | Merge pull request #93179 from TheSofox/tree-nav-crashRémi Verschelde2024-06-241-6/+7
|\ \
| * | Fix engine crashing when using Down Arrow selection on Tree with no selectionSofox2024-06-221-6/+7
* | | Merge pull request #93467 from anniryynanen/progress-circle-atlasRémi Verschelde2024-06-221-18/+0
|\ \ \
| * | | Fix atlas texture positioning in circular TextureProgressBarAnni Ryynänen2024-06-221-18/+0
* | | | Fix FlowContainer scale from also scaling wrap pointJavi Rodriguez2024-06-211-1/+1
|/ / /
* | | Fix GridContainer minimum size when there's a hidden parentAnni Ryynänen2024-06-201-1/+1
* | | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-1911-21/+21
* | | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-192-4/+4
* | | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-194-16/+16
* | | Merge pull request #93140 from bruvzg/rtl_table_bg_sepRémi Verschelde2024-06-181-8/+9
|\ \ \
| * | | [RTL] Fix table h/v separation alignment.bruvzg2024-06-151-8/+9
| |/ /
* | | Merge pull request #93137 from bruvzg/rtl_row_alignRémi Verschelde2024-06-181-2/+2
|\ \ \
| * | | [RTL] Fix `align_to_row` for the last table row.bruvzg2024-06-131-2/+2
| |/ /
* / / [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
|/ /
* | [Button] Do not include internal margins into base button minimum size.bruvzg2024-06-131-15/+2
* | Don't error when undo stack is emptykit2024-06-111-1/+3
* | Merge pull request #92901 from kleonc/texture-progress-bar-fix-radial-mode-2-...Rémi Verschelde2024-06-111-10/+13
|\ \
| * | Fix TextureProgressBar radial mode invalid polygon edge casekleonc2024-06-081-10/+13
* | | Merge pull request #93008 from aaronp64/container_queue_sortRémi Verschelde2024-06-111-0/+1
|\ \ \
| * | | Fix Container::pending_sort trackingaaronp642024-06-101-0/+1
* | | | Merge pull request #92968 from bruvzg/rtl_list_indentRémi Verschelde2024-06-112-63/+154
|\ \ \ \
| * | | | [RTL] Fix list item prefix width not taken into account.bruvzg2024-06-102-63/+154
| | |/ / | |/| |
* | | | [Button] Adds theme option to align button text and icon to either largest or...bruvzg2024-06-102-10/+36
| |/ / |/| |
* | | Fix native file dialogs being shown on `set_visible(false)`Anni Ryynänen2024-06-091-1/+3
|/ /
* | Merge pull request #92664 from KoBeWi/ultimate_final_solution_for_containersRémi Verschelde2024-06-079-23/+35
|\ \
| * | Add visibilty mode to as_sortable_control()kobewi2024-06-039-23/+35
* | | Merge pull request #92645 from WhalesState/container-resortRémi Verschelde2024-06-071-6/+2
|\ \ \
| * | | Fix `NOTIFICATION_SORT_CHILDREN` is called twice on startupMounir Tohami2024-06-011-6/+2
* | | | Merge pull request #92271 from kitbdev/fix-max-line-sizeRémi Verschelde2024-06-071-0/+3
|\ \ \ \