summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/view_3D.rb
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-05Fix Style/FormatString offensesGeremia Taglialatela
2023-05-31Fix Style/MutableConstant offensesGeremia Taglialatela
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-04-09Fix Layout/ExtraSpacing offensesGeremia Taglialatela
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout offenses related to access modifiersGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2016-11-12fix warning: constant ::Fixnum is deprecatedtakkanm
2012-10-19added namespace parameter to element_for_attributeRandy Morgan
2012-10-19refactored view_3D to reduce complexity and duplicationRandy Morgan
2012-10-14Refactored to use options parser and serialized attributesRandy Morgan
2012-08-27release prepRandy Morgan
2012-07-03more work on snake case standardizationRandy Morgan
2012-05-03alter REGEX validators for percentages so we can pass in an integer or string...Randy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-01rebuild all serialization to use string concatenation instead of nokogiri.Randy Morgan
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will al...Randy Morgan
2011-12-08cleaning up xml namespace usage in drawings and improving looks for charts in...Randy Morgan
2011-11-26adding in support for ruby 1.9.3Randy Morgan
2011-11-23-refactoring chart position and axis data/category for chart.Randy Morgan
2011-11-20first commitRandy Morgan