summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson2013-09-191-2/+2
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-195-5/+5
|\
| * Merged from trunk (r12517).Markus Engel2013-09-1437-28533/+2030
| |\
| * \ Merged from trunk (r12488).Markus Engel2013-08-3042-3765/+41253
| |\ \
| * \ \ Merged from trunk (r12465).Markus Engel2013-08-041-1/+19
| |\ \ \
| * | | | Cleaned up.Markus Engel2013-08-031-1/+1
| * | | | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-022-2/+2
| * | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| * | | | Merge from trunk (r12439).Markus Engel2013-07-255-352/+0
| |\ \ \ \
| * \ \ \ \ Merged from trunk (r12419).Markus Engel2013-07-1455-775/+1124
| |\ \ \ \ \
| * \ \ \ \ \ merged from trunk (r12287)Markus Engel2013-04-204-108/+99
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merged from trunk (r12265)Markus Engel2013-04-053-668/+379
| |\ \ \ \ \ \ \
| * | | | | | | | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
* | | | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-198-48/+40
* | | | | | | | | UI message uniformisationKris De Gussem2013-09-151-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-142-67/+32
* | | | | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-132-27/+31
* | | | | | | | Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski2013-09-0110-2183/+1843
* | | | | | | | update cmakefilesCampbell Barton2013-08-311-0/+2
* | | | | | | | Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-3124-26241/+13
* | | | | | | | Merge in pdf work by david bild, thanks David\!Martin Owens2013-08-308-18/+112
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-294-6/+90
| * | | | | | | Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-266-12/+22
* | | | | | | | adapt to changes in r12471 (unit refactoring)su_v2013-08-294-18/+14
* | | | | | | | merge from trunk (r12487)su_v2013-08-2930-952/+714
|\| | | | | | |
| * | | | | | | better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem2013-08-212-19/+0
| * | | | | | | Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-1/+1
| * | | | | | | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-0610-71/+69
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed Windows compile bug.Matthew Petroff2013-08-012-40/+41
| | * | | | | | | Fixed Windows compile bug.Matthew Petroff2013-08-012-41/+42
| | * | | | | | | Eliminate "unit-constants.h".Matthew Petroff2013-07-3110-30/+26
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | code cleanup (cppcheck)Johan B. C. Engelen2013-08-058-25/+24
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner2013-08-031-1/+19
| |/ / / / /
| * | | | / Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-235-352/+0
| | |_|_|/ | |/| | |
| * | | | Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson2013-07-104-7/+37
| * | | | Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-046-400/+424
| * | | | Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-044-182/+130
| * | | | Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-036-68/+29
| * | | | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-037-162/+285
| * | | | Added error messages when attempting to use verbs requiring GUI inEric Greveson2013-07-011-1/+4
| * | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-015-7/+9
| * | | | odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
* | | | | patch of David Mathog in bugtread 988601 comment 186Kris De Gussem2013-08-151-2/+1
* | | | | merge from trunk (r12380)su_v2013-06-1924-14/+202
|\| | | |
| * | | | Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.Jon A. Cruz2013-06-073-0/+16
| * | | | Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-073-0/+12
| * | | | Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-0616-0/+32
| * | | | Refactor: Changed some functions from Extension to const.Vinícius dos Santos Oliveira2013-06-052-12/+12
| * | | | Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira2013-06-056-1/+78
| * | | | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-0416-0/+31