Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: fef6a39a17ad
Choose a base ref
...
head repository: solvespace/solvespace
compare: a2962207dda6
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 7, 2020

  1. Improve text screen for a selected constraint.

      * Show the type of a constraint.
      * Show the workplane a constraint is in, for constraints which can
        be both projected to workplane or be free in 3d space.
      * Clearly distinguish reference from non-reference constraints.
      * Add a checkbox for toggling the reference option.
      * When showing requests a constraint applies to, highlight on hover
        the specific entity being constrained, not just the first one.
    whitequark committed Aug 7, 2020
    Copy the full SHA
    afa9e28 View commit details
    Browse the repository at this point in the history
  2. Improve text screen for a selected entity.

      * Add a link to its request, unless it's the first entity in that
        request (which would just select the same entity again).
      * Add a link to its group.
      * Add a link to its workplane.
      * Add a link to its style; and hide the style row for entities that
        aren't stylable.
      * Show constraints and measurements (reference constraints) in
        separate lists.
      * For curve entities, show constraints that apply to the points
        related to the curve, not just to the curve itself.
    whitequark committed Aug 7, 2020
    Copy the full SHA
    a296220 View commit details
    Browse the repository at this point in the history