92f4105d56c2e3bc1e9fdff74ffd1330353f0768 |
|
09-Dec-2015 |
tavmjong-free <tavmjong@free.fr> |
Remove unused header file. |
b9efc33ba168a5374613d10fbbc85738ccc677b2 |
|
28-Apr-2015 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc |
b8a32510d8dff5da727979ebeb4b937e5991c821 |
|
28-Apr-2015 |
Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> |
removed a few "using Inkscape::Util::GSListConstIterator" |
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. |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
153362cd6667a5a3eaf7549513643fe1f8855268 |
|
24-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
Units: make it absolutely clear that Document properties unit dropdown is for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units.
Change all code to use either Display units OR svg units. |
9d6dee07e095667e90f8807071ed5626d9fe7aa4 |
|
18-Mar-2014 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295. |
2238559b1acb6cb7b91188901478dd99e5e02518 |
|
09-Mar-2014 |
Martin Owens <doctormo@gmail.com> |
Remove unused includes to tidy up the code. |
436f96f0dc43f3a7ea8f02ca96d7e38f42d2779f |
|
10-Feb-2014 |
apenner <penner@vaxxine.com> |
Extensions->Render submenu. Scaling into document units for grid.cpp (Bug 1240455) |
d16495c17bbc27ff37e18ea3eb61f6b07448152a |
|
27-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added viewBox implement document unit support. |
77c7ff125b9cf3d212f719f5dd1cbe67b51cf8e9 |
|
07-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Adding inclusion of config.h where needed for threads.h check. |
a53fd00014de5e3469827acbab0e4cce9ed39087 |
|
06-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Added configure/ifdef guards to only bring in the needed #include if glibmm has it. |
253ced74a9eaba9a1fab5e20628e27b1d03a4612 |
|
04-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Correct to compile against recent gtkmm, including updated macports versions. Fixes bug #1179338. |
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. |
653120e3d1bee132d5e36aa09ffd9e1835d0567b |
|
30-Mar-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions:
* New isometric grid.
* All grids are now grouped in Render>Grids.
Translations:
* inkscape.pot update. |
60282e8335d7b6ae7020613bb22c7c69a6909fbb |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_REPR C macro. |
57e8d5fd57a890842b51a13207e222fcf953816c |
|
10-Sep-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Consistency fix and UI improvements (internal extensions and filters). |
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. |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
a5d4ad5bb1f7aef41ad04b5b35c41bf9f47a8795 |
|
27-May-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Localized float values in SVG due to internal extensions, %f in printf (bug #586063) |
27571e29e23cac36797c5dd0290a996acc8798be |
|
21-Apr-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Fix Render>Grid extension (Bug #401567). |
d703e5d08553a3dd5eb4f0a11040de79071bdcfb |
|
06-Apr-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Revert the inverted coordinate system fix. 3D Boxes and guides
require an XML-level backwards compatibility mechanism to fix properly,
and it's too late in the 0.48 cycle to introduce it. |
16d76d26e4fa5c295d19cc7544f9aeebd8325d76 |
|
03-Apr-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix grid extension |
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. |
a02211fee45e7402a822d3f81bc0ed49233718e5 |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
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 |
9eed1886cdd1a3412687d10ccf99a6aaadd89154 |
|
21-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
release reprs properly |
17d87f5698f5c2958d38c6a6207c7b322a7adaf9 |
|
13-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR:: to Geom:: for most of src/extension/ |
8b9a820756fdf348239872236be2257f854e094a |
|
06-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR::Maybe => boost::optional |
e4a9f366dbcb54f76b8c42869fa6873808132357 |
|
22-Apr-2008 |
gouldtj <gouldtj@users.sourceforge.net> |
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them. |
4afe6ce6ad98c33cff42076097036e7327f32ceb |
|
10-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
70d3ef426bda4739aa91ca9b913516de190ff2c6 |
|
30-Oct-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r16677@shi: ted | 2007-10-17 19:31:04 -0700
Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from
having to know if the document has changed, and keep track of that. This allows them to optimize their performance
when doing things like live effects. |
1c954df5d7f214580761f55fdd9470e893d1a032 |
|
27-Jun-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r15481@tres: ted | 2007-05-22 09:56:22 -0700
Switching to sigc::signal so it actually works. |
70ca1c6d6d56358edcb0762fabaf27943da42ab3 |
|
27-Jun-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r15480@tres: ted | 2007-05-20 23:51:34 -0700
The basics are all working, no call back from the preferences yet.
That's the next step. But the dialogs appear correctly, and it works in
the background. |
863a77a455e4c43b6991eee93b7a74434bab5718 |
|
13-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
extend the range of spacings |
d414fe3e051a6fced9010f6b610fdca5c7285304 |
|
11-Mar-2007 |
mental <mental@users.sourceforge.net> |
Switch selection bounds and center to use NR::Maybe, addressing most of the
recent bbox regressions. |
ac33151cfb8293b8b7f7d3882f75dd779e4346d9 |
|
24-Jan-2007 |
mental <mental@users.sourceforge.net> |
switch to using SVG::PathString for building paths |
8871aad0a4bfe7cd313a7e4c8655b37f70531d1a |
|
22-Jan-2007 |
mental <mental@users.sourceforge.net> |
refactor grid extension to reduce amount of redundant code |
89c06dcb4fdcf35ccb3c97548a8924393c709778 |
|
21-Jan-2007 |
acspike <acspike@users.sourceforge.net> |
continue switching sp_repr_new* over to XML::Document::create* |
b6762397958494660febc919569744b042bdc381 |
|
06-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11676@tres: ted | 2006-05-05 21:45:20 -0700
Switching over to AutoGUI. |
a6988c83e9af8585b15319bf204be9382260b739 |
|
30-Jan-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Making it so all the important strings in the INX files are
translateable. Also added in a 'clear-n_.h' to change the N_() macro
from an inline function to a pure macro.
Lastly, added in submenus for the effects. |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |