Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg | |
2022-07-06 | Disable Expand by default in VideoStreamPlayer | Hugo Locurcio | |
This ensures videos are always visible as soon as a video file is specified in the VideoStreamPlayer node. The node will no longer be resized to 0×0 by default, making the video invisible in the process (even if the audio can still be heard). | |||
2022-07-05 | Merge pull request #62721 from Nolkaloid/line_edit-caret-blink-fix | Rémi Verschelde | |
Change LineEdit caret blink to use internal process | |||
2022-07-05 | Change LineEdit caret blink to use process | Nolkaloid | |
Now using internal process for blinking instead of a Timer node | |||
2022-07-04 | Allow to disable TextEdit vertical scroll | kobewi | |
2022-07-04 | Merge pull request #62448 from MinusKube/completion-scroll-click | Rémi Verschelde | |
Add the ability to drag the code completion scrollbar using the mouse click | |||
2022-07-04 | Fix FileDialog file name autocompletion with filters | Thakee Nathees | |
Fixes #38195. | |||
2022-07-03 | Add the ability to drag the code completion scrollbar using the mouse click | MinusKube | |
2022-07-01 | Merge pull request #59089 from KoBeWi/I_am_root | Rémi Verschelde | |
Add `root_subfolder` to FileDialog | |||
2022-07-01 | Fix find_next_valid_focus() freeze | kobewi | |
2022-06-30 | Fix find_next_valid_focus() freeze | kobewi | |
2022-06-28 | Use single-precision floats in GradientEdit | TechnoPorg | |
Gradient itself only uses single-precision floats, so using double-precision floats in GradientEdit is both unnecessary, and creates casting issues. | |||
2022-06-28 | Add root_subfolder to FileDialog | kobewi | |
2022-06-27 | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee | |
For this to work safely (user not call queue_free or something in the expression), a const call mode was added to Object and Variant (and optionally Script). This mode ensures only const functions can be called, making it safe to use from the editor. Co-Authored-By: reduz <reduzio@gmail.com> | |||
2022-06-27 | Merge pull request #37764 from KoBeWi/video_pauser | Rémi Verschelde | |
2022-06-27 | Merge pull request #61587 from YuriSizov/control-fix-theme-owner-toplevel | Rémi Verschelde | |
Fix theme propagation for children of top level controls and windows | |||
2022-06-26 | Merge pull request #62221 from ConteZero/drag_and_drop_option | Rémi Verschelde | |
Add an option to drag'n'drop selected text in ``TextEdit`` | |||
2022-06-26 | Add an option to drag'n'drop selected text in TextEdit | ConteZero | |
2022-06-26 | Properly handle game pause in VideoPlayer | kobewi | |
2022-06-25 | Merge pull request #61435 from nathanfranke/tab-container-repaint | Rémi Verschelde | |
repaint tab container when changing tab visibility (fixes filesystem tab disappearing) | |||
2022-06-25 | Merge pull request #62311 from KoBeWi/anuluj | Rémi Verschelde | |
Replace some TTRCs with RTRs | |||
2022-06-25 | Fix ProgressBar's minimum size not updating when toggling its percent_visible | Rindbee | |
2022-06-23 | repaint tab container when changing tab visibility | Nathan Franke | |
2022-06-23 | enhancement: rename exposed property Control::minimum_size to ↵ | Pierre-Thomas Meisels | |
Control::custom_minimum_size | |||
2022-06-22 | Replace some TTRCs with TTRs | kobewi | |
2022-06-20 | Improve TileSet editor and add more suffixes | FireForge | |
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the ↵ | bruvzg | |
TextServer. | |||
2022-06-15 | Merge pull request #61997 from Rindbee/fix-ColorPicker-wrong-sampling | Rémi Verschelde | |
Fix wrong sampling in ColorPicker | |||
2022-06-15 | Expose PopupMenu set/get_item_horizontal_offset() | FireForge | |
- Renames setter from set_item_h_offset() - Adds getter | |||
2022-06-15 | Fix the bug that the sampling position is reversed, make eyedrop reusable. | Rindbee | |
2022-06-14 | Add vector value linking | kobewi | |
Co-authored-by: redlamp <244062+redlamp@users.noreply.github.com> | |||
2022-06-13 | Merge pull request #61819 from bruvzg/button_overrun | Rémi Verschelde | |
2022-06-13 | Merge pull request #61842 from bruvzg/popup_fixes_sw | Rémi Verschelde | |
2022-06-13 | [RTL] Fix underline/overline/strikethrough interaction with the "visible ↵ | bruvzg | |
characters" property. | |||
2022-06-13 | Single-window mode popups and edited scene windows fixes. | bruvzg | |
Fix single-window mode popup not closing when OptionBox is clicked. Fix single-window mode submenus closing when parent menu item, that was used to open it is clicked (using same safe-area logic as platform specific code). Disallow windows that are part of an edited scene from being set as exclusive or popup to prevent it from locking up the editor. | |||
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
2022-06-10 | Fix setting line edit caret after dobule and triple click | iwek | |
2022-06-08 | Add overrun behavior to the Button. | bruvzg | |
2022-06-07 | Merge pull request #59786 from V-Sekai/ok_color | Rémi Verschelde | |
Allow picking similar colours using OKHSL. | |||
2022-06-07 | Allow picking similar colours using OKHSL. | K. S. Ernest (iFire) Lee | |
2022-06-07 | Merge pull request #61726 from YeldhamDev/always_clear | Rémi Verschelde | |
Take into account the clear icon's size even when not visible in `LineEdit`s | |||
2022-06-06 | [RTL] Stop processing thread before deleting scroll bar. | bruvzg | |
2022-06-06 | Merge pull request #61724 from iwek7/fixing_rich_text_label | Rémi Verschelde | |
Fix richTextLabel scroll showing | |||
2022-06-05 | Fix richTextLabel scroll showing | iwek | |
2022-06-05 | Take into account the clear icon's size even when not visible in `LineEdit`s | Michael Alexsander | |
2022-06-05 | Fix strange behavior with list close tags and empty list tags | Rindbee | |
Fix the first two points in #61621. Support for two writing ways: compact or loose. The loose one is designed for easy editing in the editor. For this, the first blank line (if exists) right after the list tags (`[ol]`, `[/ol]`, `[ul]`, and `[/ul]`) will be ignored. Make sure the empty list contains at least one item, that is, an empty list is ultimately a list with one item. As a reminder here is a list. | |||
2022-06-02 | Merge pull request #61631 from iwek7/redundant_min_call | Rémi Verschelde | |
2022-06-02 | Remove redundant min call when setting line | iwek | |
2022-06-02 | Fix enclosed nodes calculation of GraphEdit comment nodes | Hendrik Brucker | |
2022-06-01 | Fix theme propagation for children of top level controls and windows | Yuri Sizov | |