Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | |
Sets `AlignOperands` to `DontAlign`. `clang-format` developers seem to mostly care about space-based indentation and every other version of clang-format breaks the bad mismatch of tabs and spaces that it seems to use for operand alignment. So it's better without, so that it respects our two-tabs `ContinuationIndentWidth`. | |||
2021-10-28 | Merge pull request #54342 from groud/remove_item_list_editor | Rémi Verschelde | |
2021-10-28 | Remove ItemList editor and replace it by a property array | Gilles Roudière | |
2021-10-27 | Merge pull request #54320 from YeldhamDev/tabbar_close_last_fix | Rémi Verschelde | |
2021-10-27 | Fix uninteractable singular tab in `TabBar` | Michael Alexsander | |
2021-10-27 | Merge pull request #54166 from ConteZero/unique_selection | Rémi Verschelde | |
2021-10-27 | Add option to make selection unique | ConteZero | |
2021-10-26 | Add focus font color to Button and derivatives | Yuri Sizov | |
2021-10-25 | Ignore empty Font resources as theme override. | bruvzg | |
Add range hint to font_size properties. Remove excessive `base_size` Font property. | |||
2021-10-23 | Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning | Rémi Verschelde | |
2021-10-23 | Merge pull request #54120 from zaevi/fix_null-ref_crashes | Rémi Verschelde | |
2021-10-23 | Merge pull request #54145 from zedutch/Fix-tree-notification-crash | Rémi Verschelde | |
2021-10-23 | Fix primary clipboard warning | ConteZero | |
2021-10-23 | Fix possible crash when calling Tree.notification from _ready | Robin Arys | |
2021-10-23 | Make RichTextLabel's parse_bbcode and append_text return void | Haoyu Qiu | |
2021-10-23 | Fix unexpected crashes in `notification` | Zae | |
2021-10-22 | Merge pull request #54088 from madmiraal/remove-unimplemented-methods | Rémi Verschelde | |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal | |
2021-10-21 | Merge pull request #54035 from Calinou/ctl-context-dialog-use-title-case | Rémi Verschelde | |
Use TitleCase for CTL dialog menu options | |||
2021-10-21 | Use TitleCase for CTL dialog menu options | Hugo Locurcio | |
This is more consistent with other actions exposed in the dialog. | |||
2021-10-20 | Fix Tabs crash where it still tries to detect the clicked tab even if there ↵ | Robin Arys | |
are none | |||
2021-10-20 | Merge pull request #53702 from ConteZero/primary_clipboard_linux | Rémi Verschelde | |
2021-10-20 | Merge pull request #53926 from YeldhamDev/i_am_tabbar_now | Rémi Verschelde | |
2021-10-19 | Fix: typo in TextParagraph class and docs | Murilo Gonçalves | |
2021-10-19 | Rename `Tabs` to `TabBar` | Michael Alexsander | |
2021-10-19 | Implement TileMap patterns palette | Gilles Roudière | |
2021-10-18 | Added primary clipboard for Linux | ConteZero | |
2021-10-18 | Fix crash when executing CodeEdit._main_gutter_draw_callback | Haoyu Qiu | |
2021-10-16 | Fix null crash with TextEdit | Ricardo Subtil | |
2021-10-15 | Remove WebM support (and deps libvpx and opus) | Rémi Verschelde | |
We've had many issues with WebM support and specifically the libvpx library over the years, mostly due to its poor integration in Godot's buildsystem, but without anyone really interested in improving this state. With the new GDExtensions in Godot 4.0, we intend to move video decoding to first-party extensions, and this would likely be done using something like libvlc to expose more codecs. Removing the `webm` module means we can remove libsimplewebm, libvpx and opus, which we were only used for that purpose. Both libvpx and opus were fairly complex pieces of the buildsystem, so this is a nice cleanup. This also removes the compile-time dependency on `yasm`. Fixes lots of compilation or non-working WebM issues which will be linked in the PR. | |||
2021-10-14 | Fix bilinear TextureProgressBar with nine patch enabled | floppyhammer | |
2021-10-11 | Fix inline IME input not working in the empty LineEdit with the placeholder. | bruvzg | |
2021-10-09 | Fix missing argument names in bindings | Rémi Verschelde | |
While at it, tweak some boolean setters to use `p_enabled` for the bool. Also renames `draw_minimap()` to `set_draw_minimap()`. | |||
2021-10-07 | Fix invisible tabs not being ignored in `Tabs` | Michael Alexsander | |
2021-10-07 | Replace references to VisualServer in code comments with RenderingServer | Hugo Locurcio | |
VisualServer no longer exists in the `master` branch. | |||
2021-10-06 | Merge pull request #53476 from Paulb23/breakpoint-move-up-fix | Rémi Verschelde | |
2021-10-06 | Fix breakpointed_lines out of sync when removing lines above | Paulb23 | |
2021-10-06 | Merge pull request #53460 from timothyqiu/tooltip-request-func | Rémi Verschelde | |
2021-10-06 | Fix crash when tooltip_request_func object is freed | Haoyu Qiu | |
2021-10-06 | Merge pull request #53446 from nekomatata/container-pre-sort-children | Rémi Verschelde | |
2021-10-05 | Add pre-sort signal and notification in Container | PouleyKetchoupp | |
Allows processing before children are sorted, useful for custom containers inherited from existing ones like BoxContainer. | |||
2021-10-06 | Fix the "END" key behaving like "PAGE_DOWN" in code completion. | Eric M | |
Before: behaved like page down. After: goes to last item. | |||
2021-10-04 | Merge pull request #53330 from jmb462/fix-bad-caret-position-after-ctrl-x | Rémi Verschelde | |
Fix caret position and viewport centering after deleting line (Ctrl-X) | |||
2021-10-04 | Merge pull request #53303 from akien-mga/53295-gdscript-completion-quote-style | Rémi Verschelde | |
2021-10-04 | Fix caret position and viewport centering after deleting line (Ctrl-X) | jmb462 | |
2021-10-04 | Merge pull request #53392 from YeldhamDev/tabs_offset_fix | Rémi Verschelde | |
2021-10-04 | GDScript completion: Handle quote style ad-hoc to remove editor dependency | Rémi Verschelde | |
`core` and `scene` shouldn't depend on `editor`, so they can't query this style setting in `get_argument_options`. But we can handle it after the fact in GDScript's completion code. Also cleans up a couple extra unused invalid includes in `core`. | |||
2021-10-04 | Fix `Tabs` offset overreaching when scrolling fast | Michael Alexsander | |
2021-10-04 | Remove EDSCALE dependency from /scene/gui | Yuri Sizov | |
2021-10-04 | Add the base scale factor to the Theme resource | Yuri Sizov | |