index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
curve_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2022-02-16
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-08
Use fill() to fill an entire image instead of setting pixels individually.
Anilforextra
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-06
Fix bad popups offset in editor with single window off
jmb462
2021-11-30
Improve Curve with const and real_t
Aaron Franke
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-10-28
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-07-19
Add scaling to the curve editor's handles
Atlinx
2021-07-18
Optimize StringName usage
reduz
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-01-12
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
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-14
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
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-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-19
Fixes Curve Editor margin
Haoyu Qiu
2019-10-26
Fixed #21527 (Show hint to right click when curve editor is empty)
MCrafterzz
2019-09-25
Merge pull request #32345 from nekomatata/fix-curve-delete-point-error
Rémi Verschelde
2019-09-25
Reset hovered point in Curve when deleted to avoid errors on draw
PouleyKetchoupp
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-02
Implement snapping in the Curve editor
Hugo Locurcio
2019-07-10
Merge pull request #30455 from qarmin/const_reference
Rémi Verschelde
2019-07-10
Use reference to constant in functions
qarmin
2019-07-09
Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`
Hugo Locurcio
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
[next]