summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-102-0/+3
|\
| * [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-102-0/+3
* | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-102-201/+148
|\ \
| * | Add fuzzy string matching to quick open searchAdam Johnston2024-10-282-201/+148
* | | Merge pull request #96841 from maidopi-usagi/tree_item_height_cacheThaddeus Crews2024-11-101-41/+8
|\ \ \
| * | | replace computed height with cached item minimum sizeMaidOpi2024-11-071-41/+8
* | | | Merge pull request #94889 from rune-scape/no-const-list-eraseThaddeus Crews2024-11-101-1/+1
|\ \ \ \
| * | | | Avoid const_cast in List::erase by requiring mutable elementsrune-scape2024-11-081-1/+1
| |/ / /
* | | | Merge pull request #98720 from timothyqiu/file-dialog-atmThaddeus Crews2024-11-101-0/+1
|\ \ \ \
| * | | | Disable auto translate of FileDialog's file listHaoyu Qiu2024-11-011-0/+1
* | | | | Merge pull request #98829 from adamscott/fix-tree-scroll-center-overflowThaddeus Crews2024-11-101-4/+6
|\ \ \ \ \
| * | | | | Fix issue where scrolling to item center would overflow on topAdam Scott2024-11-051-4/+6
* | | | | | Fix IME deactivation events not send on focus loss. Do not unset AltGr modifi...bruvzg2024-11-062-0/+4
| |_|/ / / |/| | | |
* | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-2/+2
* | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-4/+4
|/ / / /
* / / / Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-022-29/+35
|/ / /
* | | Merge pull request #98350 from syntaxerror247/android-native-filepickerThaddeus Crews2024-10-312-7/+24
|\ \ \
| * | | [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-302-7/+24
* | | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-1/+1
|\ \ \ \
| * | | | Always add decimal when printing floatkobewi2024-10-231-1/+1
* | | | | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+8
| |/ / / |/| | |
* | | | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-296-34/+34
|\ \ \ \
| * | | | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-296-34/+34
| | |/ / | |/| |
* | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-298-25/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-258-25/+25
* | | | Merge pull request #97212 from Riteo/picking-the-right-expand-modeThaddeus Crews2024-10-251-0/+1
|\ \ \ \
| * | | | ColorPicker: ignore TextureRect expand mode during legacy pickingRiteo Siuga2024-09-201-0/+1
* | | | | Merge pull request #97157 from pafuent/fixing_tree_item_get_prev_wrapThaddeus Crews2024-10-251-11/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixing TreeItem get_prev_xxx methods when p_wrap is truePablo Andres Fuente2024-09-231-11/+9
* | | | | Merge pull request #97335 from SlienCode/masterClay John2024-10-241-12/+5
|\ \ \ \ \
| * | | | | Fix `font_hover_pressed_color` and `icon_hover_pressed_color` not working for...Nick Christodoulou2024-09-221-12/+5
* | | | | | Merge pull request #98368 from KoBeWi/color_picking_active_your_color_is_now_...Clay John2024-10-242-12/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix legacy picking label boundskobewi2024-10-222-12/+8
* | | | | | Merge pull request #98299 from timothyqiu/tree-coordinateThaddeus Crews2024-10-211-1/+1
|\ \ \ \ \ \
| * | | | | | Fix button click detection when `Tree` is rotatedHaoyu Qiu2024-10-181-1/+1
* | | | | | | Merge pull request #88530 from davthedev/tree-hover-itemsThaddeus Crews2024-10-212-103/+310
|\ \ \ \ \ \ \
| * | | | | | | Add hover state to Tree items displayDavid Giardi2024-10-172-103/+310
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #98203 from timothyqiu/layout-dir-created-equalThaddeus Crews2024-10-212-6/+23
|\ \ \ \ \ \ \
| * | | | | | | Add System Locale layout direction for Control and WindowHaoyu Qiu2024-10-172-6/+23
* | | | | | | | Merge pull request #97807 from syntaxerror247/colorPicker_kb_fixThaddeus Crews2024-10-211-16/+4
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix ColorPicker virtual keyboard popup on mobileAnish Mishra2024-10-051-16/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #97977 from syntaxerror247/menu_bar_refresh_bugClay John2024-10-181-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | update MenuBar after child renamed in editorAnish Mishra2024-10-081-0/+1
| |/ / / / /
* | | | | | Merge pull request #97888 from Gamemap/Itemlist-fix-right-paddingClay John2024-10-171-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ItemList - Fix right padding missingGamemap2024-10-061-1/+1
| |/ / / /
* | | | | Merge pull request #97122 from adamscott/fix-trackpad-code-completion-scrollingThaddeus Crews2024-10-141-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix trackpad code completion scrollingAdam Scott2024-09-171-2/+4
* | | | | Merge pull request #97809 from Geometror/fix-ge-conn-layer-warningRémi Verschelde2024-10-041-1/+3
|\ \ \ \ \
| * | | | | [GraphEdit] Only print warning for connection layer deletion when justifiedHendrik Brucker2024-10-041-1/+3
* | | | | | Merge pull request #97291 from KoBeWi/visible_in_tree_was_a_billion_dollar_mi...Rémi Verschelde2024-10-041-1/+1
|\ \ \ \ \ \