Skip to content

Releases: gaphor/gaphas

Version 3.2.0 - Simplification

09 Nov 19:42
3c56f33
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

Thanks again to @amolenaar, @danyeaw, @dependabot, @dependabot[bot], @pre-commit-ci and @pre-commit-ci[bot]! 🎉

Version 3.1.9 - Improved scroll behavior

22 Sep 09:20
9d1f3c7
Compare
Choose a tag to compare

Changes

  • Tweaked scrolling. It should behave more smooth now.

Version 3.1.8 - Better mouse actions

02 Aug 10:59
0e34a35
Compare
Choose a tag to compare

Changes

🚀 Features

Version 3.1.7 - Fix handles

09 Jul 21:40
b868bec
Compare
Choose a tag to compare

Changes:

  • Fix how handles are drawn.

Version 3.1.4 - improved g_async decorator

04 Apr 09:28
7ba73b6
Compare
Choose a tag to compare

Changes

  • Improved g_async decorator: supports functions and generators
  • Bump pygobject from 3.40.0 to 3.40.1 @dependabot (#241)

Version 3.1.3 - improved g_async decorator

04 Apr 08:59
8de23c5
Compare
Choose a tag to compare

Changes

  • Improved g_async decorator: supports functions and generators
  • Bump pygobject from 3.40.0 to 3.40.1 @dependabot (#241)

Version 3.1.2 - Fix scrollbars

28 Mar 07:40
9b1c1dc
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Bug fix

19 Mar 20:14
4d0e31c
Compare
Choose a tag to compare
  • Do not use set_double_buffering()

Simplified update procedure

19 Mar 19:30
e5f50ba
Compare
Choose a tag to compare
  • Canvas.update() no longer has a matrix_update property
  • Bounding box calculation is now done in GtkView, not in the BoundingBoxPainter
  • Change to GtkView.matrix automatically triggers an update

Version 3.0.2

09 Mar 10:17
64bab6f
Compare
Choose a tag to compare

Changes

  • Fix issue where orthogonal lines could be merged into one segment, possibly causing juggle errors
  • fix error in segment tool

🚀 Features