-
-
Notifications
You must be signed in to change notification settings - Fork 561
Insights: GraphiteEditor/Graphite
Overview
Could not load contribution data
Please try again later
45 Pull requests merged by 14 people
-
Add 'Freeze Real Time' and 'Boundless Footprint' nodes as alternatives to using 'Memoize Impure'
#2509 merged
Apr 2, 2025 -
Blog post: Graphite progress report (Q4 2024)
#2169 merged
Apr 2, 2025 -
Add tests for document panning, zooming, and rotating
#2492 merged
Mar 31, 2025 -
Add test for chained GRS transformations
#2475 merged
Mar 29, 2025 -
Fix the Into nodes, which were broken but unused except in GPU nodes
#2480 merged
Mar 27, 2025 -
Remove subtyping for () from node graph type system
#2418 merged
Mar 26, 2025 -
Add tests for GRS transform cancellation
#2467 merged
Mar 23, 2025 -
New nodes: Mirror, Round Corners, Box Warp, Remove/Generate Handles, Spatial Merge by Distance
#2448 merged
Mar 19, 2025 -
Improve animation handler state management
#2471 merged
Mar 19, 2025 -
Experimental animation support
#2443 merged
Mar 19, 2025 -
Improve Text tool resize/drag behavior
#2428 merged
Mar 19, 2025 -
Add the Spreadsheet panel to inspect node output data
#2442 merged
Mar 19, 2025 -
Refactor many usages of Color to natively store linear not gamma
#2457 merged
Mar 18, 2025 -
Avoid crashing when a document can't be loaded
#2453 merged
Mar 18, 2025 -
Add Path tool support for dragging along an axis when Shift is held
#2449 merged
Mar 18, 2025 -
Refactor GRS messages and fix regression in chained GRS operations
#2450 merged
Mar 17, 2025 -
Fix Select tool resizing with Shift held allowing the constrained aspect ratio to change when snapping
#2441 merged
Mar 17, 2025 -
Make the Select tool box-select the deepest individual layers or their common shared parent
#2424 merged
Mar 15, 2025 -
Fix drawing tools to work in viewport space instead of document space
#2438 merged
Mar 15, 2025 -
Make the Transform node's skew parameter input actually in degrees
#2431 merged
Mar 14, 2025 -
Fix constrained snap when dragging by a compass rose axis and fix that axis line's jiggling
#2333 merged
Mar 13, 2025 -
New node: Merge by Distance
#2307 merged
Mar 13, 2025 -
Upgrade to the Rust 2024 edition
#2367 merged
Mar 13, 2025 -
Fix quick measuring of skewed and rotated layers by using the viewport space AABB
#2396 merged
Mar 12, 2025 -
In the Pen tool, make Space drag the whole manipulator group while dragging a handle
#2416 merged
Mar 12, 2025 -
Add sizing gizmos to the Text tool's text area
#2176 merged
Mar 12, 2025 -
Add recursive folder expand/collapse to the Layers panel
#2419 merged
Mar 10, 2025 -
Fix inconsistent stroke width in 'Outline' view mode
#2417 merged
Mar 10, 2025 -
Fix fill tool on raster image temporarily breaks the graph
#2398 merged
Mar 9, 2025 -
Fix noise pattern parameter issue
#2412 merged
Mar 9, 2025 -
Disable the Path tool's "Colinear Handles" checkbox when no interior anchors are selected
#2339 merged
Mar 8, 2025 -
Update dependencies throughout the project
#2401 merged
Mar 8, 2025 -
Add tests to the Ellipse, Artboard, and Fill tools
#2181 merged
Mar 7, 2025 -
Fix document upgrades to work recursively within subgraph nodes
#2369 merged
Mar 6, 2025 -
Fix chaining GRS commands so they work smoothly and don't add intermediate undo steps
#2297 merged
Mar 6, 2025 -
Allow the Line tool to drag start and end points of line layers
#2278 merged
Mar 6, 2025 -
Fix Pen tool click-dragging from handle causing opposite colinear handle to rotate with drag
#2338 merged
Mar 6, 2025 -
Enable free movement of transform cage edge during skew when Ctrl is held
#2358 merged
Mar 6, 2025 -
Fix Vello rendering the infinite canvas without a white background color
#2361 merged
Mar 6, 2025 -
Fix perf regression from updating the hints bar every frame
#2360 merged
Mar 6, 2025 -
Instance tables refactor part 4: replace ArtboardGroups with multi-row Instances<Artboard>
#2265 merged
Mar 3, 2025
36 Pull requests opened by 17 people
-
Update tauri to v2 and execute only the nodegraph natively
#2362 opened
Mar 4, 2025 -
Add Spline/Path mode option in the Pen tool to draw spline or path
#2368 opened
Mar 6, 2025 -
Add PTZ support for flipping the canvas
#2394 opened
Mar 7, 2025 -
Fix click and drag functionality overlap in path tool in extended select
#2395 opened
Mar 7, 2025 -
Add hints in status bar when node_graph overlay is displayed
#2415 opened
Mar 9, 2025 -
Add option to adjust viewport zoom rate in the preferences dialog
#2420 opened
Mar 10, 2025 -
Make the node catalog, originating from a wire dropped in the graph, filter for valid types
#2423 opened
Mar 11, 2025 -
Audit security vulnerabilities on cron schedule
#2425 opened
Mar 11, 2025 -
trying to fix shallow select
#2430 opened
Mar 13, 2025 -
Reenable Specta integration
#2432 opened
Mar 14, 2025 -
Add Convex Hull node
#2436 opened
Mar 14, 2025 -
Create outline with "non-scaling-stroke" SVG tag
#2437 opened
Mar 14, 2025 -
Improving Pen tool
#2452 opened
Mar 17, 2025 -
Shape tools refactor
#2454 opened
Mar 17, 2025 -
Vello support: Outline mode rendering
#2455 opened
Mar 18, 2025 -
fix gradient on raster graph error
#2456 opened
Mar 18, 2025 -
Experimental integration of the Rhai scripting language
#2460 opened
Mar 18, 2025 -
Prevent auto-panning in Pen & Spline tools during segment preview without mouse press
#2463 opened
Mar 18, 2025 -
Fix min and max macro not enforcing limits when data flows
#2464 opened
Mar 18, 2025 -
Add node that creates Arc shape
#2470 opened
Mar 19, 2025 -
fix gradient tool incorrectly selecting end point on pointer up
#2472 opened
Mar 19, 2025 -
Fixes issues from code todo list
#2473 opened
Mar 19, 2025 -
Fix mask node upstream input calculation.
#2474 opened
Mar 20, 2025 -
Implementation of gaussian blur and box blur and raster node category
#2477 opened
Mar 25, 2025 -
Prototype document network level into node insertion
#2478 opened
Mar 25, 2025 -
Test gradient drawing with transformations
#2481 opened
Mar 25, 2025 -
Fix line tool overlays, line tool and spline tool not being offset during artboard offset.
#2489 opened
Mar 26, 2025 -
Add test for LINE tool
#2490 opened
Mar 26, 2025 -
Add test for scaling objects to zero without any crash
#2491 opened
Mar 27, 2025 -
Recursive-collapse-fix
#2494 opened
Mar 28, 2025 -
Insert point when hovering on segment + Ctrl click to delete segment
#2495 opened
Mar 28, 2025 -
Alt dragging from anchor using Path tool
#2496 opened
Mar 28, 2025 -
Path-tool improvements
#2498 opened
Mar 29, 2025 -
Feat: implement the hierarchical tree for visualization
#2499 opened
Mar 29, 2025 -
RFC: Fine Grained Context Caching
#2500 opened
Mar 29, 2025 -
Added Tests to check everything works fine with only one anchor
#2502 opened
Mar 30, 2025
26 Issues closed by 4 people
-
Replace MemoizeImpure with Boundless Footprint -> Memoize
#2507 closed
Apr 2, 2025 -
Rework constant folding?
#1539 closed
Mar 29, 2025 -
Infrastructure for calling nodes as lambdas with unique arguments
#883 closed
Mar 29, 2025 -
Build the spreadsheet panel for visualizing table data
#1835 closed
Mar 19, 2025 -
Color::from_rgb_str() and Color::rgb_hex() inconsistency
#1710 closed
Mar 18, 2025 -
[Crash Report] Page Unresponsive
#2446 closed
Mar 18, 2025 -
Select tool resizing with Shift held fails to preserve aspect ratio when snapping
#2372 closed
Mar 17, 2025 -
Decide on UX when drawing with tilted viewport
#2370 closed
Mar 15, 2025 -
Fix tools not drawing in nested transform space
#2422 closed
Mar 15, 2025 -
Attemtping to Add a Second Artboard crashes.
#2440 closed
Mar 15, 2025 -
Incorrect snaps when using axis constrained 'compass rose'.
#2313 closed
Mar 13, 2025 -
Tracking Issue: Quick measurement overlays while holding the Alt key
#1896 closed
Mar 12, 2025 -
Deleting an artboard doesn't update
#2366 closed
Mar 10, 2025 -
Recursive folder expand/collapse
#2389 closed
Mar 10, 2025 -
Outline view mode doesn't always render with a consistent thickness
#2387 closed
Mar 10, 2025 -
Using fill tool on a raster layer temporarily breaks the graph
#2270 closed
Mar 9, 2025 -
Noise Pattern node is broken
#2397 closed
Mar 9, 2025 -
Preference option for turning off UI animations.
#2405 closed
Mar 9, 2025 -
Preference for zoom scaling
#2407 closed
Mar 8, 2025 -
Freehand vector objects cannot be moved with V + LMB
#2403 closed
Mar 8, 2025 -
Canvas rotation
#2400 closed
Mar 7, 2025 -
Clickable checkbox labels that toggle their associated checkbox
#2381 closed
Mar 7, 2025 -
Artboard constrain to square broken on tilted document
#2146 closed
Mar 7, 2025 -
Vello breaks colour picker
#2371 closed
Mar 6, 2025 -
Infinite canvas needs to show a white background in Vello
#2006 closed
Mar 6, 2025 -
Unable to set Polygon tool to other amounts of points, doing so crashes
#2321 closed
Mar 2, 2025
55 Issues opened by 12 people
-
Testing layer tree
#2506 opened
Apr 1, 2025 -
Testing auto panning
#2505 opened
Mar 31, 2025 -
Auto panning doesn't work
#2504 opened
Mar 31, 2025 -
Pen tool creates single anchor path
#2503 opened
Mar 31, 2025 -
Edit->Duplicate in the node graph makes extra duplicates of reused input nodes
#2501 opened
Mar 30, 2025 -
Fields MVP
#2497 opened
Mar 28, 2025 -
Unexposing an input doesn't immediately invalidate the cache
#2493 opened
Mar 27, 2025 -
Testing gradient tool
#2488 opened
Mar 25, 2025 -
Testing line tool
#2487 opened
Mar 25, 2025 -
Line tool doesn't show overlays when drawing horizontal line
#2486 opened
Mar 25, 2025 -
Line tool on offset artboard
#2485 opened
Mar 25, 2025 -
Spline tool on offset artboard
#2484 opened
Mar 25, 2025 -
Testing spline tool
#2483 opened
Mar 25, 2025 -
Spline tool extending a transformed spline
#2482 opened
Mar 25, 2025 -
Fix broken links in documentation
#2479 opened
Mar 25, 2025 -
[Crash Report] In Node Graph view
#2476 opened
Mar 24, 2025 -
[Crash Report] Create "Mask" node
#2468 opened
Mar 19, 2025 -
Testing for GRS
#2465 opened
Mar 18, 2025 -
Node variadic inputs to represent T as Vec<T>
#2462 opened
Mar 18, 2025 -
Allow naming nodes and showing their names in the Properties panel
#2461 opened
Mar 18, 2025 -
Allow math node to work with variadic inputs
#2459 opened
Mar 18, 2025 -
Add node that generates geometry using parametric equations
#2458 opened
Mar 18, 2025 -
Dragging handle back into its anchor makes its opposite handle move around randomly
#2451 opened
Mar 17, 2025 -
Exposing a value to the graph should add and connect up an equivalent value node
#2447 opened
Mar 17, 2025 -
Gradient tool selects end point on mouse up
#2445 opened
Mar 16, 2025 -
Using gradient tool on a raster layer temporarily breaks the graph
#2444 opened
Mar 16, 2025 -
Outline mode stroke width inconsistent related to parent layer scale value
#2435 opened
Mar 14, 2025 -
Add arc/unclosed shape options to circle node
#2434 opened
Mar 14, 2025 -
Add custom data types for angles and factors/percentages
#2433 opened
Mar 14, 2025 -
Can't connect "Color Value" node to "Background" input of an artboard
#2429 opened
Mar 13, 2025 -
Preference to adjust zoom rate
#2411 opened
Mar 8, 2025 -
Cutting out and separating non-manifold paths
#2410 opened
Mar 8, 2025 -
Motivating use case: Medial Axis Transform / straight skeleton
#2409 opened
Mar 8, 2025 -
Inherit Alpha and Alpha Lock
#2408 opened
Mar 8, 2025 -
Operator for making path point exactly in the middle between two existing points
#2406 opened
Mar 8, 2025 -
Operator for making point handles equidistant if they are not
#2404 opened
Mar 8, 2025 -
Flick panning
#2399 opened
Mar 7, 2025 -
Shallow Select mode fails to transfer selection to selected sibling
#2392 opened
Mar 7, 2025 -
Box/lasso selection should be compatible with PTZ
#2391 opened
Mar 7, 2025 -
Make the Pen tool show a path being closed by drawing a filled overlay when hovering the endpoint
#2390 opened
Mar 7, 2025 -
Rename `responses` to `messages` throughout the message handlers
#2386 opened
Mar 7, 2025 -
Revise the styling of nodes in different states within the graph
#2385 opened
Mar 7, 2025 -
Hide the window title if there isn't enough room to display it
#2384 opened
Mar 7, 2025 -
Add a preference for the size of vector point anchor/handle manipulators
#2383 opened
Mar 7, 2025 -
The pressed Spacebar should show an open hand cursor before click-dragging makes it a closed hand
#2382 opened
Mar 7, 2025 -
Replace the FontInput component with the generalized MenuList component
#2380 opened
Mar 7, 2025 -
Locally "peeking through" the overlaid node graph to view the artwork underneath
#2379 opened
Mar 7, 2025 -
Fix and reenable the panic proxy to make debugging crashes a little easier
#2378 opened
Mar 7, 2025 -
Lock axis when panning
#2377 opened
Mar 7, 2025 -
Make modal interaction states take exclusive control over inputs
#2376 opened
Mar 7, 2025 -
Make it possible to snap the pivot gizmo when dragging it
#2375 opened
Mar 7, 2025 -
Nudge-scaling of points with the Path tool
#2374 opened
Mar 7, 2025 -
Graphite should be able to copy/paste vector and raster content between other apps
#2373 opened
Mar 7, 2025 -
Node Graph UX: improved discoverability through type-based suggestions
#2359 opened
Mar 3, 2025 -
Depricate our Bezier-rs crate
#2357 opened
Mar 2, 2025
43 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Consistant colours for axes
#2330 commented on
Apr 2, 2025 • 7 new comments -
Fix the Bevel node so it applies a consistent bevel size regardless of angle
#2293 commented on
Apr 2, 2025 • 1 new comment -
Update The Input Mapping System
#2290 commented on
Apr 2, 2025 • 1 new comment -
Make dragging layers to rearrange them abortable with Esc/RMB
#2335 commented on
Mar 3, 2025 • 0 new comments -
Replace Bezier-rs usages with Kurbo
#2325 commented on
Mar 18, 2025 • 0 new comments -
Flatpak or AppImage package
#584 commented on
Mar 20, 2025 • 0 new comments -
Gaussian blur node
#995 commented on
Mar 25, 2025 • 0 new comments -
Independent, async execution for long-running nodes
#1608 commented on
Mar 28, 2025 • 0 new comments -
Preserve point IDs without a path node
#2068 commented on
Mar 29, 2025 • 0 new comments -
Make the Graphene type system more powerful with bidirectional (or HM?) type inference
#1621 commented on
Mar 29, 2025 • 0 new comments -
Spatial (resolution-aware) caching
#1607 commented on
Mar 30, 2025 • 0 new comments -
Tracking Issue: Pen and Path tool improvements
#1870 commented on
Mar 30, 2025 • 0 new comments -
Tracking Issue: New nodes
#912 commented on
Mar 31, 2025 • 0 new comments -
Restore functionality of Imaginate
#1760 commented on
Apr 2, 2025 • 0 new comments -
Implement footprint based artboard clipping
#1914 commented on
Apr 2, 2025 • 0 new comments -
Store network metadata information in the Node Network (prep for Graphene-rendered node graph UI)
#1957 commented on
Apr 2, 2025 • 0 new comments -
Replace self-hosted runner with GH-provided runner
#2019 commented on
Apr 2, 2025 • 0 new comments -
Import ARW files as Images
#2106 commented on
Apr 2, 2025 • 0 new comments -
WIP serving local fonts
#2186 commented on
Apr 2, 2025 • 0 new comments -
Improve performance of path bool library
#2191 commented on
Apr 2, 2025 • 0 new comments -
Make the layer tree show duplicate branches where they are used multiple times in the graph
#2217 commented on
Apr 2, 2025 • 0 new comments -
Transfer pasted layers to viewport center when not in viewport
#2306 commented on
Apr 2, 2025 • 0 new comments -
Bezier-rs web demo site's miter limit control doesn't work
#2048 commented on
Mar 3, 2025 • 0 new comments -
Rasterize vector content at the appropriate time in the graph
#2345 commented on
Mar 5, 2025 • 0 new comments -
Better gradient support
#2304 commented on
Mar 5, 2025 • 0 new comments -
bezier-rs 0.4.0: `Bezier::euclidean_to_parametric` is imprecise, with a big discontinuity at 0.5
#1971 commented on
Mar 5, 2025 • 0 new comments -
Advanced font management and browsing
#2125 commented on
Mar 7, 2025 • 0 new comments -
Add local font selection for supported browsers
#1340 commented on
Mar 7, 2025 • 0 new comments -
Checkboxes clickable by their labels
#2353 commented on
Mar 7, 2025 • 0 new comments -
Tracking Issue: Tables and attributes for graphical data
#1832 commented on
Mar 8, 2025 • 0 new comments -
Snapping improvements/revamp
#2352 commented on
Mar 8, 2025 • 0 new comments -
Redesigned vector tool fill/stroke selection in relation to the working colors and selected layers
#2356 commented on
Mar 8, 2025 • 0 new comments -
Add context menus to the floating menu system
#138 commented on
Mar 9, 2025 • 0 new comments -
Ctrl+Z on 'Edit > Convert to Infinite Canvas' creates leftover merge nodes
#2258 commented on
Mar 10, 2025 • 0 new comments -
Tracking Issue: Instances tables
#1834 commented on
Mar 12, 2025 • 0 new comments -
Destructive node collapse
#2021 commented on
Mar 13, 2025 • 0 new comments -
Tracking Issue: Text tool and typography improvements
#1105 commented on
Mar 14, 2025 • 0 new comments -
Shape tools should allow modifying their drawn shapes
#1715 commented on
Mar 14, 2025 • 0 new comments -
Canvases with spherical and non-euclidean coordinate spaces
#2010 commented on
Mar 15, 2025 • 0 new comments -
Identity node has no compiled type
#2047 commented on
Mar 15, 2025 • 0 new comments -
Asset database
#1604 commented on
Mar 16, 2025 • 0 new comments -
Animations
#2187 commented on
Mar 16, 2025 • 0 new comments -
Outline render mode support in Vello
#2007 commented on
Mar 18, 2025 • 0 new comments