summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-173/+0
| | | (bzr r15046)
* merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-061-2/+0
| | | (bzr r13409)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski2013-09-011-0/+2
| | | (bzr r12499)
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-10/+0
| | | | | Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)
* changes_2013_02_25a.patchDavid Mathog2013-03-081-0/+8
| | | | | | | | | | | | | | 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)
* | preliminary release of the EMF import text reassembly feature. David Mathog2012-12-131-0/+4
| | | | | | | | | | | | | | | | | | | | (based on libTERE (TExt REassembly), not yet published) libTERE examines all the text in an EMF file, which consists only of little chunks in different formats, and attempts to reassemble it into an editable SVG text object, with color, different fonts and so forth. (only tested with English) (bzr r11668.1.45)
* | merge from trunk (r11903)su_v2012-11-261-2/+14
|\| | | | | (bzr r11668.1.42)
| * Getting all the filter headersTed Gould2012-10-161-0/+14
| | | | | | (bzr r11804.1.7)
| * Files in /src that no longer existTed Gould2012-10-151-2/+0
| | | | | | (bzr r11804.1.2)
* | merge from trunk (r11698)su_v2012-09-231-0/+5
|\| | | | | (bzr r11668.1.10)
| * merge lp:~inkscape.dev/inkscape/lp1015572Fridrich Strba2012-09-211-0/+5
| |\ | | | | | | | | | | | | | | | | | | | | | Add support for Visio files, by Fridrich Strba Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11688)
| | * Add support for libvisioFridrich Strba2012-07-091-0/+5
| | | | | | | | | | | | | | | | | | 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-4/+8
|/ / | | | | (bzr r11668.1.8)
* / Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.Nicolas Dufour2012-07-231-1/+4
|/ | | (bzr r11567)
* Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-181-0/+2
| | | (bzr r10554)
* Update Makefile as necessary to build again on LinuxJosh Andler2011-04-151-2/+0
| | | (bzr r9508.1.83)
* - change cmdline option to --export-latex.Johan B. C. Engelen2010-02-221-2/+2
| | | | | | - change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell (bzr r9101.1.13)
* initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵Johan B. C. Engelen2010-02-201-0/+2
| | | | | file. implementation of renderer is all that is left to do :) (bzr r9101.1.2)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-11/+3
| | | | | rather than for every subdirectory. (bzr r7336)
* * Removing the bitmap files that aren't being used.Ted Gould2008-12-101-0/+2
| | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984)
* Merge from fe-movedTed Gould2008-11-211-10/+0
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-2/+7
| | | (bzr r6887)
* add placeholder for expert contributorsBob Jamison2008-07-301-0/+2
| | | (bzr r6474)
* r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould2008-04-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* r16935@shi: ted | 2007-10-31 11:23:00 -0700Ted Gould2007-10-311-2/+8
| | | | | Making libwpg optional (bzr r3997)
* r16895@shi: ted | 2007-10-30 09:35:24 -0700Ted Gould2007-10-301-24/+26
| | | | | Adding in Chris' downsample patch. (bzr r3981)
* r16616@tres: ted | 2007-09-18 20:59:55 -0700Ted Gould2007-09-191-7/+0
| | | | | Removing GNOME Print (bzr r3770)
* r16593@tres: ted | 2007-09-18 09:16:31 -0700Ted Gould2007-09-191-4/+0
| | | | | Commenting out convolve completely and removing flop. (bzr r3768)
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-1/+79
| | | | | | ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)
* Initial commit of native poppler-based PDF import.miklosh2007-07-121-0/+6
| | | (bzr r3230)
* Initial commit of Cairo-based PDF import using libpopplermiklosh2007-07-041-0/+2
| | | (bzr r3175)
* cairo ps output patchtheAdib2007-05-091-0/+2
| | | (bzr r2987)
* no need to list win32 stuff here?bulia byak2006-11-141-12/+1
| | | (bzr r1950)
* patch for emf export on win32bulia byak2006-11-131-2/+12
| | | (bzr r1947)
* jettison old PDF exportMenTaLguY2006-11-101-5/+0
| | | (bzr r1930)
* PNG output for Cairo renderermiklosh2006-10-011-0/+2
| | | (bzr r1742)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-1/+7
| | | (bzr r1738)
* r13108@tres: ted | 2006-07-30 12:27:51 -0700Ted Gould2006-07-311-0/+2
| | | | | Builds and links. Doesn't work, but builds and links. (bzr r1525)
* Add Miklos's new Cairo PDF renderingBob Jamison2006-07-281-3/+5
| | | (bzr r1502)
* add missing entryRalf Stephan2006-05-221-0/+1
| | | (bzr r951)
* PDF export patch by Ulf Eriksonbulia byak2006-05-191-0/+5
| | | (bzr r885)
* Add new placeholder for ODFBob Jamison2006-02-161-0/+2
| | | (bzr r150)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+42
(bzr r1)