| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix gradient position on document import (bug #1283193) | David Mathog | 2014-03-13 | 2 | -24/+66 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13145) | ||||
| * | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 2014-03-13 | 12 | -9/+54 |
| | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | ||||
| * | Render zero-width PDF lines as 1px lines compensated for current transform. | Krzysztof Kosi??ski | 2014-03-13 | 2 | -13/+9 |
| | | | | | | | | | Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143) | ||||
| * | pdfinput: Do not use an extremely ugly static variable in SvgBuilder | Krzysztof Kosi??ski | 2014-03-13 | 2 | -28/+30 |
| | | | | (bzr r13142) | ||||
| * | Remove redundant variable from SPFeImage | Krzysztof Kosi??ski | 2014-03-12 | 2 | -6/+2 |
| | | | | (bzr r13141) | ||||
| * | Disconnect before destroying URI | Krzysztof Kosi??ski | 2014-03-12 | 1 | -1/+1 |
| | | | | (bzr r13140) | ||||
| * | incorrect gradient transform on copy&paste.. committing for mathog | Raphael Rosch | 2014-03-12 | 4 | -4/+26 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139) | ||||
| * | Use NEAREST filter when transforming cache | Krzysztof Kosi??ski | 2014-03-12 | 1 | -0/+1 |
| | | | | (bzr r13138) | ||||
| * | Do not transform render cache for transforms which are not integer | Krzysztof Kosi??ski | 2014-03-12 | 1 | -16/+19 |
| | | | | | | | | | | translations - the entire cache was dirtied anyway in these cases. Fixes performance regression when zooming out. Fixed bugs: - https://launchpad.net/bugs/1288838 (bzr r13137) | ||||
| * | Allow ungrouping switches | Krzysztof Kosi??ski | 2014-03-12 | 1 | -1/+1 |
| | | | | (bzr r13136) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 20 | -800/+760 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Add a few more style tests. | Tavmjong Bah | 2014-03-11 | 1 | -3/+15 |
| | | | | (bzr r13134) | ||||
| * | Another typo... | Tavmjong Bah | 2014-03-11 | 1 | -1/+1 |
| | | | | (bzr r13133) | ||||
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 32 | -44/+15 |
| | | | | (bzr r13132) | ||||
| * | Fix random crashes when spraying in single path mode. | Krzysztof Kosi??ski | 2014-03-09 | 4 | -10/+28 |
| | | | | | | | | | Fixes LP bug #1274831 Fixed bugs: - https://launchpad.net/bugs/1274831 (bzr r13131) | ||||
| * | Remove useless r variable and warning | Martin Owens | 2014-03-08 | 1 | -6/+5 |
| | | | | (bzr r13130) | ||||
| * | Fix crashes caused by the desktop's query_style signal being called before | Krzysztof Kosi??ski | 2014-03-08 | 3 | -4/+12 |
| | | | | | | | | | | | the selection's changed signal was processed in the text tool. Also fix similar crashes in the gradient dragger. Fixes LP #1271004. Fixed bugs: - https://launchpad.net/bugs/1271004 (bzr r13129) | ||||
| * | Update attributes unit test, expand style unit test and fix bug found. | Tavmjong Bah | 2014-03-08 | 3 | -4/+62 |
| | | | | (bzr r13128) | ||||
| * | Reconnect correctly as documents are replaced. | Jon A. Cruz | 2014-03-08 | 5 | -127/+362 |
| | | | | | | Removed hardcoding to only a single panel. (bzr r13127) | ||||
| * | Symbols. Adding missing include. | Nicolas Dufour | 2014-03-07 | 1 | -1/+1 |
| | | | | (bzr r13126) | ||||
| * | Fix typo in "paint-order". | Tavmjong Bah | 2014-03-07 | 1 | -1/+1 |
| | | | | (bzr r13125) | ||||
| * | Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactive | Krzysztof Kosi??ski | 2014-03-07 | 1 | -1/+2 |
| | | | | | | renderer, since the latter uses Lanczos3 and is prohibitively slow. (bzr r13124) | ||||
| * | Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ↵ | Nicolas Dufour | 2014-03-06 | 2 | -2/+3 |
| | | | | | | | | | in description result in console warning). Fixed bugs: - https://launchpad.net/bugs/1288401 (bzr r13122) | ||||
| * | Take "preserveAspectRatio" into account in pattern. | Tavmjong Bah | 2014-03-06 | 1 | -10/+5 |
| | | | | (bzr r13121) | ||||
| * | Rewrite of pattern geometry code. Fix for 1288489. | Tavmjong Bah | 2014-03-06 | 1 | -35/+49 |
| | | | | (bzr r13120) | ||||
| * | WMF: fix for files with swapped W, H in the SETWINDOWEXT record | David Mathog | 2014-03-06 | 1 | -86/+81 |
| | | | | | | | | | EMF: code cleanup Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r13119) | ||||
| * | Derive ToolBase from sigc::trackable for easier slot management. | Krzysztof Kosi??ski | 2014-03-05 | 3 | -120/+104 |
| | | | | | | | Fix TextTool to use mem_fun instead of ptr_fun to avoid the generation of stale slots. (bzr r13118) | ||||
| * | When an externally linked image is modified, mark it for update instead | Krzysztof Kosi??ski | 2014-03-05 | 1 | -3/+1 |
| | | | | | | | | | | | of directly calling update() with a bogus ctx parameter. Prevents crash and fixes LP Bug #1278571. Fixed bugs: - https://launchpad.net/bugs/1278571 (bzr r13117) | ||||
| * | static code analysis: references for string classes that are function input ↵ | Kris De Gussem | 2014-03-04 | 2 | -268/+282 |
| | | | | | | parameters (bzr r13114) | ||||
| * | Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY ↵ | Tavmjong Bah | 2014-03-04 | 1 | -1/+3 |
| | | | | | | defined in coordinate system of viewBox. (bzr r13113) | ||||
| * | UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description ↵ | Nicolas Dufour | 2014-03-04 | 2 | -4/+4 |
| | | | | | | | | and degrees symbol as text). Translations. POT file and French translation update. (bzr r13112) | ||||
| * | Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning. | Tavmjong Bah | 2014-03-04 | 2 | -6/+5 |
| | | | | (bzr r13111) | ||||
| * | Remove dom/* code and replace two uses of dom/uri with uri. | Martin Owens | 2014-03-03 | 61 | -64075/+28 |
| |\ | | | | | (bzr r13107) | ||||
| | * | Merge to trunk | Martin Owens | 2014-02-28 | 50 | -624/+706 |
| | |\ | | | | | | | (bzr r13047.1.7) | ||||
| | * | | Improved uri testing | Martin Owens | 2014-02-28 | 1 | -19/+35 |
| | | | | | | | | | | (bzr r13047.1.6) | ||||
| | * | | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵ | Martin Owens | 2014-02-26 | 61 | -64092/+93 |
| | | | | | | | | | | | | | | | | ziptool to utils. (bzr r13047.1.5) | ||||
| | * | | Merge from trunk | Martin Owens | 2014-02-25 | 5 | -88/+153 |
| | |\ \ | | | | | | | | | (bzr r13047.1.4) | ||||
| | * \ \ | Merge from trunk | Martin Owens | 2014-02-25 | 17 | -76/+100 |
| | |\ \ \ | | | | | | | | | | | (bzr r13047.1.3) | ||||
| | * | | | | Not finished by improved data uri support | Martin Owens | 2014-02-20 | 3 | -3/+39 |
| | | | | | | | | | | | | | | | | (bzr r13047.1.2) | ||||
| | * | | | | Add data uri checking back into the code | Martin Owens | 2014-02-20 | 3 | -1/+25 |
| | | | | | | | | | | | | | | | | (bzr r13047.1.1) | ||||
| * | | | | | More memory leak fixes (Bug #1275170) | Kris De Gussem | 2014-03-03 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | (bzr r13105) | ||||
| * | | | | | code cleanup | Johan B. C. Engelen | 2014-03-03 | 1 | -18/+17 |
| | | | | | | | | | | | | | | | | (bzr r13104) | ||||
| * | | | | | no need to use bitfields here. The pre-commit code also looks confusingly ↵ | Johan B. C. Engelen | 2014-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | similar to initializer value (bzr r13103) | ||||
| * | | | | | change 0 to NULL for pointers | Johan B. C. Engelen | 2014-03-03 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | (bzr r13102) | ||||
| * | | | | | - fix memleak | Johan B. C. Engelen | 2014-03-03 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix { } usage - delete NULL is guaranteed to be OK - fix initialization (all paths will eventually init the var, but let the compiler figure that out, instead of a future programmer trying to locate a bug) (bzr r13101) | ||||
| * | | | | | Fix for W3C test suite filters-displace-01-f.svg. Don't set default ↵ | Tavmjong Bah | 2014-03-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | colorspace of external image. Also removed a problematic translation in rendering an internal image. (bzr r13100) | ||||
| * | | | | | Don't try to load JPG and PNG files with createChildDoc(). | Tavmjong Bah | 2014-03-03 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | (bzr r13099) | ||||
| * | | | | | Fixed includes for tools. | Markus Engel | 2014-03-02 | 44 | -606/+334 |
| | | | | | | | | | | | | | | | | (bzr r13097) | ||||
| * | | | | | fix scaling crash for clipped objects (Bug 1286647) | Alvin Penner | 2014-03-02 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1286647 (bzr r13096) | ||||
| * | | | | | Stop tracking SPDocuments as they are deleted. | Jon A. Cruz | 2014-03-02 | 2 | -30/+75 |
| | | | | | | | | | | | | | | | | (bzr r13095) | ||||
