Code

inkscape.git
18 years agoemphasis
mental [Sat, 29 Apr 2006 17:30:08 +0000 (17:30 +0000)]
emphasis

18 years agosimplify wording
mental [Sat, 29 Apr 2006 17:28:50 +0000 (17:28 +0000)]
simplify wording

18 years agominor verbage tweaking
mental [Sat, 29 Apr 2006 17:26:23 +0000 (17:26 +0000)]
minor verbage tweaking

18 years agosome developer documentation about refcounting
mental [Sat, 29 Apr 2006 17:24:03 +0000 (17:24 +0000)]
some developer documentation about refcounting

18 years agosince the view and document are both managed by the collector, reffing the document...
mental [Sat, 29 Apr 2006 15:42:18 +0000 (15:42 +0000)]
since the view and document are both managed by the collector, reffing the document from the view is totally unnecessary

18 years agoremove warnings
ishmal [Sat, 29 Apr 2006 07:48:36 +0000 (07:48 +0000)]
remove warnings

18 years agoadd missing unref, which should hopefully address the document leak
mental [Sat, 29 Apr 2006 06:46:25 +0000 (06:46 +0000)]
add missing unref, which should hopefully address the document leak

18 years agoadded refcount logging to GC::Anchored and shared string printf in util
mental [Sat, 29 Apr 2006 06:14:28 +0000 (06:14 +0000)]
added refcount logging to GC::Anchored and shared string printf in util

18 years agoadd new object style display for all object-creating tools
buliabyak [Sat, 29 Apr 2006 06:01:06 +0000 (06:01 +0000)]
add new object style display for all object-creating tools

18 years agomake style widget narrower
buliabyak [Sat, 29 Apr 2006 06:00:26 +0000 (06:00 +0000)]
make style widget narrower

18 years agoenable the widget to listen to a repr to reflect its style
buliabyak [Sat, 29 Apr 2006 05:58:40 +0000 (05:58 +0000)]
enable the widget to listen to a repr to reflect its style

18 years agomake refcount logging a little more useful by including the relevent class name
mental [Sat, 29 Apr 2006 03:59:24 +0000 (03:59 +0000)]
make refcount logging a little more useful by including the relevent class name

18 years agoreset center on stamping
buliabyak [Sat, 29 Apr 2006 02:33:38 +0000 (02:33 +0000)]
reset center on stamping

18 years agoClean up type strings
ishmal [Fri, 28 Apr 2006 21:26:40 +0000 (21:26 +0000)]
Clean up type strings

18 years agoBug 1478136 fix - "foo2" was shown instead of guideline id in Guideline dialog
knutux [Fri, 28 Apr 2006 20:08:03 +0000 (20:08 +0000)]
Bug 1478136 fix - "foo2" was shown instead of guideline id in Guideline dialog

18 years agoConverting guideline properties dialog to gtkmm (first step - straightforward conversion)
knutux [Fri, 28 Apr 2006 19:32:07 +0000 (19:32 +0000)]
Converting guideline properties dialog to gtkmm (first step - straightforward conversion)

18 years agoReplaced two tests with CxxTest versions.
joncruz [Fri, 28 Apr 2006 16:47:01 +0000 (16:47 +0000)]
Replaced two tests with CxxTest versions.

18 years agoAdding unit test for verbs.
joncruz [Fri, 28 Apr 2006 08:48:09 +0000 (08:48 +0000)]
Adding unit test for verbs.

18 years agosolved Bug 1474325, added italian and czech translation
theadib [Fri, 28 Apr 2006 08:17:08 +0000 (08:17 +0000)]
solved Bug 1474325, added italian and czech translation

18 years agofix translation for fit page
acspike [Fri, 28 Apr 2006 04:14:59 +0000 (04:14 +0000)]
fix translation for fit page
the translation is now preserved across save by translating all child elements of the root
instead of just translating the root itself.

