summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/styles.rb
AgeCommit message (Expand)Author
2023-06-13Fix safe Style/Lambda offensesGeremia Taglialatela
2023-06-05Prefer `Kernel#format` to `String#%`Geremia Taglialatela
2023-06-02Fix negated if offensesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-31Merge pull request #268 from tagliala/chore/fix-symbol-proc-offensesZsolt Kozaroczy
2023-05-31Fix Style/SymbolProc offensesGeremia Taglialatela
2023-05-31Fix Style/ConditionalAssignment offensesGeremia Taglialatela
2023-05-31Merge pull request #262 from tagliala/chore/fix-if-inside-else-offenseZsolt Kozaroczy
2023-05-24Fix Style/IfInsideElse offenseGeremia Taglialatela
2023-05-24Fix Style/RedundantFileExtensionInRequire offensesGeremia Taglialatela
2023-05-22Merge pull request #242 from tagliala/chore/fix-minor-safe-offensesZsolt Kozaroczy
2023-05-21Improve commentsGeremia Taglialatela
2023-05-20Remove minor safe offensesGeremia Taglialatela
2023-05-10Fix Inefficient Hash Search offensesGeremia Taglialatela
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
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-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix an indentation issue manuallyGeremia 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-11-02Improve BorderCreator argsWeston Ganger
2022-10-12Resolve all TODOsWeston Ganger
2022-10-09Cleanup Stylesheet#add_stylesWeston Ganger
2022-09-29Merge axlsx_styler gem into caxlsxWeston Ganger
2022-09-26Make sure all examples and docs use binary mode for reading / writing XLSX filesStefan
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2022-02-06Allow border style to accept an Array (#117)Weston Ganger
2017-10-12Fix incorrect option value in rdocRyan Kendall
2014-02-26Huge refactoringJurriaan Pruis
2014-01-08Fixing typo in documentation. ws.styles!!Sudhir
2013-07-31Fix minor typoMichael Westbom
2013-05-26Update bg_color in conditional formattingAnkur Sethi
2013-01-21Update comments to reflect new usage of #add_row methodNestor Pestelos and Ramon Tayag
2012-11-28Better way hot to override borders style.raiis
2012-11-26Added individual border override options.raiis
2012-10-14patched border parsing for Style#add_style to enforce color and style optionsRandy Morgan
2012-09-14Patch for 1.8.7 and update table style example to use custom nameRandy Morgan
2012-09-14New fonts should use the default font values before applying custom style opt...Randy Morgan
2012-08-23show how to do border edges in the exempts and update docs in stylesheetRandy Morgan
2012-07-07documentation updatesRandy Morgan
2012-04-25properly return a numFmt object or numFmtId based on add style type infoRandy Morgan
2012-04-24add_style refactoring. Randy Morgan
2012-04-23first stage refactoring for Style#add_style [inprogress]Randy Morgan
2012-04-20[#33] Add support for Dxf elements to enable conditional formattingStephen Pike