| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | Prevent crash when "vector" doesn't exist (i.e. for mesh gradient). | Tavmjong Bah | 2015-08-25 | 1 | -1/+3 |
| | | | | (bzr r14324) | ||||
| * | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 2015-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -1/+19 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Fix build | Liam P. White | 2014-10-15 | 1 | -0/+1 |
| | | | | | | | (bzr r13616) | ||||
| | * | Post-merge cleanup. | Jon A. Cruz | 2014-10-15 | 1 | -1/+19 |
| | | | | | | | (bzr r13615) | ||||
| | * | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+5 |
| | | | | | | | (bzr r13611.1.1) | ||||
| * | | fix compliance test pservers-pattern-03-f - using fallback when pattern is empty | Tomasz Boczkowski | 2014-05-16 | 1 | -0/+5 |
| |/ | | | (bzr r13341.1.34) | ||||
| * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -1/+0 |
| |\ | | | | | (bzr r11608.1.120) | ||||
| | * | cppcheck: c-style casts > c++ style casts | Kris De Gussem | 2013-08-04 | 1 | -1/+1 |
| | | | | | | | (bzr r12466) | ||||
| * | | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -32/+4 |
| | | | | | | | (bzr r11608.1.117) | ||||
| * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -4/+1 |
| | | | | | | | (bzr r11608.1.86) | ||||
| * | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 1 | -27/+7 |
| | | | | | | | (bzr r11608.1.82) | ||||
| * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -4/+12 |
| | | | | | | | (bzr r11608.1.67) | ||||
| * | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | | | | (bzr r11608.1.63) | ||||
| * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.57) | ||||
| * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -40/+5 |
| |\| | | | | | (bzr r11608.1.56) | ||||
| | * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -27/+3 |
| | | | | | | | (bzr r12064) | ||||
| * | | Replaced calls to "pattern_new". | Markus Engel | 2013-03-29 | 1 | -2/+6 |
| | | | | | | | (bzr r11608.1.54) | ||||
| * | | Added "virtual pad" to | Markus Engel | 2012-08-21 | 1 | -6/+26 |
| |/ | | | | | | | | | | | | | | | - 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. (bzr r11608.1.35) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | (bzr r11011) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+0 |
| | | | | (bzr r10582.1.5) | ||||
| * | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+3 |
| | | | | (bzr r10582.1.4) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -1/+1 |
| | | | | (bzr r10339) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -0/+11 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 1 | -5/+18 |
| | | | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | | | | (bzr r10025) | ||||
| * | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -31/+7 |
| |\| | | | | | (bzr r9508.1.52) | ||||
| | * | Cleanup of gradient swatch property and collection policy. | Jon A. Cruz | 2010-07-09 | 1 | -14/+6 |
| | | | | | | | (bzr r9602) | ||||
| | * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -7/+2 |
| | | | | | | | (bzr r9542) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -92/+0 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns | Krzysztof Kosi??ski | 2010-06-22 | 1 | -0/+32 |
| |/ | | | (bzr r9508.1.1) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -2/+11 |
| | | | | (bzr r9169) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -9/+37 |
| | | | | (bzr r9153) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -2/+2 |
| | | | | (bzr r6887) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 1 | -1/+1 |
| | | | | (bzr r4052) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -2/+2 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+163 |
| (bzr r1) | |||||
