summaryrefslogtreecommitdiffstats
path: root/src/extension/init.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-101-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
* fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2019-01-181-4/+8
|
* Remove confusing and broken save as PNG optionMarc Jeanmougin2019-01-171-2/+0
|
* Clarify licensesMax Gaukler2018-11-081-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
* 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)