summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+4
* Merge pull request #47351 from volzhs/graphedit-boxselectionRémi Verschelde2021-03-281-8/+9
|\
| * Fix typo 'previus_selected'volzhs2021-03-251-8/+8
| * Fix drawing boxselection on GraphEditvolzhs2021-03-251-0/+1
* | Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-14/+14
|/
* Prevent resizing minimap bigger than GraphEdit (Fix #47189)jmb4622021-03-201-1/+6
* Enable zooming graph_edit with scrollwheelLightning_A2021-03-181-16/+8
* Properly hide GraphEdit's minimapYuri Sizov2021-03-011-1/+6
* Fix GraphEdit connects when graph is zoomed/unzoomed Yuri Roubinsky2021-02-271-10/+15
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-13/+5
* Merge pull request #45870 from gongpha/graphedit-connection-updateRémi Verschelde2021-02-111-0/+11
|\
| * Update GraphEdit when GraphNode's slot is updatedKongfa Waroros2021-02-111-0/+11
* | Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-13/+0
|/
* doc: Don't bind argument names with p_ prefixRémi Verschelde2021-02-041-3/+3
* Fix minimap capturing events and improve its themeYuri Sizov2021-01-251-1/+5
* Prevent signal disconnection attempts on invalid referencesYuri Sizov2021-01-141-3/+16
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde2020-12-281-7/+7
|\
| * Rename unselect to deselectMarcel Admiraal2020-12-211-7/+7
* | Update GraphEdit connection to reflect new signal nameMarcel Admiraal2020-12-261-2/+2
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-28/+28
|/
* Added GraphEdit properties to control lines thickness and antialiasingYuri Roubinsky2020-12-181-5/+31
* FIx visual issues with GraphEdit minimapYuri Sizov2020-12-171-13/+13
* Add a minimap to the GraphEditYuri Sizov2020-11-301-7/+352
* Restored antialiased lines by emulation using triangle stripsYuri Roubinsky2020-11-271-2/+2
* Removed underscore from GraphEdit begin/end_node_move signalsYuri Roubinsky2020-10-201-4/+4
* Fix emit_signal timing for GraphEdit's begin/end node moveGabriel Van Eyck2020-10-191-2/+8
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-1/+1
* Disconnect item_rect_changed when removing a child of GraphEditWilson E. Alvarez2020-09-111-0/+1
* Emit signals for GraphEdit multi-node selection and unselectionMaganty Rushyendra2020-07-091-2/+20
* Fix GraphEdit reconnecting to disconnected portYuri Roubinsky2020-07-051-1/+1
* Prevents incorrect connection attempt on port clicking in GraphEditYuri Roubinsky2020-07-041-50/+56
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+9
* Remove get_local_mouse_position() hack in GraphEditsmartin0152020-05-161-8/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-41/+76
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-104/+0
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-3/+3
* Rename InputFilter back to InputRémi Verschelde2020-04-281-10/+10
* Add "node_unselected" signal for GraphEditasheraryam2020-04-151-7/+18
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-17/+17
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-10/+10
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-4/+4
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-4/+4
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-27/+14
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
|/
* Added StringName as a variant type.Juan Linietsky2020-02-211-4/+4