| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-28 | Merge branch 'title_font_size' | Erik Veijola | |
| 2015-07-28 | chart.rb: added method to set font size of Title object in chart | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-28 | title.rb: added text_size to set the font size of the title | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-05 | Merge branch 'mfrank01-marker_symbols' | Jonathan Tron | |
| 2015-07-05 | Fix Axlsx::LineSeries#marker_symbol and add tests | Jonathan Tron | |
| 2015-07-05 | Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into ↵ | Jonathan Tron | |
| mfrank01-marker_symbols | |||
| 2015-07-04 | Add test to confirm control characters are removed from shared strings | Thomas Cannon | |
| * Commit f8ef8eb78eb4556676b5770c82493e6e6edf7ec8 fixed the shared strings class to automatically sanitize its serialized XML output to remove any control characters. However, this commit did not include tests that the shared strings actually removed the control characters when serializing to an XML string. * This tests confirms that the string with control characters is added to the shared strings, and that the control characters are removed from the string in question when serialized to XML. | |||
| 2015-07-04 | Merge branch 'soutaro-fix-time-cast' | Jonathan Tron | |
| 2015-07-04 | Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into ↵ | Jonathan Tron | |
| soutaro-fix-time-cast | |||
| 2015-07-04 | Merge branch 'alankessler-master' | Jonathan Tron | |
| 2015-07-04 | Merge branch 'alankessler-master' | Jonathan Tron | |
| 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 ↵ | Jonathan Tron | |
| alankessler-master | |||
| 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 ↵ | Jonathan Tron | |
| alankessler-master | |||
| 2015-07-04 | Merge pull request #383 from ebouchut/patch-1 | Jonathan Tron | |
| Fix a typo in the README. | |||
| 2015-07-04 | Merge pull request #393 from edatrix/patch-1 | Jonathan Tron | |
| Update README.md | |||
| 2015-07-04 | Add ruby 2.2 to TravisCI and allow to use minor version of 2.0, 2.1 | Jonathan Tron | |
| 2015-07-04 | Merge branch 'shifakhan-example' | Jonathan Tron | |
| 2015-07-04 | Merge branch 'example' of https://github.com/shifakhan/axlsx into ↵ | Jonathan Tron | |
| shifakhan-example | |||
| 2015-07-04 | Merge branch 'shifakhan-worksheet_tab_colour' | Jonathan Tron | |
| 2015-07-04 | Add test, fix example with tab color generation and fix a but due to a typo | Jonathan Tron | |
| 2015-07-04 | Merge branch 'worksheet_tab_colour' of https://github.com/shifakhan/axlsx ↵ | Jonathan Tron | |
| into shifakhan-worksheet_tab_colour | |||
| 2015-07-04 | Merge pull request #402 from waiting-for-dev/mb_mime_detection | Jonathan Tron | |
| Validates whether an image is acceptable through mime type | |||
| 2015-07-03 | Remove lowercase extension test | marc | |
| It is no longer needed because now detection is though mime type | |||
| 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-05-23 | Option to change tab color | shifakhan | |
| 2015-05-20 | Update README.md | lauren spath luhring | |
| fix small typo | |||
| 2015-05-04 | Added example of conditional formatting to match text in cells | shifakhan | |
| 2015-04-27 | Merge pull request #386 from iwan/patch-1 | Randy Morgan (@morgan_randy) | |
| Update worksheet.rb | |||
| 2015-04-26 | Update worksheet.rb | Iwan Buetti | |
| small oversight... | |||
| 2015-03-27 | Fix a typo in the README. | Eric Bouchut | |
| 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 | bump version | Jurriaan Pruis | |
| 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-14 | Merge pull request #367 from axelson/patch-1 | Jurriaan Pruis | |
| Add usage information to row_column_style example | |||
| 2015-03-14 | Merge pull request #354 from rishijain/patch-1 | Jurriaan Pruis | |
| Added an example of row height | |||
| 2015-03-14 | Merge pull request #375 from ebeigarts/fix-upcased-images | Jurriaan Pruis | |
| Fix content types for uppercased image file extensions | |||
| 2015-03-14 | Merge pull request #380 from bradstewart/legend-position | Jurriaan Pruis | |
| Allow legend position 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-02-11 | Fix content types for uppercased image file extensions | Edgars Beigarts | |
| 2015-01-28 | Make alpha option accessible for pictures 0 = transparent ... 100000 = opaque | Alan Kessler | |
| 2015-01-12 | Fix #fit_to to work correctly and fix tests under Ruby 2.2.0 | Jurriaan Pruis | |
| 9999 is too big | |||
| 2014-12-23 | Add usage information to row_column_style example | Jason Axelson | |
