summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | improve explanation of lpe parameterJohan B. C. Engelen2011-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10250)
* | | | | | | | | Extensions. Voronoi extension modified for i18n and UI consistency.Nicolas Dufour2011-06-014-590/+676
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. inkscape.pot, POTFILE and fr.po update. (bzr r10249)
* | | | | | | | | Voronoi extension. Improved handling of current layer (Bug 783922)Alvin Penner2011-05-311-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10248)
* | | | | | | | | extension to convert an svg font into glyph layersFelipe Corr??a da Silva Sanches2011-06-013-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------- This line and the following will be ignored -------------- added: share/extensions/svgfont2layers.inx share/extensions/svgfont2layers.py modified: share/extensions/Makefile.am unknown: share/extensions/layers2svgfont.py.itworks share/extensions/test_layers2svgfont.py (bzr r10247)
* | | | | | | | | fix rendering of angled guidelinesFelipe Corr??a da Silva Sanches2011-06-011-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10246)
* | | | | | | | | Add shebang to voronoi.py. Install *.js extensions as non-executableAlex Valavanis2011-05-302-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/602005 (bzr r10245)
* | | | | | | | | Queue swatch updates during periods of high UI usage, such as dragging ↵Jon A. Cruz2011-05-302-3/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gradient handles. Fixes bug #734981. Fixed bugs: - https://launchpad.net/bugs/734981 (bzr r10244)
* | | | | | | | | Voronoi extension by Vincent Nivoliers (Bug 783922)Alvin Penner2011-05-294-1/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/783922 (bzr r10243)
* | | | | | | | | Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-2814-43/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242)
* | | | | | | | | Extensions to alternate layer visibility for glyph layers.Felipe Corr??a da Silva Sanches2011-05-276-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These extensions are using the new "silent" option that I have introduced to the inx file sintax in the previous commit. (bzr r10241)
* | | | | | | | | Add "silent" option to extension inx file so that extension authors can ↵Felipe Corr??a da Silva Sanches2011-05-273-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opt-out of displaying the "working, please wait" dialog. Extensions that are tipically slow can still have the dialog show up by simply not adding this attribute to the inx file. (bzr r10240)
* | | | | | | | | typography extensions: Felipe Corr??a da Silva Sanches2011-05-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In new_glyph_layer.py move selection to the newly created layer and set this layer to be initially not visible. (bzr r10239)
* | | | | | | | | Dutch translation updateKris De Gussem2011-05-271-6052/+4210
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10238)
* | | | | | | | | Applying patch from Gellule Xg to fix crash on 64-bit.Jon A. Cruz2011-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/629363 (bzr r10237)
* | | | | | | | | Revert uninintentionally committed fileJosh Andler2011-05-271-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10236)
* | | | | | | | | Disable shadow on Typography Canvas templateJosh Andler2011-05-272-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10235)
* | | | | | | | | add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-266-9/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234)
* | | | | | | | | rename "set width" and "units per em" to "Em-size"Felipe Corr??a da Silva Sanches2011-05-263-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10233)
* | | | | | | | | unitmenu: add method to add a unitJohan B. C. Engelen2011-05-262-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10232)
* | | | | | | | | adding keyboard shortcut (Ctrl Alt G) for "add glyph layer" extensionFelipe Corr??a da Silva Sanches2011-05-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10231)
* | | | | | | | | set font-family attribute in generated svgfontFelipe Corr??a da Silva Sanches2011-05-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10230)
* | | | | | | | | fix layers2svgfont extension not to depend on side bearing guidesFelipe Corr??a da Silva Sanches2011-05-261-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10229)
* | | | | | | | | remove side bearing guides from "setup typography canvas" extensionFelipe Corr??a da Silva Sanches2011-05-262-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10228)
* | | | | | | | | adding Typography_Canvas.svg to Makefile.amFelipe Corr??a da Silva Sanches2011-05-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10227)
* | | | | | | | | Adding a "Typography Canvas" templateFelipe Corr??a da Silva Sanches2011-05-261-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10226)
* | | | | | | | | Adding numbers to the names of the typography related extensions so that ↵Felipe Corr??a da Silva Sanches2011-05-263-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are displayed in the extensions menu in the correct order that the users are supposed to use them. (bzr r10225)
* | | | | | | | | Adding PathData.py extension module to parse/encode svg:path d attribute. I ↵Felipe Corr??a da Silva Sanches2011-05-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forgot to properly add it to bzr a few commits ago. (bzr r10224)
* | | | | | | | | Saving curve description in d attribute of svg:glyph instead of svg:path ↵Felipe Corr??a da Silva Sanches2011-05-261-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elements as childnodes of svg:glyph because this is compatible with current fontforge svg loader (bzr r10223)
* | | | | | | | | * extension module to parse and encode path descriptionsFelipe Corr??a da Silva Sanches2011-05-253-24/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * flip y-axis when creating an SVG Font via python-code (bzr r10222)
* | | | | | | | | Add GCC support library to files distributed in the Windows bundle.Krzysztof Kosi??ski2011-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed after recent devlibs upgrade. (bzr r10221)
* | | | | | | | | Translations. Pot file update.Nicolas Dufour2011-05-231-417/+475
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10220)
* | | | | | | | | Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape ↵Felipe Corr??a da Silva Sanches2011-05-231-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preferences" https://bugs.launchpad.net/inkscape/+bug/600267 Patch submitted by Fernando Lucchesi Bastos Jurema Applied with minor changes to use Glib::ustring instead of Glib::ustring* (bzr r10219)
* | | | | | | | | actually fontforge flipping of y-axis for svgfont glyphs is compliant with ↵Felipe Corr??a da Silva Sanches2011-05-227-14/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the svg spec. So we need to do it also. (bzr r10218)
* | | | | | | | | Merge fix for bug #781244 from Martin Owens - wrong conversionKrzysztof Kosi??ski2011-05-211-1/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of grow/shrink value for the paint bucket tool on startup (bzr r10217)
| * | | | | | | | | Don't adjust the shink/grow value because we're saving the units.Martin Owens2011-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/781244 (bzr r10207.1.1)
* | | | | | | | | | Remove flipping of y-axis from methods that get curves from selection in the ↵Felipe Corr??a da Silva Sanches2011-05-201-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svg fonts dialog. This flipping of y-axis seems to be a fontforge bug. (bzr r10216)
* | | | | | | | | | Reinstating version bump.Jon A. Cruz2011-05-2012-94/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10215)
* | | | | | | | | | Extension that generates an SVGFont from a set of layers with ↵Felipe Corr??a da Silva Sanches2011-05-203-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | id="GlyphLayer-<unicode char>" (bzr r10214)
* | | | | | | | | | extension to add a glyph layer. It is rather simple now, but may be more ↵Felipe Corr??a da Silva Sanches2011-05-193-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usefull in the future. It is supposed to be used with a future extension that handles those layers with id="GlyphLayer-<unicode char>" and convert them into an svg font (bzr r10213)
* | | | | | | | | | Extension for setting up the document dimension according to font metrics ↵Felipe Corr??a da Silva Sanches2011-05-193-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provided by the user. It creates horizontal guidelines for baseline, ascender, descender, x-height, caps height and also vertical guidelines for left and right side bearings. (bzr r10212)
* | | | | | | | | | fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered ↵Felipe Corr??a da Silva Sanches2011-05-192-18/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upside-down since I was trying to make it compatible with fontforge rendering. Now, reading again the SVG spec, it seems to me that it is fontforge that renders it incorrectly. I have also added support for rendering path tags that are children of glyph and missing-glyph nodes. And also use tags. But fontforge does not seem to understand use tags in glyph descriptions... compatibility issues that we have to figure out how to solve. (bzr r10211)
* | | | | | | | | | Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-1912-9/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10210)
* | | | | | | | | | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches2011-05-186-13/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
* | | | | | | | | | Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-1812-94/+9
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | (bzr r10208)
* | | | | | | | | Fix fallback to MRU locations.Jon A. Cruz2011-05-111-20/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10207)
* | | | | | | | | Commit test.Jon A. Cruz2011-05-101-7/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r10206)
| * | | | | | | | | Fix test case to compile.Jon A. Cruz2011-05-101-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10203.1.1)
* | | | | | | | | | Convert fixed paths to relative, including ..Jon A. Cruz2011-05-101-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10205)
* | | | | | | | | | Added simple usage of most recent file locations.Jon A. Cruz2011-05-101-4/+40
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | (bzr r10204)
* | | | | | | | | Remove mkinstalldirs from version control (this is an autogenerated file)Krzysztof Kosi??ski2011-05-082-111/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10203)