copyedit
label fix: kbd selection can never go into groups anyway, only layers
Another take to fixing pdf import crash, likely without memory leak
add additional needed files for win32 NSIS installer during make dist
updated catalan.nsh from launchpad by Xavi Conde
roll back to 16721 (see discussion in the devel list)
Made turbulence filter resolution-independent and renderable at any size
and in one more place
Updated Vietnamese translation
preliminary update of ru.po :)
added another fogotten file containing user visible messages
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying 'convert to path' (closes LP #179693 and #176646).
Khmer translations updated
fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent name clash on windows compile.
Enable 3D box toolbar
16 years agoFix LP #181020: When snapping a guide, now only the part of the guide near the pointe...
Fix LP #181020: When snapping a guide, now only the part of the guide near the pointer is considered
matching brackets
correctly transform LPE path and point parameters with the SPItem's transform
* [INTL: nl] Dutch update by Foppe Benedictus (closes: #181283)
* [INTL: sk] Updated Slovak translation
trying to fix pdf import crashes
remove the indecently obsolete file
remove the indecently obsolete file
Updating Khmer translations
add myself in authors
Added contributor
* [INTL: sk] Updated Slovak translation
* Markup fix
* [INTL: it] Little fixes for win32 installer translation
* Serbian (Cyrillic) update by Aleksandar Urošević
whitespace cleanup
* Fixing some format error
Added Bill Baxter by request. He added this feature:
http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046#Saving_window_geometry_globally
http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046#Saving_window_geometry_globally
<cafuego> pt_BR.po has a problem too
If anyone cares, line 4279 needs to have </d> changed to </b>
and <n> to ,b>
<b> even
If anyone cares, line 4279 needs to have </d> changed to </b>
and <n> to ,b>
<b> even
ditto last commit
Change menu icon sizes for windows from 13,13 to 16,16 (Closes: LP
#178215)
#178215)
r17534@shi: ted | 2008-01-06 14:56:29 -0800
Scripting now maintains the output_extension parameter accross the
script. This was necissary because the file written out gets the the
parameter of what it was written out with, while the original document
gets fixed. Even though the current document gets corrected by the
output function, the script hands back the one that is written out.
Basically, this means that we need to handle it in this file. And now
we do.
Fixes lp: 167132
Scripting now maintains the output_extension parameter accross the
script. This was necissary because the file written out gets the the
parameter of what it was written out with, while the original document
gets fixed. Even though the current document gets corrected by the
output function, the script hands back the one that is written out.
Basically, this means that we need to handle it in this file. And now
we do.
Fixes lp: 167132
Fix missing tooltips in LPE's. (Closes LP: #178471)
Whitespace cleanup.
Whitespace cleanup.
r17530@shi: ted | 2008-01-06 13:50:53 -0800
Swapping arround some logic and setting up the grid lines so that major
ones are drawn when zoomed out correctly. This is lp:167422
Swapping arround some logic and setting up the grid lines so that major
ones are drawn when zoomed out correctly. This is lp:167422
* [INTL: sk] Updated Slovak translation
r17510@shi: ted | 2008-01-06 12:48:26 -0800
Changing it so that the timer doesn't go off unless we're in live
effects mode. This fixes lp:176608
Changing it so that the timer doesn't go off unless we're in live
effects mode. This fixes lp:176608
Fix LP #168684
Changes
* Updating all po (make update-po)
Also transform stroke, patterns, and gradients of 3D box sides
noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left over from copy & paste
Updated attributes-test.h to recognize filter effects attributes implemented since 0.45
Removing a few more debug statements
Removing some debug statements
Adds 'Save as SVG' button / dialog to clarify when saving file, that it
will be saved as SVG. Patch from Gringer. (Closes LP: #169995)
will be saved as SVG. Patch from Gringer. (Closes LP: #169995)
Adding new markers for UML diagramming. Patch from Coezbek. (Closes
LP: #169989)
LP: #169989)
Modify transform dialog icons so arrows show correct sense of motion for
a positive value in the corresponding spinbutton. Patch from
Jedfrechette (closes LP: #169927)
a positive value in the corresponding spinbutton. Patch from
Jedfrechette (closes LP: #169927)
fix xml prefix in Barcode; another partial fix for Bug #179770
Added bicubic pixblock transformer to fix jagged results with rotated filters
add uri for xml namespace and use inkex.addNS() to add namespaces
partial fix for Bug #179770
partial fix for Bug #179770
adding myself to TRANSLATORS
* [INTL: sk] Added Slovak translation (manpage)
noop: remove old, commented out debugging code
Applying Gail's patch for font-specification
(Closes LP: #169973)
- New attribute in an object's style string called
-inkscape-font-specification stores full font name
- This will be useful when we can support fonts that don't fit into the
confines of CSS (if either pango enhances their PangoFontDescription
structure, or we can get around its limitations)
- Framework in place to separate font families from their "styles"
(faces)
in the text and font dialog - need only the code that does the actual
separation
- Text and Styles dialog shows only fonts it can handle
(Closes LP: #169973)
- New attribute in an object's style string called
-inkscape-font-specification stores full font name
- This will be useful when we can support fonts that don't fit into the
confines of CSS (if either pango enhances their PangoFontDescription
structure, or we can get around its limitations)
- Framework in place to separate font families from their "styles"
(faces)
in the text and font dialog - need only the code that does the actual
separation
- Text and Styles dialog shows only fonts it can handle
Fixing up a few more files
glib/gtestutils.h is not available on gutsy, so switching to include of
glib.h, which will include that file on hardy, but on gutsy will include
gmessage.h.
glib.h, which will include that file on hardy, but on gutsy will include
gmessage.h.
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
currently.
currently.
Only set style of box sides during creation (not upon every repr write).
* [INTL: sk] Updated Slovak translation: minor changes
Corrected tooltips and labels in the LPEs
Added more error checking to filter effects code
add link to add galician.nsh
* [INTL: gl] Added Galician translation (win32 installer) by Leandro Regueiro
* [INTL: es] Spanish translation update by Lucas Vieites (closes: #180399)
* Bulgarian translation update by Victor Dachev
* Moving Breton from br_FR to br
1) fix snapping while scaling
2) fix constrained snapping
3) improve snapping logic (again), or more specifically: better obey "always snap"
4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc.
2) fix constrained snapping
3) improve snapping logic (again), or more specifically: better obey "always snap"
4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc.
* Added initial Breton (br_FR) translation by Alan Monfort (closes #180070)
* [INTL: sk] Updated Slovak translation (win32 installer)
* [INTL: sk] Updated Slovak translation
Enable text output for Cairo renderer if Cairo has FreeType support enabled
Purged fill type enum
Fixed messed up transformations because of a missing cairo_restore() and removed some debug stuff
error checks on surface return values
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