summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Some UI fixesKris De Gussem2010-10-244-59/+59
| | | | | | | | | | | | | | | (bzr r9846)
* | | | | Beware: some 2geom functions can throw useful exceptions! fixing crash bug ↵Johan B. C. Engelen2010-10-231-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 614751 Fixed bugs: - https://launchpad.net/bugs/614751 (bzr r9845)
* | | | | Fix updating for ellipses when viewbox is not definedJohan B. C. Engelen2010-10-231-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/587897 (bzr r9844)
* | | | | Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen2010-10-233-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/511577 (bzr r9843)
* | | | | fix crash bug: PDF export: crash in 'CairoRenderContext::_showGlyphs'Johan B. C. Engelen2010-10-231-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/564442 (bzr r9842)
* | | | | PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to ↵Nicolas Dufour2010-10-222-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version PDF-1.5). Fixed bugs: - https://launchpad.net/bugs/664335 (bzr r9841)
* | | | | repr wasn't updated immediately after some text editing operations, which ↵Richard Hughes2010-10-211-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | meant that if the file was immediately saved it might display wrong in other apps (bzr r9840)
* | | | | Translations. Spanish, Galician and French translation update.Nicolas Dufour2010-10-213-148/+153
| | | | | | | | | | | | | | | (bzr r9839)
* | | | | i18n. Link/image properties dialog title is now fully translatable.Nicolas Dufour2010-10-202-4/+21
| | | | | | | | | | | | | | | (bzr r9838)
* | | | | Use a better snap metric for constrained snapping (i.e. calculate the ↵Diederik van Lierop2010-10-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | distance to the original point, not the projected point). This should more accurately predict what the user wants to snap to (bzr r9837)
* | | | | Translations. POT files and French translation update.Nicolas Dufour2010-10-193-5381/+3307
| | | | | | | | | | | | | | | (bzr r9836)
* | | | | Context menu. Fix for Bug #170806 (Add Fill&stroke to right-click menu for ↵Nicolas Dufour2010-10-191-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | texts). Fixed bugs: - https://launchpad.net/bugs/170806 (bzr r9835)
* | | | | Unified and cleaned up locating icc profiles, including adding missing OS X ↵Jon A. Cruz2010-10-184-98/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location. Fixes bug 494932, bug 494940 and bug 551162. Fixed bugs: - https://launchpad.net/bugs/494932 - https://launchpad.net/bugs/494940 - https://launchpad.net/bugs/551162 (bzr r9834)
* | | | | Translations. Japanese translation update by Masato HASHIMOTO.Nicolas Dufour2010-10-171-849/+850
| | | | | | | | | | | | | | | (bzr r9833)
* | | | | fix build on windows by removing even more files.Johan B. C. Engelen2010-10-154-1980/+0
| | | | | | | | | | | | | | | (bzr r9832)
* | | | | Doc. Keyboard and mouse reference files exported to inkscape-docs project ↵Nicolas Dufour2010-10-156-5220/+3
| | | | | | | | | | | | | | | | | | | | | | | | | (see http://bazaar.launchpad.net/~inkscape.dev/inkscape-docs/trunk/files/head%3A/keys/). (bzr r9831)
* | | | | Fix build breakage on Windows after the recent "new gui" removal.Krzysztof Kosi??ski2010-10-131-3/+3
| | | | | | | | | | | | | | | (bzr r9830)
* | | | | Tutorials. New Tips and Elements Indonesian translations.Nicolas Dufour2010-10-133-0/+1430
| | | | | | | | | | | | | | | (bzr r9829)
* | | | | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-1227-1144/+76
| | | | | | | | | | | | | | | (bzr r9828)
* | | | | Remove the misfeature of retracting handles when the cusp node buttonKrzysztof Kosi??ski2010-10-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is clicked and there are cusp nodes selected. It's really annoying when you have both smooth and cusp nodes in a selection. Use segment commands and Ctrl+click to retract handles instead. (bzr r9827)
* | | | | Fix oddities related to smooth endnodes. Should fix a crasher.Krzysztof Kosi??ski2010-10-122-11/+7
| | | | | | | | | | | | | | | (bzr r9826)
* | | | | Cherry pick node duplication from 0.48 stableKrzysztof Kosi??ski2010-10-124-0/+47
| | | | | | | | | | | | | | | (bzr r9825)
* | | | | fix misunderstood path-closed-flag in LWPOLYLINE (Bug 656899)Alvin Penner2010-10-101-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/656899 (bzr r9824)
* | | | | Translations. French translation update.Nicolas Dufour2010-10-101-2556/+5256
| | | | | | | | | | | | | | | (bzr r9823)
* | | | | Translations. Adding no-pango-format flag to a string and check-markup fix ↵Nicolas Dufour2010-10-103-28/+39
| | | | | | | | | | | | | | | | | | | | | | | | | for python files. (bzr r9822)
* | | | | Extensions, i18n. Adding context to description, groupheader and radiobutton ↵Nicolas Dufour2010-10-095-7/+40
| | | | | | | | | | | | | | | | | | | | | | | | | extension parameters. (bzr r9821)
* | | | | Extensions. Temporarily removing a string from translatable content to ↵Nicolas Dufour2010-10-092-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | prevent check-markup from failing. (bzr r9820)
* | | | | Import. dEPSCrop option added to EPS to PDF convertion (Bug #649842: import ↵Nicolas Dufour2010-10-082-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from EPS ignores bounding box) Fixed bugs: - https://launchpad.net/bugs/649842 (bzr r9819)
* | | | | Extensions. New Gcode tools extension (Bug #654528).Nicolas Dufour2010-10-0813-34/+6114
| | | | | | | | | | | | | | | (bzr r9818)
* | | | | Fix self-snapping when dragging the transformation center of a selection ↵Diederik van Lierop2010-10-074-21/+25
| | | | | | | | | | | | | | | | | | | | | | | | | containing multiple items (as reported by LucaDC in LP #607107, comment #30) (bzr r9817)
* | | | | German translation updateUwe Sch??ler2010-10-071-162/+222
| | | | | | | | | | | | | | | (bzr r9816)
* | | | | Extensions. Fix for Bug #652943 (Aborted output extensions create an empty ↵Nicolas Dufour2010-10-061-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file). Fixed bugs: - https://launchpad.net/bugs/652943 (bzr r9815)
* | | | | German translation UpdateUwe Sch??ler2010-10-051-90/+23
| | | | | | | | | | | | | | | (bzr r9814)
* | | | | German translation update.Uwe Sch??ler2010-10-041-1824/+2061
| | | | | | | | | | | | | | | (bzr r9813)
* | | | | Applied patch and updated to address non-BMP Unicode charcters. Fixes bug ↵Jon A. Cruz2010-10-032-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #369861. Fixed bugs: - https://launchpad.net/bugs/369861 (bzr r9812)
* | | | | Warning cleanup.Jon A. Cruz2010-10-031-23/+31
| | | | | | | | | | | | | | | (bzr r9811)
* | | | | Implement snapping in the text toolDiederik van Lierop2010-10-021-9/+33
| | | | | | | | | | | | | | | (bzr r9810)
* | | | | Extensions. New context support in extensions (enum attribute only), should ↵Nicolas Dufour2010-10-023-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Bug #585730 (Please split msgid Lines for ja translation). Fixed bugs: - https://launchpad.net/bugs/585730 (bzr r9809)
* | | | | Dutch translation and pot updateKris De Gussem2010-10-022-341/+422
| | | | | | | | | | | | | | | (bzr r9808)
* | | | | UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-0214-75/+75
| | | | | | | | | | | | | | | (bzr r9807)
* | | | | UI fixesKris De Gussem2010-10-014-8/+8
| | | | | | | | | | | | | | | (bzr r9806)
* | | | | translation fixKris De Gussem2010-10-011-2/+2
| | | | | | | | | | | | | | | (bzr r9805)
* | | | | Dutch translation updateKris De Gussem2010-10-011-57/+67
| | | | | | | | | | | | | | | (bzr r9804)
* | | | | UI generalisationKris De Gussem2010-10-012-4/+4
| | | | | | | | | | | | | | | (bzr r9803)
* | | | | Extensions. Fix for Bug #650890 (Gimp XCF export fails when exporting from ↵Nicolas Dufour2010-10-011-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | an unsaved new document). (bzr r9802)
* | | | | Keys. Eraser shorcut error (bug #607172).Nicolas Dufour2010-09-302-135/+134
| | | | | | | | | | | | | | | (bzr r9801)
* | | | | Fix in Dutch translation after changes in 0.48 branch (Bug #650551)Kris De Gussem2010-09-291-3/+3
| | | | | | | | | | | | | | | (bzr r9800)
* | | | | Help files no longer get registered as a recently used extensionCraig Marshall2010-09-281-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/600671 (bzr r9799)
* | | | | Updated translationUwe Sch??ler2010-09-281-49/+24
| | | | | | | | | | | | | | | (bzr r9798)
* | | | | Fix libtoolize hardcoding for OS X.Jon A. Cruz2010-09-271-1/+4
| | | | | | | | | | | | | | | (bzr r9797)