summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Use compile-time Unicode string conversionHugo Locurcio2023-08-071-1/+1
* GUI: Fix `Tree` performance regression by using cacheDanil Alexeev2023-08-042-40/+58
* Merge pull request #80168 from akien-mga/extension-compatRémi Verschelde2023-08-033-0/+47
|\
| * Fix or workaround recent extension API compatibility issuesRémi Verschelde2023-08-033-0/+47
* | Merge pull request #79064 from MewPurPur/rename-button-pressed-THIS-IS-NOT-A-...Rémi Verschelde2023-08-031-2/+2
|\ \ | |/ |/|
| * Rename button_pressed bindings to avoid shadowingMewPurPur2023-07-051-2/+2
* | Merge pull request #79705 from 398utubzyt/gui/snap-charfx-fixRémi Verschelde2023-08-021-0/+8
|\ \
| * | Snap CharFX transforms to pixels when enabled398utubzyt2023-07-201-0/+8
* | | Merge pull request #79563 from danny88881/drag-and-drop-text-settingRémi Verschelde2023-08-024-8/+43
|\ \ \
| * | | Add drag and drop option for line edit and rich text labelunknown2023-07-194-8/+43
* | | | Merge pull request #79293 from ItsNL/add-accept-dialog-close-on-unfocusedRémi Verschelde2023-08-021-1/+1
|\ \ \ \
| * | | | Check FLAG_POPUP to close an AcceptDialog when parent is focusedNL2023-07-191-1/+1
* | | | | Merge pull request #77280 from Rindbee/fix-unnecessary-break-in-LabelRémi Verschelde2023-08-021-3/+0
|\ \ \ \ \
| * | | | | Fix unnecessary break when calculating the height of visible linesRindbee2023-05-201-3/+0
* | | | | | Merge pull request #79946 from Ymanawat/propagate-check-79942Yuri Sizov2023-08-011-9/+10
|\ \ \ \ \ \
| * | | | | | Fixed Tree Selection BugYogendra Manawat2023-07-291-9/+10
* | | | | | | Refactor mouse_entered and mouse_exited notificationsMarkus Sauermann2023-08-011-8/+0
|/ / / / / /
* | | | | | Merge pull request #79913 from bruvzg/lbl_min_h_lineYuri Sizov2023-07-261-0/+3
|\ \ \ \ \ \
| * | | | | | [Label] Remove extra line spacing from Label minimum size calculations.bruvzg2023-07-261-0/+3
* | | | | | | Merge pull request #79805 from kumikumi/fix-subviewport-cursorYuri Sizov2023-07-261-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Don't override SubViewport's cursor with SubViewportContainer's cursorMikko Ankkala2023-07-231-0/+4
* | | | | | | | Merge pull request #79248 from Sauermann/fix-svc-focus-propagationYuri Sizov2023-07-262-1/+24
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Make `SubViewportContainer` event propagation aware of focused ControlMarkus Sauermann2023-07-172-1/+24
* | | | | | | | Merge pull request #79782 from guemax/remove-spaces-from-input-of-html-color-...Yuri Sizov2023-07-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove spaces from input of HTML color in color pickerguemax2023-07-221-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #79308 from Geometror/refactor-grapheditYuri Sizov2023-07-245-1008/+1208
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up/refactor GraphEditHendrik Brucker2023-07-245-1008/+1208
* | | | | | | | | Merge pull request #73196 from Vilcrow/fix-lookup-symbolYuri Sizov2023-07-242-12/+17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...S.V.I. Vilcrow2023-07-122-12/+17
* | | | | | | | | Merge pull request #79307 from Geometror/remove-graph-node-commentYuri Sizov2023-07-244-130/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Remove GraphNode's comment property and related functionalityHendrik Brucker2023-07-114-130/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #76759 from Nidjo123/masterYuri Sizov2023-07-211-7/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fix RichTextLabel character line and paragraph index gettersNikola Bunjevac2023-05-051-7/+7
* | | | | | | | Merge pull request #79574 from bruvzg/win_nat_dYuri Sizov2023-07-181-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | [Windows] Implement native file selection dialog support.bruvzg2023-07-181-5/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Unify and streamline connecting to Resource changeskobewi2023-07-178-37/+31
* | | | | | | | Merge pull request #79494 from timothyqiu/no-longerYuri Sizov2023-07-171-7/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Update OptionButton min size when disabling Fit to Longest ItemHaoyu Qiu2023-07-151-7/+5
| |/ / / / / / /
* / / / / / / / Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-173-0/+4
|/ / / / / / /
* | | | | | | Extract and reorganize texture resource classesHendrik Brucker2023-07-147-2/+9
* | | | | | | Merge pull request #79455 from timothyqiu/button-clip-internalYuri Sizov2023-07-141-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix Button clipping when internal margins existHaoyu Qiu2023-07-141-4/+5
* | | | | | | | Merge pull request #79011 from bruvzg/pop_allYuri Sizov2023-07-142-1/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | [RTL] Add `pop_all`, `push_context` and `pop_context` methods, and use it for...bruvzg2023-07-092-1/+52
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-124-2/+53
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #79037 from dinoplane/move-cached-valuesYuri Sizov2023-07-124-24/+57
|\ \ \ \ \ \ \
| * | | | | | | Moved HSV and OKHSL caching logic into color_modedinoplane2023-07-054-24/+57
* | | | | | | | Merge pull request #78100 from KoBeWi/commit_necromancyYuri Sizov2023-07-121-10/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Use S, V in hue bar of ColorPickerkobewi2023-06-111-10/+19
* | | | | | | | | Merge pull request #77858 from kinami-imai/expose_videostreamplayer_video_lengthYuri Sizov2023-07-122-0/+9
|\ \ \ \ \ \ \ \ \