-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(Layout): use `property()` * refactor(Context): use `property()` * feat: create PangoObject class * fix(PangoObject): defaulting arguments, properties, etc. * refactor(Rectangle): use `property()` and `PangoObject` * refactor(FontDescription): use `property()` and `PangoObject` * fix(init): include PangoObject * refactor(*): implement PangoObject * fix(PangoObject): fix repr * fix(Color): fix constructor * refactor(PangoObject): use `@property` * fix(*): fix references to `_init_pointer()` and `pointer()` * test(*): update tests * docs(PangoObject): add property Docstrings * test(Attribute): update * test(*): fix tests * fix(PangoObject): fix `__eq__` and `__init__` * fix(AttrList): remove _EQ_METHOD not available in Pango 1.0.0 * fix(AttrList): overwrite `__eq__()` * style(*): fix linting issues * test(Color): fix comparison test * fix(Color): overwrite `__copy__()` * docs(PangoObject): link to ABC, add PO to Low Level Functionality * fix(Color): fix `copy()` method name * test(Attribute): fix string * test(Attr*): fix two equality tests * fix(Color, GII): remove GC to avoid Segfault * docs(Color): add leifgehrmann's link comment * test(Color): test `from_pointer()` * test(Layout): fix attribute tests * fix(Layout): terrible typo! * style(PangoObject): lint * refactor(AttrList): in `__eq__()`, don't check pointers * refactor(PangoObject, AttrList): check for pointer equality first * test(PangoObject): increase coverage * style(PangoObject): lint
- Loading branch information
Showing
29 changed files
with
699 additions
and
1,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.