* Updated gtk dependencies
* Added badge for status of dependencies
* Updated remaining deps for eww and other crates
* Removed obsolete imports
* Fixed problems with PR and bumped deps
* Updated x11rb
* Added support to label text alignment.
Since labels in gtk can't be aligned via css (I still don't know why)
and can be only aligned using code, this patch adds support for this
functionality by adding the properties :xalign and :yalign to the label
expression.
The exact behavior is described by the docs.
* Updated changelog with :xalign and :yalign for labels
* Add drag and drop functionality to eventbox (fixes#409)
* Don't allow dragging empty string values
* Support dragging text
* Provide the type of drag element to the command, separate out day month and year in onclick event of calendar
* Basic implementation of circle: works
* Attempts to draw child widget
* Drawing a ring with a child widget inside
* Rotation
* thickness for circular progressbar
* upgraded glib-gtk to 0.14
* Clockwise and counterclockwise cicular progress widget
* Allow specifying a background color
* queue draw on value update
* ring background and foreground
* Update circular_progressbar.rs
* implament default values for CircProgPriv
* Remove useless comment
* Renamed circle-progress to circular-progress
* Actually handle multiple children widgets
* Clipping the childrens, allowing for background colors
* Clean comments of despair
* renamed c to center
* Removed commented code
* fix overflowing children allocating space outside the circle
* Removed unused import
* Fix resizing issues and implement margin via cairo
* Cleanup
* make margins work with empty widgets
* Set css name for the custom widget
Co-authored-by: elkowar <5300871+elkowar@users.noreply.github.com>