summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-80/+133
(bzr r13634)
2014-10-05Move more UI code into ui/Liam P. White1-1397/+0
(bzr r13341.1.253)
2014-09-27Update to experimental r13565Liam P. White1-70/+70
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-70/+70
GThread deprecation errors. (bzr r13341.1.190)
2014-08-04Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵Liam P. White1-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-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah1-7/+5
using the Circle, Ellipse, and Arc tool. (bzr r12670)
2013-10-04C++Johan B. C. Engelen1-4/+4
(bzr r12660)
2013-09-29Further changes to SPEllipse.Markus Engel1-26/+24
(bzr r12629)
2013-09-26Further refactored SPEllipse.Markus Engel1-4/+4
(bzr r12601)
2013-03-30Turned all functions concerning SPSpiral into member functions.Markus Engel1-6/+6
(bzr r11608.1.61)
2013-01-17const ....Johan B. C. Engelen1-59/+59
(bzr r12039)
2012-12-03UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't ↵Nicolas Dufour1-1/+1
described). (bzr r11927)
2012-10-14Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop1-18/+18
Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
2012-10-14Remove invalid return statementsDiederik van Lierop1-2/+2
(bzr r11799)
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+1
(bzr r11460)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-26/+56
(bzr r11316)
2012-04-07circle tool: fix shift click to reset to full circle for start angle nodeJohan B. C. Engelen1-0/+12
(bzr r11179)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-21/+21
(bzr r11011)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-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-23Remove more of libnrKrzysztof Kosi??ski1-2/+2
(bzr r10347.1.2)
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+1
(bzr r10347.1.1)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-8/+8
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(bzr r10025)
2010-11-24fix Bug #680520 - crash while using the top rounding handleAdonis Papaderos1-1/+0
(bzr r9914.2.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-7/+0
(bzr r9508.1.47)
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-10/+10
- Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-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-30Finally introducing the pre-snap indicatorDiederik van Lierop1-43/+43
(bzr r9034)
2009-09-06textual patch from bug 408093bulia byak1-1/+1
(bzr r8563)
2009-08-22fix 166186bulia byak1-3/+9
(bzr r8516)
2009-06-20Remove an unused parameter from the snapping APIDiederik van Lierop1-10/+10
(bzr r8119)
2009-03-15Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop1-33/+62
of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
2009-03-13* Implement constrained snapping of knotsDiederik van Lierop1-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)
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-1/+0
(bzr r7478)
2009-03-12whitespace missedbulia byak1-2/+2
(bzr r7473)
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-31/+31
(bzr r7032)
2008-10-27From trunkTed Gould1-5/+9
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-2/+2
(bzr r6884)
2008-08-06add automatic conversion between Geom::Matrix and NR::Matrix. (added to ↵Johan B. C. Engelen1-2/+2
NR::Matrix class). resolved some ambiguities caused by it. (bzr r6581)
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-121/+121
(bzr r6513)
2008-08-01replace matrix division code.Johan B. C. Engelen1-1/+0
(bzr r6512)
2008-08-01Formerly static function used for snapping is now a private member of ↵Maximilian Albert1-36/+24
KnotHolderEntity (bzr r6505)
2008-07-29LPE knotholder refactoring: PointParams are not knotholder entities any ↵Maximilian Albert1-1/+0
more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446)
2008-07-02Don't dereference NULL knotholder; fixes instant crash, but using the ↵Maximilian Albert1-0/+1
handles still results in a crash :( (bzr r6117)
2008-06-16Activate automatic knotholders for LPE PointParamsMaximilian Albert1-1/+1
(bzr r5963)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
(bzr r5915)
2008-06-08Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert1-1/+1
in a similar way as adding LPE parameters. (bzr r5856)
2008-06-08Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert1-5/+2
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)
2008-06-04Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert1-130/+130
--> knot_(get|set_click) for reduced verbosity (bzr r5802)