summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Extensions. Consistency fix and UI improvements (Modify path submenu).Nicolas Dufour2010-09-0610-113/+127
| | | | | | | | | | | | | | | (bzr r9746)
* | | | | Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-068-95/+67
| | | | | | | | | | | | | | | (bzr r9745)
* | | | | Extensions. Consistency fix and UI improvements (Generate from path submenu).Nicolas Dufour2010-09-069-77/+108
| | | | | | | | | | | | | | | (bzr r9744)
* | | | | Color preview in cursorJasper van de Gronde2010-09-0611-56/+170
| | | | | | | | | | | | | | | (bzr r9743)
* | | | | make hpgl document height compatible with dxf (Bug 487052)Alvin Penner2010-09-041-2/+2
| | | | | | | | | | | | | | | (bzr r9742)
* | | | | Updated Win32 executable VersionInfo tables for 0.48+devel.Chris Morgan2010-09-042-10/+10
| | | | | | | | | | | | | | | (bzr r9741)
* | | | | Translations. Inkscape.pot update; French translation update.Nicolas Dufour2010-09-032-4380/+2702
| | | | | | | | | | | | | | | (bzr r9740)
* | | | | Extensions. UI consistency fixes and UI improvements (new help tabs when ↵Nicolas Dufour2010-09-035-38/+64
| | | | | | | | | | | | | | | | | | | | | | | | | needed, and new tooltips). (bzr r9739)
* | | | | Extensions. Tooltips are now translatable (Bug #629726).Nicolas Dufour2010-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/629726 (bzr r9738)
* | | | | Extension. Fix for bug #627372 :inkscape plugin not working (sys.argv[12] ↵Nicolas Dufour2010-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | wrong). (bzr r9737)
* | | | | Extensions:Nicolas Dufour2010-08-316-54/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Number node cleanup. * New help tab in color>randomize. * Printing marks consistency fix. (bzr r9736)
* | | | | Extensions. Number dots improvements (Bug #615313).Nicolas Dufour2010-08-312-6/+30
| | | | | | | | | | | | | | | (bzr r9735)
* | | | | Extensions. Shebangs branch merge.Nicolas Dufour2010-08-3046-10/+53
|\ \ \ \ \ | | | | | | | | | | | | (bzr r9734)
| * | | | | Script change for shebangsLeo Albert Jackson2010-07-2250-11/+58
| | | | | | | | | | | | | | | | | | (bzr r9636.1.1)
* | | | | | Extensions. Fix EOL inconsistencies (Bug #314381).Nicolas Dufour2010-08-3010-2820/+2820
| | | | | | | | | | | | | | | | | | (bzr r9733)
* | | | | | Fix file permissions (Bug #314381).Nicolas Dufour2010-08-303-0/+0
| | | | | | | | | | | | | | | | | | (bzr r9732)
* | | | | | fix bug where bbox is calculated wrong for paths with markers when the path ↵Johan B. C. Engelen2010-08-291-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has a transform applied. the transform was applied twice (sp_shape_marker_get_transform_at_start already takes care of rotation and translation, and scale is taken care of by item_outline call within item_outline_add_marker) Fixed bugs: - https://launchpad.net/bugs/624775 (bzr r9731)
* | | | | | Added inkscape.com to Win32 installer (should have been included in 0.48).Chris Morgan2010-08-291-0/+1
| | | | | | | | | | | | | | | | | | (bzr r9730)
* | | | | | enhancement by Rob Antonishen for Scatter Extension (Bug 617045)Alvin Penner2010-08-282-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/617045 (bzr r9729)
* | | | | | Fix LP bug #622350: Discard events when desktop->event_context has not been ↵Diederik van Lierop2010-08-282-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set, instead of crashing. (bzr r9728)
* | | | | | Extensions. Fix live preview crash in custom color extension when invalid ↵Nicolas Dufour2010-08-261-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values are set (bug #168417). (bzr r9727)
* | | | | | Tutorials. New Indonesian translation of Calligraphy.Nicolas Dufour2010-08-262-0/+832
| | | | | | | | | | | | | | | | | | (bzr r9726)
* | | | | | Extensions. New guillotine extension (testing).Nicolas Dufour2010-08-254-0/+278
| | | | | | | | | | | | | | | | | | (bzr r9725)
* | | | | | Doc. Keys and mouse reference, bugtracker link fix (from SF to LP).Nicolas Dufour2010-08-242-134/+134
| | | | | | | | | | | | | | | | | | (bzr r9724)
* | | | | | Doc. Keys and mouse reference consistency fix.Nicolas Dufour2010-08-232-159/+159
| | | | | | | | | | | | | | | | | | (bzr r9723)
* | | | | | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-2219-4220/+4424
| | | | | | | | | | | | | | | | | | (bzr r9722)
* | | | | | avoid division by zero (Bug 604131)Alvin Penner2010-08-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/604131 (bzr r9721)
* | | | | | Snapmanager in pencil tool: setup() must be followed by unSetup() to clear ↵Diederik van Lierop2010-08-221-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pointers (bzr r9720)
* | | | | | When doing a constrained snap, then don't try snapping the mouse pointer ↵Diederik van Lierop2010-08-203-28/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | itself but try snapping its projection (onto the constraint) instead (bzr r9719)
* | | | | | Translations. Korean translation update by yongdoria.Nicolas Dufour2010-08-201-4460/+2531
| | | | | | | | | | | | | | | | | | (bzr r9718)
* | | | | | Tutorials. New Indonesian tracing tutorial.Nicolas Dufour2010-08-193-0/+249
| | | | | | | | | | | | | | | | | | (bzr r9717)
* | | | | | Connector tool: pointers should be nulled after snappingDiederik van Lierop2010-08-161-12/+22
| | | | | | | | | | | | | | | | | | (bzr r9716)
* | | | | | Added packaging/win32/languages/Dutch.nsh to Makefile.am for inclusion in ↵Chris Morgan2010-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tarballs. (bzr r9715)
* | | | | | 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!Diederik van Lierop2010-08-153-5/+5
| | | | | | | | | | | | | | | | | | (bzr r9714)
* | | | | | Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop2010-08-143-5/+31
| | | | | | | | | | | | | | | | | | (bzr r9713)
* | | | | | Fix funny behavior when dragging near the start node of a pathKrzysztof Kosi??ski2010-08-131-1/+4
| | | | | | | | | | | | | | | | | | (bzr r9712)
* | | | | | Fix node editor crash when dragging near the last node of a pathKrzysztof Kosi??ski2010-08-131-1/+1
| | | | | | | | | | | | | | | | | | (bzr r9711)
* | | | | | Sync to release 0.48 branchTed Gould2010-08-132-82/+73
|\ \ \ \ \ \ | | | | | | | | | | | | | | (bzr r9710)
| * | | | | | Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashesJosh Andler2010-08-134-12/+32
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.48)
| * | | | | | Translations. Romanian translation update by Cristian Secară.Nicolas Dufour2010-08-121-223/+249
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.47)
| * | | | | | Correct application of older Win32 patch. Fixes bug #616589.Jon A. Cruz2010-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616589 (bzr r9606.1.46)
| * | | | | | Fix crash 411940 by Alisher NiyazovJosh Andler2010-08-111-0/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.45)
| * | | | | | Catch bad save dialog sizes on Win32. Fixes bug #285267.Jon A. Cruz2010-08-111-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/285267 (bzr r9606.1.44)
| * | | | | | Tutorials. New Indonesian advanced tutorial translation.Nicolas Dufour2010-08-092-0/+531
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.43)
| * | | | | | Updated the JessyInk JavaScript files. The files now correspond to version ↵Hannes Hochreiner2010-08-092-82/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.5.2. (bzr r9606.1.42)
| * | | | | | Corrects delete/delete[] issue. Fixes bug #613723.Jon A. Cruz2010-08-061-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/613723 (bzr r9606.1.41)
| * | | | | | Translations. Galician translation update by Leandro Regueiro.Nicolas Dufour2010-08-041-341/+301
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.40)
| * | | | | | updated PO fileArpad Biro2010-08-021-52/+61
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.39)
| * | | | | | Romanian translation update by Cristian Secară (Bug #596689)Kris De Gussem2010-08-020-0/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.38)
| * | | | | | Galician translation update by Leandro Regueiro (Bug #612697)Kris De Gussem2010-08-021-5023/+4159
| | | | | | | | | | | | | | | | | | | | | (bzr r9606.1.37)