Remove warnings
* configure.ac: Have the "linker tolerates -z relro" configure test do
a AC_LINK_IFELSE since the existing AC_COMPILE_IFELSE didn't use the
LDFLAGS and therefore wasn't actually performing the test.
a AC_LINK_IFELSE since the existing AC_COMPILE_IFELSE didn't use the
LDFLAGS and therefore wasn't actually performing the test.
16 years agoAddress string-literal-to-char* warning: Make gm_read_error global var point to const...
Address string-literal-to-char* warning: Make gm_read_error global var point to const char.
noop: Address string-literal-to-char* warning.
Patch from sas to fix validity of the INX file for gimp_xcf.py
warning cleanup and fixed string free issue
Initial cut of touch-delete mode
Adding Triangle Extension - See LP#226001
Export grid and guides to XCF (Bug #222655)
Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid.
Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid.
Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file
Remove invalid struct initialization warnings.
16 years agoRemoved entries for removed/dead extensions (randompnt.inx and randompos.inx). Discus...
Removed entries for removed/dead extensions (randompnt.inx and randompos.inx). Discussion in LP#225486.
Removing seemingly dead/unused extension files that are causing a menu problem - See LP#225486
Cmake: Add missing CmakeLists.txt
Cmake: Add missing CmakeLists.txt
Cmake: Fix some double linking flags
make more messages immediate
Modify for *Parser->*Reader conversion
Add new property to <cc>, refreshCache, to force recomp
Cleaned up xml to validate as per sas' patch @ LP#225651
Removed <submenu _name="Object"/> entry from inx files to prevent bogus menu entry while preserving xml <effects-menu> </effects-menu> structure. See discussion under LP #225486.
Switch to alternate const correction.
Const cleanup on strings.
Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Linking checking to help resolve linking issues
Removed Submenu name "Object" from randompnt.inx and randompos.inx to stop bogus submenu.
typo
Rearrange tests.
Finish changing "Parser" to "Reader"
Rename *Parsers to Readers
Clean up. More commenting. Smarten SvgParser and rename to SvgReader.
Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as freely snapping while skewing; snapping will always be constrained
copyediting
enable text-to-path command line control for pdf export
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