| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up more GObject type definitions | Alex Valavanis | 2013-01-23 | 1 | -69/+69 |
| | | | | (bzr r12055) | ||||
| * | Selector tool: improve responsiveness for snapping a path's internal ↵ | Diederik van Lierop | 2012-12-08 | 1 | -2/+2 |
| | | | | | | intersections (was unbearable already for paths having 20+ segments) (bzr r11937) | ||||
| * | SPObject: drop sp_object_ prefix on class members | Alex Valavanis | 2012-11-11 | 1 | -2/+2 |
| | | | | (bzr r11869) | ||||
| * | fix typo in marker bbox calculation (Bug 1051131) | Alvin Penner | 2012-09-17 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1051131 (bzr r11670) | ||||
| * | avoid some Shape calculations that are not relevant to visual bbox (Bug 906952) | Alvin Penner | 2012-02-23 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r11010) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -2/+2 |
| | | | | (bzr r10987) | ||||
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -113/+113 |
| | | | | | | add some const stuff (bzr r10900) | ||||
| * | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 2012-01-17 | 1 | -3/+2 |
| | | | | (bzr r10897) | ||||
| * | for bbox calculation, disable call to Path::Coalesce (Bug 906952) | Alvin Penner | 2012-01-04 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10835) | ||||
| * | Remove NRRect use from the extension system | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+4 |
| | | | | (bzr r10582.1.2) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -197/+140 |
| | | | | | | 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 | -40/+29 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Remove duplicate bbox data from DrawingShape | Krzysztof Kosi??ski | 2011-08-25 | 1 | -8/+0 |
| | | | | | | | (bzr r10347.1.38) | ||||
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -6/+2 |
| | | | | | | | | | | | 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 | -31/+32 |
| | | | | | | | (bzr r10347.1.21) | ||||
| * | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -12/+7 |
| |/ | | | | | a single array, instead of each having its own member variable (bzr r10569) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -10/+10 |
| | | | | | | | | 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 | -5/+4 |
| | | | | (bzr r10461) | ||||
| * | - Add a third group of snap sources/targets, called ¨others¨ (before we ↵ | Diederik van Lierop | 2011-06-26 | 1 | -1/+1 |
| | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -5/+7 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Fix crashes on empty marker definitions. | Johan B. C. Engelen | 2011-05-01 | 1 | -5/+7 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/774834 (bzr r10195) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -43/+80 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | add curve before LPE to SPShape. this is useful for helperpath display. It ↵ | Johan B. C. Engelen | 2011-04-01 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142) | ||||
| | * | make a strange cast more obvious | Johan B. C. Engelen | 2011-03-13 | 1 | -1/+3 |
| | | | | | | | (bzr r10101) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -17/+16 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -25/+25 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -140/+101 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -140/+101 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -95/+97 |
| | | | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | 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 | -10/+21 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| | * | | Beware: some 2geom functions can throw useful exceptions! fixing crash bug ↵ | Johan B. C. Engelen | 2010-10-23 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 614751 Fixed bugs: - https://launchpad.net/bugs/614751 (bzr r9845) | ||||
| | * | | Don't try displaying markers for completely empty paths, fixes crash. | Johan B. C. Engelen | 2010-10-23 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/511577 (bzr r9843) | ||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -34/+40 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | Avoid self-snapping when dragging a rotation center, and draw the rotation ↵ | Diederik van Lierop | 2010-07-24 | 1 | -45/+45 |
| | | | | | | | | | | | | | | | | center at the snapped position (bzr r9641) | ||||
| | * | | Fix snapping to midpoints of closing segments | Diederik van Lierop | 2010-07-19 | 1 | -40/+46 |
| | |/ | | | | | (bzr r9627) | ||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -3/+3 |
| | | | | | | | (bzr r9508.1.47) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -5/+1 |
| |/ | | | (bzr r9508.1.44) | ||||
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 1 | -1/+18 |
| | | | | | | - Improved snap tooltips (bzr r9440) | ||||
| * | * improve boundingbox calculation: include strokecaps. | Johan B. C. Engelen | 2010-04-10 | 1 | -137/+166 |
| | | | | | | * increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection (bzr r9307) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -25/+18 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Patch for 456148 by Johan | Josh Andler | 2009-11-08 | 1 | -161/+247 |
| | | | | (bzr r8825) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | Fix the crash reported in bug #342755 | Diederik van Lierop | 2009-04-28 | 1 | -56/+62 |
| | | | | (bzr r7790) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -7/+14 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | warning fix | bulia byak | 2009-02-14 | 1 | -1/+1 |
| | | | | (bzr r7292) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -13/+28 |
| | | | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144) | ||||
