Skip to content

Releases: gaphor/gaphas

Version 3.6.0 - Better item selection

23 Mar 19:41
Compare
Choose a tag to compare

Version 3.5.1 - Horizontal scrolling

10 Mar 17:39
46c4061
Compare
Choose a tag to compare

Changes

  • Add horizontal scrolling with Shift+ScrollWheel.

Version 3.5.0 - Move code around, for the better

08 Dec 19:54
a51f017
Compare
Choose a tag to compare

Changes

  • Integrate line segments, segment_tool is history (#380)
  • gaphas.connector is split in gaphas.handle and gaphas.port
  • Moved gaphas.aspect module to gaphas package
  • Moved gaphas.view.model to gaphas package

This cleanup should reduce the chance of requiring GTK, which is a huge benefit for, for example, the Sphinx extension in Gaphor.

Version 3.4.1 - Fix disconnect issue

01 Dec 10:18
ed10014
Compare
Choose a tag to compare

Changes

  • Fix disconnect issue

Gaphas 3.4.0 - UX is a thing

26 Nov 16:46
0c8d603
Compare
Choose a tag to compare

Changes

  • gaphas.GtkView has been removed. Import GtkView from gaphas.view instead.
  • Move selection code to gaphas.selection
  • Make most code not depend on GTK (explicit or implicit)
  • Handles change color when glued to another item
  • Improve usability of guides by increasing the glue margin to 4 pixels. the margin can now also be configured.
  • Glueing takes into account all items at a specific position (was only the top-most). item_at_point returns an iterator.
  • The CairoContext protocol has been removed

Fixes

  • Fix errors with tuple/Position comparison

Version 3.3.0 - No more JuggleError's

19 Nov 19:07
6677bbc
Compare
Choose a tag to compare

Changes

  • Remove JuggleError @amolenaar (#367)
  • Fix issue where horizontal line could not be overridden in Gaphor

Version 3.2.1 - Bug fix

14 Nov 18:47
Compare
Choose a tag to compare

Changes

  • Allow Line.horizontal to be overwritten.
  • Documentation fixes

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