Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | Merge pull request #68855 from Cafalaarl/Cafalaarl/master | Rémi Verschelde | |
Fixed incorrect gradient orientation in HSV vertical slider | |||
2022-11-21 | Code simplifications found by cppcheck | Markus Sauermann | |
They are based on: - Boolean arithmetic simplifications - setting variables that are not accessed - constant variables | |||
2022-11-19 | Rename TextureButton set_*_texture methods to set_texture_* | Aaron Franke | |
2022-11-19 | Fixed orientation of HSV rectangle vertical slider | Flynn Garthwaite | |
2022-11-17 | Fix multithreaded RTL resetting scroll position on resize. | bruvzg | |
2022-11-17 | Add `Control::localize_numeral_system` property to toggle automatic numeral ↵ | bruvzg | |
system conversion. | |||
2022-11-17 | Merge pull request #68589 from marzecdawid/remove-default-file-save-filedialog | Rémi Verschelde | |
Remove auto selecting the first file for FileDialog with Save mode | |||
2022-11-16 | Merge pull request #68573 from Sauermann/fix-optionbutton-popup | Rémi Verschelde | |
Fix position and size of OptionButton PopupMenu | |||
2022-11-14 | Merge pull request #68531 from marzecdawid/fix-gap-with-scrolling-down-in-Tree | Rémi Verschelde | |
Fix a gap with scrolling down in Tree with arrow keys (#57636) | |||
2022-11-14 | Fix a gap with scrolling down in Tree with arrow keys (#57636) | Dawid Marzec | |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann | |
2022-11-14 | Merge pull request #68448 from bruvzg/font_imp_tr | Rémi Verschelde | |
[Font] Add an import option to pre-render all glyphs required for the translation. | |||
2022-11-13 | Remove auto selecting the first file for FileDialog with Save file mode selected | Dawid Marzec | |
2022-11-12 | Fix position and size of OptionButton PopupMenu | Markus Sauermann | |
Use the correct Transform2D (get_global_transform_with_canvas) for position and size. | |||
2022-11-10 | [Font] Add an import option to pre-render all glyphs required for the ↵ | bruvzg | |
translation. | |||
2022-11-08 | [Line Edit] Ignore placeholder text when drawing caret. | bruvzg | |
2022-11-08 | Remove duplicate project settings definitions | kobewi | |
2022-11-07 | Merge pull request #68337 from alfredbaudisch/multi-caret-selection-fix | Rémi Verschelde | |
Fixes mouse click deselect for multi and single carets | |||
2022-11-07 | Code simplifications | Markus Sauermann | |
CanvasItemEditor: - p_result == ADD_MOVE is always true in this switch-clause - both parts of the if-else-clause do the same thing and simplified an affine_inverse call ControlEditorToolbar: - private function ControlEditorToolbar::_anchor_to_position is used nowhere. Looks like copy and paste from CanvasItemEditor::_anchor_to_position ScrollContainer: - screen_is_touchscreen is always true, because otherwise the function already returned TextLine: - both parts of the if-else-clause do the same thing and simplified return statement | |||
2022-11-06 | Mouse click deselect removes secondary carets and puts primary caret under ↵ | Alfred Reinold Baudisch | |
mouse position Fixes and closes #67993. | |||
2022-11-06 | Merge pull request #68282 from alfredbaudisch/backspace-multi-care | Rémi Verschelde | |
Correctly deletes multi-caret selection with backspace | |||
2022-11-05 | Pass caret index when deleting selection with backspace | Alfred Reinold Baudisch | |
Fixes and closes #67992 | |||
2022-11-04 | Add call_deferred() method to Callable | kobewi | |
2022-11-04 | Merge pull request #68097 from KoBeWi/no_signal🔕 | Rémi Verschelde | |
Add `set_value_no_signal()` to Range | |||
2022-11-04 | Merge pull request #67741 from cridenour/modular-color-picker | Rémi Verschelde | |
Modularize the Color Picker via properties and new picker mode. | |||
2022-11-04 | Modularize the Color Picker via properties. | Chris Ridenour | |
2022-11-03 | Merge pull request #67540 from KoBeWi/hue_hue_hue | Rémi Verschelde | |
Add a separate hue gradient for OKHSL mode | |||
2022-11-02 | Merge pull request #67928 from ↵ | Rémi Verschelde | |
YeldhamDev/we_really_need_a_callback_for_after_children_is_removed Fix problems with `tab_changed` signal when removing multiple tabs at once | |||
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde | |
- Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | |||
2022-11-02 | Merge pull request #68170 from alfredbaudisch/clear-selection-shortcut | Rémi Verschelde | |
Unified shortcut to clear carets and selections from TextEdit | |||
2022-11-02 | Merge pull request #67788 from 98teg/flow-container-alignment | Rémi Verschelde | |
Add alignment options to flow container | |||
2022-11-02 | Unified shortcut to clear carets and selections | Alfred Reinold Baudisch | |
Refactors`ui_text_remove_secondary_carets` from https://github.com/godotengine/godot/pull/68089 as `ui_text_clear_carets_and_selection`, with extra behaviour: - If there's only one active caret active with a selection, clears the selection. - In case there's more than one caret active, removes the secondary carets and clears selections. With this change, `TextEdit` then imitates the behaviour of VSCode for clearing carets and selections. | |||
2022-11-02 | Merge pull request #63335 from Spartan322/button-shortcut-feedback | Rémi Verschelde | |
Make `BaseButton` Shortcut feedback togglable | |||
2022-11-02 | Change hue icons to horizontal GradientTexture2D | kobewi | |
2022-11-02 | Add a separate hue gradient for OKHSL mode | kobewi | |
2022-11-02 | Merge pull request #63562 from Rindbee/better-scroll-conditions | Rémi Verschelde | |
Use more reasonable scrollable conditions in `ScrollContainer` | |||
2022-11-02 | Merge pull request #67994 from YeldhamDev/how_suggestive | Rémi Verschelde | |
Stop centering clicked suggestions in the autocomplete popup | |||
2022-10-31 | Add set_value_no_signal() to Range | kobewi | |
2022-10-31 | Shortcut and Bind to Remove Secondary Carets | Alfred Reinold Baudisch | |
Adds the bind `ui_text_remove_secondary_carets` to TextEdit, with ESC as the default shortcut. When the bind is performed, if the TextEdit has multiple carets, `remove_secondary_carets` is called and secondary carets are removed. This is useful when multiple selects are performed with `add_select_for_next_occurrence` #67644 or when multiple multiple carets are manually added, then it's possible to go back to a single caret with a shortcut. Closes #67991 | |||
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | |
Unify usage of GLOBAL/EDITOR_GET | |||
2022-10-31 | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't | Rémi Verschelde | |
Simplify GDVIRTUAL_CALL calls | |||
2022-10-31 | Merge pull request #67489 from timothyqiu/auto-select-all | Rémi Verschelde | |
Allow selecting SpinBox & LineEdit text when focus enters | |||
2022-10-31 | Merge pull request #63590 from golfinq/fbg-padding | Rémi Verschelde | |
Add padding options in theme for fg/bgcolor tags in RichTextLabel | |||
2022-10-31 | Merge pull request #67888 from KoBeWi/overridead | Rémi Verschelde | |
Remove `override_selected_font_color` property | |||
2022-10-31 | Merge pull request #67445 from Zylann/rename_queue_delete | Rémi Verschelde | |
Rename queue_delete => queue_free | |||
2022-10-31 | Merge pull request #67534 from KoBeWi/more_OK_in_OKHSL | Rémi Verschelde | |
Improve ColorPicker sliders in OKHSL mode | |||
2022-10-31 | Merge pull request #67496 from Paulb23/text-edit-crashes | Rémi Verschelde | |
Fix TextEdit action and CodeEdit completion crash | |||
2022-10-31 | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets | Rémi Verschelde | |
Add Caret Insert Below and Above shortcuts to TextEdit | |||
2022-10-31 | Merge pull request #66352 from arkology/progressbar_atlastexture_radial | Rémi Verschelde | |
Support AtlasTexture in radial modes of TextureProgressBar | |||
2022-10-29 | Allow selecting SpinBox & LineEdit text when focus enters | Haoyu Qiu | |