summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing
AgeCommit message (Collapse)Author
2012-10-14Refactor in aliases for snake cased methods and integrate serialized ↵Randy Morgan
attributes for drawing/hyperlink
2012-10-09extracted accessor methods into module that is scope because polluting ↵Randy Morgan
Module or Class is just not cool
2012-09-30Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from moduleRandy Morgan
replaced with attr_accessor like methods: string_attr_accessor boolean_attr_accessor defined in module.rb
2012-09-30Extracted boolean attribute class method generation to module.Randy Morgan
2012-08-30add none options for tick_lbl_posRandy Morgan
2012-08-27release prepRandy Morgan
2012-08-04pre-release prepRandy Morgan
clean up .yardops and basic documentation for serialization helpers
2012-08-02hmm…. ditch red carpet and do some docsRandy Morgan
2012-08-02bring coverage up to 100% for d_lbls and defined namesRandy Morgan
release prep!
2012-07-31Adding in proper defined names so we can repeat header rows for each printed ↵Randy Morgan
page.
2012-07-23more cleanup for optional data label attributesRandy Morgan
2012-07-20data labels for bar and line chartsRandy Morgan
2012-07-20bring spec coverage back up to 100%Randy Morgan
2012-07-20specs for d_lbls and a patch to cover for nil relationships in a worksheet.Randy Morgan
2012-07-18dynamic docs… hmmmRandy Morgan
2012-07-18#113 implement data labels for pie chartsRandy Morgan
2012-07-17MOAR cleanup for worksheet.Randy Morgan
2012-07-14refactoring of some helper methods in chartRandy Morgan
2012-07-141.1.8 release prepRandy Morgan
2012-07-10more cleanupRandy Morgan
2012-07-10more cleanupRandy Morgan
2012-07-08adding in axis line fill and patching view3d misname for line3DChartRandy Morgan
2012-07-08parsing out shape for bar seriesRandy Morgan
2012-07-08adding in some excel bar chart defaults for LO interop testingRandy Morgan
2012-07-03more snake casing workRandy Morgan
2012-07-03add in default printing options for charts so that they are added when ↵Randy Morgan
exporting to pdf from LibraOffice
2012-07-03more work on snake case standardizationRandy Morgan
2012-06-11add title object to axis.Randy Morgan
2012-06-05fix chart title parsing to properly handle non-cell based text runsRandy Morgan
2012-06-04The spec indicates that the percent sign should be included but MS Excel ↵Randy Morgan
chokes on it.
2012-06-04poor mans way to strip off the % from the setting.Randy Morgan
2012-06-02more work on solidifying parsing of data caching for charts to eliminate ↵Randy Morgan
formula strings.
2012-06-02quick fix for chart rendering problem. Randy Morgan
Need to ensure that we are not pushing odd strings into a number data axis point. This should at least make sure we get a nice fat 0 for now, but it really needs a bit more than this.
2012-05-30pop not allowed on simple typed list. Randy Morgan
Using delete instead.
2012-05-30enable anchor swapping between one and two cell anchors for drawingsRandy Morgan
2012-05-26add in two cell anchors for images.Randy Morgan
2012-05-25doc fix for bar series and removing ECMA specific sheet password protection ↵Randy Morgan
from example
2012-05-25moar snake casing and aliasRandy Morgan
2012-05-19correct relation management for comments and some spec improvements for ↵Randy Morgan
package to provide more breadth in serialization integration testing.
2012-05-15bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵Randy Morgan
and misnamed app attributes.
2012-05-13updating docsRandy Morgan
2012-05-13cleaning up comments for pre-releaseRandy Morgan
2012-05-08documentation for comments.Randy Morgan
2012-05-08worksheet comments step 2. Needs docs and specs - but it works in ExcelRandy Morgan
2012-05-04remove unneeded namespace in drawing.Randy Morgan
2012-05-03add support for axis delete, cat axis tickLblSkip and tickMarkSkip with ↵Randy Morgan
sensible defaults. Improve chart positioning defaults.
2012-05-03alter REGEX validators for percentages so we can pass in an integer or ↵Randy Morgan
string value without the %. The specification indicates that the expression should include the %, but excel will only pay attention to the value without the '%' sign.
2012-05-03bug fix - end_at should not be dependent on :start_at optionRandy Morgan
2012-05-03rebuild series data base objects with full implementation.Randy Morgan
Address shape validation error.
2012-04-28less # more <<Randy Morgan