Commit graph

103 commits

Author SHA1 Message Date
John McNamara
5485479a86 Added docs for worksheet comment functions.
Issue #38
2020-01-11 15:40:41 +00:00
John McNamara
73a47db741 Added advanced cell comments sample code. 2020-01-09 21:25:48 +00:00
Sijmen J. Mulder
4daf725bae Use DESTDIR and PREFIX instead of INSTALL_LOCATION
PREFIX is the final location on the user's system. DESTDIR could
be staging directory for a package build, a chroot, etc. The
distinction is important because you don't want DESTDIR to end up
in paths compiled into the program, e.g. the location of a helpfile
or library.

(Applies only to the makefiles, not CMake)

Resolves #216
2019-12-27 12:58:19 +00:00
John McNamara
ff22a026d9 Minor doc fix. 2019-12-23 17:21:15 +00:00
John McNamara
553628a8c0 Added doc section on format categories. 2019-11-17 18:02:22 +00:00
John McNamara
695fc684b0 Added sponsorhip details. 2019-10-30 09:12:13 +00:00
John McNamara
48a312e949 Added docs on using vcpkg for MSVC. 2019-06-20 23:32:53 +01:00
John McNamara
32658fef2f Add docs and an example for add_vba_project.
Issue #29
2019-06-19 00:21:04 +01:00
John McNamara
c00ebe866e Minor doc fix.
Issue #219
2019-04-07 14:30:15 +01:00
John McNamara
936a6ca006 Add docs for rich strings.
Issue #37
2018-09-30 23:24:45 +01:00
John McNamara
d9ac79dc93 Add chartsheet example.
Issue #90
2018-09-09 12:51:49 +01:00
John McNamara
970120a063 Initial skeleton for chartsheet class.
Issue #90
2018-09-07 10:37:44 +01:00
John McNamara
b74f48c6f1 Add docs for lxw_version(). 2018-09-01 20:26:34 +01:00
John McNamara
03bb8d2eb0 Add docs for in-memory image handling.
Addd docs and additional tests for in-memory image handling.

Issue #125
2018-08-30 23:04:39 +01:00
John McNamara
3f95641b20 Prep for release 0.7.7. 2018-05-17 00:42:39 +01:00
John McNamara
d9ece0e066 Added docs for building a MSVC app with Cmake. 2018-05-16 20:17:27 +01:00
John McNamara
8b708b2885 Added docs on working with formulas.
Closed #150
2018-03-18 01:03:03 +00:00
John McNamara
7fc65d081c Removed known issue with Apple Numbers
Removed known issue with inline strings that has been fixed in
recent versions of Numbers
2018-02-11 23:01:23 +00:00
John McNamara
3915bf29ae Fix for BMP image handling on big endian systems.
Issue #139
2018-02-11 22:50:57 +00:00
John McNamara
269f3dce62 Add docs for outlines and grouping.
Issue #30
2018-02-11 00:13:26 +00:00
John McNamara
3137b60647 Add docs for data validation 2017-09-25 00:27:24 +01:00
John McNamara
e49c668be7 Share single license file between docs and src tree.
Issue #123
2017-08-30 01:29:04 +01:00
John McNamara
e04c801a76 Add homebrew installation to getting started guide. 2017-08-20 23:12:37 +01:00
John McNamara
b0a7c691ad Added option to use system minizip in make build.
Additional fixes for using system minizip in the Makefile make system.

Issue #119.
2017-08-20 11:33:02 +01:00
John McNamara
7401ea39ee Minor doc fix. 2017-08-13 00:30:42 +01:00
John McNamara
3fdf181d1e Added docs on using CMake for building. 2017-06-27 00:35:27 +01:00
John McNamara
79a9b41fd2 Add user definable installation directory.
Issue #93.
2017-06-25 23:30:44 +01:00
John McNamara
2d720e8db9 Prep for release 0.6.9. 2017-01-30 00:30:31 +00:00
John McNamara
be77bac3ee Added docs for chart trendlines. 2017-01-29 18:13:43 +00:00
John McNamara
2515c54b06 Add docs for chart error bars. 2017-01-27 23:24:23 +00:00
John McNamara
90b7f89a61 Add docs for chart data labels. 2017-01-24 23:23:02 +00:00
John McNamara
37eea6ed87 Added docs for chart up-down bars. 2017-01-22 03:03:03 +00:00
John McNamara
edadc49fef Prep for release 0.6.4. 2017-01-20 20:54:02 +00:00
John McNamara
0d22597d9b Added docs for chart data table. 2017-01-20 20:16:40 +00:00
John McNamara
2cb2af32f9 Added docs for high-low and drop lines. 2017-01-18 23:46:22 +00:00
John McNamara
fb9190f360 Prep for release 0.6.1. 2017-01-16 00:01:52 +00:00
John McNamara
ae71d9d0aa Added docs for chart points. 2017-01-15 23:10:39 +00:00
John McNamara
f5ce952b68 Prep for release 0.5.6. 2017-01-11 00:11:30 +00:00
John McNamara
13bf150fef Add updated hello_world image. 2017-01-08 21:09:30 +00:00
John McNamara
e0a04310ad Add updated docs for category and value axes. 2017-01-08 20:58:38 +00:00
John McNamara
0945bede76 Add docs for chart patterns. 2017-01-03 23:50:34 +00:00
John McNamara
8ef418b034 Added chart patterns handling. 2017-01-03 19:28:17 +00:00
John McNamara
0feb78d741 Add docs for chart markers. 2017-01-03 01:11:33 +00:00
John McNamara
fc817abbcb Added docs for chart line and fill. 2017-01-01 19:30:21 +00:00
John McNamara
813ca50be0 Update copyright year. 2016-12-31 00:33:00 +00:00
John McNamara
915cc66c45 Add docs for chart legend. 2016-12-30 23:11:30 +00:00
John McNamara
5015061828 Prep for release 0.4.4. 2016-12-30 12:00:17 +00:00
John McNamara
74f03074fb Add docs for chart fonts. 2016-12-30 10:57:37 +00:00
John McNamara
34dd6c812a Add docs for chart fonts. 2016-12-29 21:25:37 +00:00
Adam Chainz
487aea0e37 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-10-12 22:48:53 +01:00