Age | Commit message (Expand) | Author |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-20 | Prevent resizing minimap bigger than GraphEdit (Fix #47189) | jmb462 |
2021-03-18 | Enable zooming graph_edit with scrollwheel | Lightning_A |
2021-03-01 | Properly hide GraphEdit's minimap | Yuri Sizov |
2021-02-27 | Fix GraphEdit connects when graph is zoomed/unzoomed | Yuri Roubinsky |
2021-02-18 | Removed hardcoded shortcuts from /scene and converted to input actions | Eric M |
2021-02-11 | Merge pull request #45870 from gongpha/graphedit-connection-update | Rémi Verschelde |
2021-02-11 | Update GraphEdit when GraphNode's slot is updated | Kongfa Waroros |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-02-04 | doc: Don't bind argument names with p_ prefix | Rémi Verschelde |
2021-01-25 | Fix minimap capturing events and improve its theme | Yuri Sizov |
2021-01-14 | Prevent signal disconnection attempts on invalid references | Yuri Sizov |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Merge pull request #44569 from madmiraal/rename-unselect-deselect | Rémi Verschelde |
2020-12-26 | Update GraphEdit connection to reflect new signal name | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-21 | Rename unselect to deselect | Marcel Admiraal |
2020-12-18 | Added GraphEdit properties to control lines thickness and antialiasing | Yuri Roubinsky |
2020-12-17 | FIx visual issues with GraphEdit minimap | Yuri Sizov |
2020-11-30 | Add a minimap to the GraphEdit | Yuri Sizov |
2020-11-27 | Restored antialiased lines by emulation using triangle strips | Yuri Roubinsky |
2020-10-20 | Removed underscore from GraphEdit begin/end_node_move signals | Yuri Roubinsky |
2020-10-19 | Fix emit_signal timing for GraphEdit's begin/end node move | Gabriel Van Eyck |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar |
2020-09-11 | Disconnect item_rect_changed when removing a child of GraphEdit | Wilson E. Alvarez |
2020-07-09 | Emit signals for GraphEdit multi-node selection and unselection | Maganty Rushyendra |
2020-07-05 | Fix GraphEdit reconnecting to disconnected port | Yuri Roubinsky |
2020-07-04 | Prevents incorrect connection attempt on port clicking in GraphEdit | Yuri Roubinsky |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
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 |