Age | Commit message (Expand) | Author |
2022-03-12 | popup_request signal emits mouse click position | Fazil Babu |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-23 | Minor tweaks and fixes to panning | kobewi |
2022-01-21 | Add ViewPanner to 2D editor | kobewi |
2022-01-11 | Unify panning in sub-editors and make it configurable | kobewi |
2022-01-07 | Merge pull request #56575 from HaSa1002/drag-signal-began | Rémi Verschelde |
2022-01-07 | Rename GraphEdit connection_drag_begun to connection_drag_started | Johannes Witt |
2022-01-07 | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere | Rémi Verschelde |
2022-01-06 | Add `GraphEdit` drag notifications | Johannes Witt |
2022-01-04 | Merge pull request #56347 from NNesh/fix/graph_editor_out_of_range_alignment | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2022-01-02 | Fixed a invalidation of sets and out of range in the _horizontal_alignment fu... | NNesh |
2021-12-29 | Use GDVIRTUAL* macros when binding virtual methods in exposed classes | Yuri Sizov |
2021-12-15 | Merge pull request #52015 from mechPenSketch/expose_hotzones2 | Rémi Verschelde |
2021-12-12 | Expose connection hot zones in GraphNode | mechPenSketch |
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-15 | Making nodes enclosed within comment move with the comment node | Umang Kalra |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-04 | Remove EDSCALE dependency from /scene/gui | Yuri Sizov |
2021-09-29 | Use functions defined in the their classes. | Anilforextra |
2021-09-23 | Construct values only when necessary. | Anilforextra |
2021-09-23 | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som... | Rémi Verschelde |
2021-09-14 | Fix error when moving graph node | kobewi |
2021-08-28 | Add support for internal nodes | kobewi |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Fix GraphEdit connection colors | Jummit |
2021-08-22 | Make GraphEdit connections consistent on zoom | Jummit |
2021-08-22 | Merge pull request #51965 from theoway/fix_node_arranger_origin_bug | K. S. Ernest (iFire) Lee |
2021-08-22 | Fixes position offset of node groups set by arrange_nodes() in GraphEdit | Umang Kalra |
2021-08-21 | Refactor GraphEdit connections | Jummit |
2021-08-20 | Add missing SNAME macro optimization for StringName in some functions | jmb462 |
2021-08-12 | Better port handling connection for `GraphEdit` | Yuri Roubinsky |
2021-08-11 | Automatic arrangement of nodes in VisualScript/VisualShaders editors | Umang Kalra |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-25 | Remove clips_input() method and use clip_content | kobewi |
2021-06-17 | Scrollwheel (w/o ctrl) to zoom, mouse warping when panning | Lightning_A |
2021-06-16 | Make zoom limits and step adjustable in GraphEdit | Yuri Sizov |
2021-06-15 | Merge pull request #49437 from Calinou/graphedit-allow-higher-lower-zoom-values | Rémi Verschelde |
2021-06-10 | Move default values from definition to declaration in GraphEdit | Marcel Admiraal |
2021-06-08 | Allow higher and lower maximum zoom values in GraphEdit | Hugo Locurcio |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-04-05 | Make scrollwheel zoom based on mouse position | Lightning_A |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-28 | Merge pull request #47351 from volzhs/graphedit-boxselection | Rémi Verschelde |
2021-03-25 | Fix typo 'previus_selected' | volzhs |