fix for gcc 3.3 by John Faith. https://bugs.launchpad.net/inkscape/+bug/178180
patch by John Faith https://bugs.launchpad.net/inkscape/+bug/175697
should be applied upstream in 2geom.
should be applied upstream in 2geom.
fix typo notepath => nodepath
make LPE parameters responsible for transformation (LPE cycles through its params to apply transform)
+ Fix bug #179840, forking of LPEs
+ Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters.
+ Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters.
add libnr <=> 2geom conversion helper headerfile
Fix LP bug #179328
update to latest 2geom
Fix LP #179741
* [INTL: it] Translation update for win32 installer
* [INTL: sl] Slovenian update by Martin Srebotnjak (closes: #179661)
2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge.net>
* src/sp-item.cpp: Fix bug #167898, where a triggered document update
prior to connectoor rerouting could attempt to access a deleted
object clip_ref during ungrouping, causing a crash.
* src/sp-item.cpp: Fix bug #167898, where a triggered document update
prior to connectoor rerouting could attempt to access a deleted
object clip_ref during ungrouping, causing a crash.
finished preparation of localisation for additional terms
disable fill-and-stroke blend (separate commit for easy reversion)
make blend versus blur more configurable on a case-by-case basis
fix update on layer switch and work around some blur-related glitches
separate blend history for objects versus layers
first crack at enabling blend for layers dialog
abstraction for style widget subjects
factor filter and opacity controls into separate metawidget
whitespace cleanup
win32 installer, do not remove user files
win32 installer, do not delete user files, still translation needed
Fix location of Swatches menu in tutorial (LP: #169986)
whitespace fixups
Add default CC metadata and license to preferences.
(Closes LP: #169954)
(Closes LP: #169954)
Fix compilation issue with g++3.3 on OS X 10.3.9
(Patch from LP: #178123)
(Patch from LP: #178123)
Man page entry for --query-all option
Applying patch from tbnorth to add a --query-all command to dump object
data from the .svg. (Closes LP: #174701)
data from the .svg. (Closes LP: #174701)
Set teeth selector in lpe-gears to an integer value >= 3.
Fix trailing whitespace.
Fix trailing whitespace.
comment fix
fix bug 168751 (sf1749738)
Strip out Pango markup from tooltips (fixes bug #167640)
don't zoom when changing dpi
beautify rendering options tab
rip out gtkmmification of print dialog, to temporarily solve LP: #176018
adjust cairo bitmap origin offset fixup
Fixed bug #172778, [old] grid settings not respected when reopening document
always show grids when adding new grid
Fixing bug #167416
clean up print dialog for better integration with gtkmm
correct build_gridspage
Add icons to document properties grid table :-)
Fix snapping when constrained scaling: now snaps all corners of the selection
guidelinedialog aesthetics
try to fix bug #174475 feImage renderer crashes on non-external image
fix Bug #177891 feGaussianBlur crashes when setting fill paint as input
add tooltip text to bend path. #178471
updated translation into Ukrainian from Maxim Dziumanenko
Spelling fix
Snapping a guide to nodes (while dragging it across the canvas) now also works for angled guides
fixed bad markup in translation
Update
* [INTL: it] Little progress
More work on tango icons by Michael Grossberg + some alternate tools icons deviating from the art libre set but which may be more satisfying in Inkscape.
Enhanced comments related to python modules
16 years agoAdd support for python module tree (i.e. directories with all python modules versions...
Add support for python module tree (i.e. directories with all python modules versions for ppc and intel, for python versions 2.3, 2.4 and 2.5)
1) Fix bug #178312
2) Fix constrained snapping to objects
2) Fix constrained snapping to objects
BUG: 178803: Save As... -> filetype PDF via Cairo crashes
check for cairo version
Recompute box corners relative to new perspective when merging persps (to prevent boxes from jumping randomly)
check for cairo version
check for cairo version
* Extraneous char in shebang removed (Closes: #168796)
noop: remove unused variable
Don't show boxes as everted (i.e., always show the same sides) during initial drag, regardless of the mouse pointer position.
more on cairo ps/pdf options
more on cairo ps/pdf options
Don't store special attributes/types when saving 3D boxes to plain SVG (so that they show up correctly when reopening files).
Fix bug #178004 [assert when saving as plain svg]
added edge3d to the list of translatable files
actually added edge3d.{py,inx} to the list of installable files
Cleanup:
Consistant variable names.
x, y used for positions.
i, j used for column/row.
Added check boxes to remove the automatic adding of tile width and height
in calculating shift. Useful when placing clones on a circle or spiral
(and in some cases when using the Exponent parameter where adding a
-100% shift is not the same as excluding the shift).
Added "Base" parameters to scaling. This allows drawing of logarithmic
spirals such as found in nature (e.g. nautilus shell, pine cone). When
non-zero, it changes the scale factor to be base^(scale-1).
Added "Cumulate" to shift, scale, rotate. In the case of shifting,
it allows uniformly scaled clones to be placed touching each other.
For example, a "10% shift" normally results in clones being shifted
by 10%, 20%, 30%, ... With the Cumulate box checked, the shifts
become 10%, 10+20%, 10+20+30%, ... Adding "Cumulate" to the Scale and
Rotation tabs may be of dubious value... but it can easily be removed.
Consistant variable names.
x, y used for positions.
i, j used for column/row.
Added check boxes to remove the automatic adding of tile width and height
in calculating shift. Useful when placing clones on a circle or spiral
(and in some cases when using the Exponent parameter where adding a
-100% shift is not the same as excluding the shift).
Added "Base" parameters to scaling. This allows drawing of logarithmic
spirals such as found in nature (e.g. nautilus shell, pine cone). When
non-zero, it changes the scale factor to be base^(scale-1).
Added "Cumulate" to shift, scale, rotate. In the case of shifting,
it allows uniformly scaled clones to be placed touching each other.
For example, a "10% shift" normally results in clones being shifted
by 10%, 20%, 30%, ... With the Cumulate box checked, the shifts
become 10%, 10+20%, 10+20+30%, ... Adding "Cumulate" to the Scale and
Rotation tabs may be of dubious value... but it can easily be removed.
fix redrawing of 3d box sides
improve cosmetics of guide dialog
angled guidelines: create angled line when dragging from edge of rulers
when dragging from rulers close to the edges, one gets 45 degree angled guidelines.
noop: remove unused variable
remember and use geom::point normal when dragging new guides
fix relative angle change in guideline dialog
16 years agoBug fix: prevent perspectives from being transformed more than once (by keeping track...
Bug fix: prevent perspectives from being transformed more than once (by keeping track of selected boxes and their transformations).
Fleshing out history section a bit
fix crit bug #168570 Crash when recreating grid using 'redo'
fix angle description of guides
Retired FilePrintDirect verb
2geom update
update to latest 2geom, bugs be gone!
update to latest 2geom (fixed 2 bugs :))
fix critical bug #168588 assertion failed, file sp-conn-end.cpp: line 191
Add UI for creating angled guidelines!
update to latest 2geom
create options for cairo pdf/ps export dialog
Removed Win32 only Print Direct verb, which was an exact clone of normal print
16 years agoFixed the parenting of the print dialog so that it cannot fall behind the main inksca...
Fixed the parenting of the print dialog so that it cannot fall behind the main inkscape desktop window
Fix typo in an array causing a write off the end. Causes bug if no
sizes were loaded from the preferences file. Closes LP: #178139.
sizes were loaded from the preferences file. Closes LP: #178139.
Updated the version numbers in the .rc files
1) solve bug #177995
2) don't look for nearby intersections when doing a constrained snap
2) don't look for nearby intersections when doing a constrained snap
BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3
fix bug where changing units changed angles of axonometric grid
fix linking