Update to reflect "swatch" gradients as being assumed to be shared.
Adding some const correctness and overloads.
C++-ification of enums.
C++-ification of paint selector.
Fix crash
14 years agoFix regression caused by rev. #9158 (selection of nodes in the node editor by draggin...
Fix regression caused by rev. #9158 (selection of nodes in the node editor by dragging a rectangle using a tablet was broken)
Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.
Fix build with poppler >= 0.12.2
Patch by Martin Sucha for 542004
Doc. HACKING files moved to doc/.
Whitespace cleanup.
extension printing-marks: the star align test is now useful, using full 4 CMYK colors
extension printing-marks: "Set crop marks to selection" is workin now!
extension printing-marks recognizes selection area
Fixed missing palette when using file open on a new document.
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
Brace safety cleanup.
Translations. inkscape.pot update.
Use gtk-engines2 rather than the obsolete gtk2-clearlooks package when
building Inkscape.app for Mac OS X.
building Inkscape.app for Mac OS X.
Use gtk-engines2 rather than the obsolete gtk2-clearlooks for
building the Mac OS X packages.
building the Mac OS X packages.
Fix a few remaining oddities in handle scaling via keyboard
Set transform center so that odd stars and polygons rotate correctly.
Fix scaling of degenerate handles using keybard shortcuts.
Changed the embed/link dialog to use radio buttons instead of a checkbox to make the link/embed effect clearer.
Added wrappers for the "optiongroup" type that correspond to existing "float", "enum" etc. wrappers.
Fix Ctrl-drag in node tool with zero snap delay.
webslicer: now a slicer rectangle remember it's configuration
make label more informative
Fix loading of non-PNG images.
14 years agoFollow-on cleanup for bug #271401. Isolates setjmp(), removes early return, and allow...
Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, and allows partial loading of broken PNG images.
Fixing "Auto" palette to be tracked per document, independent of containing panel.
Move around files to remove some vanity directories.
Also remove the obsolete IDL file stub.
Also remove the obsolete IDL file stub.
Translations. Polish translation update.
New node tool: implement handle snapping
fix pasting of LPE stacks
Implement keyboard shortcuts for single handle adjustments.
Minor disambiguating cleanup in node.h.
Minor disambiguating cleanup in node.h.
disable console output on windows per default, as this probably annoys many beta testers
change default windows build back to including inkview
Fixes crash of bug #537457, but export is incorrect.
Create better names when intput devices are reported with broken ones.
Minor cleanup and addition of tablet debugging code.
Splitting the color swatch class to be separate for easier work.
Try harder to fix the tablet configuration problem
Fix undo stack spam in single-path mode of the spray tool
Fix crash in spray tool caused by rev. 9158
Fixed and improved Win32 installer bzr revno detection with inkscape-version.cpp.
Finished live updating of swatch previews. Fixes bugs #397872, #421548.
Win32 uninstaller: MD5 checksums need string comparison rather than int comparison
Hopefully fix #334800 (input devices configuration not saved).
14 years agoWin32 installer: added a smidgeon more error-proofing with BZR_REVISION if INKSCAPE_V...
Win32 installer: added a smidgeon more error-proofing with BZR_REVISION if INKSCAPE_VERSION is specified manually.
Fixed Win32 installer since revision number reinstanted in inkscape-version.cpp so it at least compiles.
Fix flicker during palette update.
webslicer extension is distributable and translatable now
Auto swatches now update as they are edited in the document. Some flickering issues still to be resolved.
Fix a typo in the osx-build.sh script.
Fix a typo in the osx-build.sh script.
Made some improvements to the osx-build.sh script to use BZR and to be able
to build nightly universal packages.
to build nightly universal packages.
Initial F&S dialog setting of swatch colors.
Make some improvements to the osx-build.sh Mac OS X packaging script so
it can be easily used to build nightly packages from BZR.
it can be easily used to build nightly packages from BZR.
Fixed the Win32 uninstaller.
Don't snap to points which are off-screen
Win32. Adding revno in the splash screen.
Follow-up fix of member/parameter name collision.
Cleanup of gradient-selector to allow for new mode.
Cleanup of gradients and stops.
Move new "NodesShow*" action to be with the existing ones on the toolbar.
Restore node toolbar buttons that were just commented out. Fixes bug #534045.
1) When rotating a guide, don't try to snap when <ctrl> is pressed to constrain to angle increments
2) When dragging the guide origin along the guide, then don't change the mousepointer to the rotation arrows if shift is pressed
2) When dragging the guide origin along the guide, then don't change the mousepointer to the rotation arrows if shift is pressed
While dragging or rotating a guide, <shift>-key now disables snapping. (Just before dragging starts, the <shift>-key is still used to decide whether we translate or rotate)
Fix scrolling with mouse wheel when hovering above a snap-indicator
Prevent crash due to double delete. Fixes bug #316506.
Block "special" solid gradients from gradient F&S dialog.
inkscape.pot update.
i18n. Remove underscores in message context.
New tab in Fill&Stroke dialog for swatch fills.
Now webslicer-create-group respects the grouping hierarchy
Added getParentNode() to Effect class in inkex.py
Adjust Windows build after fixing LP #520532
Patch from Fridrich - LP #520532
Unordered containers build fix for Windows
Updated gradient toolba to not see "solid" one-stops as gradients.
Whitespace cleanup.
Fix double reverse with Shift+R in the node tool.
Always embed bitmap copies created with Alt+B.
Improve behavior when pasting, DnDing and importing bitmap images
Clean up the unordered containers fix.
Fix for invisible blured clone elements in PDF export.
Added method to query "solid paint" status of SPGradient.
Fixed const correctness for gradient stop count routines.
Minor whitespace cleanup.
Minor whitespace cleanup.
Fixing build breakage with more proper autoconf usage.
Removed unused static pixmap reference.
Some files added to POTFILES.in to end make errors. inkscape.pot also automatically modified
A little more work to Web Slicer (not usable yet)
Extensions. Fix bug in svg+media when there are special characters in the path
Fix color swatch drag preview.
Clean up control point event handling slightly
Node tool: implement sculpting
Implement a preference that determines whether deleting nodes
preserves the shape
preserves the shape
Use Boost unordeed containers instead of TR1 to minimize pain
when using Apple compilers.
when using Apple compilers.
Win32. Fix for Object Visible warning.