summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-11Bump libgc dependency to 7.2 (see bug #1530286)Alex Valavanis1-6/+0
2016-01-09Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah6-3/+24
2016-01-06Fix crash when apply Bend From Clipboard to a clone by the pen/pencil toolbarJabier Arraiza Cenoz1-1/+6
2016-01-05Fix wrong symm node type in BSpline converted to BezierJabier Arraiza Cenoz1-1/+1
2016-01-05Improve constant definitionsJabier Arraiza Cenoz3-4/+4
2016-01-02Remove two path requirement, there is some really good functionality with mul...Martin Owens1-7/+0
2015-12-31Enable build with old libgc versionAlex Valavanis1-0/+6
2015-12-28Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah3-4/+4
2015-12-27Fix GTK+ fullscreen issueAlex Valavanis4-13/+0
2015-12-27Remove more superfluous glibmm/threads.h checkingAlex Valavanis1-4/+0
2015-12-27Remove superfluous glibmm/threads.h checksAlex Valavanis3-12/+0
2015-12-27Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis4-65/+76
2015-12-27Remove superfluous glibmm/threads.h checksAlex Valavanis3-12/+0
2015-12-27Apply Tav/suv patch to replace Pango OT functions with HarfbuzzAlex Valavanis1-64/+65
2015-12-27Fix more GThreads issuesAlex Valavanis1-5/+2
2015-12-26Mark user-visible message for translationAlexandre Prokoudine1-1/+1
2015-12-26Replace deprecated GC direct variable access.Alex Valavanis1-3/+3
2015-12-26Separate C++-specific compiler flags to avoid C warnings about C++11 compatib...Alex Valavanis1-0/+5
2015-12-26minor typos (mail to inkscape-translator)Yuri Chornoivan4-8/+8
2015-12-26Rebase on libcroco 0.6.11Alex Valavanis5-9/+13
2015-12-21Add option for checkerboard background.Tavmjong Bah9-11/+57
2015-12-19fixes layer movement when there is a document scaling factorMarc Jeanmougin1-2/+2
2015-12-18brings back CMS tabMarc Jeanmougin3-4/+13
2015-12-14static code analysis: suppress compiler warningKris De Gussem1-1/+1
2015-12-14Small bug fix related to previous check-in.Tavmjong Bah1-0/+1
2015-12-14Fix two bugs with component transfer filter primitive:Tavmjong Bah1-155/+47
2015-12-13fix minor bug from recent merge: layer names were incorrectly createdMarc Jeanmougin1-2/+3
2015-12-13cppification and performanceMarc Jeanmougin3-129/+71
2015-12-13Perfomance optimization bugfixMarc Jeanmougin1-0/+3
2015-12-11Fix crash on hidden guidesJabier Arraiza Cenoz2-24/+29
2015-12-11Clean up some code, only init the SPKnot in one place.Martin Owens3-19/+4
2015-12-11Fix bug launching a document by commandline with guidesJabier Arraiza Cenoz1-10/+20
2015-12-10hide/show handle with guideMarc Jeanmougin1-0/+2
2015-12-10Remove CtrlPoint and replace with SPKnotMartin Owens9-272/+37
2015-12-09Remove unused header file.Tavmjong Bah15-253/+0
2015-12-09Remove unnecesary headers for GTK3Jabier Arraiza Cenoz1-2/+0
2015-12-09fix crash noticed by TavMarc Jeanmougin1-1/+0
2015-12-09Remove unused var in header fileJabier Arraiza Cenoz1-1/+0
2015-12-09Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal rulerJabier Arraiza Cenoz3-21/+33
2015-12-09replaced remaining GHashTable with std::mapMarc Jeanmougin5-37/+21
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin14-21/+0
2015-12-08cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin5-63/+41
2015-12-08cppification: GSList replaced by vectors (connectors)Marc Jeanmougin4-30/+22
2015-12-080-sized arrays are supposed to be forbiddenMarc Jeanmougin1-4/+4
2015-12-08fix warning (class was a struct)Marc Jeanmougin1-1/+1
2015-12-08Fix return value for SPIEnumBits::write().Tavmjong Bah1-1/+2
2015-12-08add negative values to bend and pattern along path whith knotJabier Arraiza Cenoz2-7/+36
2015-12-08Fix incorrect variable type in SPILengthOrNormal constructor.Tavmjong Bah1-1/+1
2015-12-08Fix incorrect variable type in SPILength constructor.Tavmjong Bah1-1/+1
2015-12-08fix crash (oops)Marc Jeanmougin1-2/+2