Skip to content

Gaphas 3.4.0 - UX is a thing

Compare
Choose a tag to compare
@amolenaar amolenaar released this 26 Nov 16:46
0c8d603

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