summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged from trunk (r12419).Markus Engel2013-07-141-81/+98
|\ | | | | (bzr r11608.1.107)
| * Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-11/+11
| | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7)
| * Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-031-54/+40
| | | | | | | | | | | | | | | | return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5)
| * Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-18/+19
| | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
| * Big change in symbols ui and selection chemistry.Martin Owens2013-06-151-6/+4
| | | | | | (bzr r12374)
| * Allow svg elements to be ungroupedMartin Owens2013-06-141-2/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166327 (bzr r12373)
| * Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-121-0/+30
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328)
| * Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-1/+1
| | | | | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)
* | Merged from trunk (r12305)Markus Engel2013-04-271-36/+42
|\| | | | | (bzr r11608.1.106)
| * Allow multiple groups to be symbolised and replace groups with clones.Martin Owens2013-04-231-29/+41
| | | | | | (bzr r12300)
| * Add balloon symbols and connect defs modified signal.Martin Owens2013-04-221-7/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298)
* | merged from trunk (r12287)Markus Engel2013-04-201-0/+1
|\| | | | | (bzr r11608.1.99)
| * Group bbox update (Bug 1168979)Alvin Penner2013-04-201-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168979 (bzr r12285.1.2)
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-2/+2
| | | | | | (bzr r11608.1.82)
* | Merged Item.Markus Engel2013-04-051-1/+1
| | | | | | (bzr r11608.1.81)
* | Renamed virtual function names.Markus Engel2013-03-291-1/+1
| | | | | | (bzr r11608.1.57)
* | merged from trunkMarkus Engel2013-03-291-19/+216
|\| | | | | (bzr r11608.1.56)
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
| * Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
| | | | | | (bzr r12014)
| * cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-1/+4
| | | | | | (bzr r11867)
| * Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+158
| | | | | | (bzr r11782)
| * code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-12/+12
| | | | | | | | | | they are not used elsewhere. (bzr r11735)
| * Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-0/+30
| | | | | | (bzr r11695)
| * Fix for 406044 : Esc with no selection, activates selection toolJohn Smith2012-09-021-2/+9
|/ | | (bzr r11647)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-0/+105
| | | (bzr r11573)
* cpp-style castingKris De Gussem2012-05-041-57/+56
| | | (bzr r11324)
* some more string class usage as opposed to c-strings to prevent issuesKris De Gussem2012-04-161-13/+23
| | | (bzr r11259)
* Fix for 170378 : Select All by Stroke or Fill Color - Added search within groupsJohn Smith2012-04-111-11/+39
| | | (bzr r11217)
* Fix for 170378 : Select same objects by fill or stroke : Fix transformed ↵John Smith2012-04-051-1/+23
| | | | | stroke width (bzr r11154)
* Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith2012-04-041-15/+116
| | | (bzr r11146)
* Fix for 170378 : Select same objects by fill or strokeJohn Smith2012-04-031-0/+117
| | | (bzr r11141)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-1/+1
| | | | | replaced with g_object_unref (bzr r11139)
* fork LPE on duplicating objects. (configurable, defaults to "on")Johan B. C. Engelen2012-03-181-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/933928 (bzr r11095)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
| | | (bzr r11030)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-1/+1
|\ | | | | (bzr r11027)
* | Header cleaningAlex Valavanis2012-02-121-0/+1
| | | | | | (bzr r10963)
* | select referred path when pressing shift+d (select original) for a path with ↵Johan B. C. Engelen2012-01-181-1/+15
| | | | | | | | | | Clone original LPE (bzr r10905)
* | add a menu item for using the Clone original LPE efficiently.Johan B. C. Engelen2012-01-151-0/+57
| | | | | | (bzr r10889)
* | Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-2/+1
| | | | | | (bzr r10860)
* | Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-2/+2
|/ | | (bzr r10830)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-3/+3
| | | (bzr r10659)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-22/+22
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-7/+7
| | | | | | | 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)
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+1
| | | (bzr r10347.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+1
|\ | | | | (bzr r9508.1.89)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-88/+101
|\| | | | | (bzr r9508.1.73)
| * Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, ↵Nicolas Dufour2011-03-171-3/+16
| | | | | | | | | | Bug #184341, Bug #239430). (bzr r10109)