summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanup ClipboardManagerImpl::pastePathEffect() code.Johan B. C. Engelen2008-03-281-17/+23
| | | (bzr r5224)
* when applying LPE to rect, convert it to path firstJohan B. C. Engelen2008-03-283-3/+15
| | | (bzr r5223)
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-283-3/+19
| | | | | fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd (bzr r5222)
* and two more files that were missed in lpe-group commitJohan B. C. Engelen2008-03-282-0/+116
| | | (bzr r5221)
* Add two files that were forgotten in last commitJohan B. C. Engelen2008-03-282-0/+520
| | | (bzr r5220)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-2824-360/+271
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* nr_matrix_inverse is no more, removed test from nr-matrix-testJasper van de Gronde2008-03-281-29/+1
| | | (bzr r5218)
* Fixed initialization orderJon A. Cruz2008-03-281-3/+3
| | | (bzr r5217)
* Completing incomplete application of patch at ↵Mike Pittman2008-03-281-3/+3
| | | | | https://bugs.launchpad.net/inkscape/+bug/187290/comments/30 (bzr r5216)
* fix compilebulia byak2008-03-281-1/+1
| | | (bzr r5215)
* Applying fix from LP #183646Mike Pittman2008-03-283-1/+88
| | | (bzr r5214)
* fix broken link to _wspawn prototypeAdib Taraben2008-03-281-1/+15
| | | (bzr r5213)
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-13/+32
| | | (bzr r5212)
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-3/+77
| | | (bzr r5211)
* handle (better) whitespaces in path namesAdib Taraben2008-03-281-4/+13
| | | (bzr r5210)
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-277-30/+277
| | | (bzr r5209)
* comment #define BYPASS_GLIB_SPAWN 1 to fix build on windowsJohan B. C. Engelen2008-03-271-1/+1
| | | (bzr r5208)
* Bug #204779 win32 crash on help menu - win32 spawn problemAdib Taraben2008-03-273-2/+893
| | | (bzr r5207)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-2724-0/+1213
| | | (bzr r5206)
* patch from bug 170978bulia byak2008-03-271-8/+8
| | | (bzr r5205)
* The deprecated version of sp_item_invoke_bbox_full (which still uses ↵Diederik van Lierop2008-03-272-4/+11
| | | | | NRRects) returns empty rectangles when calculating geometric bboxes of vertical or horizontal lines. A group of those lines will therefore also have an empty geometric bbox, which is wrong. We must use the new version of sp_item_invoke_bbox_full, which uses NR::Maybe<NR::Rects> instead. (bzr r5204)
* patch from bug 168024bulia byak2008-03-271-3/+3
| | | (bzr r5203)
* patch from bug 207362bulia byak2008-03-271-1/+1
| | | (bzr r5202)
* add method to lookup path object id from ClipboardJohan B. C. Engelen2008-03-272-0/+26
| | | (bzr r5201)
* * configure.ac: s/0.45+devel/0.46+devel/.mjwybrow2008-03-261-1/+1
| | | (bzr r5200)
* whitespace. remove tabs, improve readabilityJohan B. C. Engelen2008-03-261-29/+30
| | | (bzr r5199)
* Indentation, warning cleanup.Maximilian Albert2008-03-261-25/+36
| | | (bzr r5198)
* Fixing localization issues (following a patch for 0.46 rev. 17583) where ↵Marcin Floryan2008-03-266-27/+29
| | | | | some messages for internal extensions were not being used as translated. (bzr r5197)
* remove the inkscape-shadow hack as no longer neededbulia byak2008-03-264-14/+6
| | | (bzr r5196)
* remove the insanely obsolete sodipodi docs and the inkscape-shadow hack as ↵bulia byak2008-03-264-180/+2
| | | | | no longer needed (bzr r5195)
* up versionbulia byak2008-03-261-1/+1
| | | (bzr r5194)
* node tool: more logical grouping of buttons, copyedit of tooltipsbulia byak2008-03-261-14/+16
| | | (bzr r5193)
* mention that an item is filtered in its statusbar descriptionbulia byak2008-03-261-0/+5
| | | (bzr r5192)
* fix crash caused by a gradient without a zero-offset stopbulia byak2008-03-261-0/+6
| | | (bzr r5191)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-2617-749/+1298
| | | (bzr r5190)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-2514-447/+480
| | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189)
* whitespace. tab to spaces. improve readabilityJohan B. C. Engelen2008-03-243-196/+206
| | | (bzr r5188)
* Visually indicate linked devicesJon A. Cruz2008-03-241-11/+137
| | | (bzr r5187)
* Fixed unlinking of devicesJon A. Cruz2008-03-241-19/+31
| | | (bzr r5186)
* Corrected initialization orderJon A. Cruz2008-03-241-1/+1
| | | (bzr r5185)
* Finished multiple inheritance delegationBob Jamison2008-03-2435-592/+1381
| | | (bzr r5184)
* More MI delegation. 28 leftBob Jamison2008-03-2326-298/+772
| | | (bzr r5183)
* delete unused codebulia byak2008-03-236-926/+0
| | | (bzr r5182)
* delete unused codebulia byak2008-03-234-1307/+0
| | | (bzr r5181)
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-232-21/+29
| | | (bzr r5180)
* set primary path storage to vector<path> in lpe-PathParam. only convert to ↵Johan B. C. Engelen2008-03-232-17/+61
| | | | | pwd2 when needed. (bzr r5179)
* update to latest 2geom (r1195)Johan B. C. Engelen2008-03-232-1/+26
| | | (bzr r5178)
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-232-2/+2
| | | (bzr r5177)
* remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen2008-03-237-18/+41
| | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176)
* expand visual bbox for item with a filterbulia byak2008-03-231-5/+62
| | | (bzr r5175)