summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wmf-inout.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-28refactor: clean up SPI constructorsThomas Holder1-1/+1
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-29/+31
fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-9/+9
2019-08-23Eliminate clang warningsThomas Holder1-3/+3
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-20Ensure arena is released when the WMF failes to saveJames Collier1-0/+3
2019-05-22Extract a common expression into a variable/const.Shlomi Fish1-56/+58
See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
2019-05-12rename to avoid name clashes.Shlomi Fish1-2/+2
2019-05-12Extract the TagEmitter.append method.Shlomi Fish1-41/+39
This is Refactoring / code cleanup. See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
2019-05-12Extract a common expression into a variable/const.Shlomi Fish1-63/+64
This is Refactoring / code cleanup. See: * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-06Misc. typosluz.paz1-1/+1
Found via `codespell`
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-08-05Fixes pointed by TavJabier Arraiza1-4/+3
2018-08-05coding style fixesJabier Arraiza1-8/+12
2018-08-05Fixes compiling bugsJabier Arraiza1-2/+2
2018-08-05Refactor with Tav helpJabier Arraiza1-7/+11
2018-08-05Revert changesJabier Arraiza1-26/+7
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza1-7/+26
pref optional to scale dashes on stroke scale
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-2/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-4/+4
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-3/+3
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-46/+46
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-11/+11
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-11/+11
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+2
A lot of header clean-up.
2017-04-06EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun1-0/+16
This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617)
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-5/+2
Remove rotation via viewbox. Still some work to do... (bzr r15603)
2017-02-17resolve bug 1665421mathog1-0/+10
(bzr r15525)
2016-11-05Add exportersJabier Arraiza Cenoz1-2/+5
(bzr r15142.1.32)
2016-06-11Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun1-9/+9
internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
2016-02-18provide end user debugging for EMF and WMF issuesmathog1-6/+26
(bzr r14660)
2015-05-21minor tweaks to libUEMF and related codemathog1-2/+4
(bzr r14169)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-4/+2
(bzr r14126)
2015-04-28enable default pen object for WMF filesmathog1-1/+5
(bzr r14067)
2015-04-27patch for bugs 1447850 and 1447382mathog1-22/+42
(bzr r14062)
2015-02-25fix for bug 1425317mathog1-2/+2
(bzr r13947)
2015-02-09two typos in patch at rev 13914mathog1-2/+2
(bzr r13915)
2015-02-09fix for bug 1419926mathog1-11/+19
(bzr r13914)
2015-02-09fix for bug 1405292mathog1-1/+1
(bzr r13913)
2014-09-04resolves bug 1348417 and implements addition features for bug 1302857mathog1-1/+3
(bzr r13544)
2014-08-30Reduce header bloatAlex Valavanis1-0/+1
(bzr r13341.1.184)
2014-07-28Fix for bug 1340683 for WMF inputmathog1-3/+19
(bzr r13473)
2014-07-22Replaced some abs/fabs with std::abs.Markus Engel1-2/+2
(bzr r13459)
2014-07-15Warnings cleaup.Jon A. Cruz1-1/+0
(bzr r13454)
2014-04-29Improved support for clipping on EMF/WMF import, see bug 1302857mathog1-24/+122
(bzr r13322)
2014-04-28Fix for bug 1306138mathog1-41/+4
(bzr r13319)
2014-04-27Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ↵Tavmjong Bah1-198/+160
class. (WMF) modified: src/extension/internal/emf-inout.h src/extension/internal/wmf-inout.cpp src/extension/internal/wmf-inout.h unknown: .comments/ 1232425-fix-clang-warnings-mismatched-tags-SPStyle-r13299-v1.diff FILTERS/ RecentTextDecoChagnes.zip doxygen/ share/attributes/attindex.html share/attributes/propidx.html share/symbols/FlowSymbolsNew.svg src/cxxtests src/cxxtests.cpp src/cxxtests.log src/cxxtests.xml src/ui/dialog/symbols.cpp_new (bzr r13311)