Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-10-01 | Fix deleting selection at the first line do not work with backspace | Jean-Michel Bernard | |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative ↵ | bruvzg | |
interface. | |||
2021-10-01 | Allow non-control Nodes to handle drag forwarding (e.g. Windows) | Eric M | |
2021-10-01 | Merge pull request #53277 from YeldhamDev/tabs_renaming | Rémi Verschelde | |
2021-09-30 | Rename some elements of `Tabs` | Michael Alexsander | |
2021-09-30 | Use range iterators for `Map` | Lightning_A | |
2021-09-30 | Merge pull request #53112 from EricEzaM/better-breakpoint-gutter | Rémi Verschelde | |
2021-09-30 | Improved breakpoint gutter for CodeEdit. | Eric M | |
Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry. | |||
2021-09-29 | Fix TextOp setting to none when typing | Paulb23 | |
2021-09-29 | Merge pull request #53000 from Chaosus/lineedit_expose_selection_methods | Rémi Verschelde | |
2021-09-29 | Merge pull request #53189 from AnilBK/use-class-specific-funcs | Rémi Verschelde | |
2021-09-29 | Use functions defined in the their classes. | Anilforextra | |
2021-09-28 | Fix tree title column size minimum width | jmb462 | |
2021-09-28 | Merge pull request #53001 from floppyhammer/fix-tree-item-width | Rémi Verschelde | |
2021-09-26 | Fix LineEdit and TextEdit double-click and triple-click selection | jmb462 | |
2021-09-26 | Merge pull request #52824 from e8newallm/52680 | Rémi Verschelde | |
Updated Tabs to not update excessively | |||
2021-09-26 | Updated Tabs to not update excessively | Matthew Newall | |
2021-09-26 | Fix minimum size of TreeItem | floppyhammer | |