Thomas Fussell
|
398bf7a3bb
|
remove potentially problematic methods on optional, fix windows build
|
2016-12-29 19:00:27 -05: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
|
eeba8ffa86
|
copy previous formatting when changing the format of a cell, closes #76
|
2016-11-01 08:50:29 -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
|
45f61ee644
|
begin translating xml parsing and serialization to libstudxml
|
2016-09-16 22:59:13 -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
|
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
|
ccc3995709
|
start correctly implementing opc
|
2016-08-03 00:12:18 -04:00 |
|
Thomas Fussell
|
4234a62b8b
|
clean up api and do more testing
|
2016-08-01 18:33:43 -04:00 |
|
Thomas Fussell
|
e8972ec423
|
fix infinite loop
|
2016-07-30 18:35:57 -04:00 |
|
Thomas Fussell
|
cd3c0c5f0b
|
test number_formatter and improve exceptions
|
2016-07-30 11:58:36 -04:00 |
|
Thomas Fussell
|
c1364199ee
|
improve manifest
|
2016-07-22 22:24:45 -04:00 |
|
Thomas Fussell
|
ce0ae608ee
|
test inlinestr
|
2016-07-21 20:44:00 -04:00 |
|
Thomas Fussell
|
ffeb1b1046
|
remove unneeded number formats and finish testing number format
|
2016-07-21 20:15:53 -04:00 |
|
Thomas Fussell
|
e222e1b268
|
fix warnings
|
2016-07-20 19:16:51 -04:00 |
|
Thomas Fussell
|
dec6aaa49a
|
test some stuff, rename some other stuff
|
2016-07-20 19:04:44 -04:00 |
|
Thomas Fussell
|
f406f657c4
|
test some skipped branches
|
2016-07-16 15:57:50 -04:00 |
|
Thomas Fussell
|
25b995bc78
|
improve fill and style serialization test coverage
|
2016-07-14 22:09:57 -04:00 |
|
Thomas Fussell
|
053508e8b7
|
test some number formatting edge cases
|
2016-07-11 18:10:57 -04:00 |
|
Thomas Fussell
|
60372fb145
|
cover alignment.cpp
|
2016-07-09 10:13:56 -04:00 |
|
Thomas Fussell
|
5147a282af
|
implement fractional number format, continue implementing tests for builtin formats
|
2016-07-08 19:39:28 -04:00 |
|
Thomas Fussell
|
9f1ac60d20
|
start implementing complex number formats, test builtin formats
|
2016-07-05 21:27:35 -04:00 |
|
Thomas Fussell
|
9ae506c1ea
|
move serialization classes to detail, recouple with pugixml (no reason to abstract)
|
2016-07-03 19:22:08 -04:00 |
|
Thomas Fussell
|
d92ad1ab9c
|
finally implement a real number format parser. that was rough...
|
2016-07-03 11:22:53 -04:00 |
|
Thomas Fussell
|
bdc770d23a
|
improve number_format test coverage
|
2016-06-24 10:43:51 +01:00 |
|
Thomas Fussell
|
aa0dee3191
|
add more tests for complex number formats
|
2016-06-23 10:34:20 +01:00 |
|
Thomas Fussell
|
4dae9438fb
|
add utf8 bom to test_number_format because of euro symbol
|
2016-06-19 22:43:17 +01:00 |
|
Thomas Fussell
|
b4a7b1c849
|
fix typo
|
2016-06-19 22:23:32 +01:00 |
|
Thomas Fussell
|
112aa14e1a
|
test number format locale currency symbol
|
2016-06-19 22:20:49 +01:00 |
|
Thomas Fussell
|
e26c5595d1
|
cover missed lines in fill.cpp
|
2016-06-19 21:58:55 +01:00 |
|
Thomas Fussell
|
523fe10898
|
test other condition types
|
2016-06-19 21:50:41 +01:00 |
|
Thomas Fussell
|
7b6b5517d9
|
finish testing fill
|
2016-06-19 21:30:15 +01:00 |
|
Thomas Fussell
|
2732cd6479
|
finish testing color
|
2016-06-19 21:06:12 +01:00 |
|
Thomas Fussell
|
03080dbe1f
|
test conditional formats
|
2016-06-18 23:07:22 +01:00 |
|
Thomas Fussell
|
d8eda2aeb4
|
test text section of custom number format
|
2016-06-18 10:06:02 +01:00 |
|
Thomas Fussell
|
0cd96b0494
|
begin creating number_format tests
|
2016-06-18 09:32:09 +01:00 |
|
Thomas Fussell
|
85e1b4a333
|
refactor styles... again
|
2016-06-10 13:40:50 -04:00 |
|
Thomas Fussell
|
135af6e6c9
|
fix styles -- Excel wanted to repair saved workbooks
|
2016-05-15 15:03:02 -04:00 |
|
Thomas Fussell
|
916883e427
|
fix last few tests
|
2016-05-14 12:42:34 -04:00 |
|
Thomas Fussell
|
713bd1ea12
|
almost done finally. still need to figure out the interaction between styles and named styles, maybe improve naming
|
2016-05-03 15:37:34 -04:00 |
|
Thomas Fussell
|
9bd6e92297
|
not done yet. I can't beleive how complicated this is
|
2016-04-30 16:19:45 -04:00 |
|
Thomas Fussell
|
2c8ccdfcda
|
restructure source and clean up cmake scripts
|
2015-11-03 08:38:09 -05:00 |
|