-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mechutils/solvespace
base: master
head repository: solvespace/solvespace
compare: master
- 17 commits
- 52 files changed
- 7 contributors
Commits on Mar 13, 2026
-
Windows 10/11: Fix the button click area in the property browser shif…
…ting ...because the contents were rendered stretched or compressed. Force the window 1 pixel taller and then restore it's original size. This somehow fixes the problem where on Windows 10 and 11 toggling the scroll bar would cause the client area of the text window to be stretched or compressed horizontally. It looks bad and the buttons on the toolbar do not line up with the hit areas. This fix is the result of a long discussion with claude-sonnet-4.6 https://github.com/solvespace/solvespace/agents/pull/1680 solvespace#1680 Fixes: solvespace#681
Configuration menu - View commit details
-
Copy full SHA for baf0993 - Browse repository at this point
Copy the full SHA baf0993View commit details
Commits on Mar 14, 2026
-
Embed window icon into executable using Qt resources
- Add solvespace.qrc to embed the 48x48 icon PNG - Update CMakeLists.txt to compile Qt resources - Modify guiqt.cpp to load icon from embedded resource instead of external file - Makes the application more portable by not requiring external icon files - Adds Application icon for all platforms when building QT interface
Configuration menu - View commit details
-
Copy full SHA for b7d13d7 - Browse repository at this point
Copy the full SHA b7d13d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82eb14 - Browse repository at this point
Copy the full SHA e82eb14View commit details
Commits on Mar 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 477d4c8 - Browse repository at this point
Copy the full SHA 477d4c8View commit details
Commits on Mar 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 49fe81b - Browse repository at this point
Copy the full SHA 49fe81bView commit details -
This will hopefully fix the publishing of the wasmlib
Configuration menu - View commit details
-
Copy full SHA for 0a811f3 - Browse repository at this point
Copy the full SHA 0a811f3View commit details
Commits on Mar 26, 2026
-
Windows CI path fixes (solvespace#1695)
* Windows CI path fixes * Add x86 postfix, use softprops/action-gh-release@v2 for releasing
Configuration menu - View commit details
-
Copy full SHA for d0b4177 - Browse repository at this point
Copy the full SHA d0b4177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6113e1e - Browse repository at this point
Copy the full SHA 6113e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b6a08 - Browse repository at this point
Copy the full SHA 27b6a08View commit details
Commits on Mar 27, 2026
-
Python: add python v3.14, drop python v3.7, bump cibuildwheel
* Bump python version, update cibuildwheels * Drop unsupported python v3.7
Configuration menu - View commit details
-
Copy full SHA for 0245816 - Browse repository at this point
Copy the full SHA 0245816View commit details
Commits on Mar 28, 2026
-
CI: Update two more actions we depend on
actions/download-artifact@v4 -> actions/download-artifact@v8 docker/setup-qemu-action@v2 -> docker/setup-qemu-action@v4
Configuration menu - View commit details
-
Copy full SHA for bc2bca8 - Browse repository at this point
Copy the full SHA bc2bca8View commit details
Commits on Mar 30, 2026
-
CI: Add ping step for solvespace.com in CD workflow
Added a step to ping solvespace.com during the workflow to notify it that a new web build is available. https://solvespace.com/pull-webver.pl?key=PULL_WEBVER_KEY
Configuration menu - View commit details
-
Copy full SHA for 5b2e41d - Browse repository at this point
Copy the full SHA 5b2e41dView commit details
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3e5873e - Browse repository at this point
Copy the full SHA 3e5873eView commit details
Commits on Apr 1, 2026
-
Auto-select text in editor input box on web (guihtml.cpp)
Agent-Logs-Url: https://github.com/solvespace/solvespace/sessions/4f2bf1b2-a72d-4863-8184-0207f666f020 Co-authored-by: phkahler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07017fd - Browse repository at this point
Copy the full SHA 07017fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1ec83 - Browse repository at this point
Copy the full SHA 1b1ec83View commit details
Commits on Apr 8, 2026
-
Remove
Vector::Fromand replace it with aggregate initialization...in all places where it is possible. The 34 remaining places either initialize a vector from handles or call a method of the resulting vector object. For example `Vector::From(x, y, z).WithMagnitude(1.0)`
Configuration menu - View commit details
-
Copy full SHA for 289651e - Browse repository at this point
Copy the full SHA 289651eView commit details -
Pass Ctrl-= through to browser in web version (fix blocked Ctrl-plus)
Agent-Logs-Url: https://github.com/solvespace/solvespace/sessions/5adeab0f-ee43-4436-afa4-2f332ce0eb7d Co-authored-by: phkahler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08fdb35 - Browse repository at this point
Copy the full SHA 08fdb35View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master