index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
stylesheet
/
color.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-31
Fix string concatenation offenses in production code
Geremia Taglialatela
2023-05-20
Remove minor safe offenses
Geremia Taglialatela
2023-05-17
Fix safe performance RuboCop offenses
Geremia Taglialatela
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/CommentIndentation offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLineBetweenDefs offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-08-08
Don't mutate the object passed into Color#rgb=
Trent Ogren
2012-10-18
Updated color to_xml_string to use snake cased tag_name
Randy Morgan
2012-10-18
Refactored color to_xml_string to accept a tag name as colors are sometimes s...
Randy Morgan
2012-10-14
Refactored to use options parser and serialized attributes
Randy Morgan
2012-04-06
put only plain string cells in shared string table
ochko
2012-04-04
shared string should be faster than non-shared string serialization
ochko
2012-04-03
pre-release cleanup
Randy Morgan
2012-04-01
rebuild all serialization to use string concatenation instead of nokogiri.
Randy Morgan
2012-03-28
Still not fast enough?
Randy Morgan
2012-03-27
properly render inline colors
Randy Morgan
2012-03-27
Some small improvements
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2011-12-05
Adding in shorthand color representations and validation so we can use stuff ...
Randy Morgan
2011-11-26
adding in support for ruby 1.9.3
Randy Morgan
2011-11-20
first commit
Randy Morgan