| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1069024
(bzr r11907)
|
| |
|
| |
(bzr r11874)
|
| |
|
| |
(bzr r11396)
|
| |
|
| |
(bzr r11052)
|
| |
|
| |
(bzr r11030)
|
| |
|
| |
(bzr r11018)
|
| |
|
| |
(bzr r10963)
|
| |
|
| |
(bzr r10957)
|
| |
|
| |
(bzr r10940)
|
| |
|
| |
(bzr r10737)
|
| |
|
| |
(bzr r10660)
|
| |
|
|
|
| |
SP_ROOT() gtk type function/macro.
(bzr r10254)
|
| |
|
|
|
| |
the svg spec. So we need to do it also.
(bzr r10218)
|
| |
|
|
|
| |
svg fonts dialog. This flipping of y-axis seems to be a fontforge bug.
(bzr r10216)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/706506
(bzr r10189)
|
| |
|
| |
(bzr r10176)
|
| |
|
| |
(bzr r10067)
|
| |
|
| |
(bzr r10025)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| | |
| |
| |
| |
| | |
Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected.
(bzr r9546.1.5)
|
| | |
| |
| |
| |
| | |
SPDocument based methods
(bzr r9546.1.3)
|
| | |
| |
| | |
(bzr r9546.1.2)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
| | |
| |
| | |
(bzr r9807)
|
| | |
| |
| | |
(bzr r9803)
|
| |/
|
| |
(bzr r9700)
|
| |
|
| |
(bzr r9127)
|
| |
|
| |
(bzr r8889)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8408)
|
| |
|
|
|
|
|
| |
values in the Glyphs tab (svg fonts dialog) where inkscape instead
expects a char or a string I decided to rename that column to "Matching
string"
(bzr r7820)
|
| |
|
| |
(bzr r7819)
|
| |
|
| |
(bzr r7763)
|
| |
|
| |
(bzr r7257)
|
| |
|
| |
(bzr r7110)
|
| |
|
| |
(bzr r7085)
|
| |
|
| |
(bzr r7083)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog.
* Fixed the order of some language options at the i18n preferences page.
* Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes
* Fixed a warning in helper-fns.h
* commented out unused variable in sp-font.cpp
* refactoring of nr-svgfonts.cpp
* using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height,
cap-height, x-height... I don't know. I should study this subject a bit more first.
(bzr r7082)
|
| |
|
| |
(bzr r7038)
|
| |
|
|
|
|
|
| |
had forgoten previously)
Also fixing a crash reported by prokoudine
(bzr r7037)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SVG file in Fontforge in order to export a truetype font (or other
system font formarts fontforge supports).
This improves previous workflow of font design using Inkscape which
involved creating one SVG for each glyph. Now user only needs to create
a single SVG file containing an SVGFont.
Glyph kerning settings for the font can also be defined withing Inkscape
itself with live preview. The kerning management still needs some
improvements but is currently functional at least.
Improvements in the SVGFonts dialog:
* In Global Settings tab you can define the font family name. Other
attributes should be added to this tab in the future.
* Glyphs tab allows the user to:
** see a list (combobox) of glyphs available in the currently selected
font.
** add/remove glyphs
** edit glyph name and unicode
** set the glyph curves based on a given path (selected from canvas).
Same feature for the missing glyph.
* Kerning tab allows user to:
** add new kerning pairs
** adjust kerning values of selected kerning pair
** live preview while adjusting the kerning values
Code refactoring:
* Inner classes DocumentProperties::SignalObserver and
FilterEffectsDialog::SignalObserver were duplicated code and another
instance would be needed in SVGFonts dialog. So, I moved it to
Inkscape::XML::SignalObserver (in helper-observer.{cpp,h})
* changed SPGlyph->glyph_name and SPGlyph->unicode from char* to
Glib::ustring
* added sp_remove_resource to the release method in sp-font.cpp
* glyph curves used to be stored (in d attribute) and rendered
upside-down. Now that bug is fixed.
Sorry about this huge commit. I got one week away from the Internet
during a xmas travel. The lack of 'net connection made me work more
intensely in Inkscape :-D
Felipe Sanches
(bzr r7029)
|
| |
|
| |
(bzr r7009)
|
| |
|
| |
(bzr r6885)
|
| |
|
|
|
| |
the same for other fields on next commits.
(bzr r6631)
|
| |
|
| |
(bzr r6563)
|
| |
|
|
|
|
| |
Added 2 entries in glyphs tab (svgfonts dialog). But these fields do not
change attributes yet
(bzr r6562)
|
| |
|
| |
(bzr r6497)
|
| |
|
| |
(bzr r6389)
|
| |
|
|
|
| |
marked its messages for translation
(bzr r6350)
|
| |
|
|
|
|
| |
* this one will set the horiz_adv_x parameter of fonts (i.e. the "set width")
* but it is still not working well since I need to find out how to tell cairo that the glyph cache is invalid and that glyphs should be rerendered
(bzr r6347)
|