Thomas Fussell
|
767d498dac
|
separate crypto_helper into header file, fix lots of stuff
|
2017-02-17 23:11:06 -06:00 |
|
Thomas Fussell
|
84011553a8
|
rename some things and fix some formatting
|
2017-02-10 20:22:38 -08:00 |
|
sukoi26
|
d7486830a6
|
comment changes anchor() , in element()
|
2017-02-06 23:00:45 +01:00 |
|
Thomas Fussell
|
82d5f623de
|
document some things
|
2017-01-26 19:57:19 -05:00 |
|
Thomas Fussell
|
e9c8116b0d
|
remove two more linux-specific overloads and fix the call that was requiring them
|
2017-01-05 08:09:08 -05:00 |
|
Thomas Fussell
|
a0dea36605
|
remove long long overloads for cell::value, let's see if this breaks anything
|
2017-01-04 21:15:29 -05:00 |
|
Thomas Fussell
|
45428c7f2b
|
update copyright dates for 2017
|
2017-01-02 20:35:18 -05:00 |
|
Thomas Fussell
|
c43561b4bd
|
remove calcChain when no formulae remain in any cell, correct calcChain relationship type string, closes #98
|
2017-01-02 19:13:38 -05:00 |
|
Thomas Fussell
|
cdb97fda82
|
try that again
|
2017-01-01 09:12:01 -05:00 |
|
Thomas Fussell
|
7a7d44b693
|
use make_pair instead of braced initializer in rich_text constructor
|
2016-12-31 20:15:44 -05:00 |
|
Thomas Fussell
|
7de0b05480
|
fix zip header error when unzipping for #103
|
2016-12-31 19:15:09 -05:00 |
|
Thomas Fussell
|
398bf7a3bb
|
remove potentially problematic methods on optional, fix windows build
|
2016-12-29 19:00:27 -05:00 |
|
Thomas Fussell
|
c637f412b6
|
continue working through xml problems as a result of fixing xml comparison
|
2016-12-26 09:38:26 -05:00 |
|
Thomas Fussell
|
c8f2ca204b
|
clang-format all source files, fix broken test helpers--lots of cleanup necessary as a result [ci skip]
|
2016-12-24 10:04:57 -05:00 |
|
Thomas Fussell
|
6c32563d18
|
rename formatted_text to rich_text to match the spec, also text_run to rich_text_run
|
2016-12-23 06:52:02 -05:00 |
|
Thomas Fussell
|
244314d426
|
rename formatted_text to rich_text to match the spec, also text_run to rich_text_run
|
2016-12-23 06:51:30 -05:00 |
|
Thomas Fussell
|
c8e7df6289
|
fix a few more warnings [ci skip]
|
2016-12-10 18:39:51 +00:00 |
|
Thomas Fussell
|
e1157625a5
|
begin refining headers and footers, remove dependency on pugixml
|
2016-12-10 00:18:50 +00:00 |
|
Thomas Fussell
|
860ad43506
|
clang format headers
|
2016-12-04 13:29:10 +01:00 |
|
Thomas Fussell
|
c55aac9ecf
|
rename getters and setters to the property name, many breaking changes\!
|
2016-12-02 14:37:50 +01:00 |
|
Thomas Fussell
|
2bfd909684
|
skip codeName attribute for #83
|
2016-11-20 18:36:52 -05:00 |
|
Thomas Fussell
|
ec6a010f8a
|
remove unused modules and update documentation
|
2016-11-20 11:06:52 -05:00 |
|
Thomas Fussell
|
455be8fb5f
|
fix mingw build, closes #80
|
2016-11-19 19:41:21 -05:00 |
|
Thomas Fussell
|
d393343c2e
|
reformat cell.cpp
|
2016-11-19 16:50:35 -05:00 |
|
Thomas Fussell
|
cee933a1b8
|
finish implementing comment positioning, closes #68
|
2016-11-12 17:38:29 -05:00 |
|
Thomas Fussell
|
f90e35e007
|
optimize format garbage collection and apply style fills to formats correctly, fixes #79, fix cell iteration, closes #73, add third-party licenses to LICENSE.md, update README, fix all clang and msvc warnings
|
2016-11-09 19:52:18 -05:00 |
|
Thomas Fussell
|
ca692790fa
|
implement garbage collection to remove unreferenced formats and constituent parts
|
2016-11-07 21:11:30 -05:00 |
|
Thomas Fussell
|
1474c8ab82
|
begin trying to garbage collect cell formats
|
2016-11-03 19:26:11 -04:00 |
|
Thomas Fussell
|
f9e349ce8d
|
Revert "working on styles, don't use yet"
This reverts commit 4e51e9e0e5 .
|
2016-11-02 22:04:51 -04:00 |
|
Thomas Fussell
|
4e51e9e0e5
|
working on styles, don't use yet
|
2016-11-02 18:16:34 -04:00 |
|
Thomas Fussell
|
eeba8ffa86
|
copy previous formatting when changing the format of a cell, closes #76
|
2016-11-01 08:50:29 -04:00 |
|
Thomas Fussell
|
98d506a5db
|
skip unused gz sources in zlib, fix style equality operator exports
|
2016-10-31 21:53:22 -04:00 |
|
Thomas Fussell
|
0d97105122
|
clean up zip.cpp, enable and fix compiler warnings, use equality instead of hashing for style components, compile all cpp files in sample directory, track remote branches for submodules
|
2016-10-31 20:48:43 -04:00 |
|
Thomas Fussell
|
6d749aaa91
|
implement writing comments, still need to fix comment vml
|
2016-10-29 16:31:30 -04:00 |
|
Thomas Fussell
|
5af753c443
|
fix windows and gcc build
|
2016-10-29 10:36:46 -04:00 |
|
Thomas Fussell
|
82311c96e4
|
implement reading of cell comments
|
2016-10-29 10:23:04 -04:00 |
|
Thomas Fussell
|
c49341c82f
|
clean up cmake build, fix warnings, improve configuration, general
housekeeping, fixes #72, fixes #70
|
2016-10-25 20:22:22 -04:00 |
|
Thomas Fussell
|
3f0a3424e6
|
minor fixes
|
2016-08-18 21:57:26 -04:00 |
|
Thomas Fussell
|
f9a45313a0
|
improve styles
|
2016-08-18 07:34:18 -04:00 |
|
Thomas Fussell
|
94881ce660
|
begin correctly implementing styles and formats
|
2016-08-16 00:23:49 -04:00 |
|
Thomas Fussell
|
4baeeb824f
|
finish excel template, fix errors
|
2016-08-12 23:06:25 -04:00 |
|
Thomas Fussell
|
6c829a235a
|
improve manifest, implement true thumbnail handling, being refactoring serialization tests
|
2016-08-06 10:40:17 -04:00 |
|
Thomas Fussell
|
cf80c46b66
|
a little refactoring
|
2016-08-05 01:52:05 -04:00 |
|
Thomas Fussell
|
f679f8a8d1
|
remove document_properties and app_properties includes
|
2016-08-03 07:45:09 -04:00 |
|
Thomas Fussell
|
ccc3995709
|
start correctly implementing opc
|
2016-08-03 00:12:18 -04:00 |
|
Thomas Fussell
|
5bd1a79536
|
refactor custom exceptions
|
2016-07-29 18:55:49 -04:00 |
|
Thomas Fussell
|
d39f5b2299
|
improve manifest
|
2016-07-29 17:50:33 -04:00 |
|
Thomas Fussell
|
9a6bcdfc54
|
fix range iterator tests
|
2016-07-23 21:24:25 -04:00 |
|
Thomas Fussell
|
51db47e2a8
|
test workbook and fix mising template specialization
|
2016-07-23 19:43:24 -04:00 |
|
Thomas Fussell
|
dfaec919ff
|
test cell
|
2016-07-23 19:15:17 -04:00 |
|