index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_audio_buses.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-1
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-1
/
+1
*
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-4
/
+4
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-2
/
+6
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-1
/
+0
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-3
/
+0
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-1
/
+1
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-1
/
+1
*
Make name of editor file dialog filters translatable
Haoyu Qiu
2022-03-05
1
-1
/
+1
*
Update audio effect icon when theme changes
Haoyu Qiu
2022-03-05
1
-2
/
+6
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-0
/
+9
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+4
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-12
/
+12
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-12
/
+12
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-1
/
+1
*
Fix various typos
luz paz
2022-01-13
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-2
/
+1
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-4
/
+6
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-6
/
+6
*
Construct values only when necessary.
Anilforextra
2021-09-23
1
-1
/
+1
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-2
/
+2
*
Fix theming in the audio bus editor
Yuri Sizov
2021-07-31
1
-28
/
+13
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-7
/
+7
*
Optimize StringName usage
reduz
2021-07-18
1
-46
/
+46
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-1
/
+1
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-3
/
+3
*
Improve the audio bus editor appearance
Hugo Locurcio
2021-05-27
1
-15
/
+26
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-2
/
+2
*
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
-1
/
+1
*
Reorganize Project Settings
reduz
2021-02-18
1
-3
/
+3
*
Improve resource load cache
reduz
2021-02-11
1
-3
/
+3
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-3
/
+3
*
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
-1
/
+1
*
Rename the TextureProgress node to TextureProgressBar
Hugo Locurcio
2020-12-14
1
-4
/
+4
*
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
[next]