summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * Fix part of bug 733010, where fit page to drawing did not work the same as ↵Johan B. C. Engelen2011-03-121-1/+1
| | | | | | | | | | | | | | | | fit page to selection when all is selected. Fixes page resizing for arrow markers. Infinite line dots markers are still not correctly fit to. Fixed bugs: - https://launchpad.net/bugs/733010 (bzr r10097)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-52/+52
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-33/+33
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-220/+241
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-221/+228
| |\ | | | | | | (bzr r9945.1.1)
| | * Naming CorrectionAbhishek Sharma public2010-08-121-2/+2
| | | | | | | | | (bzr r9546.1.13)
| | * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-2/+2
| | | | | | | | | (bzr r9546.1.12)
| | * More on c++ification and some XML privatisationAbhishek Sharma public2010-07-201-1/+1
| | | | | | | | | (bzr r9546.1.10)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-9/+9
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-48/+48
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-9/+9
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-24/+24
| | | | | | | | | | | | | | | 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)
| * | implemented proper error checkingAdonis Papaderos2010-12-061-1/+2
| | | | | | | | | (bzr r9941.1.2)
| * | Make linked offsets respect "Relink duplicated clones" settingsAdonis Papaderos2010-12-061-0/+8
| | | | | | | | | (bzr r9941.1.1)
| * | Fix Bug #675309 - crash when unlinking an orphaned cloneAdonis Papaderos2010-11-251-0/+5
| | | | | | | | | (bzr r9917.2.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-8/+4
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
| * | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-7/+3
| | | | | | | | | (bzr r9722)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-44/+44
|\| | | | | | | | (bzr r9508.1.52)
| * | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-44/+44
| |/ | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-16/+16
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-4/+0
|/ | | (bzr r9508.1.44)
* * improve boundingbox calculation: include strokecaps.Johan B. C. Engelen2010-04-101-3/+3
| | | | | * increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection (bzr r9307)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-6/+8
| | | | | | 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)