summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (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-1436-28533/+2026
| |\
| * \ Merged from trunk (r12488).Markus Engel2013-08-3040-3752/+41236
| |\ \
| * \ \ 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
| * | | | Merged from trunk (r12419).Markus Engel2013-07-1425-233/+330
| |\ \ \ \
| * \ \ \ \ merged from trunk (r12287)Markus Engel2013-04-202-74/+50
| |\ \ \ \ \
| * \ \ \ \ \ 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-019-2183/+1841
* | | | | | | 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-2913-71/+95
|\| | | | | |
| * | | | | | 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
| |/ / / /
| * | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-012-2/+3
| * | | | 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-197-4/+56
|\| | | |
| * | | | 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-071-0/+4
| * | | | Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-063-0/+6
| * | | | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-043-0/+6
| * | | | Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.Tavmjong Bah2013-05-291-4/+24
* | | | | changes_2013_05_22a.patch:David Mathog2013-06-198-400/+1104
* | | | | merge from trunk (r12337)su_v2013-05-162-11/+45
|\| | | |
| * | | | Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap resoluti...Nicolas Dufour2013-05-122-11/+45
* | | | | merge from trunk (r12322)su_v2013-05-0513-199/+199
|\| | | |
| * | | | Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-026-126/+126
| * | | | Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-015-63/+63
| * | | | UI messagesKris De Gussem2013-04-291-2/+2
| * | | | Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-8/+8
| | |_|/ | |/| |
* | | | merge from trunk (r12305)su_v2013-04-272-38/+33
|\| | |
| * | | minor odg export updateKris De Gussem2013-04-202-38/+33