Commit graph

221 commits

Author SHA1 Message Date
John McNamara
6963a67af3 Flattened third party include structure. 2016-07-11 23:15:32 +01:00
John McNamara
2cd8f8a3c2 Added extra docs for temp file handling. 2016-07-11 21:42:18 +01:00
John McNamara
c46b76ab9d Added tmpdir parameter to workbook constructor. 2016-07-10 23:46:51 +01:00
John McNamara
c144115bb5 Added tmpfileplus as the default tmpfile() handler. 2016-07-10 16:20:11 +01:00
John McNamara
585cf96233 Change lxw_strerror param type to lxw_errror. 2016-07-05 00:58:10 +01:00
John McNamara
7e42370455 Minor doc fix. 2016-07-05 00:51:52 +01:00
John McNamara
f66890633b Prep for release 0.4.0. 2016-07-05 00:31:18 +01:00
John McNamara
9fe8368df7 Minor doc fixes. 2016-07-05 00:16:22 +01:00
John McNamara
1ad53b05f9 Create internal copy of user supplied agebreaks.
Issue #61.
2016-07-04 23:53:20 +01:00
John McNamara
bfb9a993c9 Made all char pointers in the public api const.
Issue #59.
2016-07-04 21:47:42 +01:00
John McNamara
93b5e0afbe Define snprintf for MCVC 2010.
Issue #58.
2016-07-04 20:59:01 +01:00
John McNamara
50dba518e5 Converted return types to explicit lxw_error.
Converted return types to explicit lxw_error for better compatibility
with C++ compilers.

Issue #56.
2016-07-03 13:53:11 +01:00
John McNamara
a094313ac8 Prep for release 0.3.9. 2016-07-03 01:11:15 +01:00
John McNamara
f24916334b Added docs for mingw. 2016-07-03 00:49:13 +01:00
John McNamara
c4d68e5d92 Fix col width size in 32bit builds. 2016-06-25 21:10:05 +01:00
John McNamara
acd70f3dc7 Replace non ISO C90 __func__. 2016-06-24 00:44:52 +01:00
John McNamara
be0097b717 Fixes for mingw and cygwin. 2016-06-23 21:35:23 +01:00
John McNamara
56064038a4 Prep for release 0.3.8. 2016-06-11 14:56:41 +01:00
John McNamara
8c6174ffd9 Added docs for custom doc properties. 2016-06-11 14:40:09 +01:00
John McNamara
d710da25d2 Added more custom property types. 2016-06-11 01:03:30 +01:00
John McNamara
2fa33fe58a Initial working custom properties. 2016-06-10 00:31:09 +01:00
John McNamara
d3536296b0 Initial structure for custom properties. 2016-06-09 00:15:23 +01:00
John McNamara
af0063a75f Prep for release 0.3.7. 2016-06-03 01:01:57 +01:00
John McNamara
0f72143e8f Minor refactoring. 2016-06-01 23:20:27 +01:00
John McNamara
e37518625d Prep for release 0.3.6. 2016-06-01 00:13:27 +01:00
John McNamara
779ae34d64 Prep for release 0.3.5. 2016-05-31 08:26:13 +01:00
John McNamara
8231ead05b Refactored error handling and reporting.
Some of the previously defined error names have changed to give
a more consistent interface. Also added a lxw_strerror() function
to decode the error to a string.

Issue #49.
2016-05-30 21:16:25 +01:00
John McNamara
a719de2397 Added more error checking during package assembly.
Issue #49,
2016-05-30 00:30:08 +01:00
John McNamara
7490c3763a Prep for release 0.3.4. 2016-05-28 16:30:35 +01:00
John McNamara
cd3b3d2f9c Fixes for MSVC warnings. 2016-05-24 20:24:09 +01:00
John McNamara
ad2d11f93b Prep for release 0.3.3. 2016-05-23 23:09:03 +01:00
John McNamara
11d26f7522 Additional chart docs. 2016-05-23 22:42:27 +01:00
John McNamara
e35c40a870 Added chart documentation and examples. 2016-05-23 00:31:45 +01:00
John McNamara
9ca8d8f522 Added range handling for chart series names. 2016-05-21 18:12:59 +01:00
John McNamara
5bfe64adad Added range handling for chart title names. 2016-05-21 16:51:48 +01:00
John McNamara
f6d7b8dc0f Added data cache to chart titles. 2016-05-21 15:49:32 +01:00
John McNamara
d0a9b0482b Refactored chart title api. 2016-05-21 00:53:24 +01:00
John McNamara
dd8d0599a2 Added test for charts with sparse data. 2016-05-20 23:40:23 +01:00
John McNamara
7745394365 Added series set range functions. 2016-05-20 22:49:03 +01:00
John McNamara
d6b8d0d6ab Added tests for chart insertion order. 2016-05-20 00:37:49 +01:00
John McNamara
1b9dfe30d9 Added tests for chart insertion order. 2016-05-19 21:21:05 +01:00
John McNamara
eec7611b8c Additional test for mixed string/number cache. 2016-05-19 00:10:26 +01:00
John McNamara
9c6d68f402 Added test for mixed string/number cache. 2016-05-18 00:43:19 +01:00
John McNamara
c5f2319e92 Added string cache handling. 2016-05-18 00:06:44 +01:00
John McNamara
b8c5d73416 Refactored chart types to use function pointer methods. 2016-05-17 00:22:38 +01:00
John McNamara
9f77960778 Refactored x and y axes into dynamic objects. 2016-05-16 00:38:28 +01:00
John McNamara
251400e536 Initial working axis titles. 2016-05-16 00:22:48 +01:00
John McNamara
695023ea07 Initial working chart titles. 2016-05-15 20:18:51 +01:00
John McNamara
2cbce4aeed Refactoring 2016-05-15 02:27:50 +01:00
John McNamara
a28728d2e8 Initial working radar charts. 2016-05-13 00:15:17 +01:00