| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix usage of iterator when iterator's erase function is used (Bug #812018) | Kris De Gussem | 2011-10-29 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/812018 (bzr r10706) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 4 | -4/+3 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 6 | -44/+63 |
| | | | | (bzr r10660) | ||||
| * | Node tool, transforming a set of nodes: Fix crashes, and finish ↵ | Diederik van Lierop | 2011-09-16 | 6 | -73/+137 |
| | | | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 2 | -3/+3 |
| | | | | | | | | 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 | -2/+2 |
| | | | | (bzr r10461) | ||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 1 | -4/+4 |
| | | | | (bzr r10302.1.1) | ||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 2 | -3/+3 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | use shape's curve before LPE as flash path in node tool. so now, you should ↵ | Johan B. C. Engelen | 2011-04-01 | 1 | -2/+3 |
| | | | | | | see a flashing path for all shapes now (bzr r10143) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 6 | -0/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -4/+4 |
| | | | | (bzr r10066) | ||||
| * | update to latest 2geom. fixes bezier curve casts. | Johan B. C. Engelen | 2011-02-13 | 1 | -1/+1 |
| | | | | (bzr r10050) | ||||
| * | Fix node tool brokenness resulting from a switch to runtime order | Krzysztof Kosi??ski | 2011-02-05 | 1 | -6/+7 |
| | | | | | | in 2Geom's BezierCurve (bzr r10035) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 11 | -70/+50 |
| | | | | (bzr r10025) | ||||
| * | Snapping: improve calculation of metrics for scaling, modify some comments, ↵ | Diederik van Lierop | 2010-12-27 | 1 | -1/+0 |
| | | | | | | and remove a line of obsolete debugging output (bzr r9986) | ||||
| * | Node tool: snap while scaling a selection of nodes. Consider this as ↵ | Diederik van Lierop | 2010-12-27 | 3 | -2/+87 |
| | | | | | | experimental; needs cleanup! (bzr r9985) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 9 | -10/+11 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Node tool: special case node duplication for endnodes - select new endnode | Krzysztof Kosi??ski | 2010-12-16 | 1 | -10/+19 |
| | | | | (bzr r9962) | ||||
| * | Node tool: fix Tab and Shift+Tab | Krzysztof Kosi??ski | 2010-12-16 | 3 | -60/+76 |
| | | | | (bzr r9961) | ||||
| * | Node tool: fix snapping of node rotation center | Krzysztof Kosi??ski | 2010-12-16 | 3 | -1/+49 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960) | ||||
| * | Node tool: fix snapping during constrained rotation of handles | Krzysztof Kosi??ski | 2010-12-16 | 1 | -6/+21 |
| | | | | (bzr r9959) | ||||
| * | Node tool: fix handle retraction with non-cusp nodes | Krzysztof Kosi??ski | 2010-12-16 | 1 | -8/+23 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/610817 (bzr r9958) | ||||
| * | Node tool: fix moving multiple nodes along handles (Ctrl+Alt) | Krzysztof Kosi??ski | 2010-12-16 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/642536 (bzr r9957) | ||||
| * | Node tool: correctly save node skewing to undo history | Krzysztof Kosi??ski | 2010-12-16 | 1 | -0/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/590259 (bzr r9956) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 3 | -19/+27 |
| |\ | | | | | (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 | -1/+1 |
| | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 2 | -7/+15 |
| | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 2 | -5/+5 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+1 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 2 | -4/+4 |
| | | | | | | | | | | | 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) | ||||
| * | | Fix drag & drop from swatches - patch by Adonis Papaderos | Krzysztof Kosi??ski | 2010-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/447385 (bzr r9919) | ||||
| * | | Reintroduce plural forms into the node selection description | Krzysztof Kosi??ski | 2010-11-21 | 1 | -4/+9 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601719 (bzr r9911) | ||||
| * | | Minor documentation update | Krzysztof Kosi??ski | 2010-11-21 | 1 | -1/+11 |
| | | | | | | | (bzr r9908) | ||||
| * | | Fix rare crash when trying to drag after undo in the node tool | Krzysztof Kosi??ski | 2010-11-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/544599 (bzr r9906) | ||||
| * | | Fix four minor node tool regressions: | Krzysztof Kosi??ski | 2010-11-18 | 2 | -6/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Inverted modifier for spatial/linear grow * PgDn/PgUp keyboard shortcuts for grow * Shift during drag disables snapping * Clicking on the background deselects first the nodes and then the path Fixed bugs: - https://launchpad.net/bugs/647498 - https://launchpad.net/bugs/588628 (bzr r9904) | ||||
| * | | Shift should disable snapping when dragging the rotation center of an object | Diederik van Lierop | 2010-11-17 | 1 | -2/+2 |
| | | | | | | | (bzr r9903) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 29 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Reintroduce Shift+U shortcut (make segments curves) | Krzysztof Kosi??ski | 2010-11-07 | 1 | -0/+7 |
| | | | | | | | (bzr r9881) | ||||
| * | | Fix compile breakage. | Jon A. Cruz | 2010-11-07 | 1 | -1/+1 |
| | | | | | | | (bzr r9876) | ||||
| * | | Reintroduce Shift+L shortcut and handle retraction when setting the type | Krzysztof Kosi??ski | 2010-11-06 | 2 | -10/+28 |
| | | | | | | | | | | | of already cusp nodes to cusp in the node tool (bzr r9875) | ||||
| * | | Prevent context menu and keyboard shortcuts from interrupting grabs | Krzysztof Kosi??ski | 2010-10-31 | 1 | -3/+4 |
| | | | | | | | (bzr r9869) | ||||
| * | | Only create / delete shape editors in the node tool when necessary. | Krzysztof Kosi??ski | 2010-10-31 | 2 | -14/+17 |
| | | | | | | | (bzr r9868) | ||||
| * | | Fix pattern editing in the node editor. As a bonus, allow editing | Krzysztof Kosi??ski | 2010-10-31 | 2 | -12/+16 |
| | | | | | | | | | | | of more than one non-path shape at once. (bzr r9867) | ||||
| * | | Remove the misfeature of retracting handles when the cusp node button | Krzysztof Kosi??ski | 2010-10-12 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | is clicked and there are cusp nodes selected. It's really annoying when you have both smooth and cusp nodes in a selection. Use segment commands and Ctrl+click to retract handles instead. (bzr r9827) | ||||
| * | | Fix oddities related to smooth endnodes. Should fix a crasher. | Krzysztof Kosi??ski | 2010-10-12 | 2 | -11/+7 |
| | | | | | | | (bzr r9826) | ||||
| * | | Cherry pick node duplication from 0.48 stable | Krzysztof Kosi??ski | 2010-10-12 | 4 | -0/+47 |
| | | | | | | | (bzr r9825) | ||||
| * | | Addition to my previous commit: fix for trunk is a bit different from the ↵ | Diederik van Lierop | 2010-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | fix for v0.48 (bzr r9784) | ||||
| * | | fix snapmanager initialization | Diederik van Lierop | 2010-09-25 | 1 | -5/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/630642 (bzr r9783) | ||||
| * | | 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it! | Diederik van Lierop | 2010-08-15 | 1 | -1/+1 |
| | | | | | | | (bzr r9714) | ||||
| * | | Fix a crash and add more safety checks to catch NULL pointers | Diederik van Lierop | 2010-08-14 | 1 | -0/+7 |
| | | | | | | | (bzr r9713) | ||||
