Code

inkscape.git
15 years agoFix #338838, in which zooming and panning with the middle mouse button made Inkscape...
dvlierop2 [Mon, 9 Mar 2009 20:19:01 +0000 (20:19 +0000)]
Fix #338838, in which zooming and panning with the middle mouse button made Inkscape inrespronsive

15 years agoYet another round of translation update
prokoudine [Mon, 9 Mar 2009 19:24:22 +0000 (19:24 +0000)]
Yet another round of translation update

15 years agoSpanish translation correction to address bug #179596, by Lucas Vieites
JazzyNico [Mon, 9 Mar 2009 18:36:17 +0000 (18:36 +0000)]
Spanish translation correction to address bug #179596, by Lucas Vieites

15 years agoadded missing files in 2geom update.
jfbarraud [Mon, 9 Mar 2009 13:05:01 +0000 (13:05 +0000)]
added missing files in 2geom update.

15 years agoMade text entry handle standard web-hex values. Fixes bug #168121.
joncruz [Mon, 9 Mar 2009 07:39:42 +0000 (07:39 +0000)]
Made text entry handle standard web-hex values. Fixes bug #168121.

15 years agoadded 2geom/utils.cpp - unused, but useful
njh [Mon, 9 Mar 2009 06:14:44 +0000 (06:14 +0000)]
added 2geom/utils.cpp - unused, but useful

15 years agochebychev is not used currently
njh [Mon, 9 Mar 2009 05:41:39 +0000 (05:41 +0000)]
chebychev is not used currently

15 years agoknot lpe: enable groups + cleanups/simplifications
jfbarraud [Mon, 9 Mar 2009 01:49:44 +0000 (01:49 +0000)]
knot lpe: enable groups + cleanups/simplifications

15 years ago2geom update
jfbarraud [Mon, 9 Mar 2009 01:47:39 +0000 (01:47 +0000)]
2geom update

15 years agopart of bug #339660; can not use Add/Rename dialog to create layer with no proper...
speare [Mon, 9 Mar 2009 01:40:07 +0000 (01:40 +0000)]
part of bug #339660; can not use Add/Rename dialog to create layer with no proper inkscape:label attribute, otherwise GUI is confused

15 years agoseparate bbox (calculated by subclasses) and drawbox, which includes filters margin...
buliabyak [Mon, 9 Mar 2009 01:13:55 +0000 (01:13 +0000)]
separate bbox (calculated by subclasses) and drawbox, which includes filters margin and clip/mask cropping; this fixes runaway enlargement when dragging a blurred group. also, move request to dirty canvas rectangle from subclasses to NRArenaItem, which uses drawbox for this, fixing numerous rendering glitches with filters

15 years agoonly request redraw of those parts of the rect sides that actually moved
buliabyak [Mon, 9 Mar 2009 00:50:58 +0000 (00:50 +0000)]
only request redraw of those parts of the rect sides that actually moved

15 years agodo not redraw if moved to the same point as before
buliabyak [Mon, 9 Mar 2009 00:48:46 +0000 (00:48 +0000)]
do not redraw if moved to the same point as before

15 years agofor zero-length lines, do not request canvas redraw and do not attempt to draw
buliabyak [Mon, 9 Mar 2009 00:42:26 +0000 (00:42 +0000)]
for zero-length lines, do not request canvas redraw and do not attempt to draw

15 years agofor selection modified signal, only update the coords of the selcue boxes, not delete...
buliabyak [Mon, 9 Mar 2009 00:40:52 +0000 (00:40 +0000)]
for selection modified signal, only update the coords of the selcue boxes, not delete and create them anew as before

15 years agoswitch opacity and blur sliders to delayed update, which makes them much more resposi...
buliabyak [Mon, 9 Mar 2009 00:38:46 +0000 (00:38 +0000)]
switch opacity and blur sliders to delayed update, which makes them much more resposive and easier to handle; also, remove the old workaround for gtk crash which is no more, allowing interruptibility and thus also improving responsiveness

15 years agosuppress warnings caused by an orphaned clone, which is legit even if useless
buliabyak [Mon, 9 Mar 2009 00:31:51 +0000 (00:31 +0000)]
suppress warnings caused by an orphaned clone, which is legit even if useless

15 years agofix crash when duplicating an orphaned clone
buliabyak [Mon, 9 Mar 2009 00:31:01 +0000 (00:31 +0000)]
fix crash when duplicating an orphaned clone

