summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring hatch to remove memory leaks (bad GTKish casting macros) and unin...Jon A. Cruz2014-10-181-10/+11
* Port inkscape to librevenge framework for WPG, CDR and VSD importsFridrich Strba2014-10-173-37/+93
|\
| * update to trunk (r13560)su_v2014-09-198-33/+200
| |\
| * \ update to trunk (r13532)su_v2014-08-262-2/+2
| |\ \
| * | | librevenge: update to latest patch from bug #1323592 (support old and new ver...su_v2014-08-263-26/+93
| * | | update to trunk (r13488)su_v2014-08-041-3/+19
| |\ \ \
| * \ \ \ update to trunk (r13472)su_v2014-07-277-18/+36
| |\ \ \ \
| * \ \ \ \ update to trunk (r13454)su_v2014-07-192-3/+2
| |\ \ \ \ \
| * \ \ \ \ \ update to trunk (r13425)su_v2014-06-157-903/+177
| |\ \ \ \ \ \
| * \ \ \ \ \ \ update to trunk (r13407)su_v2014-06-041-9/+45
| |\ \ \ \ \ \ \
| * | | | | | | | Port inkscape to librevenge framework for WPG, CDR and VSD importsFridrich Strba2014-05-273-46/+35
* | | | | | | | | Merge in osx-packaging-update branch. OS X packaging now works correctly for ...Liam P. White2014-10-161-0/+24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ update to trunk (r13577)su_v2014-10-021-0/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ update to trunk (r13549)su_v2014-09-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | update to trunk (r13545)su_v2014-09-057-32/+199
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ update to trunk (r13538)su_v2014-09-012-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | add poppler data to bundle, fix relocation support (see bug #956282)su_v2014-08-211-0/+24
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Cleanup of unintialized and leaked values.Jon A. Cruz2014-10-162-88/+124
* | | | | | | | | | | More direct way of finding font-family. One entry per unique style.Tavmjong Bah2014-10-151-6/+5
* | | | | | | | | | | Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-144-17/+118
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merged hatch pdf and png export codeTomasz Boczkowski2014-10-144-17/+118
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah2014-10-141-5/+7
|/ / / / / / / / / /
* | | | / / / / / / Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported).Nicolas Dufour2014-10-011-0/+7
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | partial rollback of r13544, allow old recursive behavior for some locations, ...mathog2014-09-081-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | resolves bug 1348417 and implements addition features for bug 1302857mathog2014-09-047-32/+199
| |/ / / / / / |/| | | | | |
* | | | | | | UI. Fix for Bug #340723 "Interface inconsistency of tooltips".Nicolas Dufour2014-08-262-2/+2
|/ / / / / /
* | | | | / Fix for bug 1340683 for WMF inputmathog2014-07-281-3/+19
| |_|_|_|/ |/| | | |
* | | | | sync with libTere version of text_reassemble.cmathog2014-07-251-3/+3
* | | | | Fix for bug 1340683mathog2014-07-241-1/+17
* | | | | Fix for bug 1336753mathog2014-07-241-5/+7
* | | | | Fixed parentheses.Markus Engel2014-07-221-1/+1
* | | | | Replaced some abs/fabs with std::abs.Markus Engel2014-07-224-6/+6
* | | | | Fixed some unused variables warnings.Markus Engel2014-07-222-2/+2
| |_|_|/ |/| | |
* | | | Warnings cleaup.Jon A. Cruz2014-07-152-3/+2
| |_|/ |/| |
* | | revise email theadibAdib Taraben2014-06-062-2/+2
* | | merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-065-901/+175
| |/ |/|
* | Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
|/
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-297-86/+337
* Fix for bug 1306138mathog2014-04-284-82/+72
* Fix for bug 1294840mathog2014-04-281-4/+1
* Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...Tavmjong Bah2014-04-273-207/+226
* Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...Tavmjong Bah2014-04-272-202/+217
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-262-2/+2
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-242-4/+4
* pdf import via poppler-cairo, bug:1017123:handling stroke width < 1Adib Taraben2014-04-131-1/+1
* Fix for Bug #1302987 (Importing a PNG image with unittype field undefined fai...Nicolas Dufour2014-04-101-11/+6
* Cleanup namespace removal so that it doesn't require bugs in updateRepr to wo...Martin Owens2014-04-041-17/+38
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
* Second patch for analyzer warnings in libuemf.David Mathog2014-03-261-9/+30
* Patch for several issues in libuemf.David Mathog2014-03-254-6/+7