summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Step 1. Remove junk and keep functionality.Martin Owens2012-11-301-1/+0
| | | (bzr r11894.1.1)
* 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)
* 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)
* Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-1/+0
| | | | | 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/+1
| | | | | | | | 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)
* Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain ↵Jon A. Cruz2010-01-021-0/+2
| | | | | | | | SVG". Fixes bug #500440. Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r8933)
* Cleanup of out-of-sync testsJon A. Cruz2009-10-091-4/+5
| | | (bzr r8751)
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-311-0/+1
| | | (bzr r7967)
* Added attributes to testJon A. Cruz2009-04-041-0/+2
| | | (bzr r7620)
* Updating tests to more recently added attributes.Jon A. Cruz2009-04-041-42/+42
| | | (bzr r7619)
* 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-1/+4
| | | | | | | - 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)
* Remove utest.Krzysztof Kosi??ski2008-12-301-1/+0
| | | (bzr r7042)
* 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)
* Warning and 'using' cleanup.Jon A. Cruz2008-12-081-2/+2
| | | (bzr r6970)
* 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)
* 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)
* Updated attributes-test.h to recognize filter effects attributes implemented ↵Niko Kiirala2008-01-061-9/+9
| | | | | since 0.45 (bzr r4404)
* Make sure that snapping attributes pass 'make check'Diederik van Lierop2007-12-171-6/+9
| | | (bzr r4250)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-0/+9
| | | | | 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)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-3/+3
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ↵Diederik van Lierop2007-04-121-4/+4
| | | | | document properties (bzr r2868)
* Adding more robust and detailed checks and messages.Jon A. Cruz2007-04-061-1/+12
| | | (bzr r2828)
* purge unused and considered-harmful has_abs_tolerancebulia byak2007-03-261-1/+0
| | | (bzr r2763)
* Updating tests for attributes now supportedBryce Harrington2007-01-131-33/+33
| | | (bzr r2206)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-211-0/+3
| | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-0/+10
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* Added virtual destructors for filter primitives. Corrected Niko Kiirala2006-06-221-4/+4
| | | | | | attributes-test: filterRes, filterUnits, primitiveUnits and stdDeviation are now recognized. (bzr r1259)
* Moved four more tests to CxxTestJon A. Cruz2006-05-011-0/+5
| | | (bzr r650)
* Updated to additions for <switch>Jon A. Cruz2006-04-271-2/+3
| | | (bzr r599)
* Adding new attributesJon A. Cruz2006-04-051-0/+2
| | | (bzr r425)
* Updated cases for attributes added in <color-profile> supportJon A. Cruz2006-04-041-3/+3
| | | (bzr r423)
* Converting attributes test to CxxTestJon A. Cruz2006-04-041-0/+487
(bzr r422)