c2bcbdd9645667ba2cd7c2713054da184b5a036c |
|
07-Dec-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
68a9dec2dcbd03200a6a2c65d3f04cf6a33a4fbc |
|
26-Jul-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Commented out tidy_operator_styled_whitespace (fixes bug 1477723). |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
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. |
cbbc40716074376b8327b9c3538b53dc5543b512 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_write_string() and sp_style_write_difference(). |
eee0f0302731da6ff8bde44411086ba6a9220dff |
|
05-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Prevent segfault when style string is null. |
ac314d4fb20659c99d07777bc2579d283c5550e6 |
|
28-Oct-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
"fix" some "unused parameter" warnings |
2cafd764b017a3bc7adaf7c8b5b9589b83922027 |
|
10-Sep-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
improve legibility |
35636e0c762d50c37515a072b12bdc0197afd24c |
|
28-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Improve code readability. |
c751b68e56ace7b9d649ee20b7f25ed1f65922e3 |
|
01-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Eliminate "unit-constants.h". |
9a8ade3834e2a67c1d95bcfc900ab36be37a03a5 |
|
19-Jun-2013 |
David Mathog <> |
changes_2013_05_22a.patch:
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. ) |
d61d2d7858ded67cc041d49e7c81a10a84c9e164 |
|
19-Mar-2013 |
jtx <javier.arraiza@marker.es> |
Fixing regression |
b411bf4b8d2be4d10c0c5371c3b282639ff47bcf |
|
17-Mar-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Working with widjets |
4ec1fe38fcc43323df707a5d7eb3b638cf55676e |
|
16-Mar-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
7fcaa5a74fb9115a7110b16473821458f39afaa5 |
|
12-Feb-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
A couple of forward declarations |
4ec2118d69b6f286b99e6d907fd9cf96f4f7cc9b |
|
26-May-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 903772 : Support --export-text-to-path when outputting plain SVG |
485045b504c5770299d6aae61d41a58b25daad14 |
|
25-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
(cppcheck and janitorial tasks:) C-style casting to C++-style casting |
b6b6fb614b494412013ec0cde6f9cd147e8207f3 |
|
15-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
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 |
8a0a34615f080ecd1c09986d8963d6afe5937a25 |
|
16-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of oudated/redundant SP_ITEM() macro use. |
b1e9412390109d31b8fac91c39b927536d3f0858 |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_PARENT C macro. |
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 ! |
7504891650ae3447082207acab671a49efa0ffb7 |
|
21-Oct-2010 |
Richard Hughes <cyreveatuserssourceforge> |
repr wasn't updated immediately after some text editing operations, which meant that if the file was immediately saved it might display wrong in other apps |
94a7d8c381721dce8f214ddc9fdb7aeb60efa6c9 |
|
03-Oct-2010 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
67bec49781a3a9674bccd85b8a7559ce72509375 |
|
05-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 3 |
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]. |
83eb6894f3d44e525bf8f34eb70bf0b26c16a47e |
|
14-May-2010 |
tavmjong-free <tavmjong@free.fr> |
Add dx (kerning), dy (vertical shifting), and rotate widgets to
text toolbar along with routines needed by them. |
950ccc6c98dbab31603a66a04b6101ab5a4752fc |
|
21-Dec-2009 |
buliabyak <> |
utilities and UI support for identifying truncated flowtext and text-on-path |
c35e882b037453a735cc6fbbd6b4475cf5afe602 |
|
04-Oct-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
Richard's patch for crash bug 402274 |
283b476d68aaebafad5c687c34438dd2fe00c1ef |
|
16-Feb-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
utilities for getting style at cursor, placing cursor at iterator or coordinates, getting cursor iterator; display char count when editing in text tool |
666500c0a174c01f70d96cb4addca246f5cbfa65 |
|
09-Feb-2009 |
JucaBlues <JucaBlues@users.sourceforge.net> |
gcc warning cleanup:
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement |
003725d316171849211106435e09bb28c59cd30c |
|
04-Dec-2008 |
verbalshadow <verbalshadow@users.sourceforge.net> |
NR -> 2geom some headers in src/ |
3c4284b7b55af39913632c3772b992ccf90c11ed |
|
28-Nov-2008 |
speleo3 <speleo3@users.sourceforge.net> |
bug #168370 (consider parent transform and viewBox) |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
6b76ef6bb3e9b4e1cc83e01cd81a55bbd0450989 |
|
18-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Next roud of NR ==> Geom conversion |
3da8c9f095f6e1d434809a58940f93585c58ebf3 |
|
11-Sep-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
convert almost all libnrtype to Geom:: |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
91de0e06695367f72d6717dd23b80a246d18512b |
|
31-Jul-2008 |
cyreve <cyreve@users.sourceforge.net> |
slight tweak to r19493 to ensure that there's no possibility that we might accidentally alter an SPString outside of the flowtext |
e555ddae73c3724d3204489d5bbe9ebc0a8fd861 |
|
31-Jul-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash when deleting whitespace in start of flowtext |
b2e43080dc09f00ebc89919b1adbded5203e8ee1 |
|
28-Jul-2008 |
sasilver <sasilver@users.sourceforge.net> |
codedread's patch to fix editing of text with a title or description (see bug 238093). |
8c1eca445dea3195aa0020a1ac2a5764d4c1560d |
|
18-Jul-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
add utility function for average linespacing |
e77e2e02d8ab186389f86e48b1834d95f51cf68d |
|
12-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions |
43d06c7da14a174c6b2b41f9849b0cf098de4770 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
plumb XML::Documents in everywhere |
6a8a01da560675f2557015c353be0c5810e34419 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
handle PI nodes |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
4afe6ce6ad98c33cff42076097036e7327f32ceb |
|
10-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
2f98c06c3de11661d4e440710cabac88be2a46bf |
|
25-Sep-2007 |
gbanaszk <gbanaszk@users.sourceforge.net> |
Revert back to old is_line_break_object() to fix problems with line breaks in first line of unflowed text. Reason for changing it in the first place was to match line break logic in sp-text.cpp but apparently this wasn't a good call. |
75f7b307c385c13cee15230618083631d3398c1a |
|
18-Jul-2007 |
gbanaszk <gbanaszk@users.sourceforge.net> |
Cleaned up logic of sp_te_delete to adhere to UI/logic layering. |
21717617b65f988f286cc3ad117de9ac88c54a18 |
|
17-Jul-2007 |
gbanaszk <gbanaszk@users.sourceforge.net> |
A few additions to ensure that editing trefs is not allowed (and doesn't cause a crash). Also allows all trefs within a selection to be 'unlinked'. |
29ad4e90d149629a444e2b7aab6b48ca5a709d3e |
|
11-Jul-2007 |
cyreve <cyreve@users.sourceforge.net> |
bug 1243190: add tref element support; limited editing support thus far (patch by gbanaszk) |
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 |
fa6a5ffc4cf7c7b97d623650e253e2aa67768f24 |
|
25-Jan-2007 |
acspike <acspike@users.sourceforge.net> |
replace sp_repr_new*s |
e1c04043fc65d6a82f330792f86a140b3ed324ad |
|
30-May-2006 |
rwst <rwst@users.sourceforge.net> |
removing some gcc4.1 warnings the right way |
9b6c50478ce8c03e775b9e77204377d4a8cc2b41 |
|
30-May-2006 |
rwst <rwst@users.sourceforge.net> |
revert patch 12062:12063, deemed unsafe, with better alternatives |
154233861dfd77145a5f637995fb1f009ad63b9e |
|
29-May-2006 |
rwst <rwst@users.sourceforge.net> |
use unions for type-punning to remove some gcc-4.1 warnings |
226d6d28236ad91c681c13bcf1cff4c1639b153b |
|
06-Feb-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r10887@tres: ted | 2006-02-05 23:16:41 -0800
Okay, I'm basically undoing the last commit that SVK screwed up. All
this work is not mine, it was done by other people. Sorry to mess
things up. |
3f77925d9430368418b9af29fbb5b0969b95bc47 |
|
06-Feb-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
|
0f50a90605daecbe4ab93c0b22352008d30fb8c2 |
|
05-Feb-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
fix recurstion gaffe, comment |
b805145b47f7cd899f0403240e5b8fcefbb28d47 |
|
05-Feb-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
sp_text_get_length_upto to count length recursively up to a given child |
81b8841ee7770bfb6f5d544c975e593b462ed02a |
|
21-Jan-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash when setting letterspacing at the end of a non-tspanned text |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |