| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge in connector cleanup | Martin Owens | 2013-01-11 | 1 | -3/+0 |
| |\ | | | | | (bzr r12015) | ||||
| | * | Step 1. Remove junk and keep functionality. | Martin Owens | 2012-11-30 | 1 | -3/+0 |
| | | | | | | | (bzr r11894.1.1) | ||||
| * | | clip path visual bbox refresh, second try (Bug 1005085) | Alvin Penner | 2012-12-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r12005) | ||||
| * | | Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive ↵ | John Smith | 2012-12-11 | 1 | -2/+0 |
| | | | | | | | | | | | is present (bzr r11950) | ||||
| * | | reverting rev 11944 | Alvin Penner | 2012-12-10 | 1 | -1/+0 |
| | | | | | | | (bzr r11946) | ||||
| * | | clip path bbox refresh. partial fix for Bug 1005085 | Alvin Penner | 2012-12-10 | 1 | -0/+1 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r11944) | ||||
| * | cppcheck: use gobject casts in sp-item | Alex Valavanis | 2012-10-27 | 1 | -37/+35 |
| | | | | (bzr r11837) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fix for 181473 : Patch for Layers drag and drop crash | John Smith | 2012-07-08 | 1 | -1/+1 |
| | | | | (bzr r11531) | ||||
| * | Fix for 181473 : Layers drag and drop | John Smith | 2012-07-05 | 1 | -0/+46 |
| | | | | (bzr r11526) | ||||
| * | UI. Filtered objects count (patch by David Mathog). | Nicolas Dufour | 2012-05-11 | 1 | -0/+13 |
| | | | | | | Translations. Inkscape.pot and French translation update. (bzr r11355) | ||||
| * | Adding checks to prevent null pointer dereferences | Kris De Gussem | 2012-05-04 | 1 | -9/+13 |
| | | | | (bzr r11325) | ||||
| * | Fix stroke-width scaling issue | Diederik van Lierop | 2012-04-08 | 1 | -15/+26 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/825840 - https://launchpad.net/bugs/959223 (bzr r11186) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -3/+3 |
| | | | | (bzr r10987) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -4/+10 |
| | | | | (bzr r10659) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -1/+1 |
| | | | | (bzr r10655) | ||||
| * | Do not apply the fix of rev. #10624 to all types of items | Diederik van Lierop | 2011-09-17 | 1 | -7/+16 |
| | | | | (bzr r10636) | ||||
| * | Obey to dont-scale-strokewidth preference, even when scaling one dimension ↵ | Diederik van Lierop | 2011-09-06 | 1 | -3/+30 |
| | | | | | | | | | to zero or infinite Fixed bugs: - https://launchpad.net/bugs/825840 (bzr r10624) | ||||
| * | Fix incorrect marker bbox in previews | Krzysztof Kosi??ski | 2011-09-05 | 1 | -2/+4 |
| | | | | (bzr r10619) | ||||
| * | Compute visual bounding box only when needed | Krzysztof Kosi??ski | 2011-09-04 | 1 | -2/+14 |
| | | | | (bzr r10618) | ||||
| * | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 2011-09-04 | 1 | -0/+10 |
| | | | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+1 |
| | | | | (bzr r10582.1.6) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -191/+130 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -95/+67 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -10/+4 |
| | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -90/+68 |
| | | | | | | | (bzr r10347.1.21) | ||||
| * | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -16/+5 |
| | | | | | | | | | | | a single array, instead of each having its own member variable (bzr r10569) | ||||
| * | | Temporary fix for crash when launching via command-line. | Jon A. Cruz | 2011-07-25 | 1 | -4/+11 |
| |/ | | | (bzr r10505) | ||||
| * | remove some unnecessary inkscape_active_desktop() calls | Johan B. C. Engelen | 2011-07-19 | 1 | -4/+1 |
| | | | | (bzr r10477) | ||||
| * | fix hardcoded desktop2doc transform | Johan B. C. Engelen | 2011-07-18 | 1 | -2/+2 |
| | | | | (bzr r10470) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -18/+20 |
| | | | | | | | | 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) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -11/+12 |
| | | | | (bzr r10461) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.2) | ||||
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.1) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -35/+40 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+6 |
| | | | | | | | (bzr r10066) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -34/+34 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -412/+301 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -412/+300 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | More on c++ification and some XML privatisation | Abhishek Sharma public | 2010-07-20 | 1 | -9/+9 |
| | | | | | | | | | | (bzr r9546.1.10) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -253/+255 |
| | | | | | | | | | | | | | | | | 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-08-08 | 1 | -87/+92 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a ↵ | Diederik van Lierop | 2010-07-21 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | return statement (bzr r9638) | ||||
| | * | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -87/+84 |
| | |/ | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | ||||
| * | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -3/+3 |
| | | | | | | | (bzr r9508.1.48) | ||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | (bzr r9508.1.47) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -5/+0 |
| |/ | | | (bzr r9508.1.44) | ||||
