summaryrefslogtreecommitdiffstats
path: root/src/object (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Patrick improvements to verbs toggle menu itemsJabiertxof2019-07-292-3/+4
* Fix some issues with inverse coordinates pointed by MarenJabier Arraiza2019-07-281-2/+2
* Add verbs update checkbuttons in menu. Also do improvements requested in http...Jabier Arraiza2019-07-281-1/+7
* Make doc2dt a document propertyThomas Holder2019-07-274-23/+18
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-1/+1
* Improvemets to power pencilJabiertxof2019-07-191-0/+2
* working on powerpencil in other threadJabier Arraiza2019-07-142-8/+6
* Fix coding styleJabiertxof2019-07-081-3/+3
* Improvements to temming allow diferent on dark themesJabiertxof2019-07-081-3/+3
* Fix various minor typosYuri Chornoivan2019-07-015-5/+5
* Remove experimental code to work in MR and fixes for selectorsJabier Arraiza2019-06-231-5/+9
* Merge branch 'fix-bbox-filter' of gitlab.com:octycs/inkscapeMarc Jeanmougin2019-06-201-3/+3
|\
| * Fix bounding box cache invalidation for filtersoctycs2019-06-201-3/+3
* | Merge branch 'copypasta' of gitlab.com:nathanal/inkscapeMarc Jeanmougin2019-06-201-16/+19
|\ \
| * | Change TextPath to Text positioningNathan Lee2019-06-031-32/+19
| * | Crashfix deleting path with invisible text on pathNathan Lee2019-06-031-5/+21
* | | Merge branch 'refactoring' of gitlab.com:shlomif/inkscapeMarc Jeanmougin2019-06-205-59/+58
|\ \ \ | |_|/ |/| |
| * | Refactoring: replace funcs with methods.Shlomi Fish2019-06-125-40/+40
| * | Refactor: convert rotate_rel() to a method.Shlomi Fish2019-06-124-19/+18
* | | Fix crash after deleting a grouped connectionNathan Lee2019-06-141-0/+1
|/ /
* | Minor cleanup (remove unneeded win32-specific defines)Patrick Storz2019-06-091-3/+0
* | Preferences: Work around issue with parsing unsigned integersPatrick Storz2019-06-081-1/+1
* | fix inbox#549 Rectangle missing left sideThomas Holder2019-06-081-0/+3
* | Style fixes.Shlomi Fish2019-06-061-6/+6
* | Refactoring: call setAttribute() directly.Shlomi Fish2019-06-0614-32/+32
* | Merge changesAlexander Valavanis2019-06-054-9/+61
|\|
| * Cache bounding box of shapesoctycs2019-06-012-0/+20
| * Allow rects be LPE like other primitivesJabier Arraiza2019-06-012-9/+41
* | Hackfest2019: Rm tautological testsAlexander Valavanis2019-05-2716-17/+0
|/
* Improvemets to GeomPathstroke and Offset LPEJabiertxof2019-05-211-1/+1
* Fork LPE if necesary also in LPEItem childsJabiertxof2019-05-162-2/+12
* Support percentage (include default) values for linear and radial gradient at...Tavmjong Bah2019-05-144-11/+86
* Remove support for LCMS 1Karl Cheng2019-05-124-103/+58
* fix inbox#380 Rotation center flipped with y-axisThomas Holder2019-04-171-3/+10
* Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah2019-04-151-0/+2
* Fix for line positioning in wrapped multi-line text.Tavmjong Bah2019-04-151-0/+5
* Fix nullptr deref after connector deleteBryce Harrington2019-04-141-2/+6
* More document.h cleanup.Tavmjong Bah2019-04-064-11/+11
* Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz2019-04-021-3/+3
* Misc. typosluz.paz2019-03-262-6/+6
* Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2019-03-232-3/+47
* Allow guide duplication in guides dialogMarc Jeanmougin2019-03-222-0/+5
* Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-201-6/+2
* Merge: Avoid the “using std::*;” or “using namespace std;” constructMartin Owens2019-03-065-35/+24
|\
| * Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-065-35/+24
* | Merge: Fix crash on opening file with text on path...Martin Owens2019-03-061-11/+9
|\ \
| * | Stop crash on loading text on pathNathan Lee2019-03-061-11/+9
| |/
* | Merge in Rescue code for restoring last used window geometry MR !534Martin Owens2019-03-062-11/+33
|\ \ | |/ |/|
| * Fix query for monitor dimensionsPatrick Storz2019-02-201-4/+0
| * Rescue code for restoring last used window geometryPatrick Storz2019-02-202-7/+33