| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -67/+1 |
| | | | | (bzr r11318) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -116/+83 |
| | | | | (bzr r11316) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -4/+74 |
| | | | | (bzr r11250) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | (bzr r11011) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -2/+3 |
| | | | | (bzr r10963) | ||||
| * | unsorted powerstroke points is quite advanced. mostly annoying. | Johan B. C. Engelen | 2012-01-18 | 1 | -1/+1 |
| | | | | (bzr r10908) | ||||
| * | clean up after myself... | Johan B. C. Engelen | 2012-01-17 | 1 | -3/+0 |
| | | | | (bzr r10903) | ||||
| * | improve the powerstroke settings in drawing tool. triangle in and out now ↵ | Johan B. C. Engelen | 2012-01-17 | 1 | -7/+8 |
| | | | | | | use the zerowidth line cap style, such that the zero width knot does not block that path's knot (bzr r10902) | ||||
| * | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 |
| | | | | (bzr r10897) | ||||
| * | change pencil tool dropdown shapes to use powerstroke, instead of pattern ↵ | Johan B. C. Engelen | 2012-01-17 | 1 | -18/+31 |
| | | | | | | along path. (bzr r10896) | ||||
| * | Enable tangential and perpendicular snapping to paths (in the node-tool, ↵ | Diederik van Lierop | 2012-01-14 | 1 | -2/+9 |
| | | | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886) | ||||
| * | 1) make snapping to clip/mask paths optional (see document properties dialog ↵ | Diederik van Lierop | 2011-10-08 | 1 | -2/+2 |
| | | | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 |
| | | | | | | | | 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) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -4/+4 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -3/+3 |
| | | | | | | | (bzr r10067) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -12/+14 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -12/+14 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | 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 | -36/+20 |
| |\| | | | | | | | | (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) | ||||
| | * | | Leave constrained angular snapping to the snap manager, instead of handling ↵ | Diederik van Lierop | 2010-11-07 | 1 | -34/+16 |
| | | | | | | | | | | | | | | | | it locally (bzr r9880) | ||||
| | * | | - Constrained snap: proper implementation of the preference to snap the ↵ | Diederik van Lierop | 2010-10-29 | 1 | -35/+34 |
| | | | | | | | | | | | | | | | | | | | | | | mouse pointer or handle itself (instead of projecting it first onto the constraint) - Fix a crash in SnapManager::multipleConstrainedSnaps (bzr r9866) | ||||
| | * | | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -0/+2 |
| | | | | | | | | | | (bzr r9697) | ||||
| | * | | Implement constrained snapping to nodes | Diederik van Lierop | 2010-08-10 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9696) | ||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -3/+2 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| | * | fix wrong transform for dot drawing with pen or pencil tool | Johan B. C. Engelen | 2010-06-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/597136 (bzr r9529) | ||||
| * | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -1/+1 |
| |/ | | | (bzr r9508.1.48) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -9/+7 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -3/+1 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | fix bug 427267, single dots inside transformed groups misplaced | Thomas Holder | 2009-11-23 | 1 | -1/+2 |
| | | | | (bzr r8835) | ||||
| * | 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) | ||||
| * | restore the pattern from clipboard ability | bulia byak | 2009-03-29 | 1 | -1/+1 |
| | | | | (bzr r7590) | ||||
| * | for the stretched pattern-on-path, length makes no difference, but it saves ↵ | bulia byak | 2009-03-26 | 1 | -1/+1 |
| | | | | | | at least the ellipse from going bananas when you rotate the path with lpe (a stopgap solution, until we resolve the transform issue) (bzr r7570) | ||||
| * | Implement constrained snapping when dragging the position and size handles ↵ | Diederik van Lierop | 2009-03-15 | 1 | -1/+1 |
| | | | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497) | ||||
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -2/+1 |
| | | | | (bzr r7478) | ||||
| * | - When finalizing a curve by double clicking then don't snap to the curve itself | Diederik van Lierop | 2009-03-07 | 1 | -3/+9 |
| | | | | | | - When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course) (bzr r7438) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -2/+2 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | Remove superfluous FreehandShape LPE | Maximilian Albert | 2009-02-19 | 1 | -2/+2 |
| | | | | (bzr r7330) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -2/+2 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | avoiding freehand drawings with LPEs with no fill at all. Using black by ↵ | Felipe Corr??a da Silva Sanches | 2009-01-14 | 1 | -1/+6 |
| | | | | | | default. Johan, please correct-me in case I am mistaken. (bzr r7131) | ||||
| * | Make all tools consider full parent transform (up to document, not just up ↵ | Thomas Holder | 2008-12-08 | 1 | -2/+2 |
| | | | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -1/+1 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -18/+23 |
| | | | | (bzr r6885) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 1 | -11/+11 |
| | | | | (bzr r6835) | ||||
| * | Move single-dot-creation function to a better location (and rename it ↵ | Maximilian Albert | 2008-09-01 | 1 | -0/+59 |
| | | | | | | accordingly) (bzr r6746) | ||||
