summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CMake checkerCampbell Barton2016-09-031-89/+123
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove == true/false.Shlomi Fish2016-09-031-3/+3
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid == true / == false.Shlomi Fish2016-09-031-2/+1
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RefactoringShlomi Fish2016-09-031-13/+7
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert to boolean truth/falsehood.Shlomi Fish2016-09-031-5/+5
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove == true.Shlomi Fish2016-09-031-2/+2
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove == true.Shlomi Fish2016-09-031-1/+1
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring: #if 0, == true, and const.Shlomi Fish2016-09-021-2/+5
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove extraneous checks for truth/false.Shlomi Fish2016-09-021-4/+4
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a superflous == TRUE.Shlomi Fish2016-09-021-1/+1
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inline two "style" variables.Shlomi Fish2016-09-021-4/+2
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a pointless == for boolShlomi Fish2016-09-021-1/+1
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some duplicate code.Shlomi Fish2016-09-021-25/+10
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes to stroke to path pointed by CRJabier Arraiza Cenoz2016-09-021-11/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make GTK3 width of Text and Font dialog more reasonable.Tavmjong Bah2016-09-011-3/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comment out line-height setting code in Text and Font dialog as it does not y...Tavmjong Bah2016-09-011-3/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix font style handling for non-system fonts.Tavmjong Bah2016-09-012-4/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-30106-12140/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1447971] User palettes not available if all shared system palettes are ...Nicolas Dufour2016-08-301-336/+324
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use HarfBuzz instead of deprecated Pango OTAlex Valavanis2016-08-302-68/+66
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1447971] User palettes not available if all shared system palettes are ...Nicolas Dufour2016-08-301-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add phantom bpath to helperJabier Arraiza Cenoz2016-08-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decrease contrast of phantom bpathJabier Arraiza Cenoz2016-08-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz2016-08-2911-54/+56
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in pattern along path at first edit node after applied. Backport it...Jabier Arraiza Cenoz2016-08-295-13/+34
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some comment typosJabier Arraiza Cenoz2016-08-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comment and fix in helper pathsJabier Arraiza Cenoz2016-08-292-1/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to helper paths. evaluate backport to 0.92.xJabier Arraiza Cenoz2016-08-294-6/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah2016-08-292-23/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code design. Replacing tabs with spaces, and fixng parentheses warning.Nicolas Dufour2016-08-291-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1425542] Filter applied on group does not auto redraw when edited.alvinhochun2016-08-291-0/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new website link which allows us to control the answers providerMartin Owens2016-08-282-12/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1586568] Interpolate extension creates wrong stroke width.suv-lp2016-08-271-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1486403] Updating K&M reference for English (translations already updat...Nicolas Dufour2016-08-271-280/+270
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1417923] Fixing issues with titles.Nicolas Dufour2016-08-27140-30237/+30927
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1590529] Italian tutorials translation update (and new Elements tutoria...Nicolas Dufour2016-08-273-1250/+2036
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: Make ctrlwin privateAlex Valavanis2016-08-251-20/+26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: C++ifyAlex Valavanis2016-08-251-49/+54
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis2016-08-257-780/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1616730] Bump trunk version to 0.92+devel.Nicolas Dufour2016-08-255-21/+21
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: C++ifyAlex Valavanis2016-08-231-64/+81
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: Use GOptionContextAlex Valavanis2016-08-231-54/+60
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation errorEduard Braun2016-08-181-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add back icon (this time as a copy)Eduard Braun2016-08-171-0/+223
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symlinks prevents to even check out the repository on some systemsEduard Braun2016-08-171-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Merging lp:~chironsylvain/inkscape/translation-fr into lp:inksc...chironsylvain2016-08-172-17/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation. Traditional Chinese tutorials and keys reference update.Nicolas Dufour2016-08-1710-2340/+2212
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation. Tutorials translation update for Brazilian Portuguese.Nicolas Dufour2016-08-178-1636/+1687
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation. New tutorial translations for Portuguese.Nicolas Dufour2016-08-1711-9/+20985
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Dutch translation update.kris-degussem2016-08-171-49/+85