Code

inkscape.git
15 years agoSimplify "make check" makefile rules and remove most of the obsolete
tweenk [Tue, 9 Dec 2008 00:06:13 +0000 (00:06 +0000)]
Simplify "make check" makefile rules and remove most of the obsolete
utest-based tests.

15 years agofix for Bug #234305 (paste into transformed groups)
speleo3 [Mon, 8 Dec 2008 22:22:51 +0000 (22:22 +0000)]
fix for Bug #234305 (paste into transformed groups)

15 years agoMake all tools consider full parent transform (up to document, not just up to root)
speleo3 [Mon, 8 Dec 2008 21:54:37 +0000 (21:54 +0000)]
Make all tools consider full parent transform (up to document, not just up to root)
See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo

15 years ago"make check" now compiles and runs on Linux.
tweenk [Mon, 8 Dec 2008 20:29:12 +0000 (20:29 +0000)]
"make check" now compiles and runs on Linux.

15 years agoMakes page-sizer be a little less eager to change the orientation of pages automatica...
jaspervdg [Mon, 8 Dec 2008 10:21:58 +0000 (10:21 +0000)]
Makes page-sizer be a little less eager to change the orientation of pages automatically(!), it only does it for page sizes which are preferred to be in a certain orientation (landscape) now.

15 years agoRemoved sp_main_* stubs from individual headers to make the unit tests build on Windo...
jaspervdg [Mon, 8 Dec 2008 10:03:49 +0000 (10:03 +0000)]
Removed sp_main_* stubs from individual headers to make the unit tests build on Windows again.

15 years agoWarning and 'using' cleanup.
joncruz [Mon, 8 Dec 2008 07:15:15 +0000 (07:15 +0000)]
Warning and 'using' cleanup.

15 years agoPartial fix for "make check" compilation failure.
tweenk [Mon, 8 Dec 2008 00:11:20 +0000 (00:11 +0000)]
Partial fix for "make check" compilation failure.

15 years agoBug #167682 (resizing page must also resize viewBox)
speleo3 [Sun, 7 Dec 2008 21:25:14 +0000 (21:25 +0000)]
Bug #167682 (resizing page must also resize viewBox)

15 years agoFix a typo that causes a runtime error during the preferences test.
tweenk [Sun, 7 Dec 2008 20:55:20 +0000 (20:55 +0000)]
Fix a typo that causes a runtime error during the preferences test.

15 years agoChanged term away from "embed" since that has specific meaning.
joncruz [Sun, 7 Dec 2008 07:05:10 +0000 (07:05 +0000)]
Changed term away from "embed" since that has specific meaning.

15 years agoAdd unit tests for the Inkscape::Preferences class.
tweenk [Sun, 7 Dec 2008 00:49:28 +0000 (00:49 +0000)]
Add unit tests for the Inkscape::Preferences class.

15 years agoChange the way preferences are loaded to simplify unit testing
tweenk [Sun, 7 Dec 2008 00:44:56 +0000 (00:44 +0000)]
Change the way preferences are loaded to simplify unit testing

15 years agoRemoved duplication of menu items.
joncruz [Sat, 6 Dec 2008 20:35:10 +0000 (20:35 +0000)]
Removed duplication of menu items.
Fixed assert from unref'ing defs.

15 years agoRemoved warning for expected condition.
joncruz [Sat, 6 Dec 2008 20:30:18 +0000 (20:30 +0000)]
Removed warning for expected condition.

15 years agoWarning cleanup.
joncruz [Sat, 6 Dec 2008 08:57:32 +0000 (08:57 +0000)]
Warning cleanup.

15 years agosimplify interpolating the curve in pencil-context.
johanengelen [Sat, 6 Dec 2008 01:20:12 +0000 (01:20 +0000)]
simplify interpolating the curve in pencil-context.

15 years agoNR -> 2Geom few more files
verbalshadow [Fri, 5 Dec 2008 22:40:41 +0000 (22:40 +0000)]
NR -> 2Geom few more files

15 years ago2geom more as fix
johanengelen [Fri, 5 Dec 2008 21:51:06 +0000 (21:51 +0000)]
2geom more as fix

15 years agoChanged it use common code for profile locations.
joncruz [Fri, 5 Dec 2008 21:26:04 +0000 (21:26 +0000)]
Changed it use common code for profile locations.

