summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-11Several more typosluz.paz1-1/+1
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+3
2017-11-07Misc. typosUnknown1-1/+1
2016-11-06further cppificationMarc Jeanmougin1-2/+0
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-72/+1
2016-07-27Renamed some functions, fixed testsAdrian Boguszewski1-19/+20
2016-07-25Changed coding styleAdrian Boguszewski1-1/+1
2016-07-20Changed arguments and names of selection chemistry functionsAdrian Boguszewski1-14/+20
2016-05-21Fixing undo thingJabier Arraiza Cenoz1-3/+3
2016-04-14function to release object from groupRaphael Rosch1-0/+1
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-2/+0
2015-05-09duplicating layers now respect prefs for clone relinkingMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+0
2015-02-20Fix for bug 1409591 :Marc Jeanmougin1-4/+4
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-5/+5
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-5/+6
2014-09-27Update to experimental r13565Liam P. White1-15/+16
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-15/+15
2014-08-16Fix shift of transformation center on pastingDiederik van Lierop1-1/+1
2014-06-14Add clip group option from PonyscapeLiam P. White1-0/+1
2014-02-25Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah1-2/+1
2013-09-21Fixed segfault on copying text.Markus Engel1-1/+1
2013-07-03Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson1-6/+6
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-3/+3
2013-05-12Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour1-0/+1
2013-04-23Allow multiple groups to be symbolised and replace groups with clones.Martin Owens1-1/+2
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-0/+1
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-1/+4
2012-09-22Fix for 172222 : Move direct to specified layerJohn Smith1-0/+1
2012-07-25Fix for 722625 : Select Same by Object TypeJohn Smith1-0/+3
2012-07-04Fix for 168658 : Font substitution warning dialogJohn Smith1-0/+2
2012-04-16some more string class usage as opposed to c-strings to prevent issuesKris De Gussem1-2/+2
2012-04-04Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith1-4/+15
2012-04-03Fix for 170378 : Select same objects by fill or strokeJohn Smith1-0/+6
2012-01-15add a menu item for using the Clone original LPE efficiently.Johan B. C. Engelen1-0/+1
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz1-1/+0
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-0/+1
2010-03-19Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz1-1/+1
2010-02-04Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler1-0/+1
2010-01-15Restore encapsulation of selection implementation.Jon A. Cruz1-14/+24
2010-01-08Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-05-13new "compensate" param for sp_selection_apply_affine and sp_selection_move_re...Thomas Holder1-2/+2
2008-12-29add utility for recursively replacing groups with their members in a list of ...bulia byak1-1/+2
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-8/+7
2008-08-14Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert1-41/+41