| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1 | Johan B. C. Engelen | 2013-11-13 | 1 | -1/+5 | |
| | | | | (bzr r12806) | |||||
| * | Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when ↵ | Tavmjong Bah | 2013-11-12 | 2 | -7/+22 | |
| | | | | | | | | | zoomed in" Setting style to include "image-rendering:optimizeSpeed" will cause nearest neighbor filter to be used in downscaling. (bzr r12796) | |||||
| * | Fix for Bug #1249390 (filter with feImage with empty href crashes inkscape). | Nicolas Dufour | 2013-11-11 | 1 | -0/+4 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1249390 (bzr r12790) | |||||
| * | Fix blurry pattern fills on text objects (blocker bug #1005892). | Krzysztof Kosi??ski | 2013-11-01 | 2 | -31/+43 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12760) | |||||
| * | suppress uninitialized variables (x and y) warning, don't ask why... g++'s ↵ | Johan B. C. Engelen | 2013-10-29 | 1 | -2/+5 | |
| | | | | | | warningsystem gives false-positive for many permutations of the code in this function (bzr r12751) | |||||
| * | fix code: prevent cornercase from crashing | Johan B. C. Engelen | 2013-10-29 | 1 | -33/+31 | |
| | | | | (bzr r12745) | |||||
| * | suppress warning | Johan B. C. Engelen | 2013-10-29 | 1 | -0/+1 | |
| | | | | (bzr r12744) | |||||
| * | supress some compiler warnings | Johan B. C. Engelen | 2013-10-29 | 1 | -4/+2 | |
| | | | | (bzr r12743) | |||||
| * | Replace deprecated thread protection macros | Alex Valavanis | 2013-10-15 | 1 | -5/+1 | |
| | | | | (bzr r12690) | |||||
| * | cppcheck | Kris De Gussem | 2013-10-13 | 1 | -2/+1 | |
| | | | | (bzr r12680) | |||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 3 | -24/+25 | |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | |||||
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 1 | -1/+1 | |
| | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | |||||
| * | Rewrite the internals of the unit code for somewhat better performance | Krzysztof Kosi??ski | 2013-10-05 | 2 | -11/+11 | |
| | | | | (bzr r12661) | |||||
| * | Remove unnecessary warning | Krzysztof Kosi??ski | 2013-10-04 | 1 | -1/+0 | |
| | | | | (bzr r12654) | |||||
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 5 | -25/+22 | |
| | | | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | |||||
| * | Fix possible bug in DrawingItem code | Krzysztof Kosi??ski | 2013-10-01 | 1 | -0/+4 | |
| | | | | (bzr r12647) | |||||
| * | Revert render svg:patern segment for fill and stroke | Martin Owens | 2013-10-01 | 2 | -3/+3 | |
| | | | | (bzr r12646) | |||||
| * | Minor improvements to DrawingItem code and documentation | Krzysztof Kosi??ski | 2013-10-01 | 1 | -8/+37 | |
| | | | | (bzr r12645) | |||||
| * | fix memleak | Johan B. C. Engelen | 2013-09-30 | 1 | -3/+9 | |
| | | | | (bzr r12633) | |||||
| * | fix leaking of transforms | buliabyak | 2013-09-28 | 1 | -0/+1 | |
| | | | | (bzr r12624) | |||||
| * | clear paints on delete to release reffed paintservers, fixes leaking of ↵ | buliabyak | 2013-09-28 | 1 | -0/+2 | |
| | | | | | | gradients (bzr r12623) | |||||
| * | Allow pixmaps to specify their width and height to control/knots. Allows ↵ | Martin Owens | 2013-09-28 | 2 | -117/+78 | |
| | | | | | | non-square nodes. (bzr r12605) | |||||
| * | Use Cairo 1.10 blend operators to render feBlend | Krzysztof Kosi??ski | 2013-09-26 | 1 | -134/+30 | |
| | | | | (bzr r12600) | |||||
| * | The downscaling fix is already in Cairo trunk. | Krzysztof Kosi??ski | 2013-09-26 | 2 | -120/+4 | |
| | | | | | | Therefore, remove the image scaling hack from drawing-image.cpp. (bzr r12599) | |||||
| * | Proper fix for bug 1127103 (Filter changes color when object flipped.) | Tavmjong Bah | 2013-09-25 | 1 | -10/+8 | |
| | | | | (bzr r12590) | |||||
| * | Fix the text filter issue and revert many changes. | Martin Owens | 2013-09-20 | 3 | -9/+15 | |
| | | | | (bzr r12556) | |||||
| * | Fix type mismatch for platforms where gsize is not unsigned long | Krzysztof Kosi??ski | 2013-09-19 | 1 | -2/+2 | |
| | | | | (bzr r12537) | |||||
| * | Revert some agressive changes and allow a seperate filter bbox for FER, ↵ | Martin Owens | 2013-09-19 | 3 | -4/+15 | |
| | | | | | | should be refactored at some point. (bzr r12536) | |||||
| * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 8 | -19/+23 | |
| |\ | | | | | (bzr r12532) | |||||
| | * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 5 | -45/+146 | |
| | |\ | | | | | | | (bzr r11608.1.121) | |||||
| | * \ | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 8 | -189/+476 | |
| | |\ \ | | | | | | | | | (bzr r11608.1.120) | |||||
| | * | | | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -4/+8 | |
| | | | | | | | | | | | | | (bzr r11608.1.117) | |||||
| | * | | | Merged from trunk (r12441). | Markus Engel | 2013-07-31 | 1 | -31/+15 | |
| | |\ \ \ | | | | | | | | | | | (bzr r11608.1.112) | |||||
| | * | | | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 7 | -15/+15 | |
| | | | | | | | | | | | | | | | | (bzr r11608.1.111) | |||||
| * | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 6 | -215/+539 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | |||||
| * | | | | | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox. | Martin Owens | 2013-09-18 | 5 | -16/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528) | |||||
| * | | | | | Remove compute drawbox and replace with area_elarge, make sure we use bbox | Martin Owens | 2013-09-17 | 3 | -21/+3 | |
| | | | | | | | | | | | | | | | | (bzr r12525) | |||||
| * | | | | | Scale rendering of pattern fill of text when chaning zoom level; partial fix ↵ | Diederik van Lierop | 2013-09-15 | 1 | -1/+1 | |
| | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | for blocker bug #1005892; this reinstates a line that was commented out in rev. 12488 Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12523) | |||||
| * | | | | Do not recompress images when embedding and generating PDFs. | Krzysztof Kosi??ski | 2013-09-14 | 3 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516) | |||||
| * | | | | Fix serious bug in recent GdkPixbuf / Cairo interop rework | Krzysztof Kosi??ski | 2013-09-14 | 1 | -4/+3 | |
| | | | | | | | | | | | | | (bzr r12515) | |||||
| * | | | | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 5 | -43/+138 | |
| | |_|/ |/| | | | | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | |||||
| * | | | merge from trunk (r12487) | su_v | 2013-08-29 | 4 | -200/+82 | |
| |\ \ \ | | | | | | | | | (bzr r11668.1.75) | |||||
| | * | | | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 2 | -9/+2 | |
| | | | | | | | | | | | | | (bzr r12380.1.62) | |||||
| | * | | | Merge from trunk. | Matthew Petroff | 2013-08-01 | 1 | -31/+15 | |
| | |\ \ \ | | | |/ | | |/| | (bzr r12380.1.57) | |||||
| | | * | | Fix selection of images in outline mode. Fixes LP #1089702 | Krzysztof Kosi??ski | 2013-07-31 | 1 | -31/+15 | |
| | | |/ | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1089702 (bzr r12440) | |||||
| | * | | Removed "helper/units.h" from "display/canvas-grid.cpp". | Matthew Petroff | 2013-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r12380.1.36) | |||||
| | * | | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 2 | -34/+27 | |
| | | | | | | | | | | (bzr r12380.1.28) | |||||
| | * | | Ported "display/canvas-grid.*" and "display/canvas-axonomgrid.*". | Matthew Petroff | 2013-07-18 | 3 | -166/+78 | |
| | | | | | | | | | | (bzr r12380.1.25) | |||||
| | * | | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*". | Matthew Petroff | 2013-07-17 | 2 | -2/+2 | |
| | |/ | | | | | (bzr r12380.1.21) | |||||
| * | | merge from trunk (r12380) | su_v | 2013-06-19 | 3 | -2/+12 | |
| |\| | | | | | (bzr r11668.1.72) | |||||
