summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning cleanup.Jon A. Cruz2011-10-231-4/+4
| | | (bzr r10691)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-2/+7
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* Doxygen cleanup.Jon A. Cruz2011-10-031-13/+9
| | | (bzr r10660)
* Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-5/+1
| | | | | a single array, instead of each having its own member variable (bzr r10569)
* Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-061-43/+17
| | | | | lcms2 support. (bzr r10420)
* I am not sure if it is possible to have a script element with more than a ↵Felipe Corr??a da Silva Sanches2011-06-191-0/+9
| | | | | single childnode. Since we are not handling that, this is a warning to be displayed if we even encounter a file with more than one child for one of its script element nodes (bzr r10319)
* Patch sent by Fernando Lucchesi (GSoC student) and modified by me.Felipe Corr??a da Silva Sanches2011-06-191-18/+224
| | | | | Interface for editing content of embedded scripts. (bzr r10318)
* patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)Felipe Corr??a da Silva Sanches2011-06-171-8/+21
| | | | | Split scripting ui in the document properties dialog to have one tab for embedded scripts and one for external scripts. (bzr r10312)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-6/+6
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-13/+15
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+23
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-2/+6
| | | | | | | | | | 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)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-5/+5
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-8/+8
| | | | | | (bzr r9546.1.2)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Unified and cleaned up locating icc profiles, including adding missing OS X ↵Jon A. Cruz2010-10-181-41/+20
| | | | | | | | | | | | | | | | | | | | location. Fixes bug 494932, bug 494940 and bug 551162. Fixed bugs: - https://launchpad.net/bugs/494932 - https://launchpad.net/bugs/494940 - https://launchpad.net/bugs/551162 (bzr r9834)
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-5/+2
|/ | | (bzr r9722)
* Makes the "Fit Page to Selection" margin options load from the opened file. ↵Alex Leone2010-06-011-0/+1
| | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-1/+1
| | | (bzr r8952)
* Document properties now treats lcms file load failures as non-fatal. Fixes ↵Jon A. Cruz2009-12-311-0/+1
| | | | | | | | bug #501782 Fixed bugs: - https://launchpad.net/bugs/501782 (bzr r8930)
* Updating to current trunkTed Gould2009-11-291-13/+41
|\ | | | | (bzr r8050.1.16)
| * Updated allowed icc-profile names to match recent grammars. Follow-up for ↵Jon A. Cruz2009-09-271-2/+2
| | | | | | | | | | bug #405143 (bzr r8656)
| * Sanitize profile names for valid XML ids. Modified patch that addresses bug ↵Jon A. Cruz2009-09-201-3/+38
| | | | | | | | | | #405143. (bzr r8619)
| * Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | | | | | | which cannot be fixed easily. (bzr r8422)
| * SPDocument->Documentjohnce2009-08-051-2/+2
| | | | | | (bzr r8408)
| * Fix for bug LP #383244 (patch by Hannes Hochreiner)Nicolas Dufour2009-07-291-3/+7
| | | | | | (bzr r8360)
* | a quick workaround in order to avoid some invalid names for icc profiles.Felipe Corr??a da Silva Sanches2009-08-141-1/+13
|/ | | | | A complete sanitizer should be implemented later. (bzr r8050.1.10)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-1/+3
| | | (bzr r7985)
* 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)