1409 Commits

Author SHA1 Message Date
dependabot[bot]
d7ad741be0
Bump sphinxcontrib-websupport from 1.1.2 to 1.2.4
Bumps [sphinxcontrib-websupport](http://sphinx-doc.org/) from 1.1.2 to 1.2.4.

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 01:34:06 +00:00
dependabot[bot]
c39a5d41fb
Bump pre-commit from 1.21.0 to 2.1.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.21.0 to 2.1.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v1.21.0...v2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 01:33:44 +00:00
dependabot[bot]
1bfd06e909
Bump pre-commit/action from v1.0.0 to v2.0.0
Bumps [pre-commit/action](https://github.com/pre-commit/action) from v1.0.0 to v2.0.0.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v1.0.0...0764670bf370aab253130d534e1eda7ff497dc60)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 01:33:12 +00:00
dependabot[bot]
774bac5749
Bump paambaati/codeclimate-action from v2.3.0 to v2.6.0
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from v2.3.0 to v2.6.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v2.3.0...60d1b18d039c7b06c721984a5c3d98b724baf991)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 01:33:12 +00:00
dependabot[bot]
2bf4109841
Bump actions/setup-python from v1 to v2.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...24156c231c5e9d581bde27d0cdbb72715060ea51)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 01:33:11 +00:00
dependabot[bot]
7e44af259e
Update actions/cache requirement to v2.1.0
Updates the requirements on [actions/cache](https://github.com/actions/cache) to permit the latest version.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](d29c1df198)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 01:33:10 +00:00
Dan Yeaw
ff4241fe7a
Enable dependabot dependency updates 2020-08-17 21:32:27 -04:00
Dan Yeaw
2c145f31b3
Add version 2.1.2 changes
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2020-07-22 21:29:20 -04:00
Dan Yeaw
a72b96a9cc
Update dependencies
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2020-07-22 21:24:43 -04:00
Arjan Molenaar
5d3cb369d2
Merge pull request #78 from gaphor/revert-draw-change
Revert API Changes to Draw Method
2020-07-22 08:34:50 +02:00
Dan Yeaw
ce9659d8ec
Bump version 2020-07-21 21:23:11 -04:00
Dan Yeaw
1f7a43aba3
Revert "Remove draw_all from drawing context"
This reverts commit 2d369f78

Signed-off-by: Dan Yeaw <dan@yeaw.me>
2020-07-21 21:13:45 -04:00
Arjan Molenaar
9c6e324add Update dependencies 2020-07-11 00:22:50 +02:00
Arjan Molenaar
2282c90023 Update release notes 2020-07-11 00:13:11 +02:00
Arjan Molenaar
4f089f1789 Allow bounding boxes to be calculated fom free-hand painted items 2020-07-10 10:49:56 +02:00
Arjan Molenaar
694d075ed8 Do render background if provided by the GTK style 2020-07-07 16:53:25 +02:00
Dan Yeaw
de0a8c69dc
Merge pull request #76 from gaphor/sourcery/master
Sourcery refactored master branch
2020-07-04 13:44:58 -04:00
Sourcery AI
1bc772d3a7 Refactored by Sourcery 2020-07-04 17:35:47 +00:00
Dan Yeaw
65ce8584f8
Merge pull request #75 from gaphor/custom-update-context
Custom update context
2020-07-04 13:30:23 -04:00
Arjan Molenaar
a3f0bf6015 Bump version to 2.1.1 2020-07-04 17:36:59 +02:00
Arjan Molenaar
d02a17ab6e Allow a custom context function to be passed to the Canvas
This create_context function is used to create a (custom) update
context. This allows an application to send set specific update info for
an item.
2020-07-04 17:28:46 +02:00
Arjan Molenaar
ab5dc0eb6a Bump version to 2.1.0 2020-06-20 10:54:24 +02:00
Arjan Molenaar
81adea3c85 Let bounding box painter default to item painter 2020-06-20 10:53:29 +02:00
Arjan Molenaar
c36d1a798e Bump version to 2.0.2 2020-06-19 17:43:02 +02:00
Arjan Molenaar
80f542fd71
Merge pull request #74 from gaphor/reconnect-item-fix
When reconnecting an item, also update the port
2020-06-19 17:41:08 +02:00
Arjan Molenaar
777681c3ba When reconnecting an item, also update the port 2020-06-18 21:01:38 +02:00
Arjan Molenaar
c5dbb819ce Update model file for latest Gaphor version 2020-05-24 13:20:57 +02:00
Dan Yeaw
e336850ae2
Merge pull request #73 from gaphor/cleanup
Cleanup
2020-05-24 00:44:24 +00:00
Arjan Molenaar
2d71ca6a99 Normalize now also updates the matrix 2020-05-24 00:23:31 +02:00
Arjan Molenaar
48909b6d2f Clean up update code a little more 2020-05-24 00:16:51 +02:00
Arjan Molenaar
7d7a031240 Make extend_dirty_items() more intuitive 2020-05-23 23:46:09 +02:00
Arjan Molenaar
9a13d1e33d Move context creation in update_now()
It has to be done only once.
2020-05-23 23:45:14 +02:00
Arjan Molenaar
7e1d02e2ce Remove unused method in freehand
Method is not part of the Cairo context API.
2020-05-23 21:48:21 +02:00
Arjan Molenaar
422d561955 Remove variable sharing hack from Position
Now, resolve it with constraints.
2020-05-22 23:31:29 +02:00
Arjan Molenaar
928e82397c Remove area from drawing context 2020-05-22 22:58:17 +02:00
Arjan Molenaar
916a11446e Let BoundingBoxPainter compose with ItemPainter
Instead of inheriting from it.
2020-05-22 22:57:17 +02:00
Arjan Molenaar
2d369f7815 Remove draw_all from drawing context 2020-05-22 22:34:33 +02:00
Arjan Molenaar
a983259636 Move projections into their own module 2020-05-22 22:20:33 +02:00
Arjan Molenaar
77301b1ee1 Remove Tree.sort, move sort code to Canvas.sort 2020-05-22 21:52:48 +02:00
Arjan Molenaar
0bda793a2a Fix spelling mistakes in source code 2020-05-19 12:13:40 +02:00
Arjan Molenaar
dc184252bd Fix spelling mistakes 2020-05-19 12:12:40 +02:00
Arjan Molenaar
8e49caa082 Fix doc links to modules 2020-05-15 17:00:04 +02:00
Arjan Molenaar
2be8a97e84 Update news, bump version 2020-01-27 22:54:20 +01:00
Arjan Molenaar
ee3f2918c1 Update dependencies 2020-01-27 22:51:34 +01:00
Arjan Molenaar
0e36d836d1 Fix undo for handle moves
Let the underlaying variable change, not the position as a whole.
2020-01-27 22:46:27 +01:00
Dan Yeaw
c09cc7949a
Upload assets on release created 2020-01-11 22:02:16 -05:00
Dan Yeaw
cad4ca4ff2
Fix GitHub ref isn't the tag name 2020-01-11 21:53:00 -05:00
Dan Yeaw
fcd5063f3d
Add release tag to upload assets to 2020-01-11 21:42:46 -05:00
Dan Yeaw
033702ba50
Add release creator to release workflow 2020-01-11 21:28:05 -05:00
Dan Yeaw
8e7c843bd6
Update release workflow to use Python 3 2020-01-11 21:19:24 -05:00