| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r15046)
|
| |
|
| |
(bzr r13409)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1263242
(bzr r12953)
|
| |
|
| |
(bzr r12499)
|
| |
|
|
|
| |
Rename libunicode-convert to symbol_convert and put it in libuemf.
(bzr r12490)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |\
| |
| | |
(bzr r11668.1.51)
|
| | |
| |
| | |
(bzr r12059.1.1)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(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)
|
| |\|
| |
| | |
(bzr r11668.1.42)
|
| | |
| |
| | |
(bzr r11804.1.7)
|
| | |
| |
| | |
(bzr r11804.1.2)
|
| |\|
| |
| | |
(bzr r11668.1.10)
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add support for Visio files, by Fridrich Strba
Fixed bugs:
- https://launchpad.net/bugs/1015572
(bzr r11688)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixed bugs:
- https://launchpad.net/bugs/1015572
(bzr r11533.1.1)
|
| |/ /
| |
| | |
(bzr r11668.1.8)
|
| |/
|
| |
(bzr r11567)
|
| |
|
| |
(bzr r10554)
|
| |
|
| |
(bzr r9508.1.83)
|
| |
|
|
|
|
| |
- 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)
|
| |
|
|
|
| |
file. implementation of renderer is all that is left to do :)
(bzr r9101.1.2)
|
| |
|
|
|
| |
rather than for every subdirectory.
(bzr r7336)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6887)
|
| |
|
| |
(bzr r6474)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
Making libwpg optional
(bzr r3997)
|
| |
|
|
|
| |
Adding in Chris' downsample patch.
(bzr r3981)
|
| |
|
|
|
| |
Removing GNOME Print
(bzr r3770)
|
| |
|
|
|
| |
Commenting out convolve completely and removing flop.
(bzr r3768)
|
| |
|
|
|
|
| |
ImageMagick effects patch from Chris Brown. Google Summer of Code
project.
(bzr r3450)
|
| |
|
| |
(bzr r3230)
|
| |
|
| |
(bzr r3175)
|
| |
|
| |
(bzr r2987)
|
| |
|
| |
(bzr r1950)
|
| |
|
| |
(bzr r1947)
|
| |
|
| |
(bzr r1930)
|
| |
|
| |
(bzr r1742)
|
| |
|
| |
(bzr r1738)
|
| |
|
|
|
| |
Builds and links. Doesn't work, but builds and links.
(bzr r1525)
|
| |
|
| |
(bzr r1502)
|
| |
|
| |
(bzr r951)
|
| |
|
| |
(bzr r885)
|
| |
|
| |
(bzr r150)
|
|
|
(bzr r1)
|