| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | 2020-11-28 | 1 | -4/+2 |
| |\ |
|
| | * | Implement new shortcuts system. | Eric M | 2020-11-23 | 1 | -4/+2 |
| * | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -13/+22 |
| |/ |
|
| * | Refactored variant constructor logic | reduz | 2020-11-09 | 1 | -5/+6 |
| * | Refactored variant setters/getters | reduz | 2020-11-07 | 1 | -1/+2 |
| * | Renamed toplevel to be top_level | Duroxxigar | 2020-10-01 | 1 | -1/+1 |
| * | Don't warp mouse when selecting tracks | Tomasz Chabora | 2020-09-28 | 1 | -5/+0 |
| * | Small naming and tooltip tweaks | Michael Alexsander | 2020-07-23 | 1 | -2/+2 |
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -2/+2 |
| * | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 1 | -2/+2 |
| * | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -5/+10 |
| * | Merge pull request #36409 from fire/skeleton-custom-inspector | Rémi Verschelde | 2020-05-27 | 1 | -1/+1 |
| |\ |
|
| | * | Custom Skeleton3DEditorPlugin | K. S. Ernest (iFire) Lee | 2020-05-22 | 1 | -1/+1 |
| * | | Reverse mouse wheel in animation track editor | Tomasz Chabora | 2020-05-25 | 1 | -2/+2 |
| |/ |
|
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -124/+242 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+11 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -332/+0 |
| * | Enforce use of bool literals instead of integers | Rémi Verschelde | 2020-05-14 | 1 | -1/+1 |
| * | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -4/+12 |
| * | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -2/+2 |
| * | Fix crash when changing time value of multiple animation keys at once via ins... | Michael Alexsander | 2020-04-23 | 1 | -2/+5 |
| * | Merge pull request #37602 from Janglee123/reversed-zoom-scale-animtion-player | Rémi Verschelde | 2020-04-10 | 1 | -1/+1 |
| |\ |
|
| | * | Reversed timeline zoom slider | janglee | 2020-04-07 | 1 | -1/+1 |
| * | | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -32/+32 |
| * | | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -5/+5 |
| * | | Popups have also been converted to windows | Juan Linietsky | 2020-03-26 | 1 | -8/+10 |
| * | | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 1 | -1/+4 |
| * | | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -109/+109 |
| * | | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -4/+4 |
| * | | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
| * | | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| |/ |
|
| * | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -8/+8 |
| * | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -1/+4 |
| * | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -100/+58 |
| * | Fixed editor crash when the animation player has no root assigned. | Andrea Catania | 2020-02-26 | 1 | -0/+3 |
| * | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -25/+25 |
| * | Signals: Make callbacks non-const, callable_mp can't handle it | Rémi Verschelde | 2020-02-23 | 1 | -1/+1 |
| * | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -4/+4 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -62/+62 |
| * | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -28/+28 |
| * | Merge pull request #33903 from gururise/anim_length_edit | Rémi Verschelde | 2020-02-10 | 1 | -2/+2 |
| |\ |
|
| | * | change step size of animation length EditSpinSlider to match minimum animatio... | gururise | 2019-11-25 | 1 | -2/+2 |
| * | | Fixes leak in Animation Track editor | Haoyu Qiu | 2020-01-24 | 1 | -9/+16 |
| * | | Remove unused #if 0'ed code | Rémi Verschelde | 2020-01-21 | 1 | -20/+0 |
| * | | Fix inserting bezier curve in Animation editor | volzhs | 2020-01-10 | 1 | -2/+3 |
| * | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | | Makes more editor strings translatable | Haoyu Qiu | 2019-12-30 | 1 | -1/+1 |
| * | | Removed unused variables, add some constants numbers | Rafał Mikrut | 2019-12-10 | 1 | -1/+0 |
| |/ |
|
| * | Fix animation key snapping at high zooms | Tomasz Chabora | 2019-11-17 | 1 | -3/+8 |