summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-301-611/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
* A little cleaning up of attributes.Tavmjong Bah2016-06-111-50/+55
| | | (bzr r14977)
* Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah2016-01-091-1/+2
| | | (bzr r14569)
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-0/+1
| | | (bzr r14500.1.8)
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-151-1/+2
| | | (bzr r14416)
* Fix attributes unit test.Tavmjong Bah2015-05-171-1/+33
| | | (bzr r14158)
* Eliminate errors and reduce warnings.Tavmjong Bah2015-02-201-2/+9
| | | (bzr r13927)
* Update attributes unit test, expand style unit test and fix bug found.Tavmjong Bah2014-03-081-3/+6
| | | (bzr r13128)
* merge from trunk (r12487)su_v2013-08-291-2/+13
|\ | | | | (bzr r11668.1.75)
| * Fix attributes test listAlex Valavanis2013-08-031-2/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1202237 (bzr r12444)
* | changes_2013_05_22a.patch:David Mathog2013-06-191-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export). 2. Implements CSS 3 (and CSS 2) text-decoration support. Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance: text-decoration: underline solid is valid, but would break CSS2. Solid is the default, so that sort of case is written as: text-decoration: underline If the state is CSS3 specific all of the needed fields are of course include, like text-decoration: underline wavy red 3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces) 4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span. 5. It incorporates code to disable text decorations when text so marked is mapped onto a path. 6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts. 7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. ) (bzr r11668.1.71)
* 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)