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
Renamed all bbox methods and members to the longer but more appropriate name bounding_box.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Changed BBox to Box to more accurately reflect its upcoming use as more than just a 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
Modified example_line_cap() to generate a Papyrus::Group that not only illustrates the line caps, but also illustrates internal reference points.
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
===== 0.1.8 =====
Rick L. Vinyard, Jr.
as rvinyard
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.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Papyrus::Arrow added, but not complete.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Added PapyrusGtk::LineCapComboBox; a combobox that displays all cairo line cap possibilities.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Added PapyrusGtk::LineJoinComboBox; a combobox that displays all cairo line join possibilities.
Rick L. Vinyard, Jr.
as rvinyard
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.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Text: Fixed rendering bug that needed to calculate extents before scaling.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
===== 0.1.7 =====
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
GroupTreemodel: Changed to utilize new property iterators in Idioskopos.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
FreehandSketcher: Added methods to control color, line width, line cap, et. al.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Group: cleaned up selecting code
Rick L. Vinyard, Jr.
as rvinyard
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.
Rick L. Vinyard, Jr.
as rvinyard
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.
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
Initial port of the Sketchpad from glcanvasmm.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Drawable, Shape, Canvas: Documentation updates
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
GroupTreeModel: Changed to reflect change in CanvasArea.canvas() that now returns a smart pointer to a Canvas object instead of a reference.
Rick L. Vinyard, Jr.
as rvinyard
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.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Shape: Added virtual draw_outline() method that defaults to calling draw_shape().
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Drawable: Added is_pickable() method.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Canvas: Added methods for smart pointer creation and typedef.
Rick L. Vinyard, Jr.
as rvinyard
More... almost 19 years ago
Arc: reimplement the draw_outline() method from parent Shape
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