summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-173/+0
(bzr r15046)
2014-06-06merge pdf import via poppler-cairo into native importerAdib Taraben1-2/+0
(bzr r13409)
2014-01-17libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog1-0/+2
Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
2013-09-01Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski1-0/+2
(bzr r12499)
2013-08-31Move libuemf to a separate directory.Krzysztof Kosi??ski1-10/+0
Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)
2013-03-08changes_2013_02_25a.patchDavid Mathog1-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)
2013-01-24Add support for libcdrsu_v1-0/+6
(bzr r12059.1.1)
2012-12-13preliminary release of the EMF import text reassembly feature. David Mathog1-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)
2012-10-16Getting all the filter headersTed Gould1-0/+14
(bzr r11804.1.7)
2012-10-15Files in /src that no longer existTed Gould1-2/+0
(bzr r11804.1.2)
2012-09-23Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v1-4/+8
(bzr r11668.1.8)
2012-07-23Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.Nicolas Dufour1-1/+4
(bzr r11567)
2012-07-09Add support for libvisioFridrich Strba1-0/+5
Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11533.1.1)
2011-08-18Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour1-0/+2
(bzr r10554)
2011-04-15Update Makefile as necessary to build again on LinuxJosh Andler1-2/+0
(bzr r9508.1.83)
2010-02-22- change cmdline option to --export-latex.Johan B. C. Engelen1-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)
2010-02-20initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵Johan B. C. Engelen1-0/+2
file. implementation of renderer is all that is left to do :) (bzr r9101.1.2)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-11/+3
rather than for every subdirectory. (bzr r7336)
2008-12-10* Removing the bitmap files that aren't being used.Ted Gould1-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)
2008-11-21Merge from fe-movedTed Gould1-10/+0
(bzr r6891)
2008-10-31Merge from trunkTed Gould1-2/+7
(bzr r6887)
2008-07-30add placeholder for expert contributorsBob Jamison1-0/+2
(bzr r6474)
2008-04-26r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould1-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)
2008-04-22r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould1-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)
2007-10-31r16935@shi: ted | 2007-10-31 11:23:00 -0700Ted Gould1-2/+8
Making libwpg optional (bzr r3997)
2007-10-30r16895@shi: ted | 2007-10-30 09:35:24 -0700Ted Gould1-24/+26
Adding in Chris' downsample patch. (bzr r3981)
2007-09-19r16616@tres: ted | 2007-09-18 20:59:55 -0700Ted Gould1-7/+0
Removing GNOME Print (bzr r3770)
2007-09-19r16593@tres: ted | 2007-09-18 09:16:31 -0700Ted Gould1-4/+0
Commenting out convolve completely and removing flop. (bzr r3768)
2007-08-10r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould1-1/+79
ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)
2007-07-12Initial commit of native poppler-based PDF import.miklosh1-0/+6
(bzr r3230)
2007-07-04Initial commit of Cairo-based PDF import using libpopplermiklosh1-0/+2
(bzr r3175)
2007-05-09cairo ps output patchtheAdib1-0/+2
(bzr r2987)
2006-11-14no need to list win32 stuff here?bulia byak1-12/+1
(bzr r1950)
2006-11-13patch for emf export on win32bulia byak1-2/+12
(bzr r1947)
2006-11-10jettison old PDF exportMenTaLguY1-5/+0
(bzr r1930)
2006-10-01PNG output for Cairo renderermiklosh1-0/+2
(bzr r1742)
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-1/+7
(bzr r1738)
2006-07-31r13108@tres: ted | 2006-07-30 12:27:51 -0700Ted Gould1-0/+2
Builds and links. Doesn't work, but builds and links. (bzr r1525)
2006-07-28Add Miklos's new Cairo PDF renderingBob Jamison1-3/+5
(bzr r1502)
2006-05-22add missing entryRalf Stephan1-0/+1
(bzr r951)
2006-05-19PDF export patch by Ulf Eriksonbulia byak1-0/+5
(bzr r885)
2006-02-16Add new placeholder for ODFBob Jamison1-0/+2
(bzr r150)