summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-17coverity#1339811 read cannot fail herelibetonyek-0.1.4David Tardon1-0/+3
2015-11-17coverity#1325214 missing breakDavid Tardon1-1/+1
2015-11-17improve detection & handling of trailing path elementsDavid Tardon1-18/+14
2015-11-17missing spaceDavid Tardon1-1/+1
2015-11-17coverity#1339812 arguments in wrong orderDavid Tardon1-1/+1
2015-11-17WaE: comma at end of enumerator listDavid Tardon1-1/+1
2015-11-17WaE: comma at end of enumerator listDavid Tardon1-1/+1
2015-11-17use the right variableDavid Tardon1-1/+1
2015-11-17fix extensionDavid Tardon1-1/+1
2015-11-17prepare for a releaseDavid Tardon2-1/+10
2015-11-17really parse cell propertiesDavid Tardon1-1/+1
2015-11-17parse cell paddingDavid Tardon6-4/+34
2015-11-17add another way to find slide list refDavid Tardon1-0/+4
2015-11-16parse table styleDavid Tardon5-3/+91
2015-11-16set other table propertiesDavid Tardon1-0/+11
2015-11-16handle cell styleDavid Tardon1-31/+99
2015-11-16narrow scope of try block to reading column dataDavid Tardon1-25/+26
2015-11-16simplify calls with empty styleDavid Tardon1-3/+3
2015-11-15shuffle a bitDavid Tardon1-126/+107
2015-11-15prepare for better handling of cell content formattingDavid Tardon5-23/+34
2015-11-15prepare for better handling of cell formattingDavid Tardon6-43/+114
2015-11-15split handling of tables out of collectorDavid Tardon13-123/+102
2015-11-15make createText constDavid Tardon2-2/+2
2015-11-15split handling of text out of collectorDavid Tardon23-293/+260
2015-11-12collect table styleDavid Tardon6-0/+31
2015-11-12use default para style for cellsDavid Tardon9-11/+35
2015-11-12prepare to handle more table cell formattingDavid Tardon7-29/+119
2015-11-12split writing cell style into a separate functionDavid Tardon1-0/+8
2015-11-10parse cell styleDavid Tardon6-1/+103
2015-11-10output cell textDavid Tardon2-6/+50
2015-11-10automatic bool conversion strikes againDavid Tardon1-1/+1
2015-11-10test for number of elements tooDavid Tardon1-0/+2
2015-11-10fix copypastaDavid Tardon1-2/+2
2015-11-09parse tables (BIPU)David Tardon3-1/+294
2015-11-09add support for bytes field typeDavid Tardon6-0/+36
2015-11-08really parse shape fill and opacityDavid Tardon1-5/+5
2015-11-08fix nestingDavid Tardon1-18/+18
2015-11-08parse shadowDavid Tardon1-3/+9
2015-11-06parse bitmap fillDavid Tardon5-6/+71
2015-11-06parse gradientsDavid Tardon4-6/+48
2015-11-06prepare to handle gradient and bitmap fillsDavid Tardon3-4/+81
2015-11-06handle linecap: roundDavid Tardon1-0/+3
2015-11-06fix after-free memory access in formula outputDavid Tardon3-12/+8
2015-11-05impl. missing symbolsDavid Tardon4-7/+47
2015-11-05parse shadowDavid Tardon4-2/+34
2015-11-05start parsing graphic styleDavid Tardon6-12/+183
2015-11-05fix copypastaDavid Tardon1-1/+1
2015-11-03parse more paragraph propsDavid Tardon4-0/+19
2015-11-03astyleDavid Tardon1-3/+3
2015-11-03fix typoDavid Tardon1-2/+2