Age | Commit message (Expand) | Author |
2020-05-16 | Remove get_local_mouse_position() hack in GraphEdit | smartin015 |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-29 | [Core] Rename linear_interpolate to lerp | Aaron Franke |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-15 | Add "node_unselected" signal for GraphEdit | asheraryam |
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 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | 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-02-07 | GraphEdit: Fix regression with GraphNode mouse filter | Rémi Verschelde |
2020-02-06 | Merge pull request #35068 from akien-mga/containers-mouse-filter-pass | Rémi Verschelde |
2020-01-16 | Fix scrollbar regression on large scales | Michael Alexsander |
2020-01-14 | Cleanup unnecessary code from before the scrollbar overlapping fixes | Michael Alexsander |
2020-01-13 | Fix more instances of overlapping scrollbars | Michael Alexsander |
2020-01-13 | Use MOUSE_FILTER_PASS for all containers (but PanelContainer) | Rémi Verschelde |
2020-01-07 | Make possible to edit the GraphEdit's selection rect colors | Michael Alexsander |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-15 | Make holding Ctrl toggle snapping in GraphEdit | Hugo Locurcio |
2019-08-30 | Fixed GraphEdit header icons to make them update when theme is changed | Chaosus89 |
2019-08-15 | Add an outline to box selection rectangles for better visibility | Hugo Locurcio |
2019-07-31 | Implement copy/paste in visual shaders | Chaosus |
2019-06-27 | Shows menu when dragging connection on empty space in visual shader graph | Chaosus |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke |
2019-03-31 | Use the editor theme's accent color for 2D/3D selections and rotations | Hugo Locurcio |
2019-03-01 | Fixed some crashers, closes #26393 | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-02 | Make GraphEdit lines smoother and scale their width on hiDPI displays | Hugo Locurcio |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde |
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias |
2018-10-19 | Repaired mistyped of 'just_disconnected'. | M. Huri |
2018-10-03 | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas |
2018-08-20 | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky |
2018-07-24 | Improve VisualScript UX | K. S. Ernest (iFire) Lee |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky |