summaryrefslogtreecommitdiffstats
path: root/src/selection.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix signalsMarc Jeanmougin2016-10-251-14/+2
| | | (bzr r15191)
* Update to trunkJabier Arraiza Cenoz2016-10-031-186/+25
|\ | | | | (bzr r15017.1.35)
| * Changed arguments and names of selection chemistry functionsAdrian Boguszewski2016-07-201-9/+1
| | | | | | (bzr r14954.1.22)
| * Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-16/+0
| | | | | | (bzr r14954.1.10)
| * Added first range to ObjectSetAdrian Boguszewski2016-06-191-1/+6
| |\ | | | | | | (bzr r14954.1.8)
| * | Moved most functions from Selection to ObjectSetAdrian Boguszewski2016-06-161-143/+15
| |\| | | | | | | (bzr r14954.1.7)
| * | Replaced old selection containersAdrian Boguszewski2016-06-121-27/+16
| |/ | | | | (bzr r14954.1.6)
* / Add Text tag and update widgets codeJabier Arraiza Cenoz2016-07-241-0/+5
|/ | | (bzr r15017.1.2)
* unsigned int -> size_tMarc Jeanmougin2015-04-291-2/+2
| | | (bzr r14076)
* mergeMarc Jeanmougin2015-04-261-2/+2
|\ | | | | (bzr r13922.1.12)
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-2/+2
| | | | | | (bzr r13950)
| * Isolate components of libgcLiam P. White2015-02-251-2/+2
| | | | | | (bzr r13946)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-8/+0
| | | | | | (bzr r13922.1.10)
* | Removed eclipse files, added removed pot fileMarc Jeanmougin2015-02-231-2/+0
| | | | | | (bzr r13922.1.7)
* | added a set to the SelectionMarc Jeanmougin2015-02-191-7/+5
| | | | | | (bzr r13922.1.6)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-5/+5
| | | | | | (bzr r13922.1.5)
* | I can't really understand why, but i can now launch inkscape without it ↵mc2015-02-181-2/+2
| | | | | | | | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-11/+27
|/ | | | | | | | 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)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-10/+11
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-2/+0
| | | (bzr r13132)
* Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski2014-03-081-0/+8
| | | | | | | | | | the selection's changed signal was processed in the text tool. Also fix similar crashes in the gradient dragger. Fixes LP #1271004. Fixed bugs: - https://launchpad.net/bugs/1271004 (bzr r13129)
* Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| | | (bzr r11608.1.115)
* Change small to sml to fix windows compile problemMartin Owens2013-07-111-1/+1
| | | (bzr r12415)
* Remove align point, not required any moreMartin Owens2013-07-111-5/+0
| | | (bzr r12414)
* Step 2 refactoring the align functions, added some functionality to selection.Martin Owens2013-07-111-0/+18
| | | (bzr r12413)
* Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-4/+4
| | | | | based on merge request code review and feedback (bzr r12387.1.7)
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-6/+17
| | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+2
| | | | | forward declarations (bzr r12203)
* Selector tool: improve responsiveness for snapping a path's internal ↵Diederik van Lierop2012-12-081-6/+0
| | | | | intersections (was unbearable already for paths having 20+ segments) (bzr r11937)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+2
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-56/+56
| | | (bzr r10696)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+0
| | | | | the contents forward.h at all). (bzr r10667)
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-0/+3
| | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-18/+5
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-0/+1
|\ | | | | (bzr r9508.1.73)
| * compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (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)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-2/+4
|\| | | | | (bzr r9508.1.52)
| * Merge from trunkTed Gould2010-03-261-2/+2
| |\ | | | | | | (bzr r8254.1.53)
| * \ Keeping up with trunkTed Gould2010-01-011-3/+5
| |\ \ | | | | | | | | (bzr r8254.1.49)
| * | | Added some requested documentaion.Soren Berg2009-07-121-2/+4
| | | | | | | | | | | | (bzr r8254.1.6)
* | | | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-2/+0
| |_|/ |/| | | | | (bzr r9508.1.44)
* | | Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-2/+2
| |/ |/| | | | | | | for the devs) (bzr r8960)
* | Major simplification of 3D box code.Maximilian Albert2009-12-261-3/+5
|/ | | (bzr r8911)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-6/+7
| | | | | displayed "B". (bzr r7335)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-2/+2
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-5/+4
| | | (bzr r6884)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-2/+3
| | | (bzr r6836)