index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
drawing
/
pic.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-05
Fix Style/RedundantInterpolation offenses
Geremia Taglialatela
2023-06-05
Fix Style/FormatString offenses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-31
Fix Style/MutableConstant offenses
Geremia Taglialatela
2023-05-15
Fix Performance/StringIdentifierArgument offense
Geremia Taglialatela
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
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-12
Rubocop fixes
Koza
2023-04-12
refactored code on Pic class
Sebastiano
2023-04-12
clean code
Sebastiano
2023-04-12
improve validation
Sebastiano
2023-04-12
feat: add support for remote images
Sebastiano
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 Style/Encoding offenses
Geremia Taglialatela
2017-04-01
chore(doc): document some members
randym
2016-11-12
fix warning: constant ::Fixnum is deprecated
takkanm
2015-07-04
Add a little bit of doc, remove warning by using attr_reader
Jonathan Tron
2015-07-04
Merge branch 'master' of https://github.com/alankessler/axlsx into alankessle...
Jonathan Tron
2015-07-03
Extract mime type detection to an utility class
marc
2015-07-03
Validates whether an image is acceptable through mime type
marc
2015-03-14
opacity needs to be an integer
Alan Kessler
2015-03-14
Change option name to 'opacity' and allow value between 0 and 1.
Alan Kessler
2015-01-28
Make alpha option accessible for pictures 0 = transparent ... 100000 = opaque
Alan Kessler
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-09-13
Fixes for anchor swapping when adding images. - Two -> One swap still pending.
Randy Morgan
2013-08-17
updated image source validation to use lower case comparison of accepted file...
Randy Morgan
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2013-01-15
Refactored relationship management for drawings
Randy Morgan
2012-10-14
Refactored to use use options parser.
Randy Morgan
2012-05-30
pop not allowed on simple typed list.
Randy Morgan
2012-05-30
enable anchor swapping between one and two cell anchors for drawings
Randy Morgan
2012-05-26
add in two cell anchors for images.
Randy Morgan
2012-04-03
pre-release cleanup
Randy Morgan
2012-04-01
rebuild all serialization to use string concatenation instead of nokogiri.
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-02-14
Stomp out all warnings.
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2012-02-02
Adding in hyperlinking for images as per issue #22
Randy Morgan
2011-12-08
cleaning up xml namespace usage in drawings and improving looks for charts in...
Randy Morgan
2011-12-02
Added locking attributes for pictures and some stubs for parsing
Randy Morgan
2011-11-26
adding in support for ruby 1.9.3
Randy Morgan
2011-11-23
Adding image support and some document clean up for .8 release
Randy Morgan