18 years agoAdded CREATE v0.1 support for gradients/swatches/patterns
verbalshadow [Fri, 28 Apr 2006 04:05:36 +0000 (04:05 +0000)]
Added CREATE v0.1 support for gradients/swatches/patterns

18 years agoAdded CREATE v0.1 support for gradients/swatches/patterns
verbalshadow [Fri, 28 Apr 2006 03:57:58 +0000 (03:57 +0000)]
Added CREATE v0.1 support for gradients/swatches/patterns

18 years agoUpdated to additions for <switch>
joncruz [Thu, 27 Apr 2006 15:59:35 +0000 (15:59 +0000)]
Updated to additions for <switch>

18 years agoAdd axis and function token stubs to token set
ishmal [Thu, 27 Apr 2006 15:26:43 +0000 (15:26 +0000)]
Add axis and function token stubs to token set

18 years agointerim cleanup commit
ishmal [Thu, 27 Apr 2006 09:53:08 +0000 (09:53 +0000)]
interim cleanup commit

18 years agofixing conditional attribute evaluation on load (if conditional attributes were used...
knutux [Thu, 27 Apr 2006 08:00:49 +0000 (08:00 +0000)]
fixing conditional attribute evaluation on load (if conditional attributes were used not in the item under <switch>, on load it was always rendered)

18 years agoPlacemark for gradient export
ishmal [Thu, 27 Apr 2006 06:12:22 +0000 (06:12 +0000)]
Placemark for gradient export

18 years agoexpand the range of dpi to fix 1476741
buliabyak [Thu, 27 Apr 2006 05:18:07 +0000 (05:18 +0000)]
expand the range of dpi to fix 1476741

18 years agouse svd for better matrix analysis
ishmal [Thu, 27 Apr 2006 04:28:03 +0000 (04:28 +0000)]
use svd for better matrix analysis

18 years agoAdding multiple test output formats.
joncruz [Thu, 27 Apr 2006 02:29:29 +0000 (02:29 +0000)]
Adding multiple test output formats.

18 years agowrite no/unset fill/stroke to current style
buliabyak [Wed, 26 Apr 2006 23:50:47 +0000 (23:50 +0000)]
write no/unset fill/stroke to current style

18 years agofix crash when deleting without nodepath
buliabyak [Wed, 26 Apr 2006 23:41:54 +0000 (23:41 +0000)]
fix crash when deleting without nodepath

18 years agoGot handedness-reversal to work. Yaay. Images look good now
ishmal [Wed, 26 Apr 2006 13:49:57 +0000 (13:49 +0000)]
Got handedness-reversal to work.   Yaay.  Images look good now

18 years agoAdded beginnings of CREATE support in path-prefix.h
verbalshadow [Wed, 26 Apr 2006 05:36:18 +0000 (05:36 +0000)]
Added beginnings of CREATE support in path-prefix.h

18 years agoFixed select_top icon
joncruz [Wed, 26 Apr 2006 00:51:50 +0000 (00:51 +0000)]
Fixed select_top icon

18 years agoadd listener to root for fit canvas changes
acspike [Tue, 25 Apr 2006 03:32:08 +0000 (03:32 +0000)]
add listener to root for fit canvas changes

18 years agoMove fit canvas button into PageSizer
acspike [Tue, 25 Apr 2006 03:05:00 +0000 (03:05 +0000)]
Move fit canvas button into PageSizer

18 years agoslant the unlocked lock; SVG optimizations for smaller size
buliabyak [Tue, 25 Apr 2006 02:33:09 +0000 (02:33 +0000)]
slant the unlocked lock; SVG optimizations for smaller size

18 years agolimit the smallest exponent in transforms; anything smaller is written as 0
buliabyak [Tue, 25 Apr 2006 02:31:04 +0000 (02:31 +0000)]
limit the smallest exponent in transforms; anything smaller is written as 0

18 years agorevert 11172, synthesized events are used to update controls spinbuttons
buliabyak [Mon, 24 Apr 2006 22:21:34 +0000 (22:21 +0000)]
revert 11172, synthesized events are used to update controls spinbuttons

18 years agofit_canvas_to_drawing when opening images
acspike [Mon, 24 Apr 2006 12:08:26 +0000 (12:08 +0000)]
fit_canvas_to_drawing when opening images

18 years agorefactor redrawing code into pen_redraw_all; cancel current unfinished path, inctead...
buliabyak [Mon, 24 Apr 2006 05:44:34 +0000 (05:44 +0000)]
refactor redrawing code into pen_redraw_all; cancel current unfinished path, inctead of finishing it, on leaving pen tool (makes more sense, and fixes a crash on exit); add to_curve and to_line keys

18 years agomoved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & context...
verbalshadow [Mon, 24 Apr 2006 04:06:25 +0000 (04:06 +0000)]
moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & context-menu.h, also updated make_insert with change

18 years agoMove contextual info to Stack
ishmal [Sun, 23 Apr 2006 21:47:31 +0000 (21:47 +0000)]
Move contextual info to Stack

18 years agosvd hacks
ishmal [Sun, 23 Apr 2006 07:35:38 +0000 (07:35 +0000)]
svd hacks

18 years agoNative path support
ishmal [Sat, 22 Apr 2006 23:13:25 +0000 (23:13 +0000)]
Native path support

18 years agoNative paths and relative path resolution
ishmal [Sat, 22 Apr 2006 23:06:17 +0000 (23:06 +0000)]
Native paths and relative path resolution

18 years agonative path support
ishmal [Sat, 22 Apr 2006 23:04:21 +0000 (23:04 +0000)]
native path support

18 years agonative path support
ishmal [Sat, 22 Apr 2006 23:02:33 +0000 (23:02 +0000)]
native path support

18 years agoNative path support
ishmal [Sat, 22 Apr 2006 22:46:00 +0000 (22:46 +0000)]
Native path support

18 years agoNative path support
ishmal [Sat, 22 Apr 2006 22:45:39 +0000 (22:45 +0000)]
Native path support

18 years agoAdd test for norlalization and resolution
ishmal [Sat, 22 Apr 2006 21:50:44 +0000 (21:50 +0000)]
Add test for norlalization and resolution

18 years agoFix normalize()
ishmal [Sat, 22 Apr 2006 21:50:15 +0000 (21:50 +0000)]
Fix normalize()

18 years agoConfig tweaks
ishmal [Sat, 22 Apr 2006 20:55:22 +0000 (20:55 +0000)]
Config tweaks

18 years agoI guess this was missed
ishmal [Sat, 22 Apr 2006 20:34:06 +0000 (20:34 +0000)]
I guess this was missed

18 years agoAdd normalize()
ishmal [Sat, 22 Apr 2006 11:43:38 +0000 (11:43 +0000)]
Add normalize()

18 years agoTweak to use Glib::ustring. Remove warnings.
ishmal [Sat, 22 Apr 2006 10:48:46 +0000 (10:48 +0000)]
Tweak to use Glib::ustring.  Remove warnings.

18 years agominor speedup
ishmal [Fri, 21 Apr 2006 21:40:32 +0000 (21:40 +0000)]
minor speedup

18 years agoMinor cleanup. Sort styleTable.
ishmal [Fri, 21 Apr 2006 09:17:10 +0000 (09:17 +0000)]
Minor cleanup.  Sort styleTable.

18 years agoremove compiler warnings
rwst [Fri, 21 Apr 2006 07:35:55 +0000 (07:35 +0000)]
remove compiler warnings

18 years agoBug-1474013 - switch works incorrectly with non SP_ITEM children
knutux [Fri, 21 Apr 2006 07:11:19 +0000 (07:11 +0000)]
Bug-1474013 - switch works incorrectly with non SP_ITEM children

18 years agofixing incorrect group children order (bug introduced with <switch> support)
knutux [Fri, 21 Apr 2006 04:56:23 +0000 (04:56 +0000)]
fixing incorrect group children order (bug introduced with <switch> support)

18 years agoremove duplicate styles, add placeholders for opacities
ishmal [Thu, 20 Apr 2006 22:24:13 +0000 (22:24 +0000)]
remove duplicate styles, add placeholders for opacities

18 years agoUse dual maps to remove duplicates in style table
ishmal [Thu, 20 Apr 2006 21:49:49 +0000 (21:49 +0000)]
Use dual maps to remove duplicates in style table

18 years agofix statusbar when cancelling drawing
buliabyak [Thu, 20 Apr 2006 20:18:15 +0000 (20:18 +0000)]
fix statusbar when cancelling drawing

18 years agoSVG 1.1 Conditional Processing Module rendering support (<switch> element, requiredRe...
knutux [Thu, 20 Apr 2006 16:06:59 +0000 (16:06 +0000)]
SVG 1.1 Conditional Processing Module rendering support (<switch> element, requiredReatures/requiredExtensions/systemLanguage attributes).
Two more W3C SVG Test Suite testes pass after this change.

18 years agodisabling rendering optimization for dashed strokes (until optimization is tweaked...
knutux [Thu, 20 Apr 2006 09:26:52 +0000 (09:26 +0000)]
disabling rendering optimization for dashed strokes (until optimization is tweaked to render dashes correctly)

18 years agotry to make license strings translatable (#1473186)
rwst [Thu, 20 Apr 2006 08:15:31 +0000 (08:15 +0000)]
try to make license strings translatable (#1473186)

18 years agoFix for [Bug-1473139]
knutux [Thu, 20 Apr 2006 07:58:11 +0000 (07:58 +0000)]
Fix for [Bug-1473139]

18 years agoresolving compiler warnings
knutux [Thu, 20 Apr 2006 07:13:38 +0000 (07:13 +0000)]
resolving compiler warnings

18 years agoc for calligraphy
buliabyak [Thu, 20 Apr 2006 04:39:01 +0000 (04:39 +0000)]
c for calligraphy

18 years agoremove unused timer code
mental [Thu, 20 Apr 2006 04:18:38 +0000 (04:18 +0000)]
remove unused timer code

18 years agowe already have import verb, so this is redundant
buliabyak [Thu, 20 Apr 2006 03:34:03 +0000 (03:34 +0000)]
we already have import verb, so this is redundant

18 years agoadd abs_width switch for calligraphy pen width; switch it to 1..100 displayed range
buliabyak [Thu, 20 Apr 2006 00:56:20 +0000 (00:56 +0000)]
add abs_width switch for calligraphy pen width; switch it to 1..100 displayed range

18 years agoprevent fit canvas button from expanding
acspike [Wed, 19 Apr 2006 22:38:14 +0000 (22:38 +0000)]
prevent fit canvas button from expanding

18 years agoadded normal-distributed randomization
buliabyak [Wed, 19 Apr 2006 20:23:30 +0000 (20:23 +0000)]
added normal-distributed randomization

18 years agocopyedit
buliabyak [Wed, 19 Apr 2006 17:35:27 +0000 (17:35 +0000)]
copyedit

18 years agotweaking for bbyak
acspike [Wed, 19 Apr 2006 13:00:36 +0000 (13:00 +0000)]
tweaking for bbyak

18 years agoA fix for [inkscape-Bugs-1296129]
knutux [Wed, 19 Apr 2006 11:14:14 +0000 (11:14 +0000)]
A fix for [inkscape-Bugs-1296129]

18 years agoRendering optimisation, which gives best results for zoomed in drawings with complex...
knutux [Wed, 19 Apr 2006 05:15:03 +0000 (05:15 +0000)]
Rendering optimisation, which gives best results for zoomed in drawings with complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing)

18 years agoRendering optimisation, which gives best results for zoomed in drawings with complex...
knutux [Wed, 19 Apr 2006 05:14:26 +0000 (05:14 +0000)]
Rendering optimisation, which gives best results for zoomed in drawings with complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing)

18 years agofix name and size
buliabyak [Wed, 19 Apr 2006 05:12:24 +0000 (05:12 +0000)]
fix name and size

18 years agoAdding fit canvas verbs
acspike [Wed, 19 Apr 2006 03:51:07 +0000 (03:51 +0000)]
Adding fit canvas verbs
a few fixes in verbs.cpp
and a new button

18 years agoCrash fix (occured if creating layer in layerless document)
knutux [Tue, 18 Apr 2006 12:56:42 +0000 (12:56 +0000)]
Crash fix (occured if creating layer in layerless document)

18 years agoAdded measure extension.
njh [Tue, 18 Apr 2006 07:04:05 +0000 (07:04 +0000)]
Added measure extension.

18 years agoone more tweak of boolop precision
buliabyak [Mon, 17 Apr 2006 22:41:11 +0000 (22:41 +0000)]
one more tweak of boolop precision

18 years agopatch by Osei Poku to use the new file dialog on Browse in Export
buliabyak [Mon, 17 Apr 2006 21:37:27 +0000 (21:37 +0000)]
patch by Osei Poku to use the new file dialog on Browse in Export

18 years agoadd comment about effect actions
buliabyak [Mon, 17 Apr 2006 18:17:13 +0000 (18:17 +0000)]
add comment about effect actions

18 years agotypo, redundant lines
buliabyak [Mon, 17 Apr 2006 17:58:06 +0000 (17:58 +0000)]
typo, redundant lines

18 years agoGet rid of the SP_DT_* macros which do nothing more than provide additional, confusin...
mental [Mon, 17 Apr 2006 04:46:51 +0000 (04:46 +0000)]
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions.  If shorter names are desired, the actual functions should be renamed -- or better, made into member functions.

18 years agoSP_DT_DOCUMENT -> sp_desktop_document
dwyip [Mon, 17 Apr 2006 04:11:12 +0000 (04:11 +0000)]
SP_DT_DOCUMENT -> sp_desktop_document

18 years agominor cleanups
mental [Sat, 15 Apr 2006 22:04:04 +0000 (22:04 +0000)]
minor cleanups

18 years agofix node position when joining to close subpath; allow to lock the position of one...
buliabyak [Sat, 15 Apr 2006 03:09:43 +0000 (03:09 +0000)]
fix node position when joining to close subpath; allow to lock the position of one of the nodes to be joined by mouseovering it

18 years agofix an old typo by lauris
buliabyak [Sat, 15 Apr 2006 03:06:53 +0000 (03:06 +0000)]
fix an old typo by lauris

18 years agoless confusing tooltips
buliabyak [Sat, 15 Apr 2006 02:04:12 +0000 (02:04 +0000)]
less confusing tooltips

18 years agoGot images working correctly
ishmal [Fri, 14 Apr 2006 22:25:41 +0000 (22:25 +0000)]
Got images working correctly

18 years agoAttempt to preserve the shape of the path when deleting nodes
acspike [Fri, 14 Apr 2006 21:24:32 +0000 (21:24 +0000)]
Attempt to preserve the shape of the path when deleting nodes
Old deletion behavior is available via Ctrl+Delete

18 years agoRemove warnings
ishmal [Fri, 14 Apr 2006 19:05:31 +0000 (19:05 +0000)]
Remove warnings

18 years agoremove warnings
ishmal [Fri, 14 Apr 2006 19:04:20 +0000 (19:04 +0000)]
remove warnings

18 years agofix XMLCh/int warnings
ishmal [Fri, 14 Apr 2006 19:03:36 +0000 (19:03 +0000)]
fix XMLCh/int warnings