15 years agopart of #339660; layers dialog allows non-unique inkscape:label attributes
speare [Sun, 8 Mar 2009 20:37:15 +0000 (20:37 +0000)]
part of #339660; layers dialog allows non-unique inkscape:label attributes

15 years agoShould be pointing to 047 really
prokoudine [Sun, 8 Mar 2009 17:47:21 +0000 (17:47 +0000)]
Should be pointing to 047 really

15 years agodeleting layer also hid layers, missing 'break' statement
speare [Sun, 8 Mar 2009 16:34:25 +0000 (16:34 +0000)]
deleting layer also hid layers, missing 'break' statement

15 years agoxml tree widget also shows inkscape:label if any
speare [Sun, 8 Mar 2009 15:29:31 +0000 (15:29 +0000)]
xml tree widget also shows inkscape:label if any

15 years agoReworked internals of color and drag-n-drop.
joncruz [Sun, 8 Mar 2009 09:30:53 +0000 (09:30 +0000)]
Reworked internals of color and drag-n-drop.

15 years ago- When finalizing a curve by double clicking then don't snap to the curve itself
dvlierop2 [Sat, 7 Mar 2009 20:47:00 +0000 (20:47 +0000)]
- When finalizing a curve by double clicking then don't snap to the curve itself
- When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course)

15 years agoSnap indicators and filters, mainly...
JazzyNico [Sat, 7 Mar 2009 20:42:14 +0000 (20:42 +0000)]
Snap indicators and filters, mainly...

15 years agoIcon Bonanza part 2341: Update icon-names.h to reflect changes in
tweenk [Sat, 7 Mar 2009 19:31:00 +0000 (19:31 +0000)]
Icon Bonanza part 2341: Update icon-names.h to reflect changes in
hicolor and icons.svg

15 years agosvg parsing error fixed
speare [Sat, 7 Mar 2009 19:00:50 +0000 (19:00 +0000)]
svg parsing error fixed

15 years agosome keyboards (Apple) have no Insert; allow insert-node with Shift+I too
speare [Sat, 7 Mar 2009 17:43:46 +0000 (17:43 +0000)]
some keyboards (Apple) have no Insert; allow insert-node with Shift+I too

15 years agoMoving dnd data generation into the generic ColorDef class.
joncruz [Sat, 7 Mar 2009 10:46:36 +0000 (10:46 +0000)]
Moving dnd data generation into the generic ColorDef class.

15 years agoUpdated Dutch and Russian translations
prokoudine [Sat, 7 Mar 2009 02:02:43 +0000 (02:02 +0000)]
Updated Dutch and Russian translations

15 years agoCorrected mistakes introduced in rev 20838
jiho-sf [Fri, 6 Mar 2009 23:44:29 +0000 (23:44 +0000)]
Corrected mistakes introduced in rev 20838

Missing quotation mark and real indent for the the comment. Thanks to Ed Halley who pointed that on the devel mailing list.

15 years agofix several non-portable hacks
ishmal [Fri, 6 Mar 2009 17:12:51 +0000 (17:12 +0000)]
fix several non-portable hacks

15 years agoZero page size, to accommodate stricter GTK+ API. Fixes bug #338196.
joncruz [Fri, 6 Mar 2009 07:33:49 +0000 (07:33 +0000)]
Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.

15 years agogenerate flash helper path in node tool for all shapes and simple text objects
johanengelen [Thu, 5 Mar 2009 22:45:47 +0000 (22:45 +0000)]
generate flash helper path in node tool for all shapes and simple text objects

15 years agoAllowed latex binaries to be detected by Inkscape on Mac OS X
jiho-sf [Thu, 5 Mar 2009 22:10:29 +0000 (22:10 +0000)]
Allowed latex binaries to be detected by Inkscape on Mac OS X

The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works)

15 years agoFix distribute-remove-overlap (should be distribute-remove-overlaps) in
tweenk [Thu, 5 Mar 2009 18:54:22 +0000 (18:54 +0000)]
Fix distribute-remove-overlap (should be distribute-remove-overlaps) in
icons.svg

15 years agoOff-grid icon and further missing ID fixes for icons.svg
tweenk [Thu, 5 Mar 2009 18:47:05 +0000 (18:47 +0000)]
Off-grid icon and further missing ID fixes for icons.svg

15 years ago(no commit message)
dziumanenko [Thu, 5 Mar 2009 13:23:09 +0000 (13:23 +0000)]

