| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
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)
|
| |
|
| |
(bzr r7156)
|
| |
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
2) snap intersections within a single shape (as source; as target was already implemented)
(bzr r7008)
|
| |
|
| |
(bzr r6966)
|
| |
|
|
|
| |
Fixed assert from unref'ing defs.
(bzr r6963)
|
| |
|
| |
(bzr r6957)
|
| |
|
| |
(bzr r6951)
|
| |
|
| |
(bzr r6909)
|
| |
|
| |
(bzr r6901)
|
| |
|
| |
(bzr r6897)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6885)
|
| |
|
|
|
| |
space
(bzr r6761)
|
| |
|
|
|
| |
snap to intersections of line-segments)
(bzr r6597)
|
| |
|
| |
(bzr r5600)
|
| |
|
| |
(bzr r5562)
|
| |
|
|
|
| |
transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad)
(bzr r5189)
|
| |
|
| |
(bzr r5059)
|
| |
|
|
|
| |
init() was removed while it shouldn't have been so.
(bzr r4895)
|
| |
|
| |
(bzr r4893)
|
| |
|
|
|
| |
RegisteredWdg.
(bzr r4887)
|
| |
|
| |
(bzr r4838)
|
| |
|
|
|
| |
(closes: #189350)
(bzr r4687)
|
| |
|
| |
(bzr r4602)
|
| |
|
| |
(bzr r4594)
|
| |
|
|
|
| |
instead of old RegisteredWdg
(bzr r4530)
|
| |
|
|
|
| |
Add easy upcast to gtk::widget to registered-widget.h
(bzr r4520)
|
| |
|
| |
(bzr r4500)
|
| |
|
| |
(bzr r4478)
|
| |
|
|
|
| |
the pointer is considered
(bzr r4435)
|
| |
|
| |
(bzr r4363)
|
| |
|
| |
(bzr r4333)
|
| |
|
| |
(bzr r4330)
|
| |
|
| |
(bzr r4329)
|
| |
|
| |
(bzr r4289)
|
| |
|
|
|
| |
the behaviour of the 'snap at any distance' checkbox
(bzr r4252)
|
| |
|
| |
(bzr r4221)
|
| |
|
| |
(bzr r4218)
|
| |
|
| |
(bzr r4210)
|
| |
|
| |
(bzr r4195)
|
| |
|
|
|
|
|
|
| |
started in floating dialogs mode and use one dialog/desktop behavior
when started in dockable dialogs mode. Replace the panels use of the
SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop
activation events.
(bzr r4188)
|
| |
|
|
|
| |
points")
(bzr r4169)
|
| |
|
| |
(bzr r4148)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Made the current dialogs subclass the Panel class instead of the
Dialog class.
* Extended the Panel class with some functionality that the dialogs
relied on.
* Added a PanelDialog class which is a dialog container for a
single panel with the dialog behavior as a template parameter.
(* Fixed coding style for the Panel and Dialog class)
For details, see
http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html
http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html
(bzr r4126)
|