Update inkscape-filter.svg with newer version
Cmake: added livarot as a lib, fixes problem with linking
copyedit
Applying revised Latex fix for LP #55273 - adds quotes for Win32
Reduce undo history items when nothing is selected
Fixed undo for eraser to be a single step
Missing added
Added missing eraser files
Fixed SVG path data parser to handle close paths better (it used to create spurious subpaths), and be a little less forgiving in general (it doesn't fill in missing parameters anymore, doesn't read 1e3e4 as 1e4 anymore and now only allows one sign character for exponents).
Initial cut of eraser tool
Fixed setting property at wrong time
r19136@shi: ted | 2008-04-24 19:44:01 -0700
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
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
Documentation, always more :)
remove tabs
Tweak "errorOccurred"
Typo
Add a "continueOnError" flag to TaskCC. If there is an error in one of the files, it will continue with other files, but the final result will still be an error.
More documentation and cleanup. Marching forward!
More documentation
Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug #221676.
Left out a comment. sorry.
More documentation. Clean up SMIL a bit. SMIL needs more work, too.
More documentation. Traversal needed conversion to NodePtr. Traversal needs more code work.
enable combine/breakapart to work with lpes properly
Add some Event documentation to be more respectable ^^
Apply latex formula patch from LP #55273
comment all methods
r19125@shi: ted | 2008-04-23 23:32:56 -0700
Cleaning up a couple things. Making sure we don't leak memory through
the destructor (rarely used in reality, but we should be clean about these
things, that's what destructors are for).
r19126@shi: ted | 2008-04-23 23:33:30 -0700
Making it so that snow has a parameter for drift size. It seems like that
is what most people would want to change on this relatively complex filter.
Cleaning up a couple things. Making sure we don't leak memory through
the destructor (rarely used in reality, but we should be clean about these
things, that's what destructors are for).
r19126@shi: ted | 2008-04-23 23:33:30 -0700
Making it so that snow has a parameter for drift size. It seems like that
is what most people would want to change on this relatively complex filter.
Patch for Win32 bug 176750 - Envelope and Perspective scripts report "empty string for float"
noop: Address a couple of warnings from g++-4.3.
fix a couple of g++-4.3 compile errors.
Further cleanup. Minidom superseded by pedrodom.
Remove working file phoebedom.h from tree.
More documenting/cleanup. Remove extraneous .h
Split out domptr stuff into its own .h file, so that it can be used by other things. This might lead to a GP smart pointer to use for binding with scripts.
Finish commenting Node. Fix bad varname in getUserData()
Get rid of bothersome domconfig.h. Begin cleanup and documentation in preparation for binding.
Fixed some further issues with Internal extensions after the introduction of schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format.
Fixed SVN properties.
Updated the po/POTFILES.in to reflect the new set of translatable files in source - closes bug #220739. Added a script to generate the POTFILES.in automatically.
A small fix to the warning message to make it more explicit.
Change status bar text for swatch hover
Keep swatch status messages visible while hovering
r19083@shi: ted | 2008-04-21 16:09:24 -0700
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
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
Final format and comment fix. Sorry.
Improve comments. Remove tabs.
Greatly improved. More serializable, and 32/64 portable.
Use improved Digest code. MD5 (and all others) tested on 32/64.
Fix swatch enter-notify event propagation
Oops, this broke selecting a swatch, rolling back...
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them.
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them.
Show the name of the swatch that is currently under the pointer in the status bar, making it easier to identify a swatch when using a tablet.
Updated for 32/64
Fix SHA1 64bit-ism. Clean up warnings.
Only trace the painted area of the screen with each fill, reducing memory usage.
Make parameter tracking for Paint Bucket less memory-intensive.
Add Filter Examples from mauve on IRC
update to latest 2geom. (eol-style fix needed enters at end of some files) 2geom rev 1216
noop: address ‘no newline at end of file’ warning
Yet another md5 fix for 32/64. This time it works on ppc64/gcc
Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and friends). (See bug 166720.)
All extensions are now propper XML files with a namespace and all validate against the new inkscape.extension.rng RelaxNG schema.
As there is no implementation for this extension it will not validate with the new schema. Thus removing this example - all relevant information is now available on the wiki: wiki.inkscape.org/wiki/index.php/Extensions#RadioButton_example
update to latest 2geom. (eol-style fix)
allow inx to suppress live preview checkbox
provide a parent for the working-please-wait message so it does not sink
Small Paint Bucket optimization for creating GrayMap
Have Paint Bucket generate the necessary GrayMap for potrace directly, skipping the standard, slower potrace filtering routines.
Following the previous commit - update to the INX files - a step towards proper XML format with schema for INX files.
A small step towards making the inx files fully XML / schema compliant
Created new Arrange submenu for effects extensions
added Restack extension from Rob Antonishen
update to latest 2geom. fixes LPE's ignoring the closing segment of a closed path
use the user-specified bounding box type
replace text strings by ints for tools/bounding_box
fix by kur9kin for endless loop from bug 212332
cmake: copy over excluded dirs from build.xml
fix include path
make sure --export-area-canvas works for pdf export too
Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscape
cmake: copy over some excluded files from build.xml
Set concatenate_before_pwd2 = true in perspective path LPE so that paths don't get split into their subpaths (which gives weird results especially with text)
fixed E/V keys by request from InitMass
Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also implements max_length attribute for string parameters in inx files.
i18n: Added some comments for translators.
- Clean up LPE bounding box computing code
- Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code.
- Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code.
fix include path
fix include paths
Minor string constant fixes to eradicate warnings.
cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
use sp_nodepath_make_straight_path in LPE VonKoch
node tool update
don't override helperpath preference setting per default in LPE::Effect.
patch from bug 214171
suppress helperpath and handles showing for LPESpiro
use sp_nodepath_make_straight_path in LPEGears
whitespace + comment
fix 216898
please dont forget to update Makefile_insert\!
please dont forget to update Makefile_insert\!