15 years agomore 2geomification
johanengelen [Fri, 5 Dec 2008 21:17:52 +0000 (21:17 +0000)]
more 2geomification

15 years ago2geomify filter-chemistry
johanengelen [Fri, 5 Dec 2008 21:06:10 +0000 (21:06 +0000)]
2geomify filter-chemistry

15 years ago2geom eraser tool
johanengelen [Fri, 5 Dec 2008 20:46:42 +0000 (20:46 +0000)]
2geom eraser tool

15 years agoNR::LInfty => Geom::
johanengelen [Fri, 5 Dec 2008 19:57:37 +0000 (19:57 +0000)]
NR::LInfty => Geom::

15 years agoNR -> 2Geom, more h and cpp files
verbalshadow [Fri, 5 Dec 2008 19:56:36 +0000 (19:56 +0000)]
NR -> 2Geom, more h and cpp files

15 years agoLayout code cleanup.
joncruz [Fri, 5 Dec 2008 09:25:23 +0000 (09:25 +0000)]
Layout code cleanup.

15 years agoAvoid problems when document is being closed.
joncruz [Fri, 5 Dec 2008 08:58:23 +0000 (08:58 +0000)]
Avoid problems when document is being closed.

15 years agoGNU/Linux!
JucaBlues [Fri, 5 Dec 2008 06:27:05 +0000 (06:27 +0000)]
GNU/Linux!

15 years agoMisc. cleanup
joncruz [Fri, 5 Dec 2008 06:22:43 +0000 (06:22 +0000)]
Misc. cleanup

15 years agoWarning cleanup.
joncruz [Fri, 5 Dec 2008 06:21:29 +0000 (06:21 +0000)]
Warning cleanup.

15 years agoCorrected initialization order.
joncruz [Fri, 5 Dec 2008 06:20:32 +0000 (06:20 +0000)]
Corrected initialization order.

15 years agopatch by Simon Dahlbacka, for LP 186582, modified to produce more detailed output
alvinpenner [Fri, 5 Dec 2008 02:29:35 +0000 (02:29 +0000)]
patch by Simon Dahlbacka, for LP 186582, modified to produce more detailed output

15 years agoWarning/type cleanup.
joncruz [Thu, 4 Dec 2008 09:19:00 +0000 (09:19 +0000)]
Warning/type cleanup.

15 years agoWhitespace cleanup.
joncruz [Thu, 4 Dec 2008 08:59:26 +0000 (08:59 +0000)]
Whitespace cleanup.

15 years agoWhitespace cleanup.
joncruz [Thu, 4 Dec 2008 08:55:14 +0000 (08:55 +0000)]
Whitespace cleanup.

15 years agoWarning/type cleanup.
joncruz [Thu, 4 Dec 2008 08:47:03 +0000 (08:47 +0000)]
Warning/type cleanup.

15 years agoWhitespace cleanup.
joncruz [Thu, 4 Dec 2008 08:19:16 +0000 (08:19 +0000)]
Whitespace cleanup.

15 years agoIfdef cleanup
joncruz [Thu, 4 Dec 2008 08:18:51 +0000 (08:18 +0000)]
Ifdef cleanup

15 years agoWarning cleanup.
joncruz [Thu, 4 Dec 2008 07:33:30 +0000 (07:33 +0000)]
Warning cleanup.

15 years agoFixed missing EOL at end of file.
joncruz [Thu, 4 Dec 2008 07:30:52 +0000 (07:30 +0000)]
Fixed missing EOL at end of file.

15 years agoFixed file final EOL
joncruz [Thu, 4 Dec 2008 07:00:23 +0000 (07:00 +0000)]
Fixed file final EOL

15 years agoNR -> 2geom some headers in src/
verbalshadow [Thu, 4 Dec 2008 01:28:36 +0000 (01:28 +0000)]
NR -> 2geom some headers in src/

15 years agoFix compile when lcms is disabled
cilix42 [Wed, 3 Dec 2008 21:03:21 +0000 (21:03 +0000)]
Fix compile when lcms is disabled

15 years agowiki link added
speleo3 [Tue, 2 Dec 2008 19:34:43 +0000 (19:34 +0000)]
wiki link added

