summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Pass removing some outdated C-macro use.Jon A. Cruz2011-02-2016-163/+160
* | | | | | Fix the zoom changed signal to no longer be sent out before the values have f...Jon A. Cruz2011-02-191-1/+7
* | | | | | Bucket. Lowering the maximum shrink value (see Bug #587769, Paint Bucket: Upp...Nicolas Dufour2011-02-181-1/+1
* | | | | | pdf-import via poppler-cairo fix win32 compilationAdib Taraben2011-02-151-1/+1
* | | | | | preview dialogue for pdf-import-cairoAdib Taraben2011-02-143-5/+652
|\ \ \ \ \ \
| * | | | | | preview dialogue for pdf-import-cairoAdib Taraben2011-02-143-5/+652
* | | | | | | update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-135-234/+170
|/ / / / / /
* | | | | | calligraphy tool does not need to know the type of the end curves to add the ...Johan B. C. Engelen2011-02-121-18/+6
* | | | | | emf import. support for unicode textAlvin Penner2011-02-101-10/+10
* | | | | | add missing 2geom files. although they are not included in makefile builds, t...Johan B. C. Engelen2011-02-104-0/+1070
* | | | | | Extensions. New fix for Bug #668895 (Extensions with <check> tags fail to load).Nicolas Dufour2011-02-091-9/+9
* | | | | | Fixed uninitialized member variables.Jon A. Cruz2011-02-071-4/+11
* | | | | | Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-053-25/+28
* | | | | | Properly fix seltrans brokenness in 2Geom and pull updated filesKrzysztof Kosi??ski2011-02-057-28/+46
* | | | | | temporary work around 2geom matrix bug to make inkscape more usableJohan B. C. Engelen2011-02-041-4/+4
* | | | | | Fix a snap bug in which the snapped to the help path instead of the real pathDiederik van Lierop2011-02-041-2/+7
* | | | | | Fix Linux build after 2Geom updateKrzysztof Kosi??ski2011-02-038-248/+477
* | | | | | Translations. Context removed in filter-enums (context support too complex to...Nicolas Dufour2011-02-033-9/+9
* | | | | | the last 2geom files I could find missing, linking issues still existJosh Andler2011-02-033-0/+1270
* | | | | | more missing 2geom filesJosh Andler2011-02-032-0/+2089
* | | | | | Add missing 2geom filesJosh Andler2011-02-033-0/+850
* | | | | | update to latest 2geom !Johan B. C. Engelen2011-02-02333-6024/+5950
* | | | | | Translations. French translation minor update.Nicolas Dufour2011-02-021-273/+279
* | | | | | Extensions. Check element now search in the extension directory (see Bug #668...Nicolas Dufour2011-02-021-9/+9
* | | | | | OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search fa...Nicolas Dufour2011-01-311-1/+1
* | | | | | Extensions. Fix for Bug #668895 (Extensions with <check> tags fail to load).Nicolas Dufour2011-01-311-1/+1
* | | | | | emf import : recalculate text alignment for rotated text (Bug 341847)Alvin Penner2011-01-271-2/+7
* | | | | | emf import: redefine the device scale (Bug 341847)Alvin Penner2011-01-251-10/+15
* | | | | | add pdf import filter via poppler-cairoAdib Taraben2011-01-222-4/+4
* | | | | | Packaging. New Brazilian Portuguese NSH file. Set trunk package date to 2011.Nicolas Dufour2011-01-211-1/+1
* | | | | | DBUS. Patch for Bug #696062, dbus builds no more.Nicolas Dufour2011-01-213-21/+24
* | | | | | remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-174-18/+75
* | | | | | Filters. Some custom predefined filters fixes and tweaks (Silhouette and Neon...Nicolas Dufour2011-01-142-20/+12
* | | | | | Filters. New custom predefined filters (all ABCs, Neon draw, Color shilf, Sil...Nicolas Dufour2011-01-117-720/+1629
* | | | | | Export. add emf text rotation (Bug 681262)Alvin Penner2011-01-071-6/+6
* | | | | | Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed.Nicolas Dufour2011-01-071-2/+2
* | | | | | Filters. Custom predefined filters update and new ABC filters.Nicolas Dufour2011-01-056-116/+482
* | | | | | disable Rectangle and Ellipse (Bug 407394)Alvin Penner2011-01-041-16/+16
* | | | | | check for element modification before filling undo stackAdib Taraben2010-12-301-36/+72
* | | | | | Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-296-12/+12
* | | | | | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-293-11/+18
* | | | | | Fix bug #552289 - Ungrouping objects changes position of arrow lines. This wa...Arcadie M. Cracan2010-12-291-2/+3
* | | | | | Initialize pointer.Maximilian Albert2010-12-281-0/+1
* | | | | | Snapping: improve calculation of metrics for scaling, modify some comments, a...Diederik van Lierop2010-12-272-8/+10
* | | | | | Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop2010-12-277-43/+148
* | | | | | Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialo...Kris De Gussem2010-12-235-17/+39
* | | | | | Fix crash in cycle-selection (and restructure internals).Maximilian Albert2010-12-232-31/+63
* | | | | | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-2387-311/+405
* | | | | | Enable item-selection by cycling through them (using Alt+mouse wheel scroll).Maximilian Albert2010-12-222-2/+121
* | | | | | Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz2010-12-211-26/+38