summaryrefslogtreecommitdiffstats
path: root/src/extension/init.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun2018-10-021-4/+4
| | | | | | | | | For now we still default to ImageMagick, but we can fall-back to GraphicsMagick (e.g. if only ImageMagick 7 is available; add a check for this). To prefer GraphicsMagick despite a compatible version of ImageMagick use -DWITH_IMAGE_MAGICK=OFF when running CMake
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-14/+14
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-14/+14
|
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* third batchMarc Jeanmougin2017-10-021-12/+1
|
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-62/+4
|
* Replace ImageMagic with GraphicsMagicchr[]2017-06-301-0/+3
| | | | | | ... just a matter of taste. But both wanna be initialized: fixed.
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-16/+12
| | | | get_filename methods
* [Bug #1558153] Typos and tabs instead of spaces in extension module.raphael02022016-03-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1558153 (bzr r14713)
* Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
| | | (bzr r13341.5.7)
* 1. make it compileLiam P. White2014-06-251-1/+1
| | | (bzr r13341.5.1)
* merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-061-8/+0
| | | (bzr r13409)
* effects don't need to merge into menus if we're running without gui; with ↵buliabyak2013-09-281-2/+0
| | | | | this we can purge a redundant reading of menus skeleton, which leaked its xml tree (bzr r12616)
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* merge from trunk (r12258)su_v2013-03-291-1/+3
|\ | | | | (bzr r11668.1.65)
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-1/+3
| | | | | | | | | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* | changes_2013_02_25a.patchDavid Mathog2013-03-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | New: WMF import/export implements WMF (Windows Metafile) read and write. Inkscape previously supported that through uniconverter, which was not very good with WMF files. The new version now has a complete wmf-print/wmf-inout implementation, analogous to the previous emf-print/emf-inout. This handles images, patterns, and various other goodies to the extent that WMF does. WMF is a bit primitive, many fields are only 16 bits, so it even more resolution sapping issues than does EMF. Given the choice, always use the latter format. (bzr r11668.1.52)
* | merge from trunk (r12122)su_v2013-02-131-0/+6
|\| | | | | (bzr r11668.1.51)
| * Add support for libcdrsu_v2013-01-241-0/+6
| | | | | | (bzr r12059.1.1)
* | merge from trunk (r11737)su_v2012-10-041-0/+2
|\| | | | | (bzr r11668.1.23)
| * code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-0/+2
| | | | | | (bzr r11737)
* | merge from trunk (r11698)su_v2012-09-231-0/+6
|\| | | | | (bzr r11668.1.10)
| * Add support for libvisioFridrich Strba2012-07-091-0/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11533.1.1)
* | Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v2012-09-231-9/+5
|/ | | (bzr r11668.1.8)
* Header cleaningAlex Valavanis2012-02-251-7/+8
| | | (bzr r11016)
* cppcheckKris De Gussem2012-02-151-5/+1
| | | (bzr r10977)
* Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-181-0/+2
| | | (bzr r10554)
* No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-2/+0
| | | (bzr r9508.1.82)
* add pdf import filter via poppler-cairoAdib Taraben2011-01-221-2/+2
| | | (bzr r10014)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Merge from trunkTed Gould2010-03-261-7/+7
|\ | | | | (bzr r8254.1.53)
| * Cleanup on id access.Jon A. Cruz2010-03-021-8/+8
| | | | | | (bzr r9127)
* | Added code to initialize DBus (if enabled.)Soren Berg2009-07-121-0/+7
|/ | | (bzr r8254.1.4)
* Warning cleanupJon A. Cruz2009-05-031-5/+2
| | | (bzr r7813)
* Merge from fe-movedTed Gould2008-11-211-16/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-7/+7
| | | (bzr r6885)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-5/+8
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-011-1/+2
| | | (bzr r6743)
* disable old non-cairo ps export via printbulia byak2008-08-311-1/+1
| | | (bzr r6741)
* temporarily, make pdf exporters switchable for testingbulia byak2008-08-291-1/+4
| | | (bzr r6725)
* add placeholder for expert contributorsBob Jamison2008-07-301-0/+2
| | | (bzr r6474)
* disable unused pdf-input-cairobulia byak2008-06-141-1/+1
| | | (bzr r5923)
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison2008-05-291-20/+0
| | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
* r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould2008-04-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | Basis for reading filters out of SVG files in system and personal directories. r19137@shi: ted | 2008-04-24 20:45:27 -0700 Removing a TODO r19138@shi: ted | 2008-04-24 20:55:50 -0700 Filling this out some. Now we're looking through the files and finding the filters in it. r19139@shi: ted | 2008-04-24 22:07:55 -0700 Changing to build filename, really amazing that it's worked before. r19140@shi: ted | 2008-04-24 22:43:57 -0700 My own crazy writer. Output streams are stupid C++-isms. char * works just fine. r19154@shi: ted | 2008-04-24 22:56:05 -0700 Cleaning up the XML transfer. Pretty happy with it now. r19155@shi: ted | 2008-04-24 23:00:11 -0700 Don't need to set up that string for translation because it's getting placed inside a structure that gets thrown gettext already. r19156@shi: ted | 2008-04-25 17:12:40 -0700 OMG! Stacking seems to be working. Now it's very easy to test the cooling on your CPU using Inkscape. That's going to have to be a feature in the release notes. r19166@shi: ted | 2008-04-25 21:00:34 -0700 Adding in filter-file.cpp (bzr r5522)
* r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould2008-04-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A directory for filter effects r19084@shi: ted | 2008-04-21 20:03:59 -0700 The basis for the filter interface for defining effects. r19085@shi: ted | 2008-04-21 20:59:04 -0700 Adding Sepia as an example r19086@shi: ted | 2008-04-21 23:25:57 -0700 Wiring everything in. Cleaning it up so that it looks nice. r19087@shi: ted | 2008-04-22 00:00:08 -0700 Completeing more of the guts. Not done, but the basic infrastructure is now in place. r19088@shi: ted | 2008-04-22 00:19:38 -0700 All the basic plumbing code. It seems to work, except the document is wrong from the controlling filter guy. That should be fixable. r19089@shi: ted | 2008-04-22 00:31:36 -0700 Whoo! Hoo! for simple stuff it seems to work. r19090@shi: ted | 2008-04-22 10:36:16 -0700 First pass at adding the filters from Mauve's example r19091@shi: ted | 2008-04-22 10:37:24 -0700 Fixing misspelling r19092@shi: ted | 2008-04-22 12:32:18 -0700 Should be appending instead of prepending these nodes. r19093@shi: ted | 2008-04-22 13:37:34 -0700 Basic filter with parameters working r19094@shi: ted | 2008-04-22 14:27:20 -0700 Changing it so that by default an effect will have a call to autogui that will work with live effects. Basically this involved migrating the implementation of prefs_effect up from script.cpp to implementation.cpp r19102@shi: ted | 2008-04-22 14:38:46 -0700 Better defaults r19103@shi: ted | 2008-04-22 14:42:07 -0700 Adding filter stuff to be translated (bzr r5490)
* BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ↵Albin Sunnanbo2008-03-131-0/+22
| | | | | (including Save as XAML) (bzr r5081)
* Removing a few more debug statementsBryce Harrington2008-01-061-6/+0
| | | (bzr r4403)
* Fixing up a few more filesBryce Harrington2008-01-051-0/+5
| | | (bzr r4391)