summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin22-183/+162
2015-12-07static code analysisKris De Gussem3-10/+15
2015-12-07static code analysisKris De Gussem12-18/+18
2015-12-07static code analysisKris De Gussem10-38/+38
2015-12-07static code analysisKris De Gussem5-31/+37
2015-12-07Add rect to SP Control point on locked guidesJabier Arraiza Cenoz4-14/+28
2015-12-07Add Martin Owens radious patchJabier Arraiza Cenoz1-0/+6
2015-12-07Set minimum line height to "strut" height per CSS. Prevent possible infinite ...Tavmjong Bah1-31/+25
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz12-49/+75
2015-12-06cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin2-61/+41
2015-12-06cppification: GSList replaced by vectors (vanishing points)Marc Jeanmougin2-40/+32
2015-12-06cppification: GSList replaced by vectors (mostly related to gradients and mes...Marc Jeanmougin7-264/+247
2015-12-06Remove leftover assert.Tavmjong Bah1-1/+0
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz15-40/+115
2015-12-05Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah7-36/+107
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin10-179/+130
2015-12-04added comment + simpler roundingMarc Jeanmougin1-2/+3
2015-12-03Correct rounding when importing bitmapsMarc Jeanmougin1-2/+6
2015-12-03String desc fixJabier Arraiza Cenoz2-4/+2
2015-12-03Add global lock guides to the rulersJabier Arraiza Cenoz9-9/+80
2015-12-03Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz3-1/+6
2015-12-02Removed auto calulate distances in roughen LPE because strange resulton apply...Jabier Arraiza Cenoz2-39/+0
2015-12-02Reorder attribute lock to better positionJabier Arraiza Cenoz2-2/+2
2015-12-02Add spray-origin missing atributeJabier Arraiza Cenoz2-0/+2
2015-12-02Add lock to guidesJabier Arraiza Cenoz8-0/+67
2015-12-02Correct line spacing for text in a shape when various font-sizes present.Tavmjong Bah3-36/+91
2015-11-30Bug fixes for simplify LPE and applied fix also affected #166937Jabier Arraiza Cenoz1-8/+11
2015-11-30Correct position of lines in multi-line text when some lines have different f...Tavmjong Bah2-14/+29
2015-11-27Reimplement the functions in src/xml/quote.cpp to clear up license.Krzysztof Kosi??ski1-61/+57
2015-11-25Fix undo of mesh creation.Tavmjong Bah1-18/+11
2015-11-25Remove unused headers.Tavmjong Bah2-4/+0
2015-11-25fixes infinite loop due to buggy recursion in flattening functionMarc Jeanmougin1-2/+8
2015-11-24Use deprecated constant to maintain backwards compatibility with freetype 2.4.Tavmjong Bah1-1/+1
2015-11-24Change context from gradient to mesh.Tavmjong Bah1-1/+4
2015-11-24Remove unneeded header.Tavmjong Bah1-1/+0
2015-11-23Correct return value.Tavmjong Bah1-0/+1
2015-11-21src/Makefile.am: Rm notes about tests that have been fixedAlex Valavanis1-2/+0
2015-11-21Hide unused verbs if Potrace is not availableAlex Valavanis7-3/+85
2015-11-20window/task bar icon missing when installed in non-standard locationRaphael Rosch2-0/+6
2015-11-19fix for bug 1517740 (crash in some cases in selection sets)Marc Jeanmougin1-2/+9
2015-11-19Swap text-before-edge and text-after-edge baseline values.Tavmjong Bah1-6/+6
2015-11-18Implement rendering of 'dominant-baseline' property.Tavmjong Bah4-39/+56
2015-11-18Use maximum ascent and descent for glyphs to ensure that glyphs that extendTavmjong Bah1-3/+6
2015-11-18Code cleanup. Remove/simplify some functions.Tavmjong Bah4-91/+30
2015-11-18Turn FontMetrics into a class. Add maximum ascent/descent variables.Tavmjong Bah4-19/+56
2015-11-18Find font metrics when font is initialized. Fill baseline table.Tavmjong Bah2-78/+222
2015-11-18Read/write 'dominant-baseline' property.Tavmjong Bah3-6/+38
2015-11-16removes warnings when compiling with c++11 using uniqueptr instead of autoptrMarc Jeanmougin5-3/+24
2015-11-16null pointer dereference fixKris De Gussem1-5/+3
2015-11-16static code analysisKris De Gussem2-7/+5