summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Pass removing some outdated C-macro use.Jon A. Cruz2011-02-2016-163/+160
| | | | | | | | | | | | | | | | | | (bzr r10059)
* | | | | | Fix the zoom changed signal to no longer be sent out before the values have ↵Jon A. Cruz2011-02-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finished changing. (bzr r10058)
* | | | | | Bucket. Lowering the maximum shrink value (see Bug #587769, Paint Bucket: ↵Nicolas Dufour2011-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upper/lower value in context menu of Grow/shrink are unrealistic). (bzr r10057)
* | | | | | pdf-import via poppler-cairo fix win32 compilationAdib Taraben2011-02-151-1/+1
| | | | | | | | | | | | | | | | | | (bzr r10053.1.1)
* | | | | | preview dialogue for pdf-import-cairoAdib Taraben2011-02-143-5/+652
|\ \ \ \ \ \ | | | | | | | | | | | | | | (bzr r10052)
| * | | | | | preview dialogue for pdf-import-cairoAdib Taraben2011-02-143-5/+652
| | | | | | | | | | | | | | | | | | | | | (bzr r10049.1.1)
* | | | | | | update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-135-234/+170
|/ / / / / / | | | | | | | | | | | | (bzr r10050)
* | | | | | calligraphy tool does not need to know the type of the end curves to add the ↵Johan B. C. Engelen2011-02-121-18/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cap. (bzr r10049)
* | | | | | emf import. support for unicode textAlvin Penner2011-02-101-10/+10
| | | | | | | | | | | | | | | | | | (bzr r10045)
* | | | | | add missing 2geom files. although they are not included in makefile builds, ↵Johan B. C. Engelen2011-02-104-0/+1070
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are 'used' by other 2geom files that are included. so just to be safe i'll include them, to not cause build problems later (bzr r10043)
* | | | | | Extensions. New fix for Bug #668895 (Extensions with <check> tags fail to load).Nicolas Dufour2011-02-091-9/+9
| | | | | | | | | | | | | | | | | | (bzr r10038)
* | | | | | Fixed uninitialized member variables.Jon A. Cruz2011-02-071-4/+11
| | | | | | | | | | | | | | | | | | (bzr r10037)
* | | | | | Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-053-25/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in 2Geom's BezierCurve (bzr r10035)
* | | | | | Properly fix seltrans brokenness in 2Geom and pull updated filesKrzysztof Kosi??ski2011-02-057-28/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into Inkscape (bzr r10034)
* | | | | | temporary work around 2geom matrix bug to make inkscape more usableJohan B. C. Engelen2011-02-041-4/+4
| | | | | | | | | | | | | | | | | | (bzr r10033)
* | | | | | Fix a snap bug in which the snapped to the help path instead of the real pathDiederik van Lierop2011-02-041-2/+7
| | | | | | | | | | | | | | | | | | (bzr r10032)
* | | | | | Fix Linux build after 2Geom updateKrzysztof Kosi??ski2011-02-038-248/+477
| | | | | | | | | | | | | | | | | | (bzr r10031)
* | | | | | Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour2011-02-033-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030)
* | | | | | the last 2geom files I could find missing, linking issues still existJosh Andler2011-02-033-0/+1270
| | | | | | | | | | | | | | | | | | (bzr r10029)
* | | | | | more missing 2geom filesJosh Andler2011-02-032-0/+2089
| | | | | | | | | | | | | | | | | | (bzr r10028)
* | | | | | Add missing 2geom filesJosh Andler2011-02-033-0/+850
| | | | | | | | | | | | | | | | | | (bzr r10027)
* | | | | | update to latest 2geom !Johan B. C. Engelen2011-02-02333-6024/+5950
| | | | | | | | | | | | | | | | | | (bzr r10025)
* | | | | | Translations. French translation minor update.Nicolas Dufour2011-02-021-273/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contributors. Authors and translators lists update. (bzr r10024)
* | | | | | Extensions. Check element now search in the extension directory (see Bug ↵Nicolas Dufour2011-02-021-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #668895, Extensions with <check> tags fail to load). (bzr r10023)
* | | | | | OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search ↵Nicolas Dufour2011-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails). (bzr r10021)
* | | | | | Extensions. Fix for Bug #668895 (Extensions with <check> tags fail to load).Nicolas Dufour2011-01-311-1/+1
| | | | | | | | | | | | | | | | | | (bzr r10020)
* | | | | | emf import : recalculate text alignment for rotated text (Bug 341847)Alvin Penner2011-01-271-2/+7
| | | | | | | | | | | | | | | | | | (bzr r10019)
* | | | | | emf import: redefine the device scale (Bug 341847)Alvin Penner2011-01-251-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/341847 (bzr r10017)
* | | | | | add pdf import filter via poppler-cairoAdib Taraben2011-01-222-4/+4
| | | | | | | | | | | | | | | | | | (bzr r10014)
* | | | | | Packaging. New Brazilian Portuguese NSH file. Set trunk package date to 2011.Nicolas Dufour2011-01-211-1/+1
| | | | | | | | | | | | | | | | | | (bzr r10012)
* | | | | | DBUS. Patch for Bug #696062, dbus builds no more.Nicolas Dufour2011-01-213-21/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011)
* | | | | | remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-174-18/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009)
* | | | | | Filters. Some custom predefined filters fixes and tweaks (Silhouette and ↵Nicolas Dufour2011-01-142-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neon Draw). (bzr r10005)
* | | | | | Filters. New custom predefined filters (all ABCs, Neon draw, Color shilf, ↵Nicolas Dufour2011-01-117-720/+1629
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Silhouette and Cross engraving) and code clean-up. (bzr r10003)
* | | | | | Export. add emf text rotation (Bug 681262)Alvin Penner2011-01-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/681262 (bzr r10001)
* | | | | | Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed.Nicolas Dufour2011-01-071-2/+2
| | | | | | | | | | | | | | | | | | (bzr r10000)
* | | | | | Filters. Custom predefined filters update and new ABC filters.Nicolas Dufour2011-01-056-116/+482
| | | | | | | | | | | | | | | | | | (bzr r9996)
* | | | | | disable Rectangle and Ellipse (Bug 407394)Alvin Penner2011-01-041-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/407394 (bzr r9995)
* | | | | | check for element modification before filling undo stackAdib Taraben2010-12-301-36/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/510618 (bzr r9991)
* | | | | | Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-296-12/+12
| | | | | | | | | | | | | | | | | | (bzr r9990)
* | | | | | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-293-11/+18
| | | | | | | | | | | | | | | | | | (bzr r9989)
* | | | | | Fix bug #552289 - Ungrouping objects changes position of arrow lines. This ↵Arcadie M. Cracan2010-12-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was due to incorrect initialization of unattached connector endpoints that was part of a group. Fixed bugs: - https://launchpad.net/bugs/552289 (bzr r9988)
* | | | | | Initialize pointer.Maximilian Albert2010-12-281-0/+1
| | | | | | | | | | | | | | | | | | (bzr r9987)
* | | | | | Snapping: improve calculation of metrics for scaling, modify some comments, ↵Diederik van Lierop2010-12-272-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove a line of obsolete debugging output (bzr r9986)
* | | | | | Node tool: snap while scaling a selection of nodes. Consider this as ↵Diederik van Lierop2010-12-277-43/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | experimental; needs cleanup! (bzr r9985)
* | | | | | Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" ↵Kris De Gussem2010-12-235-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dialogs (Bug 170765) (bzr r9981)
* | | | | | Fix crash in cycle-selection (and restructure internals).Maximilian Albert2010-12-232-31/+63
| | | | | | | | | | | | | | | | | | (bzr r9980)
* | | | | | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-2387-311/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header. (bzr r9978.1.1)
* | | | | | Enable item-selection by cycling through them (using Alt+mouse wheel scroll).Maximilian Albert2010-12-222-2/+121
| | | | | | | | | | | | | | | | | | (bzr r9976)
* | | | | | Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz2010-12-211-26/+38
| | | | | | | | | | | | | | | | | | (bzr r9974)