Removed Live Preview option from Add Nodes extension, as it didn't work anyway.
Additions for Polar Grid extension - LP#224522 and Cartesian Grid Extension - LP#224955
Warning and whitespace cleanup
Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522.
Use radiobutton for "always snap" in the document-properties dialog
Add extension to render a polar grid. Wishlist - LP #224522
Add ability to divide path segments into a given number of subsegments - as in LP #171856
* [INTL: hy] Added new Armenian Translation hy.po file by Eduard Babayan (closes #224638)
Fixed one attribute value to be proper boolean.
Remove cdr2svg.sh from makefile (addition to rev. 18470, see https://bugs.launchpad.net/inkscape/+bug/197617)
- Major refactoring of snapping related code...
- Enabling snap indicator for all remaining tools
- Enabling snap indicator for all remaining tools
merge redundant language-agnostics options into CPPFLAGS, split off linker flags
and check for relro now too, since using gcc doesn't mean we have a GNU ld
and test g++ for compiler flags too; shouldn't these be in CPPFLAGS?
correctly test compiler for -Werror=...
fix remaining format warnings
Change in stdarg calls, to correct for const-ness
make format string warnings fatal, since it should never happen
Fixed problems with previous commit (trunk revision 18463) relating to uniconv.ext.py and cdr2svg.sh
Improved numerical precision for the SVG path data parser (along with a small step towards a more robust parser).
Uniconvertor import extension changes for Win32 - Fixes LP# 197617
eol-style to native
eol-style to native
svg-elliptical-arc: assertions turned into call to macro throwRangeError
Warning cleanup.
Make the eraser tool the default tool for an ERASER device
More documentation. Fix scope bug in uristream.cpp. Remove warnings.
Cmake: Fixed optional dependency linking
Further fix for sign handling of the SVG path data parser.
change def of string length
Fix for closepath handling of SVG path data parser and tolerance for approximately closed check in gnome-canvas-bpath-util.cpp.
Refining eraser
Cmake: Fixed issues with pedro not linking correctly
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