summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wpg-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck / fix issue in Dutch translationKris De Gussem2012-04-201-5/+2
| | | (bzr r11270)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
| | | (bzr r11030)
* Warning cleanup.Jon A. Cruz2011-06-221-2/+2
| | | (bzr r10339)
* Update to win32 build defines for libwpg issue.Jon A. Cruz2011-06-111-0/+5
| | | (bzr r10269)
* Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. ↵Jon A. Cruz2011-06-101-1/+16
| | | | | | | | Fixes bug #778951. Fixed bugs: - https://launchpad.net/bugs/778951 (bzr r10266)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+2
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* fix linkingJohan B. C. Engelen2007-12-211-0/+1
| | | (bzr r4272)
* compile depending on WITH_LIBWPGtheAdib2007-12-211-0/+4
| | | (bzr r4268)
* r16914@shi: ted | 2007-10-30 21:58:05 -0700Ted Gould2007-10-311-4/+4
| | | | | Switching everything over to a linked in libwpg (bzr r3992)
* r14551@tres: ted | 2007-02-24 15:22:47 -0800Ted Gould2007-02-251-255/+10
| | | | | | Merging in the latest libwpg and some code chages to make it work with everything. (bzr r2433)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-365/+365
| | | (bzr r2399)
* r13127@tres: ted | 2006-07-30 22:18:42 -0700Ted Gould2006-07-311-0/+4
| | | | | Updates from the libwpg development CVS (bzr r1528)
* r13109@tres: ted | 2006-07-30 22:11:20 -0700Ted Gould2006-07-311-2/+17
| | | | | Making this all work with the Inkscape world view. (bzr r1526)
* r13108@tres: ted | 2006-07-30 12:27:51 -0700Ted Gould2006-07-311-32/+80
| | | | | Builds and links. Doesn't work, but builds and links. (bzr r1525)
* r13107@tres: ted | 2006-07-30 11:47:41 -0700Ted Gould2006-07-311-20/+20
| | | | | Getting the basic build stuff in. No we're building libwpg (bzr r1524)
* r13106@tres: ted | 2006-07-30 11:10:02 -0700Ted Gould2006-07-311-0/+298
Stealing some example code from the libwpg guys to make this alot easier. (bzr r1523)