Open
Conversation
added 16 commits
February 14, 2026 22:03
* It's possible to specify the fill cell origin now (this is the point where the first cell's lower left is placed) * margin is taken into account when no step vectors are specified * "No exclude" is default
… if a feature is entirely covered (with interaction distance) by a box, it is enough to check against the box
Problem was pushing of the results into the cell hierarchy somehow lead to thread stalling. Likely due to bbox invalidation and related effects. Solution is to store the results of the operations inside the context structure (along with the propagation information) and push it to the layout later in a single step.
…more efficient. Right now, that's an experimental option.
This patch moves a lock inside the thread finishing code such that a race condition of the finish sequence and a random restart of the threads becomes impossible. This problem has been observed while randomly zooming with multiple drawing threads present. It's hard to reproduce.
… not turn off the ghost cell flag. Now the flag is still on, but a non-empty cell is not considered a ghost cell for most purposes.
…sing user classes for names or values. Without this pre-finalization cleanup, the user class 'destroy' method may end up calling a method of an already destroyed class object.
…mclip to specify the output format instead of taking it from the suffix
…OPERTY from file level or under forward reference conditions
…gonWithProperties to Polygon on Shapes#polygon for example
… dialog, not setting a point
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.