summaryrefslogtreecommitdiffstats
path: root/src/object (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-27Make doc2dt a document propertyThomas Holder4-23/+18
2019-07-19Improvements finish pointed by MarenJabier Arraiza1-1/+1
2019-07-19Improvemets to power pencilJabiertxof1-0/+2
2019-07-14working on powerpencil in other threadJabier Arraiza2-8/+6
2019-07-08Fix coding styleJabiertxof1-3/+3
2019-07-08Improvements to temming allow diferent on dark themesJabiertxof1-3/+3
2019-07-01Fix various minor typosYuri Chornoivan5-5/+5
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-5/+9
2019-06-20Fix bounding box cache invalidation for filtersoctycs1-3/+3
2019-06-14Fix crash after deleting a grouped connectionNathan Lee1-0/+1
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish5-40/+40
2019-06-12Refactor: convert rotate_rel() to a method.Shlomi Fish4-19/+18
2019-06-09Minor cleanup (remove unneeded win32-specific defines)Patrick Storz1-3/+0
2019-06-08Preferences: Work around issue with parsing unsigned integersPatrick Storz1-1/+1
2019-06-08fix inbox#549 Rectangle missing left sideThomas Holder1-0/+3
2019-06-06Style fixes.Shlomi Fish1-6/+6
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish14-32/+32
2019-06-03Change TextPath to Text positioningNathan Lee1-32/+19
2019-06-03Crashfix deleting path with invisible text on pathNathan Lee1-5/+21
2019-06-01Cache bounding box of shapesoctycs2-0/+20
2019-06-01Allow rects be LPE like other primitivesJabier Arraiza2-9/+41
2019-05-27Hackfest2019: Rm tautological testsAlexander Valavanis16-17/+0
2019-05-21Improvemets to GeomPathstroke and Offset LPEJabiertxof1-1/+1
2019-05-16Fork LPE if necesary also in LPEItem childsJabiertxof2-2/+12
2019-05-14Support percentage (include default) values for linear and radial gradient at...Tavmjong Bah4-11/+86
2019-05-12Remove support for LCMS 1Karl Cheng4-103/+58
2019-04-17fix inbox#380 Rotation center flipped with y-axisThomas Holder1-3/+10
2019-04-15Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah1-0/+2
2019-04-15Fix for line positioning in wrapped multi-line text.Tavmjong Bah1-0/+5
2019-04-14Fix nullptr deref after connector deleteBryce Harrington1-2/+6
2019-04-06More document.h cleanup.Tavmjong Bah4-11/+11
2019-04-02Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz1-3/+3
2019-03-26Misc. typosluz.paz2-6/+6
2019-03-23Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2-3/+47
2019-03-22Allow guide duplication in guides dialogMarc Jeanmougin2-0/+5
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva1-6/+2
2019-03-06Stop crash on loading text on pathNathan Lee1-11/+9
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot5-35/+24
2019-03-03Enable global snapping preference by defaultPatrick Storz1-1/+1
2019-02-20Remove unneded code from previous commitJabiertxof1-22/+1
2019-02-20Fix for issue 95: Crash on applying Perspective/Envelope LPE to a groupJabiertxof1-0/+1
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah4-8/+8
2019-02-20Fix query for monitor dimensionsPatrick Storz1-4/+0
2019-02-20Rescue code for restoring last used window geometryPatrick Storz2-7/+33
2019-02-18Fix #91 "guides around the page" with y-axis downThomas Holder1-6/+7
2019-02-01clang-tidy recent changesAlexander Valavanis1-3/+3
2019-01-24Demangle: Switch to std::shared_ptr.Emmanuel Gil Peyrot1-1/+1
2019-01-24Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...Emmanuel Gil Peyrot1-6/+6
2019-01-06Fix segfault when a masked object is transformedoctycs1-1/+1
2019-01-02modernize loops (2)Marc Jeanmougin1-3/+3