aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
437c1cd94c72c1a38636a923cd9c0a95189596ad |
|
18-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix build (not pretty). |
956674adf5216f64428eb994f38a09b2cbaf7ca0 |
|
04-Apr-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix crash. If there are more crashes/issues related to references to undefined filters we should fix this in a more general way (e.g. not setting filter.set if invalid href)
Note that the file is still in a weird state, the stylesheet is not altered... |
825d17dcda4c2bbd3666cb981cf1c26111573017 |
|
18-Sep-2013 |
Martin Owens <doctormo@gmail.com> |
Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103 |
a75d303ef824ca146c5d6194c217b26c583e77ce |
|
26-Apr-2013 |
apenner <penner@vaxxine.com> |
modify bbox width for Blur filter in Fill & Stroke (Bug 1171208) |
9f6f7e74a1ded383518676e0ecb2ccc5caa73d25 |
|
22-Dec-2012 |
tavmjong-free <tavmjong@free.fr> |
Add support for color-interpolation-filters = linearRGB. |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
5a0c9c0d523287747d281c61c78cb529b1118778 |
|
29-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header tidying, suppress all gdk deprecation errors in gtkmm |
ae7d21f6b12a24dc9efc4a83401efbf3133f7f27 |
|
29-Aug-2011 |
tavmjong-free <tavmjong@free.fr> |
Add minimal support for reading color-interpolation and color-interpolation-filters
properties (however, Inkscape assumes sRGB everywhere at the moment).
Change color-interpolation-filters from attribute to style property in
sp-filter.cpp as it is not allowed as an attribute in a <filter> (it is
only allowed as an attribute in filter primitives).
Added color-interpolation-filters:sRGB to style when new filter is created
in filter-chemistry.cpp. |
36bb2154f1627a17c3591eb4d7f89335e8b5dadd |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Refactor SPItem bounding box methods: remove NRRect usage and make code
using them more obvious. Fix filter region computation. |
2bae64b1ab75adc139a543d9598712c824cbbd8d |
|
20-Aug-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Filters. More filters clean-up.
Filters. New Outline filter (rewrite).
Filters. Replace the default blend="normal" attribute with mode="normal" for the feBlend primitive. |
e898e8dd3fbc3e21f3a35f089a0d1c1dc6d48850 |
|
17-Jul-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded |
07b7f1aaaf1087716e784a50cf574a059f7018d3 |
|
04-Jun-2011 |
Jon A. Cruz <jon@joncruz.org> |
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT() gtk type function/macro. |
ca4d1d8972d64c1d1bfdd4b09d31f7b372074940 |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_STYLE 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 |
5bf9e75a4b436336bc542149de4df7d777ff5a50 |
|
24-Jul-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
Yet mor in c++ification |
7059798b454ecd2386eb02769ad8d9c6d9d5f98e |
|
14-Jul-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Merge redundant *-fns.h into respective filter headers.
Move gaussian blur to filters directory.
Blend filter effect. |
39e454bdef986f01ef929a38513fc09b4ae80e32 |
|
05-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++ification of SPObject continued along with the onset of XML Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8f |
|
29-Jun-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. |
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 |
d9a7c806ee7f408ddb61ff4f233c9d96111ee2b5 |
|
02-Jan-2009 |
johanengelen <johanengelen@users.sourceforge.net> |
Move filters into their own namespace Inkscape::Filters (from NR::) |
233df48c942f97d4a74649c2ecce38fc9fb03207 |
|
05-Dec-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
2geomify filter-chemistry |
6c3e745a94ef6b25a4ef9f018d350a7535aa45af |
|
21-Nov-2008 |
Ted Gould <ted@canonical.com> |
Merge from fe-moved |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
8b9a820756fdf348239872236be2257f854e094a |
|
06-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR::Maybe => boost::optional |
27802dfd0ec79acd49c0bf8a3b6cff62f9fd576c |
|
24-Jul-2008 |
kiirala <kiirala@users.sourceforge.net> |
Fixed regression: changing blend mode in layers dialog didn't work |
e77e2e02d8ab186389f86e48b1834d95f51cf68d |
|
12-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions |
5b83d8f8b1d91bad5d00fa014a9f73dee688a09a |
|
02-Jun-2008 |
kiirala <kiirala@users.sourceforge.net> |
Made possible to use blur on object that has a complex filter applied |
67b5fbc9e7143aae5ee83bea73d0ba3ff8b62115 |
|
02-Apr-2008 |
ishmal <ishmal@users.sourceforge.net> |
get_single_gaussian_blur_radius() ended without a return value. scalar, so use 0 |
ce2b2419b56b38d08c79720b2278f4b27e61d175 |
|
23-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
helper functions to access a single blur primitive in a filter |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
6a76d11d6466101b3be3f3d6ef7a61fa2ba3fefd |
|
19-Aug-2007 |
nicholasbishop <nicholasbishop@users.sourceforge.net> |
Filter effects dialog:
Lots of fixes for the light source controls for feDiffuseLighting and feSpecularLighting:
* Corrected feDistantLight name (was feDistanceLight)
* Corrected elevation attribute (was using azimuth)
* Corrected visibility of the light control widgets when changing filter primitives
* Changed the light source type combobox to show nothing if a filter light primitive has no light source |
d21f06832e860b1f1078c81ce082d450ca5dc3d7 |
|
22-Jul-2007 |
nicholasbishop <nicholasbishop@users.sourceforge.net> |
Filter effects dialog:
Created simple controls for feConvolveMatrix. Currently only handles attributes order and kernelMatrix. |
9aadd756cef197bd6b06ce8b66a61f35c10bff1a |
|
17-Jul-2007 |
nicholasbishop <nicholasbishop@users.sourceforge.net> |
Filter effects dialog:
* Prevent filter primitive connections to primitives that come after the selected primitive. |
c9f29ccf73d68064b0e869847ce640bd27b94b82 |
|
14-Jul-2007 |
nicholasbishop <nicholasbishop@users.sourceforge.net> |
Filter effects:
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h
* Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes |
2a2558985bdd7d96bcecb578cb2b6a5f50addd0c |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
use an accessor method to get filter from style |
3a8e479f331858946168c32bfc7622c9010b6680 |
|
27-Jun-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
switch SPStyle to using SPFilterReference for filters; sp_style_new now requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object |
2be579ebe9adb75296037faf3ed89d7a5f25bbbd |
|
24-Jun-2007 |
mental <mental@users.sourceforge.net> |
move blend after blur, and blend with background buffer (enabled as
necessary) |
6e369d7e74c36e07f5fb1e27d37923fbed7dd89c |
|
24-Jun-2007 |
mental <mental@users.sourceforge.net> |
initial filter UI code drop from Nick |
b93042846520d88136cc3f211ec0a4adc60780cf |
|
23-Jun-2007 |
kiirala <kiirala@users.sourceforge.net> |
Fixed a crash when changing blur of filtered object after duplicating it |
368622010cf5cb2dda801c6a3ad939e28757a635 |
|
23-Jun-2007 |
kiirala <kiirala@users.sourceforge.net> |
Using the blur slider no longer destroys filters already applied to the object |
6e3576be211b59b7d8a9e7afe3493d961c053b75 |
|
10-Mar-2007 |
mental <mental@users.sourceforge.net> |
Merge further bbox work |
460f0ebc13dac8431da5facea73dc9f9e3a41945 |
|
21-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 1662589: increase blur margins so that the cutoff is not noticeable (now at 2.4*radius, it is at 3e-3; previously at 2*radius it was 1.8e-2 and quite visible) |
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 |
e4f49c4ba152432d2b70f7fdd7c6bb0dcd351d1c |
|
17-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
safety check |
262f61c365788f89a49e4218865c3dc737512555 |
|
16-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix filter area clipping when blurring a squeezed object |
b53b8aff0aa55c2349ea10992daac23a929ae19f |
|
23-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
change API: separate functions creating a blur filter, one for a given item, another from the given matrix expansion and w/h |
dcc85626dc95ac855f9640f0e4727d7b9632f6e3 |
|
21-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
make blur slider a percentage; change opacity to 1..100 as well; ensure the filter margins are at least twice the blur radius |
9d27183139cfc5506d894f1a0335589a7066f608 |
|
07-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
new file for filter manipulation stuff |