Age | Commit message (Expand) | Author |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-14 | Make sure stylebox is valid in EditorSpinSlider before using it | Yuri Sizov |
2021-08-02 | Use Command+Drag in EditSpinSlider on macOS | Haoyu Qiu |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-18 | Fix crash in EditorSpinSlider | kobewi |
2021-07-17 | Create many types of popups on demand | reduz |
2021-06-30 | Add right-to-left layout support for `EditorSpinSlider`. | bruvzg |
2021-06-30 | Fix editor suffixes and degrees conversion | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-16 | Documentation search fixes | Gregory Basile |
2021-05-23 | Mouse ptr reappears at drag start position | amor |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-04 | Fixed wrong mouse position after releasing grabber | kobewi |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-13 | fix-EditorSpinSlider-grabber-zoomed-position | jmb462 |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar |
2020-09-27 | Allow using a comma as decimal separator in EditorSpinSlider | Hugo Locurcio |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-05-15 | Hide editor_spin_slider grabber when closing Editor's windows | Dominik 'dreamsComeTrue' Jasiński |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-06 | Updated editor spin slider to have better behaviour and adjusted control's si... | Eric M |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups have also been converted to windows | Juan Linietsky |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-15 | Add a margin to EditorSpinSlider to visually line up the edited number | Hugo Locurcio |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-05 | Fix dragging spinner without control | Rafał Mikrut |
2019-10-24 | Fix incorrect text rendering with smaller display scale | volzhs |
2019-09-06 | Improve Ctrl snapping in EditorSpinSlider | Hugo Locurcio |
2019-09-03 | Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinslider | Rémi Verschelde |
2019-08-17 | Update Slider grabber position when using mouse wheel | Tomasz Chabora |
2019-08-13 | Add scrollwheel input to spin slider | Emmanuel Barroga |
2019-08-12 | Fix Right-Click Menu Deselecting Edits Content | Emmanuel Barroga |
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-16 | Ensure cursor is visible when EditorSpinSlider exits the tree | Rémi Verschelde |
2018-12-06 | Merge pull request #23608 from RySchmitt/fix_spin_slider | Rémi Verschelde |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke |