summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-3/+3
| | | (bzr r10939)
* cppcheckKris De Gussem2011-10-151-4/+4
| | | (bzr r10678)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-6/+4
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-1/+1
| | | | | | | 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)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+4
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
|/ | | | | 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)
* Position of baseline anchor is now dependent of the text alignmentDiederik van Lierop2009-12-131-12/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168329 (bzr r8887)
* for selection modified signal, only update the coords of the selcue boxes, ↵bulia byak2009-03-091-9/+64
| | | | | not delete and create them anew as before (bzr r7447)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-1/+1
| | | (bzr r7032)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-4/+5
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
| | | (bzr r6839)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6793)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-2/+3
| | | (bzr r5459)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+2
| | | (bzr r4588)
* Move 'bounding box' option up one level (from Selector to Tools page in ↵Maximilian Albert2008-01-161-1/+1
| | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513)
* Retrieve preferences outside the for-loop, not inside.Diederik van Lierop2007-07-251-3/+3
| | | (bzr r3295)
* change the logic so that the value is correctly read at launch of seltrans, ↵bulia byak2007-04-141-1/+1
| | | | | and approximate is the default for continuity (bzr r2883)
* make selcue sensitive to bbox typebulia byak2007-04-131-1/+4
| | | (bzr r2881)
* Merge further bbox workMenTaLguY2007-03-101-29/+29
| | | (bzr r2596)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-4/+4
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-6/+6
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+153
(bzr r1)