Renamed all bbox methods and members to the longer but more appropriate name bounding_box. |
|
More...
|
almost 19 years ago
|
Changed BBox to Box to more accurately reflect its upcoming use as more than just a bounding box. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
Modified example_line_cap() to generate a Papyrus::Group that not only illustrates the line caps, but also illustrates internal reference points. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
===== 0.1.8 ===== |
|
More...
|
almost 19 years ago
|
Added new factory methods example_line_join() and example_line_cap() to create Polylines demonstrating line joins and line caps. |
|
More...
|
almost 19 years ago
|
Papyrus::Arrow added, but not complete. |
|
More...
|
almost 19 years ago
|
Added PapyrusGtk::LineCapComboBox; a combobox that displays all cairo line cap possibilities. |
|
More...
|
almost 19 years ago
|
Added PapyrusGtk::LineJoinComboBox; a combobox that displays all cairo line join possibilities. |
|
More...
|
almost 19 years ago
|
PapyrusGtk: added utility.h to contain utility functions. The first is create_pixbuf() which takes a Papyrus::Renderable, width and height parameters and returns a Gdk::Pixbuf of the drawing. |
|
More...
|
almost 19 years ago
|
Text: Fixed rendering bug that needed to calculate extents before scaling. |
|
More...
|
almost 19 years ago
|
===== 0.1.7 ===== |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
GroupTreemodel: Changed to utilize new property iterators in Idioskopos. |
|
More...
|
almost 19 years ago
|
FreehandSketcher: Added methods to control color, line width, line cap, et. al. |
|
More...
|
almost 19 years ago
|
Group: cleaned up selecting code |
|
More...
|
almost 19 years ago
|
Drawable: Added methods to lock width and/or height to a fixed, constant value. Eventually, this probably needs to be moved out of the class and into a more general constraint handling mechanism that watches the object's signals for changes, but for now this will do. |
|
More...
|
almost 19 years ago
|
Long overdue cleanup of configure.in et. al. Docs now install into $prefix/share/doc/{package}-{version}. Separate doc rpm consolidated into devel rpm. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
Initial port of the Sketchpad from glcanvasmm. |
|
More...
|
almost 19 years ago
|
Drawable, Shape, Canvas: Documentation updates |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
GroupTreeModel: Changed to reflect change in CanvasArea.canvas() that now returns a smart pointer to a Canvas object instead of a reference. |
|
More...
|
almost 19 years ago
|
CanvasArea: Major changes here. More functional as a canvas area widget with methods like scroll_to(x,y), ability to change scrolling point, etc. |
|
More...
|
almost 19 years ago
|
Shape: Added virtual draw_outline() method that defaults to calling draw_shape(). |
|
More...
|
almost 19 years ago
|
Drawable: Added is_pickable() method. |
|
More...
|
almost 19 years ago
|
Canvas: Added methods for smart pointer creation and typedef. |
|
More...
|
almost 19 years ago
|
Arc: reimplement the draw_outline() method from parent Shape |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|