| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | CI: Update `clang-format` pre-commit hook to 19.1.0 | Rémi Verschelde | 2024-09-26 | 1 | -1/+1 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -9/+9 |
* | Enabled 'Scrolling' signal when scrolling with middle mouse on RichTextLabel/... | Sofox | 2024-04-22 | 1 | -21/+36 |
* | Document, cleanup and fix some theme properties | kobewi | 2023-09-27 | 1 | -17/+0 |
* | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -18/+15 |
* | [RTL] Improve scroll bar responsiveness during updates. | bruvzg | 2023-08-14 | 1 | -0/+8 |
* | Merge pull request #67910 from pkowal1982/scroll_bar | Rémi Verschelde | 2023-03-08 | 1 | -4/+8 |
|\ |
|
| * | Fix scrolling behaviour with low page value | Paweł | 2022-10-26 | 1 | -4/+8 |
* | | Clean-up, harmonize, and improve StyleBox API | Yuri Sizov | 2023-01-19 | 1 | -3/+3 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | | Fix Determining Window for Touchscreen | Markus Sauermann | 2022-12-07 | 1 | -1/+1 |
|/ |
|
* | Code simplifications | Markus Sauermann | 2022-10-18 | 1 | -1/+1 |
* | Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ... | Eric M | 2022-09-24 | 1 | -6/+6 |
* | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky | 2022-09-06 | 1 | -2/+2 |
* | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov | 2022-09-01 | 1 | -29/+47 |
* | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -6/+6 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -2/+2 |
* | Add suffixes to all nodes and resources | FireForge | 2022-06-11 | 1 | -1/+1 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -5/+0 |
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -147/+150 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -4/+4 |
* | Construct values only when necessary. | Anilforextra | 2021-09-23 | 1 | -1/+1 |
* | Merge pull request #51805 from skysphr/scrollbar-icons-pressed | Hugo Locurcio | 2021-09-13 | 1 | -2/+24 |
|\ |
|
| * | Added increment_pressed and decrement_pressed icons to scrollbars | skysphr | 2021-08-17 | 1 | -2/+24 |
* | | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -2/+1 |
|/ |
|
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -26/+26 |
* | Fix crashes in *_input functions | Rafał Mikrut | 2021-04-05 | 1 | -0/+2 |
* | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -3/+3 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -4/+4 |
* | Cleanup unused engine code | Tomasz Chabora | 2020-12-09 | 1 | -12/+0 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | GUI ScrollBar: possible fix for scrolling | Sergey Minakov | 2020-07-25 | 1 | -1/+1 |
* | Allow scroll_to_line when scroll_active is 'false' | Dominik 'dreamsComeTrue' Jasiński | 2020-06-03 | 1 | -13/+8 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -21/+36 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -64/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -4/+4 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -25/+25 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -11/+9 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -1/+1 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -9/+9 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -9/+9 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fix always true/false values | qarmin | 2019-06-20 | 1 | -21/+20 |