15 years agoHide the new 'clear' swatch for now
joncruz [Thu, 5 Mar 2009 08:19:09 +0000 (08:19 +0000)]
Hide the new 'clear' swatch for now

15 years agoAdding clear-color swatch to complement no-color.
joncruz [Thu, 5 Mar 2009 08:11:54 +0000 (08:11 +0000)]
Adding clear-color swatch to complement no-color.

15 years agoControl when shift affects moving of handles. Applies patch from bug #245698.
joncruz [Thu, 5 Mar 2009 06:20:24 +0000 (06:20 +0000)]
Control when shift affects moving of handles. Applies patch from bug #245698.

15 years agoAdd option to only flash paths for node tool when none is selected. Applies patch...
joncruz [Thu, 5 Mar 2009 06:00:11 +0000 (06:00 +0000)]
Add option to only flash paths for node tool when none is selected. Applies patch from bug #336490.

15 years agoAdd layers dialog to top toolbar. Applies patch from bug #336519.
joncruz [Thu, 5 Mar 2009 05:41:22 +0000 (05:41 +0000)]
Add layers dialog to top toolbar. Applies patch from bug #336519.

15 years agoAdd view-fullscreen to discrete icons
tweenk [Wed, 4 Mar 2009 23:28:22 +0000 (23:28 +0000)]
Add view-fullscreen to discrete icons

15 years agoA better fix for bug #331864 (snap-delay related)
dvlierop2 [Wed, 4 Mar 2009 21:53:51 +0000 (21:53 +0000)]
A better fix for bug #331864 (snap-delay related)

15 years agoWe don't really need two separate "Shadows" and "Shadows and glows" submenus, do...
prokoudine [Wed, 4 Mar 2009 20:44:45 +0000 (20:44 +0000)]
We don't really need two separate "Shadows" and "Shadows and glows" submenus, do we? :)

15 years agoFix one more broken icon (transform-rotate) in icons.svg.
tweenk [Wed, 4 Mar 2009 19:09:59 +0000 (19:09 +0000)]
Fix one more broken icon (transform-rotate) in icons.svg.

15 years agoFix paint-none in icons.svg
tweenk [Wed, 4 Mar 2009 18:04:14 +0000 (18:04 +0000)]
Fix paint-none in icons.svg

15 years agoAdded snap indicators to the list of translatables
prokoudine [Wed, 4 Mar 2009 14:51:15 +0000 (14:51 +0000)]
Added snap indicators to the list of translatables

15 years agoFix a few wrong IDs in icons.svg. Should fix the icon issues.
tweenk [Wed, 4 Mar 2009 10:23:06 +0000 (10:23 +0000)]
Fix a few wrong IDs in icons.svg. Should fix the icon issues.

15 years agoRemoved boolean "remove" from swatch, used new type enum in ColorDef.
joncruz [Wed, 4 Mar 2009 09:11:28 +0000 (09:11 +0000)]
Removed boolean "remove" from swatch, used new type enum in ColorDef.

15 years agoCleanup and prep for more work
joncruz [Wed, 4 Mar 2009 08:13:20 +0000 (08:13 +0000)]
Cleanup and prep for more work

15 years agoFix bug #291795 again
dvlierop2 [Tue, 3 Mar 2009 21:55:48 +0000 (21:55 +0000)]
Fix bug #291795 again

15 years agoadd my name to the 2geom readme, so people can mail me with questions
johanengelen [Tue, 3 Mar 2009 21:52:30 +0000 (21:52 +0000)]
add my name to the 2geom readme, so people can mail me with questions

15 years agoadd mouse-over helperpath for rects
johanengelen [Tue, 3 Mar 2009 21:51:55 +0000 (21:51 +0000)]
add mouse-over helperpath for rects

15 years agoimprove helperpath generation on mouse-over
johanengelen [Tue, 3 Mar 2009 21:37:20 +0000 (21:37 +0000)]
improve helperpath generation on mouse-over

15 years agofix crash bug 195312
johanengelen [Tue, 3 Mar 2009 20:30:55 +0000 (20:30 +0000)]
fix crash bug 195312

15 years agominor code cleanup
johanengelen [Tue, 3 Mar 2009 20:08:37 +0000 (20:08 +0000)]
minor code cleanup

15 years agoAdds four new textures, Inkblot, Wax print, Blotting paper and Burnt edges, and a...
ivanlouette57 [Tue, 3 Mar 2009 15:51:19 +0000 (15:51 +0000)]
Adds four new textures, Inkblot, Wax print, Blotting paper and Burnt edges, and a new Morphology filter called Color outline

