drawable_test: Added scrolling window to introspectable properties. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
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. |
|
More...
|
almost 19 years ago
|
BBox: Added get_center() method |
|
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. |
|
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. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
BBox: Added more proper const method notation. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
Release 0.1.3 |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
drawable_test: cleaned up and added controls to test affine transformations |
|
More...
|
almost 19 years ago
|
Boxed: Cleaned up and now works properly. Included example code as well. |
|
More...
|
almost 19 years ago
|
Arc: cleaned and fixed calculation of bounding box on changes |
|
More...
|
almost 19 years ago
|
Documentation |
|
More...
|
almost 19 years ago
|
Canvas: Documentation update |
|
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. |
|
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. |
|
More...
|
almost 19 years ago
|
0.1.2 release |
|
More...
|
almost 19 years ago
|
Numerous changes (mainly documentation) in preparation for 0.1.2 release. |
|
More...
|
almost 19 years ago
|
Updated all examples for changes due to creation of PapyrusGtk. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
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. |
|
More...
|
almost 19 years ago
|
Added support for run-time introspectable properties through the Idioskopos library. |
|
More...
|
almost 19 years ago
|
Moved BoxedGroup to a simpler concept and renamed just Boxed. |
|
More...
|
almost 19 years ago
|
Initial version |
|
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. |
|
More...
|
almost 19 years ago
|
Repository cleanup |
|
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... |
|
More...
|
almost 19 years ago
|