| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-10-01 | Rename object-edit.cpp to what it really is | Stefano Facchini | 1 | -1618/+0 | |
| 2017-07-28 | Show a control point for the center of a spiral | Antonio Ospite | 1 | -0/+47 | |
| Spirals in Inkscape define a center point but the user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. | |||||
| 2017-07-20 | Adjust the tooltip strings of the objects center point | Antonio Ospite | 1 | -3/+3 | |
| 2017-07-20 | Show a control point for the center of a rectangle | Antonio Ospite | 1 | -0/+39 | |
| Other shapes like ellipses and stars now show a center point but the user still cannot easily control the position of a rectangle by using its center. Show a control point for the center so it's easier to move the shape around and snap it by its center. | |||||
| 2017-05-02 | Add control point at center of stars | ospite | 1 | -0/+34 | |
| Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15659) | |||||
| 2017-04-13 | Ellipses in Inkscape are defined by the center and the radius, but the | Antonio Ospite | 1 | -0/+36 | |
| user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15620) | |||||
| 2017-03-02 | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 1 | -2/+6 | |
| (bzr r15561) | |||||
| 2016-12-19 | Remove some ocurrences of desktop in knot functions | Jabiertxof | 1 | -1/+1 | |
| (bzr r15337) | |||||
| 2016-08-16 | Add Shift+drag to arc start and end knots, holding shift will now move both ↵ | Martin Owens | 1 | -10/+25 | |
| knots together, maintaining the arc's size. Adjusted buffer for closed/open auto flipping. (bzr r15061) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -2/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+2 | |
| (bzr r15025) | |||||
| 2015-10-15 | Make the handle of a dynamic offset snappable | Diederik van Lierop | 1 | -3/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1174858 (bzr r14419) | |||||
| 2015-03-16 | Partial fix for bug 1430873. Ellipses should behave properly with % values. | Tavmjong Bah | 1 | -6/+6 | |
| (bzr r14009) | |||||
| 2015-03-14 | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 1 | -49/+35 | |
| (bzr r14004) | |||||
| 2015-02-08 | Commenting dead assignments. | Nicolas Dufour | 1 | -8/+16 | |
| (bzr r13909) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 1 | -2/+4 | |
| (bzr r13341.1.253) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -70/+70 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -70/+70 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-08-04 | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵ | Liam P. White | 1 | -2/+2 | |
| #604025, #486192 Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/604025 - https://launchpad.net/bugs/486192 (bzr r13489) | |||||
| 2013-10-08 | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 1 | -7/+5 | |
| using the Circle, Ellipse, and Arc tool. (bzr r12670) | |||||
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r12660) | |||||
| 2013-09-29 | Further changes to SPEllipse. | Markus Engel | 1 | -26/+24 | |
| (bzr r12629) | |||||
| 2013-09-26 | Further refactored SPEllipse. | Markus Engel | 1 | -4/+4 | |
| (bzr r12601) | |||||
| 2013-03-30 | Turned all functions concerning SPSpiral into member functions. | Markus Engel | 1 | -6/+6 | |
| (bzr r11608.1.61) | |||||
| 2013-01-17 | const .... | Johan B. C. Engelen | 1 | -59/+59 | |
| (bzr r12039) | |||||
| 2012-12-03 | UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't ↵ | Nicolas Dufour | 1 | -1/+1 | |
| described). (bzr r11927) | |||||
| 2012-10-14 | Fix "shift disables snapping" for LPEs and for editing objects | Diederik van Lierop | 1 | -18/+18 | |
| Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800) | |||||
| 2012-10-14 | Remove invalid return statements | Diederik van Lierop | 1 | -2/+2 | |
| (bzr r11799) | |||||
| 2012-06-05 | Header cleaning for GTK+3 migration | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11460) | |||||
| 2012-05-03 | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 1 | -26/+56 | |
| (bzr r11316) | |||||
| 2012-04-07 | circle tool: fix shift click to reset to full circle for start angle node | Johan B. C. Engelen | 1 | -0/+12 | |
| (bzr r11179) | |||||
| 2012-02-25 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -21/+21 | |
| (bzr r11011) | |||||
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 1 | -4/+4 | |
| 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) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r10347.1.2) | |||||
| 2011-06-23 | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r10347.1.1) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -8/+8 | |
| (bzr r10067) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r10025) | |||||
| 2010-11-24 | fix Bug #680520 - crash while using the top rounding handle | Adonis Papaderos | 1 | -1/+0 | |
| (bzr r9914.2.1) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2010-08-04 | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 1 | -7/+0 | |
| (bzr r9508.1.47) | |||||
| 2010-07-12 | - Snap while rotating an object using the selector tool | Diederik van Lierop | 1 | -10/+10 | |
| - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -2/+2 | |
| 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) | |||||
| 2010-01-30 | Finally introducing the pre-snap indicator | Diederik van Lierop | 1 | -43/+43 | |
| (bzr r9034) | |||||
| 2009-09-06 | textual patch from bug 408093 | bulia byak | 1 | -1/+1 | |
| (bzr r8563) | |||||
| 2009-08-22 | fix 166186 | bulia byak | 1 | -3/+9 | |
| (bzr r8516) | |||||
| 2009-06-20 | Remove an unused parameter from the snapping API | Diederik van Lierop | 1 | -10/+10 | |
| (bzr r8119) | |||||
| 2009-03-15 | Implement constrained snapping when dragging the position and size handles ↵ | Diederik van Lierop | 1 | -33/+62 | |
| of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497) | |||||
| 2009-03-13 | * Implement constrained snapping of knots | Diederik van Lierop | 1 | -6/+9 | |
| * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479) | |||||
