summaryrefslogtreecommitdiffstats
path: root/src/extension (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-19Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson1-2/+2
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski8-48/+40
2013-09-15UI message uniformisationKris De Gussem1-1/+1
2013-09-14Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2-67/+32
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2-27/+31
2013-09-01Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski10-2183/+1843
2013-08-31update cmakefilesCampbell Barton1-0/+2
2013-08-31Move libuemf to a separate directory.Krzysztof Kosi??ski24-26241/+13
2013-08-29adapt to changes in r12471 (unit refactoring)su_v4-18/+14
2013-08-29use multiple graphic/text layers for pdf+latex outputDavid R. Bild4-6/+90
2013-08-26Move omit text feature from cairo renderer to contextDavid R. Bild6-12/+22
2013-08-21better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem2-19/+0
2013-08-15patch of David Mathog in bugtread 988601 comment 186Kris De Gussem1-2/+1
2013-08-12Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson1-1/+1
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen8-25/+24
2013-08-04Removing template data from XML tree addedSlagvi Public1-1/+1
2013-08-03pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner1-1/+19
2013-08-03Cleaned up.Markus Engel1-1/+1
2013-08-02reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2-2/+2
2013-08-01Fixed Windows compile bug.Matthew Petroff2-40/+41
2013-08-01Fixed Windows compile bug.Matthew Petroff2-41/+42
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-1/+1
2013-07-31Eliminate "unit-constants.h".Matthew Petroff10-30/+26
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski5-352/+0
2013-07-10Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson4-7/+37
2013-07-04Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson6-400/+424
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson4-182/+130
2013-07-03Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson6-68/+29
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson7-162/+285
2013-07-01Added error messages when attempting to use verbs requiring GUI inEric Greveson1-1/+4
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson5-7/+9
2013-06-21odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem1-17/+27
2013-06-19changes_2013_05_22a.patch:David Mathog8-400/+1104
2013-06-07Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.Jon A. Cruz3-0/+16
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz3-0/+12
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz16-0/+32
2013-06-05Refactor: Changed some functions from Extension to const.Vinícius dos Santos Oliveira2-12/+12
2013-06-05Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira6-1/+78
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz16-0/+31
2013-05-29Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.Tavmjong Bah1-4/+24
2013-05-13Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.Nicolas Dufour1-0/+2
2013-05-12Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap resoluti...Nicolas Dufour2-11/+45
2013-05-05Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith2-3/+27
2013-05-02Fix UI after inclusion of gimp style slidersKris De Gussem6-126/+126
2013-05-01Fix UI after inclusion of gimp style slidersKris De Gussem5-63/+63
2013-04-29UI messagesKris De Gussem1-2/+2
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-8/+8
2013-04-20minor odg export updateKris De Gussem2-38/+33
2013-04-12odg export: some work on gradientsKris De Gussem2-55/+36
2013-04-08NULL pointer checksKris De Gussem1-33/+48