4bf96339af907a30f499f5fa08790abe0b3c5926 |
|
29-Apr-2016 |
tavmjong-free <tavmjong@free.fr> |
Backout last commit as it introduced subtle errors. |
07863d7022116b416c3903f7b5c4388be3ab7c22 |
|
29-Apr-2016 |
tavmjong-free <tavmjong@free.fr> |
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. |
a3c27728560e19f7c710399f838dadeedac39249 |
|
01-Mar-2015 |
tavmjong-free <tavmjong@free.fr> |
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <meshpatch>.
Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option.
Per SVG WG decission at Sydney 2015 face-to-face meeting. |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
44ed6dfe15487cdc5a4c78b7d07fcfcd0164bc42 |
|
30-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Minor pass of header cleanup |
43a839137fd761b45d63feca17ce4ecbb045e179 |
|
28-Jul-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
noop: remove commented-out code that is dangerous and should not come back |
44ea1b04c405f7eefe2877e0db995bff3eaa8dc9 |
|
11-Jun-2014 |
mathog <> |
Fix for bugs 1318657 and 1298967 |
511b92d1b74c06a030217777e1dc7e2b2b222e7b |
|
13-Mar-2014 |
mathog <mathog@caltech.edu> |
Fix gradient position on document import (bug #1283193) |
c308dd7036d9e26b803010b4866c771d333a390a |
|
12-Mar-2014 |
insaner <launchpad@insaner.com> |
incorrect gradient transform on copy&paste.. committing for mathog |
a05e214c85bfcd2d1fa02cacaef56b2ec72a8867 |
|
21-Oct-2013 |
Markus Engel <markus.engel@tum.de> |
Fix mesh gradient tool. |
89319542fd8b538691bfa6da1a74a0fac88765ef |
|
31-Jul-2013 |
Markus Engel <markus.engel@tum.de> |
Removed placement news / explicit destructor calls. |
35087bff7509c736a32e0b74fd9ff0834bde7b6b |
|
07-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merge Object and subclasses. Merging of SP- and C-classes complete. |
eb4b5da8fbdf95f44ae7f0c950e9a07763ebb50f |
|
06-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged PaintServer and subclasses; moved Gradient classes to own files. |
980f39d0ea2b51d4b46d2ea552d9b8e02dbea8c2 |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewritten, as they aren't real classes. |
a2e796b608034e2c62290378d713058b8b58ef8f |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Added constructors to SP classes. |
6eb9b2ded6d52b92111c45dd220d539f35de3141 |
|
01-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Replaced calls to g_object_(un)ref with sp_object_(un)ref. |
54ad9fc9cd6da88557d0dcd6c17eb47c7bbb5551 |
|
01-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Prepared exchange of casting macros. |
51dc158adbe2c9d1df3c941cbf78b90944d1afc2 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Renamed virtual function names. |
883c5b2d5104c153708fdc513209d5694b489900 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Removed function pointers from SPObject and subclasses.
Added some missing virtual pads for classes that were hidden by preprocessor macros. |
c2c453d5c51ed43b2808ec70472271c89b3a699d |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Replaced calls to "pattern_new". |
4c0ce26a3d50888ea326789170588360b784e935 |
|
14-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Various changes. |
14d74a6e5a2787d4c05a9a487e3d050c4247fce8 |
|
23-Jan-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up more GObject type definitions |
aa616d06e4d76e488cf0cd994312a6bdb65ae9e2 |
|
20-Nov-2012 |
tavmjong-free <tavmjong@free.fr> |
Fix for #970355, radial gradient using object bounding box. |
e1d174615e7e9948c14d333478ee90b504e9cb97 |
|
10-Nov-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned int). |
5018d95ebe4fcf268f7751ecea14d477735924d9 |
|
19-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 643150 : Auto-palette swatches duplicated on copy and paste |
3631081d6a2243886b4a4a05a5e5dc3fd96d2390 |
|
21-Aug-2012 |
Markus Engel <markus.engel@tum.de> |
Added "virtual pad" to
- SPPaintServer
- SPPattern
- SPGradient
- SPStop
- SPLinearGradient
- SPMeshGradient
- SPMeshPatch
- SPMeshRow
- SPRadialGradient
As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style. |
3eb97a45889abb73fa05c413b45785ea682f07c5 |
|
25-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Fixing warnings. |
359a38ce40498397028473d956691915ed3e849a |
|
23-May-2012 |
tavmjong-free <tavmjong@free.fr> |
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). |
7645b14b26cbe760a0c6e9bb26779bdb9302c6c1 |
|
05-Apr-2012 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix crash (bug #941317) |
9c54d8e6dee330c19f895f29760af901190ab856 |
|
07-Mar-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
3dbef9568c08ebd9ce9c475b1fe6eeeae2d8952b |
|
14-Nov-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Add a tolerance-based hack, so that radial gradients with focus outside
the outer circle work reliably. Fixes #845153 |
9765a95c8d29033ae5d44065ff752ba1cb30c9b7 |
|
18-Sep-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix crash when previewing objectBoundingBox gradients |
f82648a60317274da892e5eccbaf3e8123b19fcb |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Remove NRRect from paint servers and temporary calculations |
2b8f70e957e36bd4fcdefa39efa5381ed3b7c9a6 |
|
28-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Port of 0.48.x branch revision 9781.
Cleanup of legacy code and casting that was breaking 64-bit gradient use.
Fixes bug #743530 and bug #778441. |
cdf00e35c7a595d6842fec239a6fb39228fe01a9 |
|
21-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) |
f68aabe351946119c80978525cd86564dd33e02f |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with 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. |
d616708f7747571c94108bb2e61a70d2da3768bd |
|
04-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 2 |
ec3cef722801728184cc83bd46740d0fdcadf908 |
|
04-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 1 |
e11d953841f9fb3d42e9a1655ecaf43e825b1058 |
|
18-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Correcting black gradient stops when swatches are set or drug. |
d9ffa851a6119a7730d683479bb80295fa31b09f |
|
18-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Correct behavior of gradient stops to extract color from swatch when color is drag-n-drop'ed or selected. |
094dc7c249a0253b9bbed67205e341a05b59eca7 |
|
12-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
SPObject c++ification finalized along with the beginning of XML Privatisation tweaks |
046ed087d5e6545bf509deb9dbf06e21f858bfbd |
|
11-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Stop setting of stops from getting url() reference colors. |
08c7fad9770a23c9f39bee80a844eee3b53f299c |
|
09-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of gradient swatch property and collection policy. |
e5a27fd62c20932a7c888d6c58087032763f2dc5 |
|
06-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch marker string. |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
040d951511fa76daf078fc39b02ccff2f7bf888c |
|
02-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Rough pass of Fill-n-Stroke swatch conversion. |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
b23821f12759411fa525cc3af32bea4fc98e21fb |
|
30-Jun-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. |
d3d05e96380600c50cb9bcad75baa6d3f98760c3 |
|
28-Jun-2010 |
Jon A. Cruz <jon@joncruz.org> |
Partial C++-ification of SPGradient |
ed4a2556d05cd99153de4af87e4816af5aae15ee |
|
22-Jun-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns |
7e32c19e78592fbf120af717222bf4185b4bc4e9 |
|
09-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Initial F&S dialog setting of swatch colors. |
9b8c0838b54555751f0647babbaadaa595741069 |
|
08-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of gradients and stops. |
ea4c3217d91f40557abd8519207aea1ad5ff1e68 |
|
06-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
New tab in Fill&Stroke dialog for swatch fills. |
ebc3de9a6a7213566564620ba99602df0ca8b64e |
|
04-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Added method to query "solid paint" status of SPGradient. |
09ba3247163582bf2e30e17c4c154aa259ce038a |
|
06-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily. |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
794be8829d13bcb54402980a3e99773e176f566f |
|
04-Apr-2009 |
jaspervdg <jaspervdg@users.sourceforge.net> |
Some extra comments. |
833c08758cda30e603c640ef35ba2da894caef77 |
|
03-Apr-2009 |
jaspervdg <jaspervdg@users.sourceforge.net> |
And now gradients should be (almost) perfect... The gradient vector is set up to be a good approximation to the "true" gradient and it is used consistently throughout (I hope).
Also some other, minor, tweaks and a small bugfix. |
7be2ab98c31fb8ee6a59c0ff8dca817a94e5840b |
|
01-Apr-2009 |
jaspervdg <jaspervdg@users.sourceforge.net> |
Fix for gradient code I committed recently (which accidentally used unsigned ints where it should not). |
0643e8d8cda20016145a6fd853cb32ca55628797 |
|
31-Mar-2009 |
jaspervdg <jaspervdg@users.sourceforge.net> |
Fix for helperfns_read_vector (which could go on trying to read numbers for ever) and some quality improvements to gradient rendering and feComponentTransfer handling. |
7079a43aa387066c2f67402d77dbe3db981b1054 |
|
31-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merge from trunk |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
15e3dcef1404b66dcfd4658e63d2323fc41b98f0 |
|
01-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
replace matrix division code. |
43d06c7da14a174c6b2b41f9849b0cf098de4770 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
plumb XML::Documents in everywhere |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
e7333a0a54c8d33b7397406dd76938aa430836d5 |
|
04-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
7d8d1e044686f7c573c01a7dee7f69d54397597b |
|
24-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Fixed unsafe hardcoding of buffer size |
569ef8f6dbacc8a8b0b933d02a806c2e091ce02b |
|
15-Sep-2007 |
joncruz <joncruz@users.sourceforge.net> |
Refactoring SPColor to C++ and removing legacy CMYK implementation |
530dbe4e20d1ce4aaee39c874e4282301e90a17e |
|
27-Aug-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
do the same remembering for stop opacity |
e9ddb5915978ddd65d9a7a96bfada29cf5213b3a |
|
27-Aug-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
calling parent's write method may reset the stop's color from repr if it was changed in the object but not yet written to repr; to fix it, remember the specified color before calling parent write |
dd64c910cbe8adab4ead2487a7284915dca9e4b5 |
|
21-Aug-2007 |
mental <mental@users.sourceforge.net> |
unify linear and radial gradients in same file (with appropriate note
about license) in preparation for refactoring |
a6c56b53321edf0acd9cac49f2b9882841b53051 |
|
06-Apr-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 1695287 |
d5aa28fb2a07a7b84526e9257f1302b66a61436f |
|
09-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 1502621 |
f8beeeb76fbc5e83ebbecccc6fc5aed10a6b4978 |
|
28-Feb-2007 |
mental <mental@users.sourceforge.net> |
refactor sp_svg_transform_write to return a dynamically-allocated string
-- dynamic allocation won't hurt you, but buffer overruns will! |
3caca4f8381f7ae35678d16074c2414c02a0c0ff |
|
21-Jan-2007 |
mental <mental@users.sourceforge.net> |
start switching sp_repr_new* over to XML::Document::create*, and rename create methods to match DOM |
d3054304136f26c32779ae991f150b4ede185328 |
|
08-Jan-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Gradient colors are recalculated when style or offset changes of stops. (for example when selecting a color in a swatch)
Now changing colors is interactive. |
02a3bc1e3a33a11493dbcda225ebad8a952f6735 |
|
29-Jul-2006 |
mental <mental@users.sourceforge.net> |
switch to sigc++ SPObject signals for SPGradient |
91ff754f4da47efc8f558ea87cfcf92f86934944 |
|
13-Mar-2006 |
pjrm <pjrm@users.sourceforge.net> |
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. |
f951374eef04129c6a0d213e7ab4d9ed2095ca69 |
|
15-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk trailing spaces removal. consistency through MD5 of binary |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |