5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
drawable_test: Added scrolling window to introspectable properties.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Handlebox: New class derives from Boxed, but also allows placement of specifiable shapes in the traditional placements for user interface handles.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
BBox: Added get_center() method
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Boxed: Fixed update_bounds() method to place contained Drawables entirely in bounds. Also updated to recalculate own bounding box based on outline width of bounding rectangle.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Shape: added get_fill() and get_outline() methods. Also implemented Shape::set_bbox() which takes into account the outline width in calculating the bounding box.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
BBox: Added more proper const method notation.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Release 0.1.3
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
drawable_test: cleaned up and added controls to test affine transformations
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Boxed: Cleaned up and now works properly. Included example code as well.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Arc: cleaned and fixed calculation of bounding box on changes
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Documentation
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Canvas: Documentation update
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Arc: fixed bug in drawing when a translation occurs. Completion code shouldn't have to take into account x and y values, since underlying draw is relative to 0,0 and then the transform matrix is applied.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Group: Implemented a proxy/virtual pair for on_child_changed() to allow children of group to implement their own behavior for responding to child changes.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
0.1.2 release
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Numerous changes (mainly documentation) in preparation for 0.1.2 release.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Updated all examples for changes due to creation of PapyrusGtk.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
*** empty log message ***
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Removed dependencies upon Gtkmm from the Papyrus library. The Canvas class isn't much (for now) but will be expanded upon shortly. The former concept of the Canvas was moved into the newly created PapyrusGtk library as a CanvasArea.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Added support for run-time introspectable properties through the Idioskopos library.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Moved BoxedGroup to a simpler concept and renamed just Boxed.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Initial version
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Created PapyrusGtk library separate from Papyrus library to allow separation between components that depend only upon cairo and those that depend upon Gtkmm. This actually returns to an earlier concept from the GLCanvas library that preceeded Papyrus and separated the OpenGL concepts from the Gtkmm concepts.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Repository cleanup
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Changed notation of smart pointers by moving typedef's of smart pointer inside class resulting in name change from ptrDrawable, ptrRectangle, ptr... to Drawable::pointer, Rectangle::pointer, Shape::pointer...
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago