Skip to content

Releases: gaphor/gaphas

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

Version 3.0.1

14 Feb 15:08
d88aa4c
Compare
Choose a tag to compare

Changes

  • Fix issue with guide alignment when an element's top-left handle has been moved
  • Fix rubberband selection: selection rectangle is now drawn in the right place

Version 3.0.0

20 Jan 08:10
690c422
Compare
Choose a tag to compare

Changes

This is pretty much a rewrite of Gaphas.

  • Tools are based on GTK EventControllers and Gestures
  • Modules have been rearranged
  • Views support a canvas protocol, no need to depend on the Canvas class
  • Item is not a protocol
  • Packages are reorganized
  • gaphas.state module has been removed
  • pickling code has been removed
  • Matrix, Position and variable now provide a callback, called on change
  • Support connecting when hovering over an element

3.0.0-beta.6

14 Jan 07:46
71b882f
Compare
Choose a tag to compare
3.0.0-beta.6 Pre-release
Pre-release
  • Fix connector issue