15 years agoVery slight change to allocation of stripe buffer in png-write.cpp that makes it...
jaspervdg [Tue, 2 Dec 2008 09:39:11 +0000 (09:39 +0000)]
Very slight change to allocation of stripe buffer in png-write.cpp that makes it a bit harder to break.

15 years agoSmall changes to Gaussian filtering that make part of the IIR code a bit clearer...
jaspervdg [Tue, 2 Dec 2008 09:37:28 +0000 (09:37 +0000)]
Small changes to Gaussian filtering that make part of the IIR code a bit clearer (and possibly very, very slightly faster) and that eliminate any unnecessary filtering (if the kernel width is just one pixel it doesn't perform any filtering at all).

15 years agosome improvements to printing-marks.py
aurium [Mon, 1 Dec 2008 22:46:58 +0000 (22:46 +0000)]
some improvements to printing-marks.py

15 years agocorrecting the changes to provide compatibility for uniconversor name variations
aurium [Mon, 1 Dec 2008 22:41:45 +0000 (22:41 +0000)]
correcting the changes to provide compatibility for uniconversor name variations

15 years agoproviding compatibility for uniconversor name variations
aurium [Mon, 1 Dec 2008 22:35:10 +0000 (22:35 +0000)]
providing compatibility for uniconversor name variations

15 years agofilename change matched again
prokoudine [Mon, 1 Dec 2008 18:49:15 +0000 (18:49 +0000)]
filename change matched again

15 years agoadd printing-marks and remove cut-marks extensions
JucaBlues [Mon, 1 Dec 2008 03:51:49 +0000 (03:51 +0000)]
add printing-marks and remove cut-marks extensions

15 years agoreplaceing the cut-marks extension by the printing-marks
aurium [Mon, 1 Dec 2008 02:21:04 +0000 (02:21 +0000)]
replaceing the cut-marks extension by the printing-marks

15 years agoadd --export-ignore-filters
buliabyak [Sun, 30 Nov 2008 20:37:43 +0000 (20:37 +0000)]
add --export-ignore-filters

15 years agounify labels
buliabyak [Sun, 30 Nov 2008 20:36:23 +0000 (20:36 +0000)]
unify labels

15 years agosupport for color BYLAYER
alvinpenner [Sun, 30 Nov 2008 00:29:21 +0000 (00:29 +0000)]
support for color BYLAYER

15 years agoadd copying of mingwm10.dll to win build
johanengelen [Sat, 29 Nov 2008 17:04:59 +0000 (17:04 +0000)]
add copying of mingwm10.dll to win build

15 years agobug #168777 (consider root transform and viewBox)
speleo3 [Sat, 29 Nov 2008 13:04:08 +0000 (13:04 +0000)]
bug #168777 (consider root transform and viewBox)

15 years agocomment
buliabyak [Sat, 29 Nov 2008 05:32:03 +0000 (05:32 +0000)]
comment

15 years agofix setting blend mode to Normal
buliabyak [Sat, 29 Nov 2008 05:31:11 +0000 (05:31 +0000)]
fix setting blend mode to Normal

15 years agoallow sp_style_set_property_url to unset the property as well, if the linked object...
buliabyak [Sat, 29 Nov 2008 05:30:26 +0000 (05:30 +0000)]
allow sp_style_set_property_url to unset the property as well, if the linked object is NULL

15 years agoUpdate strings pt_BR.po
ps_aux [Sat, 29 Nov 2008 02:35:48 +0000 (02:35 +0000)]
Update strings pt_BR.po

15 years agoNR->Geom conversion of some text functions and tweak-context
verbalshadow [Fri, 28 Nov 2008 22:33:23 +0000 (22:33 +0000)]
NR->Geom conversion of some text functions and tweak-context

15 years agobug #168370 (consider parent transform and viewBox)
speleo3 [Fri, 28 Nov 2008 09:52:49 +0000 (09:52 +0000)]
bug #168370 (consider parent transform and viewBox)

15 years agoshow namespaces in doxygen
johanengelen [Thu, 27 Nov 2008 22:35:07 +0000 (22:35 +0000)]
show namespaces in doxygen

15 years agonew version of Guides Creator extension from Jonas Termeau
prokoudine [Thu, 27 Nov 2008 22:23:28 +0000 (22:23 +0000)]
new version of Guides Creator extension from Jonas Termeau

15 years agosmall 2geomification of clone tile dialog
johanengelen [Thu, 27 Nov 2008 22:12:41 +0000 (22:12 +0000)]
small 2geomification of clone tile dialog

15 years agoRearrange to enable code that does not directly rely on lcms.
joncruz [Thu, 27 Nov 2008 21:35:19 +0000 (21:35 +0000)]
Rearrange to enable code that does not directly rely on lcms.

15 years agoFix compile with lcms disabled.
cilix42 [Thu, 27 Nov 2008 15:07:14 +0000 (15:07 +0000)]
Fix compile with lcms disabled.

15 years agoList color profile search locations in preference tooltip
joncruz [Thu, 27 Nov 2008 09:58:19 +0000 (09:58 +0000)]
List color profile search locations in preference tooltip

15 years agoplease don't forget to update Makefile_insert
buliabyak [Wed, 26 Nov 2008 22:59:00 +0000 (22:59 +0000)]
please don't forget to update Makefile_insert

15 years agomatching filename change
prokoudine [Wed, 26 Nov 2008 21:57:20 +0000 (21:57 +0000)]
matching filename change

15 years agorenamed lpe-hatches to lpe-rough-hatches.
jfbarraud [Wed, 26 Nov 2008 20:56:08 +0000 (20:56 +0000)]
renamed lpe-hatches to lpe-rough-hatches.

15 years agoFix bug #299414: a return statement in unitTangentAt() got lost in rev. 20205!
dvlierop2 [Wed, 26 Nov 2008 20:53:04 +0000 (20:53 +0000)]
Fix bug #299414: a return statement in unitTangentAt() got lost in rev. 20205!

15 years agoWhen snapping only the closest node, draw an indicator at that node
dvlierop2 [Wed, 26 Nov 2008 19:55:59 +0000 (19:55 +0000)]
When snapping only the closest node, draw an indicator at that node

15 years agoDefined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussian.cpp...
jaspervdg [Wed, 26 Nov 2008 08:14:35 +0000 (08:14 +0000)]
Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussian.cpp to actually make the define work (on Windows).

15 years agomarked forgotten translatable message
prokoudine [Tue, 25 Nov 2008 23:06:07 +0000 (23:06 +0000)]
marked forgotten translatable message

15 years agoFixed OpenMP dependency to be optional.
joncruz [Tue, 25 Nov 2008 03:44:36 +0000 (03:44 +0000)]
Fixed OpenMP dependency to be optional.

15 years agoAdd an option to the preferences to _only_ snap the node closest to the mouse pointer
dvlierop2 [Mon, 24 Nov 2008 19:45:10 +0000 (19:45 +0000)]
Add an option to the preferences to _only_ snap the node closest to the mouse pointer

15 years agosome color support, multi-line text, automatic scaling
alvinpenner [Mon, 24 Nov 2008 00:40:43 +0000 (00:40 +0000)]
some color support, multi-line text, automatic scaling

15 years agoadding "remove" context menu in the embedded color profiles box
JucaBlues [Mon, 24 Nov 2008 00:20:25 +0000 (00:20 +0000)]
adding "remove" context menu in the embedded color profiles box

15 years agoDon't use SP_ACTIVE_DESKTOP
dvlierop2 [Sun, 23 Nov 2008 19:39:52 +0000 (19:39 +0000)]
Don't use SP_ACTIVE_DESKTOP

15 years ago1) Improve the way the distance to the pointer is taken into account when finding...
dvlierop2 [Sun, 23 Nov 2008 13:55:26 +0000 (13:55 +0000)]
1) Improve the way the distance to the pointer is taken into account when finding the best snap
2) Use this distance also when snapping nodes in the path editor
3) Add a slider in the preferences dialog to control the weighing of this distance

