itsmattkc
|
2da492f79f
|
declare unused variable (might use it later)
|
2022-01-02 12:35:55 -08:00 |
|
itsmattkc
|
a7be16fec9
|
finished refactoring copy/paste code
|
2021-12-30 19:35:52 -08:00 |
|
itsmattkc
|
8daa83b682
|
work towards finishing nodeview copy/paste refactor
|
2021-12-29 18:44:14 -08:00 |
|
itsmattkc
|
65a1c75933
|
clean up and remove nodegroupdialog
|
2021-12-27 20:56:04 -08:00 |
|
itsmattkc
|
5223483e8e
|
work towards group editor
|
2021-12-27 15:16:49 -08:00 |
|
itsmattkc
|
671fafb496
|
refined some nodeview behavior
|
2021-12-18 14:03:44 -08:00 |
|
itsmattkc
|
090fbb09d0
|
contexts in param view
|
2021-12-08 14:08:12 -08:00 |
|
itsmattkc
|
e98ac256c6
|
reorganized some lines to prevent a crash
|
2021-12-03 12:03:33 -08:00 |
|
itsmattkc
|
f4230a1805
|
nodeview: accept ctrl dragging inputs too
|
2021-12-02 08:56:48 -08:00 |
|
itsmattkc
|
2473bccec3
|
implemented arrays and reimplemented expanding
|
2021-12-01 12:14:26 -08:00 |
|
itsmattkc
|
239a019690
|
many improvements and reimplementations
|
2021-11-29 21:22:49 -08:00 |
|
itsmattkc
|
495b07fc55
|
implemented node groups
|
2021-11-24 17:58:48 -08:00 |
|
itsmattkc
|
a94c7169f2
|
store expanded status in context
|
2021-11-19 17:14:56 -08:00 |
|
itsmattkc
|
a391e63252
|
cleaned up some no longer used functions
|
2021-11-19 16:46:39 -08:00 |
|
itsmattkc
|
40783bcc6d
|
reimplemented adding/removing/connecting/disconnecting
|
2021-11-19 15:47:31 -08:00 |
|
itsmattkc
|
a6af473f53
|
reimplemented node positioning and deleting
|
2021-11-17 12:09:41 -08:00 |
|
itsmattkc
|
93be94bc2c
|
more work
|
2021-11-16 23:58:34 -08:00 |
|
itsmattkc
|
854ca0a7a9
|
reimplemented edge connect/disconnect
|
2021-11-12 11:51:13 -08:00 |
|
itsmattkc
|
3c6bc80c8f
|
further improved new node view
|
2021-11-12 11:06:06 -08:00 |
|
itsmattkc
|
0c92bc3f08
|
fixed some compile issues on non-msvc
|
2021-11-10 22:32:44 -08:00 |
|
itsmattkc
|
6033039046
|
improved connector UI in node view
|
2021-11-10 21:59:54 -08:00 |
|
itsmattkc
|
9c650883c2
|
implement context item in node view
|
2021-11-10 16:33:59 -08:00 |
|
itsmattkc
|
42ce950e02
|
nodeview: improved selection algorithms
|
2021-09-29 11:23:01 -07:00 |
|
itsmattkc
|
c7bcf4ecad
|
nodeview: remove from attached items when removing node
|
2021-09-27 11:10:31 -07:00 |
|
itsmattkc
|
67c7c71ca2
|
implemented "value hints" for choosing output values to use
|
2021-09-17 20:56:53 -07:00 |
|
itsmattkc
|
b07bccb7dc
|
nodes: revert to single output
|
2021-09-07 22:01:36 -07:00 |
|
itsmattkc
|
878d09f6e6
|
nodeview: null check on item
Hopefully this doesn't break behavior
Fixes #1687
Fixes #1736
|
2021-08-25 23:09:36 -07:00 |
|
itsmattkc
|
5cd6aaba66
|
nodeview: position edge on creation
Fixes #1708
|
2021-08-14 12:55:08 -07:00 |
|
itsmattkc
|
bdbeb111e8
|
ui: make color setting undoable
|
2021-08-07 20:37:40 -07:00 |
|
itsmattkc
|
132e637f3f
|
Merge pull request #1696 from pgilfernandez/nodes_mini-map
Nodes mini-map button (iconized)
|
2021-08-06 10:11:43 -07:00 |
|
itsmattkc
|
3b9421f90e
|
multiundocommand: keep undo/redo under protected
Minor code improvement
|
2021-08-01 13:37:32 -07:00 |
|
Pablo Gil
|
e5c2960ed6
|
remove "mini-map" Node toolbar button text and add new icon
|
2021-07-29 20:21:37 +02:00 |
|
itsmattkc
|
3f785f30fd
|
nodeview: ensure node is cleanly removed at all times
|
2021-07-23 23:38:24 -07:00 |
|
itsmattkc
|
c356c241b9
|
nodeview: disable toolbar when null graph set
|
2021-07-23 23:35:08 -07:00 |
|
itsmattkc
|
1c8b1b6006
|
nodeview: fixed pasting/duplicating crash
|
2021-07-23 22:09:28 -07:00 |
|
itsmattkc
|
a83be3a253
|
nodeview: combined paste/duplicate code
Code cleanup. Doesn't fix bug involved with pasting or duplicating.
|
2021-07-23 17:47:08 -07:00 |
|
itsmattkc
|
9f9b007cbf
|
nodeview: significantly improve nodeview "show all" algorithm
|
2021-07-19 18:40:56 -07:00 |
|
itsmattkc
|
8d72685eaa
|
nodeview: stripped out auto-position function
Hopefully this shouldn't be necessary anymore
|
2021-07-19 18:40:22 -07:00 |
|
itsmattkc
|
9c63393f50
|
nodeview: implemented workable solution to connecting contexts together to show all
Functional, now we just need to fine tune and optimize it.
|
2021-07-19 02:27:40 -07:00 |
|
itsmattkc
|
a8abe5167c
|
nodeview: calculate triangle size from title bar rect
|
2021-07-19 01:44:04 -07:00 |
|
itsmattkc
|
52c5617159
|
undo: wrapped redo/undo functions to ensure prepare is called
|
2021-07-17 00:14:24 -07:00 |
|
itsmattkc
|
84e639606f
|
nodeview: ensure nodes are disconnected when clearing
|
2021-07-16 21:32:34 -07:00 |
|
itsmattkc
|
07c841f76d
|
nodeview: prelim work towards show all functionality
|
2021-07-16 20:30:46 -07:00 |
|
itsmattkc
|
61010ad6a6
|
nodeview: updated commands for new streamlined system
|
2021-07-16 02:06:02 -07:00 |
|
itsmattkc
|
c41047ab02
|
timeline: reorganized undo commands
Split commands between several files rather than having them all in two monolithic ones.
|
2021-07-16 01:38:20 -07:00 |
|
itsmattkc
|
9b0b3962fe
|
nodeview: set focus when adding a node
Ensures users can "Esc" out of it
|
2021-07-11 16:44:07 -07:00 |
|
itsmattkc
|
cae2c360c2
|
nodeview: added border to minimap
|
2021-07-10 15:35:31 -07:00 |
|
itsmattkc
|
4d69e55799
|
nodeview: implemented dragger to create edge without holding key
|
2021-07-10 10:19:36 -07:00 |
|
itsmattkc
|
6e14e51f21
|
nodeview: added 'add' button to toolbar
|
2021-07-10 08:51:51 -07:00 |
|
itsmattkc
|
652a53c18e
|
nodeview: added rudimentary toolbar
Only button there is a toggle for the mini-map.
|
2021-07-09 21:57:53 -07:00 |
|