| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -0/+1 |
| | | | | (bzr r11460) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -6/+9 |
| | | | | (bzr r11316) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -6/+6 |
| | | | | | | | | 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) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -1/+0 |
| | | | | (bzr r10339) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -11/+11 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -11/+11 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -8/+7 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -8/+7 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -6/+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 | -18/+7 |
| |\| | | | | | | | | (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) | ||||
| | * | | - Constrained snap: proper implementation of the preference to snap the ↵ | Diederik van Lierop | 2010-10-29 | 1 | -16/+4 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+2 |
| | | | | | | | | | | (bzr r9697) | ||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -2/+2 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -2/+2 |
| | |/ | | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| * / | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+0 |
| |/ | | | (bzr r9508.1.45) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -56/+73 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Fix pattern knotholder | Krzysztof Kosi??ski | 2010-04-03 | 1 | -73/+56 |
| | | | | (bzr r9281.1.9) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -3/+3 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | When dragging a knot along a constraint line, then allow snapping the ↵ | Diederik van Lierop | 2009-08-23 | 1 | -2/+23 |
| | | | | | | position of the mouse pointer instead of its projection onto the constraint line (for this a check box has been added to the preferences dialog) (bzr r8523) | ||||
| * | Remove an unused parameter from the snapping API | Diederik van Lierop | 2009-06-20 | 1 | -2/+2 |
| | | | | (bzr r8119) | ||||
| * | Implement constrained snapping when dragging the position and size handles ↵ | Diederik van Lierop | 2009-03-15 | 1 | -2/+2 |
| | | | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497) | ||||
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 1 | -0/+12 |
| | | | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -5/+5 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -10/+10 |
| | | | | (bzr r7032) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+4 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| | | | | (bzr r6884) | ||||
| * | Modify the parameters required for setting up the SnapManager | Diederik van Lierop | 2008-08-28 | 1 | -1/+1 |
| | | | | (bzr r6722) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -2/+2 |
| | | | | (bzr r6606) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -3/+3 |
| | | | | (bzr r6593) | ||||
| * | fix ambiguities by implicit NR::Matrix/Geom::Matrix cast. | Johan B. C. Engelen | 2008-08-06 | 1 | -5/+5 |
| | | | | (bzr r6582) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-03 | 1 | -1/+1 |
| | | | | (bzr r6543) | ||||
| * | when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern ↵ | Johan B. C. Engelen | 2008-08-02 | 1 | -12/+21 |
| | | | | | | size (bzr r6526) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -28/+29 |
| | | | | (bzr r6513) | ||||
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6511) | ||||
| * | Formerly static function used for snapping is now a private member of ↵ | Maximilian Albert | 2008-08-01 | 1 | -16/+15 |
| | | | | | | KnotHolderEntity (bzr r6505) | ||||
| * | remove strange factor for showing the pattern unit cell (quarter of real cell). | Johan B. C. Engelen | 2008-08-01 | 1 | -5/+5 |
| | | | | (bzr r6503) | ||||
| * | patterns: make it possible to have different scaling in X and Y directions. ↵ | Johan B. C. Engelen | 2008-08-01 | 1 | -21/+22 |
| | | | | | | snap scaling point. (bzr r6502) | ||||
| * | enable snapping of pattern's origin | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+18 |
| | | | | (bzr r6500) | ||||
| * | fix release mouse crash, add missed disconnects, remove unused callback | bulia byak | 2008-07-27 | 1 | -0/+4 |
| | | | | (bzr r6430) | ||||
| * | Enable simultaneous knotholder and nodepath | Maximilian Albert | 2008-07-14 | 1 | -1/+7 |
| | | | | (bzr r6291) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-06-11 | 1 | -2/+2 |
| | | | | (bzr r5877) | ||||
| * | Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ↵ | Maximilian Albert | 2008-06-04 | 1 | -0/+217 |
| knot-holder-entity.cpp (bzr r5803) | |||||