15 years agoUpdating the includes on these files because they need to include simple-node.h as...
Ted Gould [Sun, 23 Nov 2008 04:51:14 +0000 (22:51 -0600)]
Updating the includes on these files because they need to include simple-node.h as they ARE using the implementation.

15 years agoMerging in the OpenMP work from the mailing list with some improved build files.
Ted Gould [Sun, 23 Nov 2008 04:44:08 +0000 (22:44 -0600)]
Merging in the OpenMP work from the mailing list with some improved build files.

15 years agoadded Guides Creator extension by Jonas Termeau (LP300877)
prokoudine [Sat, 22 Nov 2008 19:25:18 +0000 (19:25 +0000)]
added Guides Creator extension by Jonas Termeau (LP300877)

15 years agoMerge from fe-moved
Ted Gould [Fri, 21 Nov 2008 05:24:08 +0000 (23:24 -0600)]
Merge from fe-moved

15 years agoMerge from trunk
Ted Gould [Sat, 1 Nov 2008 03:43:30 +0000 (22:43 -0500)]
Merge from trunk

15 years agoMaking it so that including simple-node.h will generate an error
Ted Gould [Fri, 31 Oct 2008 21:31:40 +0000 (16:31 -0500)]
Making it so that including simple-node.h will generate an error

15 years agoPatch from Hannes Hochreiner to make it so that attributes on the root node copy...
Ted Gould [Fri, 31 Oct 2008 15:13:48 +0000 (10:13 -0500)]
Patch from Hannes Hochreiner to make it so that attributes on the root node copy correctly.

