summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix two legacy icon IDsKrzysztof Kosi??ski2009-04-131-5/+2
| | | (bzr r7711)
* Snapping of guides now turned on by default, and fixed initialization of the ↵Diederik van Lierop2009-02-221-1/+2
| | | | | that checkbox (bzr r7352)
* Store the snapper tolerances in the snap-preferences instead of in each ↵Diederik van Lierop2009-01-311-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 atFelipe Corr??a da Silva Sanches2009-01-291-0/+4
| | | | | https://bugs.launchpad.net/inkscape/+bug/307567 (bzr r7206)
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-1/+1
| | | (bzr r7200)
* All snap options which can be accessed through the snapping toolbar are now ↵Diederik van Lierop2009-01-261-99/+1
| | | | | removed from the document properties dialog (bzr r7183)
* Fix compile when lcms is disabledMaximilian Albert2009-01-211-0/+2
| | | (bzr r7156)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-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 Sanches2009-01-151-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 Sanches2008-12-281-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 Lierop2008-12-141-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. Cruz2008-12-071-39/+39
| | | (bzr r6966)
* Removed duplication of menu items.Jon A. Cruz2008-12-061-32/+35
| | | | | Fixed assert from unref'ing defs. (bzr r6963)
* Changed it use common code for profile locations.Jon A. Cruz2008-12-051-16/+7
| | | (bzr r6957)
* Layout code cleanup.Jon A. Cruz2008-12-051-12/+24
| | | (bzr r6951)
* Fix compile with lcms disabled.Maximilian Albert2008-11-271-0/+2
| | | (bzr r6909)
* marked forgotten translatable messageAlexandre Prokoudine2008-11-251-1/+1
| | | (bzr r6901)
* adding "remove" context menu in the embedded color profiles boxFelipe Corr??a da Silva Sanches2008-11-241-39/+106
| | | (bzr r6897)
* Merge from fe-movedTed Gould2008-11-211-8/+212
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-18/+19
| | | (bzr r6885)
* The page size table in Document Properties should use the available vertical ↵Maximilian Albert2008-09-051-3/+9
| | | | | space (bzr r6761)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-081-3/+3
| | | | | snap to intersections of line-segments) (bzr r6597)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-4/+8
| | | (bzr r5600)
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-301-6/+6
| | | (bzr r5562)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-251-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 borderDiederik van Lierop2008-03-121-1/+5
| | | (bzr r5059)
* revert a small bit in document-properties.cpp of rev 17540. page sizer ↵Johan B. C. Engelen2008-02-281-1/+1
| | | | | init() was removed while it shouldn't have been so. (bzr r4895)
* Adding mised page sizer initializationJon A. Cruz2008-02-281-0/+1
| | | (bzr r4893)
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵Johan B. C. Engelen2008-02-271-4/+3
| | | | | RegisteredWdg. (bzr r4887)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-19/+20
| | | (bzr r4838)
* * Alternative translation text for Grid|New, patch by Marcin Floryan ↵Luca Bruno2008-02-081-1/+2
| | | | | (closes: #189350) (bzr r4687)
* at least gray out the remove button if we can't remove it when no gridsbulia byak2008-01-261-3/+2
| | | (bzr r4602)
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-261-4/+4
| | | (bzr r4594)
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵gustav_b2008-01-171-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. Engelen2008-01-161-95/+68
| | | | | Add easy upcast to gtk::widget to registered-widget.h (bzr r4520)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-75/+87
| | | (bzr r4500)
* Some small changes in the captions of the document-properties dialogDiederik van Lierop2008-01-131-11/+11
| | | (bzr r4478)
* Fix LP #181020: When snapping a guide, now only the part of the guide near ↵Diederik van Lierop2008-01-081-1/+1
| | | | | the pointer is considered (bzr r4435)
* Fix LP #179741Johan B. C. Engelen2008-01-021-9/+3
| | | (bzr r4363)
* always show grids when adding new gridJohan B. C. Engelen2007-12-291-0/+3
| | | (bzr r4333)
* correct build_gridspageJohan B. C. Engelen2007-12-291-5/+2
| | | (bzr r4330)
* Add icons to document properties grid table :-)Johan B. C. Engelen2007-12-291-2/+34
| | | (bzr r4329)
* fix crit bug #168570 Crash when recreating grid using 'redo'Johan B. C. Engelen2007-12-231-0/+1
| | | (bzr r4289)
* Renaming captions and labels in snapping preferences dialog, and inverting ↵Diederik van Lierop2007-12-171-8/+8
| | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252)
* Add global snapping toggleDiederik van Lierop2007-12-121-2/+18
| | | (bzr r4221)
* Do NOT use frames in the snapping tab in the document properties dialog ;-)Diederik van Lierop2007-12-121-37/+19
| | | (bzr r4218)
* Use frames in the snapping tab in the document properties dialogDiederik van Lierop2007-12-111-24/+37
| | | (bzr r4210)
* Init some checkboxes correctly in document-properties dialogDiederik van Lierop2007-12-091-0/+2
| | | (bzr r4195)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-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 Lierop2007-12-041-7/+8
| | | | | points") (bzr r4169)