summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-15/+15
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-2/+2
* Texture refactorJuan Linietsky2020-02-111-3/+3
* GraphEdit: Fix regression with GraphNode mouse filterRémi Verschelde2020-02-071-0/+1
* Merge pull request #35068 from akien-mga/containers-mouse-filter-passRémi Verschelde2020-02-061-2/+0
|\
| * Use MOUSE_FILTER_PASS for all containers (but PanelContainer)Rémi Verschelde2020-01-131-2/+0
* | Fix scrollbar regression on large scalesMichael Alexsander2020-01-161-2/+14
* | Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander2020-01-141-14/+3
* | Fix more instances of overlapping scrollbarsMichael Alexsander2020-01-131-0/+7
|/
* Make possible to edit the GraphEdit's selection rect colorsMichael Alexsander2020-01-071-8/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make holding Ctrl toggle snapping in GraphEditHugo Locurcio2019-11-151-2/+5
* Fixed GraphEdit header icons to make them update when theme is changedChaosus892019-08-301-5/+5
* Add an outline to box selection rectangles for better visibilityHugo Locurcio2019-08-151-2/+8
* Implement copy/paste in visual shadersChaosus2019-07-311-7/+23
* Shows menu when dragging connection on empty space in visual shader graphChaosus2019-06-271-2/+10
* Use approximate equallity methods in many placesAaron Franke2019-04-251-1/+1
* Use the editor theme's accent color for 2D/3D selections and rotationsHugo Locurcio2019-03-311-1/+3
* Fixed some crashers, closes #26393Juan Linietsky2019-03-011-2/+3
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-11/+11
* Make GraphEdit lines smoother and scale their width on hiDPI displaysHugo Locurcio2019-01-021-1/+9
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* Add tooltips to GraphEdit nodeMichael Alexsander Silva Dias2018-12-041-0/+4
* Repaired mistyped of 'just_disconnected'.M. Huri2018-10-191-6/+6
* Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-031-1/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\