Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Defer activated signal after tree has been traversed. | Juan Linietsky | |
2019-01-14 | Hide visible popups by default if visible when entering tree, unless on ↵ | Juan Linietsky | |
editor. Fixes #24737 | |||
2019-01-08 | Update IME text only for focused input controls. | bruvzg | |
2019-01-06 | Fix jumping when scrolling down fast with smooth scroll enabled | Timo Schwarzer | |
Fixes #24773 | |||
2019-01-05 | Fix text edit wrapping beyond control size, issue 23896 | Paulb23 | |
2019-01-04 | Merge pull request #24738 from timoschwarzer/24725-fit-child-in-rect-null-check | Rémi Verschelde | |
Check if p_child is not null in Container.fit_child_rect() | |||
2019-01-03 | Check if p_child is not null in Container.fit_child_rect() | Timo Schwarzer | |
Fixes #24725 | |||
2019-01-03 | Merge pull request #24683 from SoIAS/autocompletion_menu_position_24674 | Rémi Verschelde | |
Fixed autocompletion menu vertical position | |||
2019-01-03 | Fixed autocompletion menu vertical position | Dawid Wdowiak | |
2019-01-02 | Make GraphEdit lines smoother and scale their width on hiDPI displays | Hugo Locurcio | |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-27 | Merge pull request #24588 from volzhs/tree-relationship-line | Rémi Verschelde | |
Draw relationship lines when its value is higher than 0 | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-27 | Merge pull request #24566 from ↵ | Rémi Verschelde | |
thomasruiz/fix/completion-box-center-text-vertically Center lines vertically in completion box | |||
2018-12-25 | Draw relationship lines when its value is higher than 0 | volzhs | |
2018-12-23 | Fix caret size with font smaller than row height | Thomas Ruiz | |
2018-12-23 | Center lines vertically in completion box | Thomas Ruiz | |
2018-12-18 | Fix Word wrap cache desync causing crash | Paulb23 | |
2018-12-18 | Merge pull request #24428 from akien-mga/label-uppercase | Rémi Verschelde | |
Label: Fix kerning when using Uppercase mode | |||
2018-12-17 | Don't accidentally convert string content to char | Hein-Pieter van Braam | |
Due to the right hand side of the :? trickery the rhs was cast to a char losing precision. Previously this didn't matter, but with CharProxy it does. (Previously we could just happily cast it back to a wchar_t and get the original 16 - 32 bits. Now we'll only ever get the first 8). | |||
2018-12-17 | Label: Fix kerning when using Uppercase mode | Rémi Verschelde | |
Seemingly a typo, I did not check what exact impact it had, but the x_ofs would likely have accumulated errors when using fonts with varying char widths. | |||
2018-12-15 | Fix item highlighting in PopupMenu for items with offset | Michael Alexsander Silva Dias | |
2018-12-14 | Prevent FileDialog from stealing focus when setting current file in editor | Kanabenki | |
2018-12-14 | Fix tree item editable cell not updating when windows was resized | Guilherme Felipe | |
2018-12-14 | Expose ButtonGroup's "get_buttons()" to GDScript | Michael Alexsander Silva Dias | |
2018-12-13 | Merge pull request #22870 from semtri/godot-issue-7620 | Rémi Verschelde | |
Fix richtextlabel meta links shouldn't open when swiping to scroll | |||
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde | |
2018-12-12 | ColorPicker fixes | merumelu | |
- Fix regression from #22402 which made presets invisible ingame with `tools=yes` builds. - Don't emit `color_changed` signal when deleting a preset as no color change happens. | |||
2018-12-11 | Merge pull request #21471 from RodZill4/issue_11893 | Rémi Verschelde | |
Fixed issue #11893 (SpinBox capturing mouse) | |||
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde | |
Changes IME to make it possible to use it from gdscript/gdnative | |||
2018-12-10 | Fixed issue #11893 (SpinBox Capturing mouse) | Rodolphe Suescun | |
To prevent the SpinBox from capturing mouse, added a "drag.allowed" variable that is set to true only when clicking inside the control. Entering the control with the left mouse button pressed will not trigger drag anymore. Also modified the value update code when dragging so it does not modify the base_val. | |||
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde | |
Use more subtle indentation guides in the script editor | |||
2018-12-07 | Merge pull request #22431 from DualMatrix/pivot | Rémi Verschelde | |
Fixed pivot tool not setting position of Controls correctly | |||
2018-12-07 | Merge pull request #22680 from lupoDharkael/color-picker-presets | Rémi Verschelde | |
ColorPicker: extend access to presets from gds | |||
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias | |
2018-12-03 | Merge pull request #24112 from allkhor/rich_label_update_cache | Rémi Verschelde | |
RichTextLabel: update the cache when the scroll hide. | |||
2018-12-02 | Merge pull request #24106 from groud/fix_split_container | Rémi Verschelde | |
Fixes collapsed SplitContainers | |||
2018-12-02 | RichTextLabel: update the cache when the scroll hide. | allkhor | |
2018-12-01 | Fixes collapsed SplitContainers | groud | |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor | |
2018-11-28 | Merge pull request #23993 from Kanabenki/autocomplete-ignore-case | Rémi Verschelde | |
Add suggestions ignoring case at the end of the code autocomplete | |||
2018-11-27 | Ceil tabs font size | allkhor | |
2018-11-26 | Add suggestions ignoring case at the end of the code autocomplete | Kanabenki | |
2018-11-26 | Merge pull request #23964 from allkhor/text_edit_clear_selection | Rémi Verschelde | |
TextEdit: remove selection when clear happens. | |||
2018-11-25 | TextEdit: remove selection when clear happens. | allkhor | |
2018-11-24 | Fix scroll bar lock when smooth scroll enabled, issue 23314 | Paulb23 | |
2018-11-23 | RichTextLabel: clear the scroll offset. | allkhor | |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME ↵ | bruvzg | |
methods to gdscript/gdnative. | |||
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | |
Unified Class and Reference Search 2: Resurrection |