summaryrefslogtreecommitdiffstats
path: root/src/sp-use.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-0/+8
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-6/+6
2012-08-21Fixed some virtual function calls in SPItem and SPUse that led to crashes as ...Markus Engel1-1/+6
2012-08-19Added "virtual pad" to SPUse.Markus Engel1-54/+116
2012-05-04Adding checks to prevent null pointer dereferencesKris De Gussem1-3/+7
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-8/+5
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-11/+6
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-4/+4
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-15/+18
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-35/+37
2011-02-02update to latest 2geom !Johan B. C. Engelen1-18/+18
2010-11-25Fix Bug #675309 - crash when unlinking an orphaned cloneAdonis Papaderos1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-2/+0
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-6/+6
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-5/+5
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-8/+8
2010-04-27Fix wrong bbox upon selecting clones of horizontal/vertical lines (related to...Johan B. C. Engelen1-1/+8
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-3/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-03-09suppress warnings caused by an orphaned clone, which is legit even if uselessbulia byak1-3/+5
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-5/+5
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-1/+1
2008-12-04NR -> 2geom some headers in src/Joshua L. Blocher1-7/+7
2008-10-27From trunkTed Gould1-6/+8
2008-10-11Merging from trunkTed Gould1-16/+16
2008-09-20properly detach SPObject from repr when deleting clonebulia byak1-1/+10
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-5/+5
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-2/+0
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-2/+2
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-8/+5
2008-02-22Don't crash when the original of an SPUse can't be found. This sort of fixes ...Maximilian Albert1-2/+5
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+4
2007-11-08warning cleanupJon A. Cruz1-3/+3
2007-04-23Fix for bug #1699198: snap nodes of clonesDiederik van Lierop1-0/+18
2007-03-30a better and more complete fix for 1690914bulia byak1-2/+2
2007-03-30fix 1690914bulia byak1-1/+1
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-2/+2
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-2/+4
2006-10-08Internally, a clone is a NRArenaGroup, with the actual visible item being its...bulia byak1-0/+13
2006-05-14patch for bug 1458643 by Andreas Burmanbulia byak1-0/+13
2006-03-15increase cutoff depth of recursive clone descriptionsbulia byak1-1/+1