15 years agoAdding some no-color to drag-n-drop
joncruz [Tue, 3 Mar 2009 10:01:27 +0000 (10:01 +0000)]
Adding some no-color to drag-n-drop

15 years agoremove uniconv dependency, as is done in cdr_input: on windows we dont use uniconv...
buliabyak [Mon, 2 Mar 2009 20:40:26 +0000 (20:40 +0000)]
remove uniconv dependency, as is done in cdr_input: on windows we dont use uniconv script

15 years agoRemoving the polyline simplification. Fix for bug #335437 + bug #307783 (missing...
ulferikson [Mon, 2 Mar 2009 15:00:45 +0000 (15:00 +0000)]
Removing the polyline simplification. Fix for bug #335437 + bug #307783 (missing characters in emf export)

15 years agoremove more static dialogs.
johanengelen [Sun, 1 Mar 2009 22:09:49 +0000 (22:09 +0000)]
remove more static dialogs.

15 years agofix crash bug #241390
johanengelen [Sun, 1 Mar 2009 21:47:20 +0000 (21:47 +0000)]
fix crash bug #241390

15 years agoAdds Color matrix control to Noise transparency filter
ivanlouette57 [Sun, 1 Mar 2009 18:37:07 +0000 (18:37 +0000)]
Adds Color matrix control to Noise transparency filter

15 years agoVarious translation updates
JazzyNico [Sun, 1 Mar 2009 18:18:09 +0000 (18:18 +0000)]
Various translation updates

15 years agoadapt for our own UniConvertor in Windows bundle
buliabyak [Sun, 1 Mar 2009 17:06:19 +0000 (17:06 +0000)]
adapt for our own UniConvertor in Windows bundle

15 years agoAdds flood color to Noise fill filter
ivanlouette57 [Sun, 1 Mar 2009 16:07:28 +0000 (16:07 +0000)]
Adds flood color to Noise fill filter

15 years agoVarious translation updates
JazzyNico [Sat, 28 Feb 2009 20:42:41 +0000 (20:42 +0000)]
Various translation updates

15 years agocopyedit
buliabyak [Sat, 28 Feb 2009 19:18:18 +0000 (19:18 +0000)]
copyedit

15 years agotypo
buliabyak [Sat, 28 Feb 2009 19:17:19 +0000 (19:17 +0000)]
typo

15 years agoFix #331864
dvlierop2 [Sat, 28 Feb 2009 13:21:26 +0000 (13:21 +0000)]
Fix #331864

15 years agoAllow snapping to objects in hidden layers
dvlierop2 [Fri, 27 Feb 2009 20:21:31 +0000 (20:21 +0000)]
Allow snapping to objects in hidden layers

15 years agoMore accurate wording in snap tooltips
dvlierop2 [Fri, 27 Feb 2009 18:49:52 +0000 (18:49 +0000)]
More accurate wording in snap tooltips

15 years agoAdded work-around for broken themes that fill in with gtk_paint_border, including...
joncruz [Fri, 27 Feb 2009 08:44:52 +0000 (08:44 +0000)]
Added work-around for broken themes that fill in with gtk_paint_border, including gtk-qt-engine. Fixes bug #281809.

