summaryrefslogtreecommitdiffstats
path: root/src/extension/init.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-05-10Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng1-2/+0
JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608
2019-01-18fix compilation with HAVE_CAIRO_PDF=0Thomas Holder1-4/+8
2019-01-17Remove confusing and broken save as PNG optionMarc Jeanmougin1-2/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-02CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-14/+14
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-14/+14
2017-11-07Misc. typosUnknown1-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 ```
2017-10-02third batchMarc Jeanmougin1-12/+1
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-62/+4
2017-06-30Replace ImageMagic with GraphicsMagicchr[]1-0/+3
... just a matter of taste. But both wanna be initialized: fixed.
2017-06-28Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens1-16/+12
get_filename methods
2016-03-16[Bug #1558153] Typos and tabs instead of spaces in extension module.raphael02021-1/+1
Fixed bugs: - https://launchpad.net/bugs/1558153 (bzr r14713)
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
(bzr r13341.5.7)
2014-06-251. make it compileLiam P. White1-1/+1
(bzr r13341.5.1)
2014-06-06merge pdf import via poppler-cairo into native importerAdib Taraben1-8/+0
(bzr r13409)
2013-09-28effects don't need to merge into menus if we're running without gui; with ↵buliabyak1-2/+0
this we can purge a redundant reading of menus skeleton, which leaked its xml tree (bzr r12616)
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis1-1/+3
check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
2013-03-08changes_2013_02_25a.patchDavid Mathog1-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)
2013-01-24Add support for libcdrsu_v1-0/+6
(bzr r12059.1.1)
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-0/+2
(bzr r11737)
2012-09-23Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v1-9/+5
(bzr r11668.1.8)
2012-07-09Add support for libvisioFridrich Strba1-0/+6
Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11533.1.1)
2012-02-25Header cleaningAlex Valavanis1-7/+8
(bzr r11016)
2012-02-15cppcheckKris De Gussem1-5/+1
(bzr r10977)
2011-08-18Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour1-0/+2
(bzr r10554)
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-2/+0
(bzr r9508.1.82)
2011-01-22add pdf import filter via poppler-cairoAdib Taraben1-2/+2
(bzr r10014)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-03-02Cleanup on id access.Jon A. Cruz1-8/+8
(bzr r9127)
2009-07-12Added code to initialize DBus (if enabled.)Soren Berg1-0/+7
(bzr r8254.1.4)
2009-05-03Warning cleanupJon A. Cruz1-5/+2
(bzr r7813)
2008-11-21Merge from fe-movedTed Gould1-16/+2
(bzr r6891)
2008-10-27From trunkTed Gould1-7/+7
(bzr r6885)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-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)
2008-09-01enable EPS export via cairo, use it instead of the old native onebulia byak1-1/+2
(bzr r6743)
2008-08-31disable old non-cairo ps export via printbulia byak1-1/+1
(bzr r6741)
2008-08-29temporarily, make pdf exporters switchable for testingbulia byak1-1/+4
(bzr r6725)
2008-07-30add placeholder for expert contributorsBob Jamison1-0/+2
(bzr r6474)
2008-06-14disable unused pdf-input-cairobulia byak1-1/+1
(bzr r5923)
2008-05-29Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison1-20/+0
BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
2008-04-26r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould1-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)
2008-04-22r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould1-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)
2008-03-13BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ↵Albin Sunnanbo1-0/+22
(including Save as XAML) (bzr r5081)
2008-01-06Removing a few more debug statementsBryce Harrington1-6/+0
(bzr r4403)
2008-01-05Fixing up a few more filesBryce Harrington1-0/+5
(bzr r4391)