summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-201-2/+2
|
* More pixel-level alignment fixes for various controls, by making all ↵Diederik van Lierop2019-05-201-2/+2
| | | | controls have an odd-integer size (measured in pixels)
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches2018-03-271-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-6/+9
| | | | A lot of header clean-up.
* Merged trunkAdrian Boguszewski2016-08-031-3/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
| | | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-8/+8
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-4/+4
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-11-131-3/+3
| | | (bzr r14463)
* more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.11)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-5/+5
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-7/+7
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-8/+11
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-3/+3
| | | (bzr r13819)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+2
| | | (bzr r13809)
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-151-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
* Fix for Bug #448872 (Changing the bounding box type in preferences does not ↵Nicolas Dufour2013-05-121-5/+43
| | | | | | | | update the preview) by Vinipsmaker. Fixed bugs: - https://launchpad.net/bugs/448872 (bzr r12329)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-4/+4
| | | (bzr r11469.1.1)
* (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)