15 years agoshare/extensions/inkex.py (class Effect): Remove id_characters instance var, moving...
pjrm [Fri, 27 Feb 2009 02:37:22 +0000 (02:37 +0000)]
share/extensions/inkex.py (class Effect): Remove id_characters instance var, moving it to its sole user (uniqueId).  Change k to x in `...uvwkyz...', as reported by halley.  (I've mechanically checked that there are no other surprises in the string.)

15 years agoshare/extensions/inkex.py: Fix a couple of issues reported by pychecker.
pjrm [Fri, 27 Feb 2009 02:15:41 +0000 (02:15 +0000)]
share/extensions/inkex.py: Fix a couple of issues reported by pychecker.

15 years agoUpdated, but still a lot of work to do
prokoudine [Thu, 26 Feb 2009 23:14:46 +0000 (23:14 +0000)]
Updated, but still a lot of work to do

15 years agoreenable inkboard compilation
theAdib [Thu, 26 Feb 2009 23:04:29 +0000 (23:04 +0000)]
reenable inkboard compilation

15 years agoFix a translatable string incorrectly being considered a printf format
tweenk [Thu, 26 Feb 2009 23:01:29 +0000 (23:01 +0000)]
Fix a translatable string incorrectly being considered a printf format
specification in live_effects/lpe-patternalongpath.cpp

15 years agoAllow path exclusion to work on an arbitrary number of paths. Fixes bug
tweenk [Thu, 26 Feb 2009 22:25:15 +0000 (22:25 +0000)]
Allow path exclusion to work on an arbitrary number of paths. Fixes bug
#335110.

15 years agoPatch from Lubomir Rintel: fixes for GCC 4.4
tweenk [Thu, 26 Feb 2009 21:28:12 +0000 (21:28 +0000)]
Patch from Lubomir Rintel: fixes for GCC 4.4

15 years agoSpellcheck, snap and filter translation
JazzyNico [Thu, 26 Feb 2009 19:48:52 +0000 (19:48 +0000)]
Spellcheck, snap and filter translation

15 years agoImproved Color emboss now takes a better account of Blend settings
ivanlouette57 [Thu, 26 Feb 2009 15:27:59 +0000 (15:27 +0000)]
Improved Color emboss now takes a better account of Blend settings

15 years agoFix bug #168979 and clean up some pointer-to-ustring sillyness
tweenk [Thu, 26 Feb 2009 14:34:52 +0000 (14:34 +0000)]
Fix bug #168979 and clean up some pointer-to-ustring sillyness

15 years agoTentative fix for LP bug #168922: don't save prefs n crash handler
tweenk [Thu, 26 Feb 2009 13:40:18 +0000 (13:40 +0000)]
Tentative fix for LP bug #168922: don't save prefs n crash handler

15 years agoRemove the svn:executable property from README.ca.txt
tweenk [Thu, 26 Feb 2009 11:36:14 +0000 (11:36 +0000)]
Remove the svn:executable property from README.ca.txt

15 years agoPurged unused static function
joncruz [Thu, 26 Feb 2009 05:59:05 +0000 (05:59 +0000)]
Purged unused static function

15 years agoSeveral icon name fixes
tweenk [Thu, 26 Feb 2009 02:52:45 +0000 (02:52 +0000)]
Several icon name fixes

15 years agoadd #include <gtk/gtk.h> to fix defect #333767
theadib [Thu, 26 Feb 2009 00:08:29 +0000 (00:08 +0000)]
add #include <gtk/gtk.h> to fix defect #333767

15 years agoRevert commit 20742 that opened a can of worms.
tweenk [Wed, 25 Feb 2009 22:52:12 +0000 (22:52 +0000)]
Revert commit 20742 that opened a can of worms.

15 years agoSnap guides to (intersections of) guides (closes bug #331143)
dvlierop2 [Wed, 25 Feb 2009 21:32:50 +0000 (21:32 +0000)]
Snap guides to (intersections of) guides (closes bug #331143)

15 years agoChanges the filters name Darken outline to Dark and glow, adds a Darken edges filter...
ivanlouette57 [Wed, 25 Feb 2009 21:25:25 +0000 (21:25 +0000)]
Changes the filters name Darken outline to Dark and glow, adds a Darken edges filter in Shadows and glows submenu, changes the name Black emboss to Dark emboss and the name Emboss to Color emboss, adds an Emboss Image effect which keeps image colors or change it following the Blend primitive settings

15 years agomake snap tooltip position sensitive to canvas zooming
speleo3 [Wed, 25 Feb 2009 19:05:55 +0000 (19:05 +0000)]
make snap tooltip position sensitive to canvas zooming

15 years agoFix GTK includes in widgets/icon.cpp
tweenk [Wed, 25 Feb 2009 12:43:49 +0000 (12:43 +0000)]
Fix GTK includes in widgets/icon.cpp

15 years agoFix for imprecise ellipse drawing by Alvin Penner.
tweenk [Tue, 24 Feb 2009 22:35:23 +0000 (22:35 +0000)]
Fix for imprecise ellipse drawing by Alvin Penner.

15 years agofix win build
johanengelen [Tue, 24 Feb 2009 20:56:56 +0000 (20:56 +0000)]
fix win build

15 years agosupport up to 3 languages
buliabyak [Tue, 24 Feb 2009 17:12:56 +0000 (17:12 +0000)]
support up to 3 languages

15 years agoadd spellcheck page
buliabyak [Tue, 24 Feb 2009 17:11:03 +0000 (17:11 +0000)]
add spellcheck page

15 years agoadd spellcheck page, copyedit on other pages
buliabyak [Tue, 24 Feb 2009 17:09:32 +0000 (17:09 +0000)]
add spellcheck page, copyedit on other pages