| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 |
| | | | | (bzr r14907) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 1 | -1/+1 |
| | | | | (bzr r14639) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -3/+3 |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | cppification: GSList replaced by vectors (mostly related to gradients and ↵ | Marc Jeanmougin | 2015-12-06 | 1 | -1/+1 |
| | | | | | | meshes) (bzr r14504.1.2) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -2/+2 |
| | | | | (bzr r14463) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-08 | 1 | -5/+7 |
| |\ | | | | | (bzr r14059.2.11) | ||||
| | * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -11/+11 |
| | |\ | | | | | | | (bzr r13922.1.13) | ||||
| | * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -5/+5 |
| | | | | | | | | | | (bzr r13922.1.10) | ||||
| | * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r13922.1.5) | ||||
| | * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. (bzr r13922.1.1) | ||||
| * | | | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -3/+3 |
| | |/ |/| | | | (bzr r14059.2.1) | ||||
| * | | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 1 | -11/+11 |
| |/ | | | | | | | | <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. (bzr r13956) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -2/+1 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13809) | ||||
| * | Fix crash bug with cloned item with gradient. The fix does not solve the ↵ | Johan B. C. Engelen | 2014-07-23 | 1 | -0/+12 |
| | | | | | | | | | root cause, it only fixes the symptom. Fixed bugs: - https://launchpad.net/bugs/453067 (bzr r13465) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+1 |
| | | | | (bzr r12782) | ||||
| * | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -6/+6 |
| | | | | (bzr r11608.1.117) | ||||
| * | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -1/+1 |
| | | | | (bzr r11608.1.109) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ↵ | John Smith | 2012-11-28 | 1 | -0/+18 |
| | | | | | | never go away (bzr r11911) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -3/+4 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fix for 367548 : Invert doesnt work on objects with gradients | John Smith | 2012-09-23 | 1 | -8/+54 |
| | | | | (bzr r11696) | ||||
| * | Fix for 367548 : Invert doesnt work on objects with gradients | John Smith | 2012-09-22 | 1 | -0/+37 |
| | | | | (bzr r11694) | ||||
| * | Fix for 509891 : User defined linear gradient angle | John Smith | 2012-09-19 | 1 | -4/+42 |
| | | | | (bzr r11678) | ||||
| * | mesh gradient: fix bad indexing | Johan B. C. Engelen | 2012-05-25 | 1 | -0/+3 |
| | | | | (bzr r11417) | ||||
| * | gradient mesh: add NULL checks to fix crash? | Johan B. C. Engelen | 2012-05-25 | 1 | -5/+13 |
| | | | | (bzr r11416) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -74/+252 |
| | | | | (bzr r11406) | ||||
| * | Follow-up conversion from bool. | Jon A. Cruz | 2012-05-08 | 1 | -24/+13 |
| | | | | (bzr r11347) | ||||
| * | Fixing to use explicit enum types instead of generic guint & bool. | Jon A. Cruz | 2012-05-08 | 1 | -38/+56 |
| | | | | (bzr r11345) | ||||
| * | Adding checks to prevent null pointer dereferences | Kris De Gussem | 2012-05-04 | 1 | -4/+6 |
| | | | | (bzr r11325) | ||||
| * | gradient chemistry: fix null pointer dereference | Kris De Gussem | 2012-04-04 | 1 | -5/+8 |
| | | | | (bzr r11147) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -4/+6 |
| | | | | (bzr r11052) | ||||
| * | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 2012-01-07 | 1 | -1/+4 |
| | | | | (bzr r10858) | ||||
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 1 | -6/+8 |
| | | | | (bzr r10582.1.11) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+3 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 |
| | | | | | | | | 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 (bzr r10466) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -2/+2 |
| | | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -4/+4 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -4/+4 |
| | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -91/+92 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Pass removing some outdated C-macro use. | Jon A. Cruz | 2011-02-20 | 1 | -69/+70 |
| | | | | | | | (bzr r10059) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -22/+22 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -17/+16 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -17/+16 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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]. (bzr r9546.1.1) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
