| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix "shift disables snapping" for LPEs and for editing objects | Diederik van Lierop | 2012-10-14 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800) | ||||
| * | cppcheck | Kris De Gussem | 2012-06-07 | 1 | -1/+7 |
| | | | | (bzr r11465) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -2/+0 |
| | | | | (bzr r11460) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -4/+8 |
| | | | | (bzr r11316) | ||||
| * | remove no longer needed knotholderentity complication | Johan B. C. Engelen | 2012-04-07 | 1 | -8/+0 |
| | | | | (bzr r11171) | ||||
| * | cleanup knotholder code for LPEs | Johan B. C. Engelen | 2012-04-07 | 1 | -0/+11 |
| | | | | (bzr r11170) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -1/+1 |
| | | | | (bzr r10766.1.1) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -4/+4 |
| | | | | (bzr r10696) | ||||
| * | 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) | ||||
| * | - 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) | ||||
| * | Remove an unused parameter from the snapping API | Diederik van Lierop | 2009-06-20 | 1 | -1/+1 |
| | | | | (bzr r8119) | ||||
| * | 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) | ||||
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 1 | -4/+6 |
| | | | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -12/+12 |
| | | | | (bzr r6513) | ||||
| * | Formerly static function used for snapping is now a private member of ↵ | Maximilian Albert | 2008-08-01 | 1 | -0/+3 |
| | | | | | | KnotHolderEntity (bzr r6505) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 1 | -4/+10 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | LPE knotholder refactoring: PointParams are not knotholder entities any ↵ | Maximilian Albert | 2008-07-29 | 1 | -0/+1 |
| | | | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446) | ||||
| * | fix release mouse crash, add missed disconnects, remove unused callback | bulia byak | 2008-07-27 | 1 | -1/+0 |
| | | | | (bzr r6430) | ||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -3/+1 |
| | | | | (bzr r6214) | ||||
| * | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 2008-06-10 | 1 | -2/+1 |
| | | | | (bzr r5870) | ||||
| * | Make knotholders for LPE items finally work; each effect can now overload ↵ | Maximilian Albert | 2008-06-08 | 1 | -0/+6 |
| | | | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855) | ||||
| * | Remove warnings | Bob Jamison | 2008-06-04 | 1 | -1/+1 |
| | | | | (bzr r5806) | ||||
| * | Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵ | Maximilian Albert | 2008-06-04 | 1 | -25/+9 |
| | | | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -3/+59 |
| | | | | (bzr r5797) | ||||
| * | two crashes while editing nodes (one of those is reported as bug 1453558). | Andrius Ramanauskas | 2006-04-06 | 1 | -0/+4 |
| | | | | | | | | * fixed by making SPKnotHolder a referenced class and adding ref/unref in knot_click_handler (which sometime change attributes and knot handler is destroyed before calling knotholder_update_knots); * fixed another crash by adding ref/unref to sp_knot_handler * also added signal disconnecting (bzr r445) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+62 |
| (bzr r1) | |||||
