index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
attributes-test.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop unused cxxtest fork in favour of Googletest
Alex Valavanis
2016-08-30
1
-611
/
+0
*
A little cleaning up of attributes.
Tavmjong Bah
2016-06-11
1
-50
/
+55
*
Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.
Tavmjong Bah
2016-01-09
1
-1
/
+2
*
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
2015-12-05
1
-0
/
+1
*
Add new 'writing-mode' values, remove 'block-progression', fix a few typos.
Tavmjong Bah
2015-10-15
1
-1
/
+2
*
Fix attributes unit test.
Tavmjong Bah
2015-05-17
1
-1
/
+33
*
Eliminate errors and reduce warnings.
Tavmjong Bah
2015-02-20
1
-2
/
+9
*
Update attributes unit test, expand style unit test and fix bug found.
Tavmjong Bah
2014-03-08
1
-3
/
+6
*
merge from trunk (r12487)
su_v
2013-08-29
1
-2
/
+13
|
\
|
*
Fix attributes test list
Alex Valavanis
2013-08-03
1
-2
/
+13
*
|
changes_2013_05_22a.patch:
David Mathog
2013-06-19
1
-0
/
+3
|
/
*
Step 1. Remove junk and keep functionality.
Martin Owens
2012-11-30
1
-1
/
+0
*
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
2012-02-14
1
-0
/
+2
*
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
2011-10-08
1
-0
/
+2
*
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
2011-08-22
1
-1
/
+0
*
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
2011-06-30
1
-0
/
+1
*
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
2011-06-26
1
-0
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain SVG"...
Jon A. Cruz
2010-01-02
1
-0
/
+2
*
Cleanup of out-of-sync tests
Jon A. Cruz
2009-10-09
1
-4
/
+5
*
Store the maximized state in the document (closes bug #168422)
Diederik van Lierop
2009-05-31
1
-0
/
+1
*
Added attributes to test
Jon A. Cruz
2009-04-04
1
-0
/
+2
*
Updating tests to more recently added attributes.
Jon A. Cruz
2009-04-04
1
-42
/
+42
*
Add buttons for snapping to grids and/or guides
Diederik van Lierop
2009-01-28
1
-2
/
+4
*
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
2009-01-18
1
-1
/
+4
*
Remove utest.
Krzysztof Kosi??ski
2008-12-30
1
-1
/
+0
*
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
2008-12-14
1
-0
/
+1
*
Warning and 'using' cleanup.
Jon A. Cruz
2008-12-08
1
-2
/
+2
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+0
*
From trunk
Ted Gould
2008-10-27
1
-0
/
+1
*
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
2008-08-08
1
-1
/
+1
*
Next steps in implementing the snapping indicator
Diederik van Lierop
2008-05-04
1
-0
/
+1
*
Snap to page border
Diederik van Lierop
2008-03-12
1
-0
/
+1
*
Updated attributes-test.h to recognize filter effects attributes implemented ...
Niko Kiirala
2008-01-06
1
-9
/
+9
*
Make sure that snapping attributes pass 'make check'
Diederik van Lierop
2007-12-17
1
-6
/
+9
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-0
/
+9
*
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
2007-10-24
1
-3
/
+3
*
Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ...
Diederik van Lierop
2007-04-12
1
-4
/
+4
*
Adding more robust and detailed checks and messages.
Jon A. Cruz
2007-04-06
1
-1
/
+12
*
purge unused and considered-harmful has_abs_tolerance
bulia byak
2007-03-26
1
-1
/
+0
*
Updating tests for attributes now supported
Bryce Harrington
2007-01-13
1
-33
/
+33
*
AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...
Johan B. C. Engelen
2006-09-21
1
-0
/
+3
*
Added skeleton files for other filter primitives' SP-objects. Added blur slid...
Hugo Rodrigues
2006-08-02
1
-0
/
+10
*
Added virtual destructors for filter primitives. Corrected
Niko Kiirala
2006-06-22
1
-4
/
+4
*
Moved four more tests to CxxTest
Jon A. Cruz
2006-05-01
1
-0
/
+5
*
Updated to additions for <switch>
Jon A. Cruz
2006-04-27
1
-2
/
+3
*
Adding new attributes
Jon A. Cruz
2006-04-05
1
-0
/
+2
*
Updated cases for attributes added in <color-profile> support
Jon A. Cruz
2006-04-04
1
-3
/
+3
*
Converting attributes test to CxxTest
Jon A. Cruz
2006-04-04
1
-0
/
+487