index
:
libreoffice/libvisio
STABLE-0-0-19+
libvisio-0.0
master
tag-libvisio-0.0.19
zf.com
library for parsing the visio file format structure
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-01
tdf136564 VSDX Add support for TextBackground from SheetStyle
Bartosz Kosiorek
3
-21
/
+59
2024-09-20
Avoid undefined behaviour when the std::vector is empty
Bartosz Kosiorek
2
-3
/
+3
2024-03-19
read and use simple solid fill styles
Jaume Pujantell
3
-14
/
+116
2023-12-30
tdf#77915 fix import of default shape fill color
Andras Timar
1
-1
/
+3
2019-08-12
simplify creation of xmlReader
David Tardon
8
-29
/
+20
2019-08-07
drop XML_PARSE_NOENT and default to not expanding entities
Caolán McNamara
6
-6
/
+6
2019-08-04
cid#1371582 check return value
David Tardon
1
-2
/
+2
2019-08-04
cid#1371581 check return value
David Tardon
1
-1
/
+1
2019-08-04
make trivial copy ctors default too
David Tardon
6
-93
/
+18
2019-08-04
make trivial assignment operators default
David Tardon
9
-346
/
+18
2019-08-04
un-constify return value of operator=
David Tardon
6
-32
/
+32
2019-08-03
WaE: implicitly-declared Pointer::operator= is deprecated
David Tardon
2
-0
/
+19
2019-08-03
WaE: implicitly-declared VSDOptionalFillStyle::operator= is deprecated
David Tardon
2
-0
/
+21
2019-08-03
WaE: implicitly-declared VSDTextBlockStyle::operator= is deprecated
David Tardon
2
-0
/
+18
2019-08-03
WaE: implicitly-declared VSDOptionalTextBlockStyle::operator= is deprecated
David Tardon
2
-0
/
+18
2019-08-03
WaE: implicitly-declared VSDParaStyle::operator= is deprecated
David Tardon
2
-0
/
+23
2019-08-03
WaE: implicitly-declared VSDOptionalParaStyle::operator= is deprecated
David Tardon
2
-0
/
+23
2019-08-03
WaE: implicitly-declared VSDCharStyle::operator= is deprecated
David Tardon
2
-0
/
+25
2019-08-03
WaE: implicitly-declared VSDOptionalCharStyle::operator= is deprecated
David Tardon
2
-0
/
+25
2019-08-03
WaE: implicitly-declared VSDFillStyle::operator= is deprecated
David Tardon
2
-0
/
+21
2019-08-03
WaE: implicitly-declared VSDLineStyle::operator= is deprecated
David Tardon
2
-0
/
+18
2019-08-03
WaE: implicitly-declared VSDOptionalLineStyle::operator= is deprecated
David Tardon
4
-0
/
+34
2019-08-03
WaE: implicitly-declared VSDBullet::operator= is deprecated
David Tardon
2
-0
/
+13
2019-08-03
WaE: implicitly-declared XForm::operator= is deprecated
David Tardon
2
-1
/
+20
2019-08-03
WaE: implicitly-declared VSDMisc::operator= is deprecated
David Tardon
2
-0
/
+8
2019-08-03
WaE: implicitly-declared VSDName::operator= is deprecated
David Tardon
3
-0
/
+29
2019-08-03
astyle
David Tardon
1
-2
/
+2
2019-07-24
tdf#126402 Fix line formating issue
Bartosz Kosiorek
1
-30
/
+96
2019-07-12
tdf#126292 Fix unit conversion
Bartosz Kosiorek
11
-148
/
+207
2019-07-09
tdf#126292 Fix unit conversion
Bartosz Kosiorek
11
-25
/
+166
2019-07-09
Replace magic numbers with defines
Bartosz Kosiorek
4
-13
/
+13
2019-07-08
tdf#76829 tdf#98291 Visio: Fix number conversion to string
Bartosz Kosiorek
1
-16
/
+52
2019-07-03
tdf#76829 tdf#98291 Visio: Fix date and time conversion to string
Bartosz Kosiorek
2
-30
/
+143
2019-01-31
Fix too small loop variables
Miklos Vajna
4
-14
/
+14
2018-03-25
move define where it should be
David Tardon
2
-4
/
+3
2018-03-25
make sure headers are self-contained
David Tardon
23
-18
/
+39
2018-03-25
drop unused headers
David Tardon
1
-3
/
+0
2018-03-25
use unique_ptr for text xform
David Tardon
6
-26
/
+20
2018-03-25
use unique_ptr to hold foreign data
David Tardon
7
-25
/
+21
2018-03-25
use unique_ptr
David Tardon
7
-23
/
+20
2018-03-25
avoid manual memory mgmt
David Tardon
2
-23
/
+10
2018-03-25
guard against self-assignment
David Tardon
3
-12
/
+21
2018-03-25
avoid manual memory mgmt
David Tardon
2
-14
/
+9
2018-03-25
use make_unique
David Tardon
1
-4
/
+5
2018-03-25
avoid manual memory mgmt
David Tardon
4
-98
/
+59
2018-03-25
drop duplicate include
David Tardon
1
-1
/
+0
2018-03-25
avoid manual memory mgmt
David Tardon
3
-15
/
+11
2018-03-25
simplify a bit
David Tardon
1
-4
/
+1
2018-03-25
use unique_ptr
David Tardon
1
-4
/
+1
2018-03-12
speed up angle normalization
David Tardon
1
-3
/
+2
[next]