summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson2013-09-191-2/+2
| | | | | | | | Fixes LP #523285. Fixed bugs: - https://launchpad.net/bugs/523285 (bzr r12544)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-195-5/+5
|\ | | | | (bzr r12532)
| * Merged from trunk (r12517).Markus Engel2013-09-1437-28533/+2030
| |\ | | | | | | (bzr r11608.1.121)
| * \ Merged from trunk (r12488).Markus Engel2013-08-3042-3765/+41253
| |\ \ | | | | | | | | (bzr r11608.1.120)
| * \ \ Merged from trunk (r12465).Markus Engel2013-08-041-1/+19
| |\ \ \ | | | | | | | | | | (bzr r11608.1.119)
| * | | | Cleaned up.Markus Engel2013-08-031-1/+1
| | | | | | | | | | | | | | | (bzr r11608.1.117)
| * | | | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-022-2/+2
| | | | | | | | | | | | | | | (bzr r11608.1.116)
| * | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| | | | | | | | | | | | | | | (bzr r11608.1.115)
| * | | | Merge from trunk (r12439).Markus Engel2013-07-255-352/+0
| |\ \ \ \ | | | | | | | | | | | | (bzr r11608.1.108)
| * \ \ \ \ Merged from trunk (r12419).Markus Engel2013-07-1455-775/+1124
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.107)
| * \ \ \ \ \ merged from trunk (r12287)Markus Engel2013-04-204-108/+99
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11608.1.99)
| * \ \ \ \ \ \ merged from trunk (r12265)Markus Engel2013-04-053-668/+379
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r11608.1.80)
| * | | | | | | | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.60)
* | | | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-198-48/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | | | | | | | | UI message uniformisationKris De Gussem2013-09-151-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | (bzr r12520)
* | | | | | | | Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-142-67/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
* | | | | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-132-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* | | | | | | | Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski2013-09-0110-2183/+1843
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12499)
* | | | | | | | update cmakefilesCampbell Barton2013-08-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12493)
* | | | | | | | Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-3124-26241/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)
* | | | | | | | Merge in pdf work by david bild, thanks David\!Martin Owens2013-08-308-18/+112
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | (bzr r12489)
| * | | | | | | use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-294-6/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2)
| * | | | | | | Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-266-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12487.1.1)
* | | | | | | | adapt to changes in r12471 (unit refactoring)su_v2013-08-294-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.76)
* | | | | | | | merge from trunk (r12487)su_v2013-08-2930-952/+714
|\| | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.75)
| * | | | | | | better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem2013-08-212-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by David Mathog, including revert of former fix in rev 11268 (bzr r12482)
| * | | | | | | Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12473.1.1)
| * | | | | | | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-0610-71/+69
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r12471)
| | * | | | | | | Fixed Windows compile bug.Matthew Petroff2013-08-012-40/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12380.1.58)
| | * | | | | | | Fixed Windows compile bug.Matthew Petroff2013-08-012-41/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12380.1.56)
| | * | | | | | | Eliminate "unit-constants.h".Matthew Petroff2013-07-3110-30/+26
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | (bzr r12380.1.54)
| * | | | | | | code cleanup (cppcheck)Johan B. C. Engelen2013-08-058-25/+24
| | |_|_|_|_|/ | |/| | | | | | | | | | | | (bzr r12469)
| * | | | | | pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner2013-08-031-1/+19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168908 (bzr r12450)
| * | | | / Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-235-352/+0
| | |_|_|/ | |/| | | | | | | | (bzr r12428)
| * | | | Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson2013-07-104-7/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session. (bzr r12402.1.1)
| * | | | Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-046-400/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8)
| * | | | Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-044-182/+130
| | | | | | | | | | | | | | | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7)
| * | | | Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-036-68/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5)
| * | | | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-037-162/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
| * | | | Added error messages when attempting to use verbs requiring GUI inEric Greveson2013-07-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | console (--without-gui) mode. (bzr r12387.1.3)
| * | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-015-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
| * | | | odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
| | | | | | | | | | | | | | | (bzr r12383)
* | | | | patch of David Mathog in bugtread 988601 comment 186Kris De Gussem2013-08-151-2/+1
| | | | | | | | | | | | | | | (bzr r11668.1.73)
* | | | | merge from trunk (r12380)su_v2013-06-1924-14/+202
|\| | | | | | | | | | | | | | (bzr r11668.1.72)
| * | | | Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.Jon A. Cruz2013-06-073-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12356)
| * | | | Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-073-0/+12
| | | | | | | | | | | | | | | (bzr r12355)
| * | | | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-0616-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | has it. (bzr r12353)
| * | | | Refactor: Changed some functions from Extension to const.Vinícius dos Santos Oliveira2013-06-052-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functions changed to const: * get_param_color * get_param_enum * get_param_optiongroup * get_param_enum_contains (bzr r12349)
| * | | | Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira2013-06-056-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the patch's author: Additional command line option added to export to different PDF-versions supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must provide the exact string found in the PDF-export dialog of Inkscape. This feature was previously only accessible via the GUI of Inkscape. This option is useful for people opting for PDF-a conformance in their PDFs. Moreover, the Extension and Parameter classes are extended by setters for enum parameters (used in combo boxes). (bzr r12348)
| * | | | Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-0416-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)