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
/
plugins
/
curve_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-2
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-11
/
+11
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-2
/
+2
*
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: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-5
/
+4
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-4
/
+2
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-6
/
+6
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-4
/
+0
*
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
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
*
Fixes Curve Editor margin
Haoyu Qiu
2019-12-19
1
-12
/
+16
*
Fixed #21527 (Show hint to right click when curve editor is empty)
MCrafterzz
2019-10-26
1
-0
/
+3
*
Merge pull request #32345 from nekomatata/fix-curve-delete-point-error
Rémi Verschelde
2019-09-25
1
-0
/
+3
|
\
|
*
Reset hovered point in Curve when deleted to avoid errors on draw
PouleyKetchoupp
2019-09-25
1
-0
/
+3
*
|
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
|
/
*
Implement snapping in the Curve editor
Hugo Locurcio
2019-09-02
1
-3
/
+13
*
Merge pull request #30455 from qarmin/const_reference
Rémi Verschelde
2019-07-10
1
-1
/
+1
|
\
|
*
Use reference to constant in functions
qarmin
2019-07-10
1
-1
/
+1
*
|
Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`
Hugo Locurcio
2019-07-09
1
-18
/
+1
|
/
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+1
*
Improve the curve editor rendering
Hugo Locurcio
2019-06-01
1
-11
/
+12
*
Merge pull request #27707 from Calinou/tweak-message-wording
Rémi Verschelde
2019-04-30
1
-9
/
+9
|
\
|
*
Improve wording of various messages and make casing more consistent
Hugo Locurcio
2019-04-21
1
-9
/
+9
*
|
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
1
-1
/
+1
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
1
-1
/
+2
*
Fix warnings about invalid logical not on left hand side [-Wlogical-not-paren...
Rémi Verschelde
2018-10-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Added possibility to change color of 2d editor grid
Chaosus
2018-08-19
1
-2
/
+2
*
-Hid texture flags by default so they dont take so much space
Juan Linietsky
2018-05-18
1
-2
/
+2
*
-Ability to open resources in the same window
Juan Linietsky
2018-05-17
1
-75
/
+17
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
Small fixes for the Curve Editor's context menu.
Michael Alexsander Silva Dias
2018-01-03
1
-20
/
+3
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+4
*
CurveEditor: fix can't edit right tangent
Poommetee Ketson
2017-10-03
1
-9
/
+9
*
Removed most of the custom colors from the interface.
Daniel J. Ramirez
2017-09-25
1
-8
/
+8
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-11
/
+11
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
-Split EditorPlugin into EditorPlugin and EditorInterface
Juan Linietsky
2017-08-26
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-7
/
+7
*
[#9292] Renamed Image.put_pixel() to set_pixel().
ducdetronquito
2017-07-07
1
-3
/
+3
*
Added Curve preview thumbnail
Marc Gilleron
2017-07-02
1
-0
/
+73
*
Fix curve saving, refined undo/redo
Marc Gilleron
2017-06-28
1
-29
/
+53
*
Curve features
Marc Gilleron
2017-06-26
1
-40
/
+142
[next]