summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Cleanups from backports.Jon A. Cruz2010-10-293-32/+33
| | | | | | | | | | | | | | | (bzr r9863)
* | | | | LPE Knot: only consider closing line segment if its length is non-zeroJohan B. C. Engelen2010-10-281-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9862)
* | | | | fix lpe knot for closed pathsJohan B. C. Engelen2010-10-281-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9860)
* | | | | provide specific bounds method for Paths because paths can be closed or ↵Johan B. C. Engelen2010-10-272-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open. Path::size() is named somewhat wrong... (already committed to 2geom upstream) Fixed bugs: - https://launchpad.net/bugs/591586 (bzr r9859)
* | | | | UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem2010-10-273-15/+15
| | | | | | | | | | | | | | | (bzr r9858)
* | | | | Add code to fix bug #380501 in the future...Johan B. C. Engelen2010-10-261-0/+7
| | | | | | | | | | | | | | | (bzr r9856)
* | | | | fix copy errorJohan B. C. Engelen2010-10-261-1/+1
| | | | | | | | | | | | | | | (bzr r9855)
* | | | | Fix bug #666586: Connector routing regressionMichael Wybrow2010-10-261-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/666586 (bzr r9853.1.1)
* | | | | Punctuation in UIKris De Gussem2010-10-251-13/+13
| | | | | | | | | | | | | | | (bzr r9852)
* | | | | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem2010-10-257-27/+27
| | | | | | | | | | | | | | | (bzr r9851)
* | | | | Adding spellchecker and T&F dialogs to the text context (right click) menu.Nicolas Dufour2010-10-241-0/+52
| | | | | | | | | | | | | | | (bzr r9849)
* | | | | i18n. Metadata labels now fully translatable (with colon).Nicolas Dufour2010-10-242-35/+35
| | | | | | | | | | | | | | | (bzr r9848)
* | | | | Fix paraxial pen tool: apply constraint even if we didn't snapDiederik van Lierop2010-10-243-6/+6
| | | | | | | | | | | | | | | (bzr r9847)
* | | | | Some UI fixesKris De Gussem2010-10-243-14/+14
| | | | | | | | | | | | | | | (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)
* | | | | i18n. Link/image properties dialog title is now fully translatable.Nicolas Dufour2010-10-201-1/+8
| | | | | | | | | | | | | | | (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)
* | | | | 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)
* | | | | fix build on windows by removing even more files.Johan B. C. Engelen2010-10-154-1980/+0
| | | | | | | | | | | | | | | (bzr r9832)
* | | | | Fix build breakage on Windows after the recent "new gui" removal.Krzysztof Kosi??ski2010-10-131-3/+3
| | | | | | | | | | | | | | | (bzr r9830)
* | | | | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-1226-1143/+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)
* | | | | Extensions, i18n. Adding context to description, groupheader and radiobutton ↵Nicolas Dufour2010-10-095-7/+40
| | | | | | | | | | | | | | | | | | | | | | | | | extension parameters. (bzr r9821)
* | | | | 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)
* | | | | 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)
* | | | | 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-021-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Bug #585730 (Please split msgid Lines for ja translation). Fixed bugs: - https://launchpad.net/bugs/585730 (bzr r9809)
* | | | | UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-0213-74/+74
| | | | | | | | | | | | | | | (bzr r9807)
* | | | | UI generalisationKris De Gussem2010-10-011-1/+1
| | | | | | | | | | | | | | | (bzr r9803)
* | | | | 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)
* | | | | Fix for Bug #586955 (the unit for user defined document size is not ↵Nicolas Dufour2010-09-265-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | refreshed if document is reopen). (bzr r9793)
* | | | | 3DBox tool: snap the first point of the drag actionDiederik van Lierop2010-09-261-9/+7
| | | | | | | | | | | | | | | (bzr r9792)
* | | | | Extensions. Fix for bug #647744 ([inx] min/max float values ignored with ↵Nicolas Dufour2010-09-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | locale using comma as decimal separator). (bzr r9791)
* | | | | Fix constrained snapping to closing segmentsDiederik van Lierop2010-09-251-10/+37
| | | | | | | | | | | | | | | (bzr r9788)
* | | | | Implement snapping of vanishing points (LP #629333)Diederik van Lierop2010-09-251-3/+15
| | | | | | | | | | | | | | | (bzr r9785)
* | | | | Addition to my previous commit: fix for trunk is a bit different from the ↵Diederik van Lierop2010-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | fix for v0.48 (bzr r9784)
* | | | | fix snapmanager initializationDiederik van Lierop2010-09-251-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/630642 (bzr r9783)
* | | | | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵Nicolas Dufour2010-09-242-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | applied properly). (bzr r9781)
* | | | | Fix for bug #362995 (Default Units in Document Properties ignored).Nicolas Dufour2010-09-241-2/+37
| | | | | | | | | | | | | | | (bzr r9780)
* | | | | Fix for bug #635521 (Fields in Transform dialog reset).Nicolas Dufour2010-09-231-6/+18
| | | | | | | | | | | | | | | (bzr r9778)