| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r7301)
|
| |
|
| |
(bzr r7274)
|
| |
|
| |
(bzr r7267)
|
| |
|
|
|
| |
blend modes list in fill/stroke which relied on the set order of its enum
(bzr r7266)
|
| |
|
| |
(bzr r7257)
|
| |
|
|
|
| |
due to JonCruz considerations about the proper way of doing it.
(bzr r7254)
|
| |
|
|
|
| |
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
(bzr r7253)
|
| |
|
|
|
|
| |
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
(bzr r7251)
|
| |
|
| |
(bzr r7238)
|
| |
|
| |
(bzr r7219)
|
| |
|
|
|
| |
snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call)
(bzr r7208)
|
| |
|
|
|
| |
https://bugs.launchpad.net/inkscape/+bug/307567
(bzr r7206)
|
| |
|
| |
(bzr r7200)
|
| |
|
|
|
| |
removed from the document properties dialog
(bzr r7183)
|
| |
|
|
|
| |
duh!
(bzr r7171)
|
| |
|
| |
(bzr r7166)
|
| |
|
| |
(bzr r7163)
|
| |
|
| |
(bzr r7156)
|
| |
|
| |
(bzr r7149)
|
| |
|
|
|
|
|
| |
- Snap to the midpoint of paths and bbox edges
- Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar
PS: icons.svg has been modified, so use "make install" if needed
(bzr r7144)
|
| |
|
|
|
|
|
| |
to manage external javascript references.
(also only working for "Inkscape SVG")
(bzr r7137)
|
| |
|
|
|
| |
version string on Linux.
(bzr r7123)
|
| |
|
|
|
| |
sub-libs of inkscape.
(bzr r7120)
|
| |
|
| |
(bzr r7119)
|
| |
|
|
|
|
|
| |
File -> Open recent
Button added to the Interface page in Inkscape preferences dialog.
(bzr r7115)
|
| |
|
| |
(bzr r7110)
|
| |
|
|
|
| |
reduce linking stage command for windows.
(bzr r7100)
|
| |
|
| |
(bzr r7096)
|
| |
|
| |
(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 r7080)
|
| |
|
|
|
| |
on preferences dialogue
(bzr r7079)
|
| |
|
| |
(bzr r7078)
|
| |
|
| |
(bzr r7058)
|
| |
|
| |
(bzr r7054)
|
| |
|
| |
(bzr r7053)
|
| |
|
| |
(bzr r7044)
|
| |
|
| |
(bzr r7038)
|
| |
|
|
|
|
|
| |
had forgoten previously)
Also fixing a crash reported by prokoudine
(bzr r7037)
|
| |
|
| |
(bzr r7032)
|
| |
|
| |
(bzr r7031)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r7011)
|
| |
|
| |
(bzr r7009)
|
| |
|
|
|
| |
2) snap intersections within a single shape (as source; as target was already implemented)
(bzr r7008)
|
| |
|
| |
(bzr r6995)
|
| |
|
|
|
| |
fixing remaining issues with bug #234305
(bzr r6978)
|
| |
|
| |
(bzr r6975)
|
| |
|
|
|
| |
automatically(!), it only does it for page sizes which are preferred to be in a certain orientation (landscape) now.
(bzr r6972)
|