Skip to content

Releases: gaphor/gaphas

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

Version 3.0.0-beta.5

11 Jan 07:57
0bba410
Compare
Choose a tag to compare
Version 3.0.0-beta.5 Pre-release
Pre-release

Changes

Version 3.0.0-beta.4 - old state🌈

03 Jan 17:26
f45a63a
Compare
Choose a tag to compare
Pre-release

Changes

  • handlers for Variable and Matrix also provide their old state
  • Added callback handlers for Position

Version 3.0.0-beta.3

21 Dec 17:54
3143d25
Compare
Choose a tag to compare
Version 3.0.0-beta.3 Pre-release
Pre-release

Changes

Reset cursor to cursor used before HandleMove started.

Thanks again to @amolenaar! 🎉