15 years agoMerge from trunk
Ted Gould [Fri, 31 Oct 2008 15:06:16 +0000 (10:06 -0500)]
Merge from trunk

15 years agoMerge from trunk
Ted Gould [Tue, 28 Oct 2008 04:45:31 +0000 (23:45 -0500)]
Merge from trunk

15 years agoFrom trunk
Ted Gould [Mon, 27 Oct 2008 18:03:09 +0000 (13:03 -0500)]
From trunk

15 years agoMerging from trunk
Ted Gould [Sat, 11 Oct 2008 15:16:23 +0000 (11:16 -0400)]
Merging from trunk

15 years agoMerge from trunk.
Ted Gould [Thu, 25 Sep 2008 18:14:41 +0000 (13:14 -0500)]
Merge from trunk.

15 years agoSorry, I got off on a branch and ended up with a bunch of things. I'm just going...
Ted Gould [Thu, 25 Sep 2008 04:27:18 +0000 (23:27 -0500)]
Sorry, I got off on a branch and ended up with a bunch of things.  I'm just going to flatten and merge...  Here's the list.

* Added a focus mode activated by Shift+F11.  The goal of this mode is to
remove all toolbars for a short period so that you maximize screen area.
Useful on small screens.  Also when you know lots of shortcuts.

* Created what I'm calling "Quick Zoom."  The idea here is to have a modal
zoom for touching up something with fine detail and then returning to what
you're doing.  This is activated with the letter "Q" on the keyboard.  When
you release it, you return back to where you were.  This will zoom in on
selected objects, or if you're in the node tool selected nodes.

* Added .svg on the temporary files in extensions.  This'll make many of
them happier.  This only works on recent versions of GLib, but shouldn't
break older ones more than they already are.

* Moved the Inkscape configuration directory on Linux from ~/.inkscape
to ~/.config/Inkscape.  This is the new way to do things with the cross
desktop naming spec.  I'm unsure whether we should be putting crash dumps
in .config or .cache though.

* Removed 'tools_switch_current' because every usage of it already had a
pointer to where it needed to go.  Removes usage of globals.

* Made it so that dialogs will be transparent when not focused.  This is
an alternate to having the docked, and one that I like better as I feel it
gives me more screen area.  You can adjust how much transparency and the
speed of the animation in the preferences dialog.  (Note: this requires
GTK+ 2.12 and a compositor, but gracefully degrades if you don't have
either)

15 years ago[i18n] Added use of plural forms.
mfloryan [Wed, 24 Sep 2008 13:41:17 +0000 (13:41 +0000)]
[i18n] Added use of plural forms.

15 years agoWhitespace cleanup
joncruz [Wed, 24 Sep 2008 09:29:48 +0000 (09:29 +0000)]
Whitespace cleanup

15 years agoAdded base metadata to exported png files. Fixes bug #189954.
joncruz [Wed, 24 Sep 2008 09:01:35 +0000 (09:01 +0000)]
Added base metadata to exported png files. Fixes bug #189954.

15 years agoWhitespace cleanup
joncruz [Wed, 24 Sep 2008 04:11:55 +0000 (04:11 +0000)]
Whitespace cleanup

15 years ago* Lots of documentation for the Inkscape::XML namespace
tweenk [Tue, 23 Sep 2008 23:34:58 +0000 (23:34 +0000)]
* Lots of documentation for the Inkscape::XML namespace
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers