| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix two legacy icon IDs | Krzysztof Kosi??ski | 2009-04-13 | 1 | -5/+2 |
| | | | | (bzr r7711) | ||||
| * | Snapping of guides now turned on by default, and fixed initialization of the ↵ | Diederik van Lierop | 2009-02-22 | 1 | -1/+2 |
| | | | | | | that checkbox (bzr r7352) | ||||
| * | Store the snapper tolerances in the snap-preferences instead of in each ↵ | Diederik van Lierop | 2009-01-31 | 1 | -3/+3 |
| | | | | | | 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) | ||||
| * | fix crash described at | Felipe Corr??a da Silva Sanches | 2009-01-29 | 1 | -0/+4 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/307567 (bzr r7206) | ||||
| * | Add buttons for snapping to grids and/or guides | Diederik van Lierop | 2009-01-28 | 1 | -1/+1 |
| | | | | (bzr r7200) | ||||
| * | All snap options which can be accessed through the snapping toolbar are now ↵ | Diederik van Lierop | 2009-01-26 | 1 | -99/+1 |
| | | | | | | removed from the document properties dialog (bzr r7183) | ||||
| * | Fix compile when lcms is disabled | Maximilian Albert | 2009-01-21 | 1 | -0/+2 |
| | | | | (bzr r7156) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -6/+6 |
| | | | | | | | | - 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) | ||||
| * | adding a "scripting" tab to document properties dialog that allow the user ↵ | Felipe Corr??a da Silva Sanches | 2009-01-15 | 1 | -3/+138 |
| | | | | | | | | to manage external javascript references. (also only working for "Inkscape SVG") (bzr r7137) | ||||
| * | Now users can design a font within inkscape, save it and then open the | Felipe Corr??a da Silva Sanches | 2008-12-28 | 1 | -36/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -2/+5 |
| | | | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008) | ||||
| * | Changed term away from "embed" since that has specific meaning. | Jon A. Cruz | 2008-12-07 | 1 | -39/+39 |
| | | | | (bzr r6966) | ||||
| * | Removed duplication of menu items. | Jon A. Cruz | 2008-12-06 | 1 | -32/+35 |
| | | | | | | Fixed assert from unref'ing defs. (bzr r6963) | ||||
| * | Changed it use common code for profile locations. | Jon A. Cruz | 2008-12-05 | 1 | -16/+7 |
| | | | | (bzr r6957) | ||||
| * | Layout code cleanup. | Jon A. Cruz | 2008-12-05 | 1 | -12/+24 |
| | | | | (bzr r6951) | ||||
| * | Fix compile with lcms disabled. | Maximilian Albert | 2008-11-27 | 1 | -0/+2 |
| | | | | (bzr r6909) | ||||
| * | marked forgotten translatable message | Alexandre Prokoudine | 2008-11-25 | 1 | -1/+1 |
| | | | | (bzr r6901) | ||||
| * | adding "remove" context menu in the embedded color profiles box | Felipe Corr??a da Silva Sanches | 2008-11-24 | 1 | -39/+106 |
| | | | | (bzr r6897) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -8/+212 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -18/+19 |
| | | | | (bzr r6885) | ||||
| * | The page size table in Document Properties should use the available vertical ↵ | Maximilian Albert | 2008-09-05 | 1 | -3/+9 |
| | | | | | | space (bzr r6761) | ||||
| * | Snap to intersections of any kind of path (were we previously only could ↵ | Diederik van Lierop | 2008-08-08 | 1 | -3/+3 |
| | | | | | | snap to intersections of line-segments) (bzr r6597) | ||||
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -4/+8 |
| | | | | (bzr r5600) | ||||
| * | Use radiobutton for "always snap" in the document-properties dialog | Diederik van Lierop | 2008-04-30 | 1 | -6/+6 |
| | | | | (bzr r5562) | ||||
| * | Major overhaul of the selector tool's internals to improve handling of ↵ | Diederik van Lierop | 2008-03-25 | 1 | -1/+1 |
| | | | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) | ||||
| * | Snap to page border | Diederik van Lierop | 2008-03-12 | 1 | -1/+5 |
| | | | | (bzr r5059) | ||||
| * | revert a small bit in document-properties.cpp of rev 17540. page sizer ↵ | Johan B. C. Engelen | 2008-02-28 | 1 | -1/+1 |
| | | | | | | init() was removed while it shouldn't have been so. (bzr r4895) | ||||
| * | Adding mised page sizer initialization | Jon A. Cruz | 2008-02-28 | 1 | -0/+1 |
| | | | | (bzr r4893) | ||||
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -4/+3 |
| | | | | | | RegisteredWdg. (bzr r4887) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -19/+20 |
| | | | | (bzr r4838) | ||||
| * | * Alternative translation text for Grid|New, patch by Marcin Floryan ↵ | Luca Bruno | 2008-02-08 | 1 | -1/+2 |
| | | | | | | (closes: #189350) (bzr r4687) | ||||
| * | at least gray out the remove button if we can't remove it when no grids | bulia byak | 2008-01-26 | 1 | -3/+2 |
| | | | | (bzr r4602) | ||||
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 1 | -4/+4 |
| | | | | (bzr r4594) | ||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 1 | -21/+12 |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | ||||
| * | No need to use pointers for the widgets of document-properties.cpp, so don't. | Johan B. C. Engelen | 2008-01-16 | 1 | -95/+68 |
| | | | | | | Add easy upcast to gtk::widget to registered-widget.h (bzr r4520) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 1 | -75/+87 |
| | | | | (bzr r4500) | ||||
| * | Some small changes in the captions of the document-properties dialog | Diederik van Lierop | 2008-01-13 | 1 | -11/+11 |
| | | | | (bzr r4478) | ||||
| * | Fix LP #181020: When snapping a guide, now only the part of the guide near ↵ | Diederik van Lierop | 2008-01-08 | 1 | -1/+1 |
| | | | | | | the pointer is considered (bzr r4435) | ||||
| * | Fix LP #179741 | Johan B. C. Engelen | 2008-01-02 | 1 | -9/+3 |
| | | | | (bzr r4363) | ||||
| * | always show grids when adding new grid | Johan B. C. Engelen | 2007-12-29 | 1 | -0/+3 |
| | | | | (bzr r4333) | ||||
| * | correct build_gridspage | Johan B. C. Engelen | 2007-12-29 | 1 | -5/+2 |
| | | | | (bzr r4330) | ||||
| * | Add icons to document properties grid table :-) | Johan B. C. Engelen | 2007-12-29 | 1 | -2/+34 |
| | | | | (bzr r4329) | ||||
| * | fix crit bug #168570 Crash when recreating grid using 'redo' | Johan B. C. Engelen | 2007-12-23 | 1 | -0/+1 |
| | | | | (bzr r4289) | ||||
| * | Renaming captions and labels in snapping preferences dialog, and inverting ↵ | Diederik van Lierop | 2007-12-17 | 1 | -8/+8 |
| | | | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252) | ||||
| * | Add global snapping toggle | Diederik van Lierop | 2007-12-12 | 1 | -2/+18 |
| | | | | (bzr r4221) | ||||
| * | Do NOT use frames in the snapping tab in the document properties dialog ;-) | Diederik van Lierop | 2007-12-12 | 1 | -37/+19 |
| | | | | (bzr r4218) | ||||
| * | Use frames in the snapping tab in the document properties dialog | Diederik van Lierop | 2007-12-11 | 1 | -24/+37 |
| | | | | (bzr r4210) | ||||
| * | Init some checkboxes correctly in document-properties dialog | Diederik van Lierop | 2007-12-09 | 1 | -0/+2 |
| | | | | (bzr r4195) | ||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 1 | -91/+50 |
| | | | | | | | | | 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) | ||||
| * | Change title of tab in document properties dialog ("Snap details" -> "Snap ↵ | Diederik van Lierop | 2007-12-04 | 1 | -7/+8 |
| | | | | | | points") (bzr r4169) | ||||
