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
/
drawing.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-05
Fix Style/RedundantInterpolation offenses
Geremia Taglialatela
2023-05-31
Fix Style/SymbolProc offenses
Geremia Taglialatela
2023-05-24
Fix Style/RedundantFileExtensionInRequire offenses
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-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2017-11-17
Add support for non-3D bar charts
David N. Robinson
2017-11-07
Add support for area charts
David N. Robinson
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-10-09
Add support for bubble charts
Jean-Philippe Moal
2013-09-13
Fixes for anchor swapping when adding images. - Two -> One swap still pending.
Randy Morgan
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2013-03-17
Fixed LineChart and refactored chart axes management
Randy Morgan
2013-03-14
fix loading LineChart
Sergio Cambra
2013-02-04
Added docs for Drawing#child_objects
Randy Morgan
2013-01-15
Refactored relationship management for drawings
Randy Morgan
2012-10-21
Added index_of to drawing for finding the position of a chart, image or hyper...
Randy Morgan
2012-07-18
#113 implement data labels for pie charts
Randy Morgan
2012-07-17
MOAR cleanup for worksheet.
Randy Morgan
2012-07-10
more cleanup
Randy Morgan
2012-06-02
quick fix for chart rendering problem.
Randy Morgan
2012-05-26
add in two cell anchors for images.
Randy Morgan
2012-05-08
worksheet comments step 2. Needs docs and specs - but it works in Excel
Randy Morgan
2012-05-04
remove unneeded namespace in drawing.
Randy Morgan
2012-05-03
rebuild series data base objects with full implementation.
Randy Morgan
2012-04-28
val_axis_data removed so there is no point in trying to include it.
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-03-22
Add Scatter charts
Joe Kain
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
2012-01-18
remove linebreaks/indentation when saving to encourage interop with rubyXL
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
2011-11-23
-refactoring chart position and axis data/category for chart.
Randy Morgan
2011-11-21
Adding in support for line charts, style attribute for all charts and minor b...
Randy Morgan
2011-11-20
first commit
Randy Morgan