Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-26 | [RTL] Fix font variations / OpenType features of theme default font not ↵ | bruvzg | |
updated when default font is changed. | |||
2022-09-26 | Merge pull request #65540 from MewPurPur/easier-bookmarks | Rémi Verschelde | |
Implement Shift+LMB as a Way to Toggle Bookmarks | |||
2022-09-25 | Merge pull request #66288 from bruvzg/te_fix_color | Rémi Verschelde | |
[TextEdit] Use error/selection font color for the current glyph only, instead of updating cached font color. | |||
2022-09-24 | Fix ColorPicker always emitting color_changed on html submit | Micky | |
The color change was always emitted when the the modal was closed, even if it was exactly the same as before. | |||
2022-09-23 | [TextEdit] Use error/selection font color for the current glyph only, ↵ | bruvzg | |
instead of updating cached font color. | |||
2022-09-23 | Merge pull request #65158 from nongvantinh/fixed-infinite-loop | Rémi Verschelde | |
Fixes engine runs into an infinite loop when searching using FindBar | |||
2022-09-21 | Merge pull request #66213 from KoBeWi/not_right_but_works™ | Rémi Verschelde | |
Remove duplicate code in ItemList | |||
2022-09-21 | Remove duplicate code in ItemList | kobewi | |
2022-09-21 | Tree recursive folding | Ninni Pipping | |
2022-09-21 | Merge pull request #66126 from RedMser/shortcut-context-inspector | Rémi Verschelde | |
Fix editing `shortcut_context` in inspector | |||
2022-09-19 | Merge pull request #66068 from bruvzg/rtl_fx_connected | Rémi Verschelde | |
[RTL] Add option to apply built-in effects to the individual connected glyphs. | |||
2022-09-19 | Merge pull request #66112 from Zylann/get_configuration_warnings_psa | Rémi Verschelde | |
Change return type of `get_configuration_warnings` to `PackedStringArray` | |||
2022-09-19 | Fix #66062: editing shortcut_context in inspector | RedMser | |
2022-09-19 | Change return type of `get_configuration_warnings` to `PackedStringArray` | Marc Gilleron | |
2022-09-19 | [RTL] Add option to apply built-in effects to the individual connected glyphs. | bruvzg | |
2022-09-18 | Make the inner TabBar in a TabContainer behave as if it were in a Container | Rindbee | |
2022-09-18 | Merge pull request #66012 from Rindbee/fix-TabContainer-minimum_size | Rémi Verschelde | |
Fix minimum size calculation for `TabContainer` | |||
2022-09-18 | Fix minimum size calculation for TabContainer | Rindbee | |
2022-09-16 | Fix RichTextLabel not updating on theme/theme override change until text is ↵ | bruvzg | |
updated. | |||
2022-09-14 | Add configuration warning to GraphEdit regarding future refactoring | Hendrik Brucker | |
2022-09-13 | RTL Improvements | bruvzg | |
Do not apply negative line separation to the last line. Ensure all methods immediately update cache in a single thread mode. Fix bbcode_enabled change not being applied until text is changed. Fix crash if line height is zero or less. | |||
2022-09-09 | Improve parameter naming and documentation in GraphEdit and GraphNode | Yuri Sizov | |
Co-authored-by: Maganty Rushyendra <mrushyendra@yahoo.com.sg> | |||
2022-09-08 | Shift+LMB to Toggle Bookmarks | VolTer | |
2022-09-08 | Make `Vector2i` values paired with `EDSCALE` be just `Vector2` | Michael Alexsander | |
2022-09-08 | Merge pull request #65241 from bruvzg/no_keymap_ambiguity | Rémi Verschelde | |
Fix key mapping changes when moving from macOS to other platform. | |||
2022-09-08 | Merge pull request #60108 from KoBeWi/arise_to_top | Rémi Verschelde | |
Rename raise() to move_to_front() | |||
2022-09-07 | [RTL] Stop threaded RTL auto-redrawing as soon as text processing is ↵ | bruvzg | |
finished, instead of waiting for first redraw. | |||
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg | |
Removes separate `Command` key (use `Meta` instead). Adds an event flag to automatically remap `Command` <-> `Control` (cannot be set alongside `Control` or `Meta`). | |||
2022-09-07 | Merge pull request #65375 from ItsNL/fix-accep-dialog-its_inside_tree-false | Rémi Verschelde | |
Condition "!is_inside_tree()" is true" when AcceptDialog was visible from the editor. | |||
2022-09-07 | Merge pull request #65389 from Rindbee/fix-file-list-in-FileDialog-not-updating | Rémi Verschelde | |
Fix file list in FileDialog not updating on first run | |||
2022-09-07 | Merge pull request #65355 from groud/split_container_min_grab_thickness | Rémi Verschelde | |
Allow SplitContainer to have a grab area larger than its visual grabber | |||
2022-09-07 | Fix "grab_focus: Condition "!is_inside_tree()" is true" when AcceptDialog ↵ | = | |
was visible from the editor. | |||
2022-09-07 | Fix file list in FileDialog not updating on first run | Rindbee | |
2022-09-07 | Allow SplitContainer to have a grab area larger than its visual grabber | Gilles Roudière | |
2022-09-07 | Rename ProgressBar.`percent_visible` to `show_percentage` | Micky | |
`percent_visible` -> `show_percentage` `set_percent_visible` -> `set_show_percentage` `is_percent_visible` -> `is_percentage_shown` | |||
2022-09-07 | Merge pull request #65446 from YuriSizov/dialogs-make-styleboxes-matter | Rémi Verschelde | |
Make `AcceptDialog` and derivatives utilize `StyleBox` fully | |||
2022-09-07 | Merge pull request #65437 from YuriSizov/theme-gui-renames | Rémi Verschelde | |
Improve naming of theme properties throughout GUI code | |||
2022-09-07 | Merge pull request #65197 from Mickeon/rename-connect-one-shot | Rémi Verschelde | |
Rename CONNECT_ONESHOT to CONNECT_ONE_SHOT | |||
2022-09-07 | Merge pull request #64361 from Mickeon/rename-caret-blink | Rémi Verschelde | |
Rename every instance of `caret_blink_speed` to `caret_blink_interval` | |||
2022-09-07 | Make AcceptDialog and derivatives utilize StyleBox fully | Yuri Sizov | |
2022-09-06 | Rename raise() to move_to_front() | kobewi | |
2022-09-06 | Fix theming code in Panel, SplitContainer, RichTextLabel | Yuri Sizov | |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov | |
Rename ItemList's bg -> panel Rename ItemList's bg_focus -> focus Rename ProgressBar's bg -> background Rename ProgressBar's fg -> fill Rename Tree's bg -> panel Rename Tree's bg_focus -> focus Rename ScrollContainer's bg -> panel Rename FileDialog's *_icon_modulate -> *_icon_color Rename FileDialog's files_disabled -> file_disabled_color Rename CheckButton's on/off -> checked/unchecked Rename check_v_adjust -> check_v_offset | |||
2022-09-06 | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky | |
For consistency. Every other exposed `one_shot` is spaced out like this. | |||
2022-09-06 | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky | |
It's been changed in EditorSettings, LineEdit, TextEdit. Affects setters and getters, and passed parameters, too. | |||
2022-09-06 | Merge pull request #65423 from YeldhamDev/i_want_to_ride_my_bycicle | Rémi Verschelde | |
Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()` | |||
2022-09-06 | Merge pull request #64417 from aaronfranke/has-space | Rémi Verschelde | |
Replace AABB/Rect2/Rect2i has_no_* methods with has_* methods | |||
2022-09-06 | Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()` | Michael Alexsander | |
2022-09-06 | Rename `range_lerp` to `remap` | Micky | |
2022-09-05 | Merge pull request #64840 from maximkulkin/graph-edit-node-selection | Rémi Verschelde | |
Add GraphNode 'selected' and 'deselected' signals, simplify GraphEdit |