| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| image/jpeg, image/png & image/gif are considered the allowed mime types for an image. mimemagic gem is added as dependency in order to do the checking. Added tests to check against three supported mime types. A fake jpg fixture (created with 'touch' command) has been added to test that extension is no longer used. | |||
| 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-03-14 | Merge pull request #347 from ionthegeek/smoothing | Jurriaan Pruis | |
| Add support for enabling or disabling smoothed lines in a scatter series | |||
| 2015-03-14 | Merge pull request #377 from shifakhan/charts_background_color | Jurriaan Pruis | |
| Background color option for charts | |||
| 2015-03-03 | Minor change | Brad Stewart | |
| 2015-03-03 | Fix comments | Brad Stewart | |
| 2015-03-03 | Allow legend position to be set on charts | Brad Stewart | |
| 2015-02-21 | Background color option for charts | shifakhan | |
| 2015-01-28 | Make alpha option accessible for pictures 0 = transparent ... 100000 = opaque | Alan Kessler | |
| 2014-08-12 | Add support for enabling or disabling smoothed lines in a scatter chart series | Ian Anderson | |
| 2014-07-29 | Allow custom marker symbol shapes on chart | mfrank01 | |
| 2014-03-04 | sourceLinked should be false (0) when specifying a format_code for an axis | Chris Roby | |
| 2014-02-26 | Huge refactoring | Jurriaan Pruis | |
| Do not create huge strings Let Row inherit from SimpleTypedList Optimized sanitizing Optimized validation And more.. | |||
| 2013-11-04 | Merge pull request #255 from skateinmars/fix-scatterchart-axes | Randy Morgan (@morgan_randy) | |
| Fix ScatterChart#y_val_axis returning the wrong axis | |||
| 2013-10-10 | Do not use a marker tag in bubble series tags | Jean-Philippe Moal | |
| As per the spec, a bubble series tag should not include a marker tag. This was preventing files from being open with Excel Viewer. | |||
| 2013-10-09 | Fix ScatterChart#y_val_axis returning the wrong axis | Jean-Philippe Moal | |
| The y_val_axis method was returning the x axis instead of the y axis. | |||
| 2013-10-09 | Add support for bubble charts | Jean-Philippe Moal | |
| 2013-09-27 | smooth line for line chart | patorash | |
| 2013-09-26 | extended examples and smooth lines for line chart | Randy Morgan | |
| 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 ↵ | Randy Morgan | |
| file extensions | |||
| 2013-07-08 | Make relationship ids more reliable. | Stefan Daschek | |
| Relationship instances now keep track of their own id – this should be much more reliable than the old way of more or less “guessing” the relationship id based on the position of some object in some array. Fixes https://github.com/randym/axlsx/issues/212, especially. Each relationship now has its own, unique id – except for the cases when it doesn’t: Some relationships need to share the same id, see `Relation#should_use_same_id_as?` for the gory details. All tests pass, and the full example.xlsx is generated without errors and looks fine in Excel for Mac 2011. The pivot table example still has the problems mentioned in https://github.com/randym/axlsx/issues/168 – but as far as I can tell I didn’t make it worse (Excel is still be able to “repair” the file, and the repaired file then contains the pivot table). | |||
| 2013-06-27 | Fixes Issue #202 Axes are borked in Bar3DChart by requiring axis order in ↵ | Moses Hohman | |
| the constructor | |||
| 2013-06-23 | fixed bad test case and bad code for dispBlanksAs (setting now actually ↵ | Moses Hohman | |
| makes it into XML) This means there are many other test cases in the suite that are not verifying what they look like they're verifying. | |||
| 2013-06-23 | provide a better default for dispBlanksAs and allow it to be configured | Moses Hohman | |
| 2013-06-23 | Fixes Issue #202 Axes are borked in Bar3DChart | Moses Hohman | |
| 2013-04-20 | Fixed comment visibility | Randy Morgan | |
| 2013-04-19 | Added prep for 1.3.6 release | Randy Morgan | |
| 2013-04-18 | Added line specification | Randy Morgan | |
| Required by Libre and Open office, and correct by spec. When we get a requirement to customize the line width/shape this should be extracted out into a Line class. | |||
| 2013-03-17 | Fixed LineChart and refactored chart axes management | Randy Morgan | |
| 2013-03-15 | Merge pull request #178 from Programatica/master | Randy Morgan (@morgan_randy) | |
| Add LineChart | |||
| 2013-03-16 | First run at 'hidden' comments WIP | Randy Morgan | |
| The xml is genrated correcty, but the comment still shows until it is selected once in the excel ui - so I must be missing something. | |||
| 2013-03-14 | fix line chart name | Sergio Cambra | |
| 2013-03-14 | only yield if block given | Sergio Cambra | |
| 2013-03-14 | fix loading LineChart | Sergio Cambra | |
| 2013-03-14 | add lineChart (2D) and show_marker to LineSeries (for 2D line chart) | Sergio Cambra | |
| 2013-02-04 | Completed missing docs and pre-release prep | Randy Morgan | |
| 2013-02-04 | Added docs for Drawing#child_objects | Randy Morgan | |
| 2013-01-23 | Updated chart vary_colors | Randy Morgan | |
| This sets the proper default for each chart type and lets us change it as we need. | |||
| 2013-01-21 | Update comments to reflect new usage of #add_row method | Nestor Pestelos and Ramon Tayag | |
| 2013-01-15 | Refactored relationship management for drawings | Randy Morgan | |
| This should fix #160 | |||
| 2012-11-23 | Updated thin_chars and replaced cover_me with simplecov | Randy Morgan | |
| 2012-10-21 | Added index_of to drawing for finding the position of a chart, image or ↵ | Randy Morgan | |
| hyperlink | |||
| 2012-10-19 | added namespace parameter to element_for_attribute | Randy Morgan | |
| 2012-10-19 | refactored view_3D to reduce complexity and duplication | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | Refactored to use use options parser. | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser | Randy Morgan | |
