summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes.Tavmjong Bah2012-12-221-3/+0
| | | (bzr r11969)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+3
| | | (bzr r11406)
* 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-141-0/+2
| | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-0/+2
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* 1) Use the "snap guides" button both for guides being snap sources, as well ↵Diederik van Lierop2011-08-231-1/+1
| | | | | | | as for guides being snap targets 2) Remove some redundant guide-snapping code from the object snapper, (bzr r10576)
* Some code cosmetics and commentsDiederik van Lierop2011-08-221-16/+15
| | | (bzr r10570)
* Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-1/+1
| | | | | a single array, instead of each having its own member variable (bzr r10569)
* Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-0/+1
| | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
* - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-0/+2
| | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
* 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)
* Fix for Bug #586955 (the unit for user defined document size is not ↵Nicolas Dufour2010-09-261-0/+1
| | | | | refreshed if document is reopen). (bzr r9793)
* Cleanup of gradient swatch property and collection policy.Jon A. Cruz2010-07-091-0/+1
| | | (bzr r9602)
* Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan2010-02-211-1/+3
| | | | | inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored). (bzr r9103.1.1)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-2/+6
| | | (bzr r8952)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+2
| | | (bzr r8855)
* Removed sodipodi:versionJon A. Cruz2009-06-091-1/+0
| | | (bzr r8029)
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-311-2/+2
| | | (bzr r7967)
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-2/+4
| | | (bzr r7200)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-2/+5
| | | | | | | - 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)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-0/+1
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* Merge from fe-movedTed Gould2008-11-211-1/+0
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-0/+1
| | | (bzr r6885)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-081-1/+1
| | | | | snap to intersections of line-segments) (bzr r6597)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)
* * implemented handling of font-style, font-variant, font-weight, and Felipe Corr??a da Silva Sanches2008-05-121-7/+7
| | | | | | | font-stretch attributes on font-face tags * fixed typo on v-ideographic attribute on attributes.cpp * fixed typo on src/sp-font-face.h (bzr r5652)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-0/+1
| | | (bzr r5600)
* Snap to page borderDiederik van Lierop2008-03-121-0/+1
| | | (bzr r5059)
* Fixed run-time errorJon A. Cruz2008-02-271-4/+4
| | | (bzr r4877)
* more boilerplate for SVGFontsFelipe Corr??a da Silva Sanches2008-02-271-0/+50
| | | (bzr r4872)
* more SVGFonts boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+8
| | | (bzr r4867)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-0/+1
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-051-1/+1
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-0/+1
| | | | | currently. (bzr r4389)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-7/+12
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Add global snapping toggleDiederik van Lierop2007-12-121-0/+1
| | | (bzr r4221)
* Snap to intersections of line segmentsDiederik van Lierop2007-11-141-0/+2
| | | (bzr r4082)
* Improve the user interaction for snapping of bounding boxes, and add an new ↵Diederik van Lierop2007-11-051-0/+2
| | | | | tab in document properties for detailed snapping options (bzr r4033)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-0/+1
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* Implement snapping of guides while dragging them, and snap TO item centers ↵Diederik van Lierop2007-08-281-0/+1
| | | | | (we only had snapping FROM item centers so far) (bzr r3603)
* Remember last used style for single 3D box faces (also fixes bug with ↵Maximilian Albert2007-08-161-0/+1
| | | | | wrongly assigned faces for duplicated boxes, e.g.) (bzr r3481)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+4
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* 1) Make snapping of object's center optional 2) Optimize snapping ↵Diederik van Lierop2007-08-061-0/+1
| | | | | preferences dialog (bzr r3399)
* Write/read perspectives to/from SVG; store ratios of the distances from ↵Maximilian Albert2007-08-061-0/+1
| | | | | corners to VPs (preparation for dragging) (bzr r3388)
* Rearrange snapping preferences, put distinction between paths and nodes back ↵Diederik van Lierop2007-08-031-0/+2
| | | | | in, and a bit of refactoring (bzr r3361)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-8/+2
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-201-0/+10
| | | | | feSpecularLighting filter primitives (bzr r3269)
* Write distinguished corners of 3D boxes to the svg representation from which ↵Maximilian Albert2007-07-141-0/+5
| | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239)
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-291-0/+3
| | | (bzr r3041)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-10/+0
| | | (bzr r2904)