summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to ↵Johan B. C. Engelen2008-03-301-0/+16
| | | | | "if defined" include files (bzr r5242)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-307-0/+176
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-305-0/+209
| | | (bzr r5240)
* add CMakeLists.txt file for src/inkjarJohan B. C. Engelen2008-03-301-0/+4
| | | (bzr r5239)
* add CMakeLists.txt file for src/graphlayoutJohan B. C. Engelen2008-03-301-0/+4
| | | (bzr r5238)
* New LPE: Circle (with center at the first point and passing through the last ↵Maximilian Albert2008-03-305-2/+168
| | | | | | | point of the original path). This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08. (bzr r5237)
* Factor out join endpoints validation & initialization codeJohn Bintz2008-03-301-54/+65
| | | (bzr r5236)
* add CMakeLists.txt files for live_effectsJohan B. C. Engelen2008-03-292-0/+56
| | | (bzr r5233)
* Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert2008-03-294-12/+9
| | | (bzr r5232)
* nr_matrix_inverse is no more, removed test from nr-matrix-test.hJasper van de Gronde2008-03-291-30/+1
| | | (bzr r5231)
* svn propset svn:eol-style native **/todo.txtPeter Moulder2008-03-292-16/+16
| | | (bzr r5230)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-2911-1272/+1272
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* noop: Translate some comments. Use utf-8 for originals.Peter Moulder2008-03-291-9/+10
| | | (bzr r5226)
* fix crash on pasting from empty clipboardJohan B. C. Engelen2008-03-281-89/+99
| | | (bzr r5225)
* 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-2717-0/+565
| | | (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)
* add method to lookup path object id from ClipboardJohan B. C. Engelen2008-03-272-0/+26
| | | (bzr r5201)
* 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)
* 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)