akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 203 forks source link

Remove item signals #644

Closed mbfraga closed 2 years ago

mbfraga commented 2 years ago
## Summary / How this PR fixes the problem? Signals in the items create a system that would make some operations more expensive and harder. I think we can make the API "nicer" to use in other ways. It actually gave a non-negligible performance boost. ## Steps to Test All operations that change geometry should work correctly.