summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Extensions. Warnings (introduced in recent float and int changes) cleanup.Nicolas Dufour2011-03-142-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r10105)
* | | | | | | Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), ↵Nicolas Dufour2011-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Johannes Lipp. Fixed bugs: - https://launchpad.net/bugs/716362 (bzr r10104)
* | | | | | | Extensions. Slider in Float and Int extension widgets.Nicolas Dufour2011-03-145-19/+89
| | | | | | | | | | | | | | | | | | | | | (bzr r10103)
* | | | | | | Filters. Drawing CPF improvement.Nicolas Dufour2011-03-141-4/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r10102)
* | | | | | | make a strange cast more obviousJohan B. C. Engelen2011-03-131-1/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r10101)
* | | | | | | apparently bbox numbers in PS should be integers.Johan B. C. Engelen2011-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10100)
* | | | | | | remove wrong format indication in lossy format warning (was always ↵Thomas Holder2011-03-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | org.inkscape.output.svg.inkscape) (bzr r10099)
* | | | | | | Allow for item groups in marker definitions when calculating the path outline.Johan B. C. Engelen2011-03-121-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/733010 (bzr r10098)
* | | | | | | Fix part of bug 733010, where fit page to drawing did not work the same as ↵Johan B. C. Engelen2011-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fit page to selection when all is selected. Fixes page resizing for arrow markers. Infinite line dots markers are still not correctly fit to. Fixed bugs: - https://launchpad.net/bugs/733010 (bzr r10097)
* | | | | | | Hope to fix a really dumb earlier commit by me...Johan B. C. Engelen2011-03-121-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10096)
* | | | | | | Hebrew translation update by Yaron ShahrabaniKris De Gussem2011-03-121-8186/+8432
| | | | | | | | | | | | | | | | | | | | | (bzr r10095)
* | | | | | | Use filter primitive subregion for feFlood per SVG standard.Tavmjong Bah2011-03-121-24/+44
| | | | | | | | | | | | | | | | | | | | | (bzr r10094)
* | | | | | | Snap while rotating: fix removal of points too close to the rotation centerDiederik van Lierop2011-03-111-12/+12
| |_|_|_|_|/ |/| | | | | | | | | | | (bzr r10093)
* | | | | | Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-1111-89/+386
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092)
* | | | | | Comment out non-functional code that prevents compilingTavmjong Bah2011-03-111-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with cairo trunk. (bzr r10091)
* | | | | | Filters. New Grayscale, Lightness and Brightness CPF. Some default values ↵Nicolas Dufour2011-03-114-227/+472
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adjustment. Inkscape.pot update. (bzr r10090)
* | | | | | PDF+LaTeX now also exports font shape (italic or bold) (patch partly by ↵Johan B. C. Engelen2011-03-101-2/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tobias Gradl) (bzr r10089)
* | | | | | add scaling option to PDF+LaTeX (patch by Bernd Bandemer)Johan B. C. Engelen2011-03-101-0/+6
| | | | | | | | | | | | | | | | | | (bzr r10088)
* | | | | | fixing duplicate author name in about box: "Aurélio Adnauer Heckert"Felipe Corr??a da Silva Sanches2011-03-091-2/+1
| | | | | | | | | | | | | | | | | | (bzr r10087)
* | | | | | Dutch translation updateKris De Gussem2011-03-081-3045/+2598
| | | | | | | | | | | | | | | | | | (bzr r10086)
* | | | | | UI fix (message was not clear)Kris De Gussem2011-03-081-1/+1
| | | | | | | | | | | | | | | | | | (bzr r10085)
* | | | | | Translations. Ukrainian translation update by Yuri Chornoivan.Nicolas Dufour2011-03-081-8778/+8441
| | | | | | | | | | | | | | | | | | (bzr r10084)
* | | | | | emf import. remove numerical id's (Bug 552351)Alvin Penner2011-03-081-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/552351 (bzr r10083)
* | | | | | add a check for null desktopJohan B. C. Engelen2011-03-071-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/723446 (bzr r10082)
* | | | | | Allow the center handle to be selectable for items having a width or height ↵Diederik van Lierop2011-03-062-35/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | close to zero (i.e. lines, dots) Before I fixed this the center handle used to be burried underneath the other handles (bzr r10081)
* | | | | | Translations. Khmer translation update by Khoem Sokhem .Nicolas Dufour2011-03-041-6390/+5369
| | | | | | | | | | | | | | | | | | (bzr r10080)
* | | | | | Extensions. Fix for Bug #341353 (The user must know about a XSLT problem).Nicolas Dufour2011-03-041-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/341353 (bzr r10079)
* | | | | | Fix for build on OS X. Fixes bug 707205.Jon A. Cruz2011-03-042-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10078)
* | | | | | About. Fix for Bug #216386 (Help-window build-date text is clipped).Nicolas Dufour2011-03-031-1/+2
| | | | | | | | | | | | | | | | | | (bzr r10077)
* | | | | | convert recursion into loop (Bug 340123)Alvin Penner2011-03-021-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/340123 (bzr r10076)
* | | | | | Translations. Updated Indonesian translation, consider the latest inkscape.pot.Waluyo Adi Siswanto2011-03-021-3333/+3270
| | | | | | | | | | | | | | | | | | (bzr r10075)
* | | | | | Translations. inkscape.pot and French translation update.Nicolas Dufour2011-02-272-6066/+4712
| | | | | | | | | | | | | | | | | | (bzr r10074)
* | | | | | i18n. Fixing i18n mistakes in the experimental custom predefined filters.Nicolas Dufour2011-02-274-68/+68
| | | | | | | | | | | | | | | | | | (bzr r10073)
* | | | | | Palettes. Removing some palettes from the translation list (see Bug #667402).Nicolas Dufour2011-02-271-4/+1
| | | | | | | | | | | | | | | | | | (bzr r10072)
* | | | | | compatibility patch to compile using gcc 4.6Adib Taraben2011-02-2776-1/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10071)
| * | | | | | compatibility patch to compile using gcc 4.6Adib Taraben2011-02-2776-1/+77
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* | | | | | Tutorials. Japanese tutorials update by Masato HASHIMOTO.Nicolas Dufour2011-02-274-849/+847
| | | | | | | | | | | | | | | | | | (bzr r10070)
* | | | | | Translations. Updated Indonesian ui translation.Waluyo Adi Siswanto2011-02-251-209/+171
| | | | | | | | | | | | | | | | | | (bzr r10069)
* | | | | | Translation. Updated Indonesian translations.Waluyo Adi Siswanto2011-02-221-859/+620
| | | | | | | | | | | | | | | | | | (bzr r10068)
* | | | | | Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-2282-290/+338
| | | | | | | | | | | | | | | | | | (bzr r10067)
* | | | | | Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-2213-189/+211
| | | | | | | | | | | | | | | | | | (bzr r10066)
* | | | | | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-2122-65/+350
| | | | | | | | | | | | | | | | | | (bzr r10065)
* | | | | | Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-2120-259/+317
| | | | | | | | | | | | | | | | | | (bzr r10064)
* | | | | | emf import. support for round rectangle (Bug 247695)Alvin Penner2011-02-211-13/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/247695 (bzr r10063)
* | | | | | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-2110-311/+539
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* | | | | | Conditional code to handle data change in libpng > 1.5. Fixes bug #721029.Jon A. Cruz2011-02-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10061)
* | | | | | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-2139-712/+796
| | | | | | | | | | | | | | | | | | (bzr r10060)
* | | | | | 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)