Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | |
change warnings=all to use /W4. | |||
2022-10-07 | Merge pull request #62910 from Vitika9/gsoc-colorpicker-ux | Rémi Verschelde | |
ColorPicker UX | |||
2022-10-07 | Add split caret direction markers. Fix block/overtype caret size. | bruvzg | |
2022-10-06 | Merge pull request #66961 from Rindbee/fix-set_custom_color | Rémi Verschelde | |
Fix wrong condition used in `set_custom_color` | |||
2022-10-06 | Merge pull request #61902 from Paulb23/multi-caret | Rémi Verschelde | |
Add Multi-caret support to TextEdit | |||
2022-10-06 | Fix wrong condition used in `set_custom_color` | Rindbee | |
2022-10-05 | Add multi caret support to CodeEdit | Paulb23 | |
2022-10-05 | Add mutliple Caret support to TextEdit | Paulb23 | |
2022-10-05 | Merge pull request #66770 from EricEzaM/search-by-event | Rémi Verschelde | |
Add searching by event in Editor Settings shortcuts and Project Settings input map. | |||
2022-10-04 | Merge pull request #66559 from zaevi/fix_ScrollContainer_touch_scroll | Rémi Verschelde | |
Fix ScrollContainer touch-scrolling not working. | |||
2022-10-03 | Move selecion into caret | Paulb23 | |
2022-10-03 | Improve MenuButton and OptionButton | EricEzaM | |
* MenuButton + OptionButton: Add method `show_popup()` which performs required popup setup before showing (prefer use of this over `get_popup()->popup()`, otherwise GH #66308 occurs) * MenuButton: Ensure that the menu can be opened with a shortcut, if one is set for the button. (GH #66403). Ensure that popupmenu item shortcuts are checked first before the MenuButton shortcut. | |||
2022-10-03 | Add searching by event for Editor Settings shortcuts and Project Settings ↵ | EricEzaM | |
input map. * Focus into the LineEdit, then perform input to search the list of events by the events assigned. * New specialised editor-only control for this: EventListenerLineEdit. Line edit is a good candidate for such a control because you can focus it, override it's input handling, and show the event all in one control. Update InputEventConfigurationDialog to use event listener line edit rather than the separate tabs. * Cleaner look - no need for tabs. * Simpler code. | |||
2022-09-28 | Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2 | Rémi Verschelde | |
Update mouse cursor shape after changes | |||
2022-09-28 | Merge pull request #66543 from akien-mga/msvc-warning-c4702 | Rémi Verschelde | |
Fix MSVC warning C4702: unreachable code | |||
2022-09-29 | Fix ScrollContainer touch-scrolling not working. | Zae | |
2022-09-28 | Fix MSVC warning C4702: unreachable code | Rémi Verschelde | |
Part of #66537. | |||
2022-09-28 | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde | |
Part of #66537. | |||
2022-09-27 | Merge pull request #66160 from dpalais/double_time | Rémi Verschelde | |
Use double instead of real_t type for time-related parameters and variables | |||
2022-09-27 | Merge pull request #66445 from ↵ | Rémi Verschelde | |
EricEzaM/GH-66442-shortcut-change-popupmenu-update Ensure popup menu redraws items when shortcuts update. | |||
2022-09-26 | Change time parameters and variables to double type | Dave Palais | |
Addresses #65313 | |||
2022-09-26 | Ensure popup menu redraws items when shortcuts update. | Eric M | |
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 | Update mouse cursor shape after changes | Markus Sauermann | |
This fixes some cases where the mouse cursor shape did not change automatically, but instead required a MouseMove to update. | |||
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. |