1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-21 01:36:03 +08:00

5 Commits

Author SHA1 Message Date
Emre Dogan
7ec429ba77 Changed node rendering. Header and Body (and optionally ports) sections are separate images. Allows more customizability.
Updated Node Editor Preferences window. Better separators. Added additional appearance options.
Removed Rounding in GridToWindowPositionNoClipped() (and DrawGrid()) which was originally meant to fix UI Sharpness. But it did not have impact in my case and without it made panning feel much smoother.
2023-10-08 07:05:11 +01:00
Emre Dogan
ebb36fbd28 Changed group resizing, no longer snaps to cursor position.
Changed rename textfield styling to account for custom styling on NodeEditor.cs classes.
2023-10-07 04:44:35 +01:00
Emre Dogan
47396c06f4 Fixed renaming on group node jittering due to different header heights.
Added new virtual callback 'OnRenameActive()'. Called when rename is first activated.
2023-10-06 03:21:55 +01:00
Emre Dogan
6e579667b2 Added renaming undo/redo.
Fixed keyboard controls for renaming.
2023-10-06 01:47:49 +01:00
Emre Dogan
5ec46e53a1 Added inline UI for Node/Group renaming. 2023-10-06 00:55:54 +01:00