summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-1821-423/+423
| | | (bzr r6835)
* Fix prerender shortcut by size. Fixes bug #262916.Jon A. Cruz2008-09-181-5/+11
| | | (bzr r6834)
* Fixed initialization order issueJon A. Cruz2008-09-182-14/+14
| | | (bzr r6833)
* lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) ↵JF Barraud2008-09-172-0/+8
| | | | | similarity transforms. (bzr r6832)
* Fix minor breakage in grid preferences caused by pref refactoring.Krzysztof Kosi??ski2008-09-172-5/+6
| | | (bzr r6831)
* lpe-vonkoch: updated to handle groups + changed parameter interpretation to ↵JF Barraud2008-09-172-41/+37
| | | | | allow general transformations (bzr r6830)
* fix bug 269390, whitespacebulia byak2008-09-161-40/+44
| | | (bzr r6829)
* Add a header with forward declarations for the XML namespace.Krzysztof Kosi??ski2008-09-161-0/+57
| | | (bzr r6828)
* bug 202103: crash then putting text containing a soft hyphen character ↵Richard Hughes2008-09-161-3/+4
| | | | | (u00AD) onto a path (bzr r6827)
* Fix some bugs introduced by the preferences rewrite.Krzysztof Kosi??ski2008-09-163-29/+58
| | | (bzr r6826)
* Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
| | | | | Cairo PDF output. (bzr r6825)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-1640-1295/+1551
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* fix leak of the arena and arenaitembulia byak2008-09-162-1/+6
| | | (bzr r6822)
* hide the item shown for tracing, fixes leakbulia byak2008-09-161-4/+9
| | | (bzr r6821)
* this item is not hide'd, so unref it instead to prevent leakbulia byak2008-09-161-0/+2
| | | (bzr r6820)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-1618-28/+2
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* remove unneeded ref, arenaitem is reffed when created on invoke_show and ↵bulia byak2008-09-161-1/+1
| | | | | unreffed by invoke_hide; this ref caused most arenaitems to leak (bzr r6818)
* the proper way to delete a SPDocument, according to mentalbulia byak2008-09-161-1/+1
| | | (bzr r6817)
* lpe-knot update. Each crossing can be flipped independently.JF Barraud2008-09-162-153/+409
| | | (bzr r6816)
* Finish the original command-name addition.Jon A. Cruz2008-09-161-5/+3
| | | (bzr r6815)
* minor bug fix in portion(pw,a,b) when b is a cut of pw.JF Barraud2008-09-151-1/+2
| | | (bzr r6814)
* fix first argument being lost in shell modebulia byak2008-09-151-7/+9
| | | (bzr r6813)
* Make displaying of unit in lpe-path-length optionalMaximilian Albert2008-09-142-2/+7
| | | (bzr r6812)
* Scaling factor for lpe-path-lengthMaximilian Albert2008-09-142-5/+6
| | | (bzr r6811)
* Fixes for clipping and masking:Tavmjong Bah2008-09-141-17/+31
| | | | | | Transformations. For masking, must convert RGBA mask to A for Cairo. (bzr r6810)
* Warning cleanupJon A. Cruz2008-09-142-16/+14
| | | (bzr r6809)
* Handle optional bbox behavior. Fixes warning.Jon A. Cruz2008-09-141-2/+10
| | | (bzr r6808)
* Applied cleaned-up patch for 'server' or 'shell' mode.Jon A. Cruz2008-09-141-36/+168
| | | | | Fixes bug #259303 (bzr r6807)
* Warning for bugJon A. Cruz2008-09-141-0/+2
| | | (bzr r6806)
* only display flash helperpath warning for shapes other than pathsJohan B. C. Engelen2008-09-131-2/+7
| | | (bzr r6805)
* fix UI node countingJohan B. C. Engelen2008-09-132-1/+10
| | | (bzr r6804)
* More sensible behaviour of the treat-selection-as-group option in align & ↵Maximilian Albert2008-09-131-2/+5
| | | | | distribute dialog (bzr r6803)
* try to fix bug 257289Johan B. C. Engelen2008-09-131-1/+2
| | | (bzr r6802)
* Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert2008-09-133-0/+22
| | | (bzr r6801)
* Add option to align & distribute dialog to treat the selection as a group ↵Maximilian Albert2008-09-132-5/+32
| | | | | (closes LP 255933) (bzr r6800)
* More tabsJon A. Cruz2008-09-131-2/+2
| | | (bzr r6798)
* Whitespace cleanupJon A. Cruz2008-09-131-3/+3
| | | (bzr r6797)
* update 2geom to rev1583Johan B. C. Engelen2008-09-124-41/+88
| | | (bzr r6796)
* fix curve test. curve with empty pathvector is *not* closed.Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6795)
* fix curve::penultimate_point old behavior. no longer triggers 2geom exception.Johan B. C. Engelen2008-09-111-3/+8
| | | (bzr r6794)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-1130-215/+224
| | | (bzr r6793)
* Make tooltip reflect the correct range for calligraphy angle fixationMaximilian Albert2008-09-111-1/+1
| | | (bzr r6792)
* First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵Jeff Schiller2008-09-117-63/+187
| | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791)
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-1015-1662/+5
| | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
* 2geomify, remove warnings and other fixesUlf Erikson2008-09-104-491/+590
| | | (bzr r6788)
* Fix clipping for Cairo generated PNG's.Tavmjong Bah2008-09-101-2/+5
| | | (bzr r6787)
* add quick commentJohan B. C. Engelen2008-09-101-0/+6
| | | (bzr r6786)
* Temporarily specifying a return value to avoid strange bugsJon A. Cruz2008-09-091-0/+1
| | | (bzr r6785)
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-089-18/+76
| | | (bzr r6784)
* add missing #include for gtk version checkMaximilian Albert2008-09-081-0/+1
| | | (bzr r6783)