| 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 | -18/+12 |
| |\ |
|
| | * | Implement new shortcuts system. | Eric M | 2020-11-23 | 1 | -14/+9 |
| | * | Removed unhandled_key_input from editor AudioBus and instead connect to gui_i... | Eric M | 2020-11-23 | 1 | -4/+3 |
| * | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -3/+6 |
| |/ |
|
| * | Renamed toplevel to be top_level | Duroxxigar | 2020-10-01 | 1 | -1/+1 |
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -3/+3 |
| * | Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make t... | Michael Alexsander | 2020-07-11 | 1 | -2/+2 |
| * | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -3/+6 |
| * | Delete bus effect with Delete key | Tomasz Chabora | 2020-06-15 | 1 | -0/+13 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -18/+36 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -85/+0 |
| * | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -5/+1 |
| * | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -3/+3 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -4/+4 |
| * | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -36/+36 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -5/+5 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -3/+3 |
| * | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 1 | -1/+1 |
| |\ |
|
| | * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -1/+1 |
| * | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -56/+28 |
| |/ |
|
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -28/+28 |
| * | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -3/+3 |
| * | Merge pull request #35068 from akien-mga/containers-mouse-filter-pass | Rémi Verschelde | 2020-02-06 | 1 | -1/+0 |
| |\ |
|
| | * | Use MOUSE_FILTER_PASS for all containers (but PanelContainer) | Rémi Verschelde | 2020-01-13 | 1 | -1/+0 |
| * | | fix audio buses editor not save, close #26683 | RaphaelHunter | 2020-01-19 | 1 | -3/+3 |
| |/ |
|
| * | Makes more strings translatable | Haoyu Qiu | 2020-01-04 | 1 | -1/+1 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
| * | Fixed initial title in audio buses editor | Danil Alexeev | 2019-11-08 | 1 | -1/+2 |
| * | Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it | Michael Alexsander Silva Dias | 2019-09-25 | 1 | -2/+2 |
| * | Merge pull request #32021 from Calinou/editor-audio-bus-snapping | Rémi Verschelde | 2019-09-23 | 1 | -3/+19 |
| |\ |
|
| | * | Implement snapping in the audio bus editor | Hugo Locurcio | 2019-09-07 | 1 | -3/+19 |
| * | | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde | 2019-09-23 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Changed some code found by Clang Tidy and Coverity | qarmin | 2019-09-22 | 1 | -2/+2 |
| | |/ |
|
| * / | Display audio buses' current volume in a tooltip when hovering slider | Hugo Locurcio | 2019-09-06 | 1 | -1/+2 |
| |/ |
|
| * | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio | 2019-07-08 | 1 | -3/+3 |
| * | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -21/+17 |
| * | Enhancements for the audio bus editor | Michael Alexsander Silva Dias | 2019-06-09 | 1 | -169/+248 |
| * | Fix typos with codespell | Rémi Verschelde | 2019-05-19 | 1 | -11/+11 |
| * | Change font of audio notches to default font | Guilherme Felipe | 2019-04-08 | 1 | -2/+2 |
| * | Merge pull request #27644 from lupoDharkael/bus | Rémi Verschelde | 2019-04-08 | 1 | -5/+7 |
| |\ |
|
| | * | Allow default audio bus layout modification | lupoDharkael | 2019-04-05 | 1 | -5/+7 |
| * | | Merge pull request #25810 from TheYokai/mixer_improvements | Rémi Verschelde | 2019-04-07 | 1 | -11/+162 |
| |\ \
| |/
|/| |
|
| | * | New Nonlinear Audio Bus Mixer | Eoin O'Neill | 2019-04-06 | 1 | -11/+162 |
| * | | Make translatable some undo/redo operations in the editor | Michael Alexsander Silva Dias | 2019-02-21 | 1 | -1/+1 |
| * | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -3/+3 |
| |/ |
|
| * | EditorAudioBuses: Fix wrong tooltip for "Add Bus" | merumelu | 2019-02-12 | 1 | -1/+1 |
| * | Adds color to the audio buses buttons | groud | 2019-01-24 | 1 | -0/+7 |