summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set primitive filter area in feComposite and feMerge. Needed for tiling.Tavmjong Bah2017-11-032-0/+6
* Don't use infinite rectangle for tile area as this leads to overflow/underflo...Tavmjong Bah2017-11-031-2/+5
* Give each filter primitive a name to help in debugging.Tavmjong Bah2017-11-0317-0/+38
* Merge branch 'master' into SymbolsSearchJabier Arraiza2017-11-035-7/+11
|\
| * change assignment to equalitySimon Wells2017-11-021-2/+2
| * do not build grid2 in target allMarc Jeanmougin2017-11-021-1/+1
| * Make shared library building an optionMarc Jeanmougin2017-11-021-1/+1
| * fix removing class when object to pathAurèle Duda2017-10-311-0/+4
| * fix assertsMarc Jeanmougin2017-10-311-3/+3
* | Add search and no results from stock icons. Improve text. Thanks Maren for th...Jabier Arraiza2017-10-292-62/+52
* | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-293-5/+9
|\|
| * Fix a bug converting to paths nested LPE with powerstrokeJabier Arraiza2017-10-293-5/+9
* | Add overlay widgetsJabier Arraiza2017-10-292-42/+167
* | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-281-1/+4
|\|
| * Fix XML text parsing bug.Tavmjong Bah2017-10-281-1/+4
* | Bug fixes previous to overlay implementationJabier Arraiza2017-10-283-100/+111
* | Remove CMake blank lineJabier Arraiza2017-10-281-3/+4
* | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-278-131/+104
|\|
| * Protect against missing "id".Tavmjong Bah2017-10-271-0/+6
| * Enable reopening of Prototype dialog on startup.Tavmjong Bah2017-10-272-0/+3
| * Try to ensure that panels are created with the correct desktop.Tavmjong Bah2017-10-271-0/+6
| * Remove unused functions.Tavmjong Bah2017-10-262-129/+0
| * Fix code accidentally made useless in de6d47ed290e02aa4bdc64d6cea5a6c8c20e61c7Eduard Braun2017-10-251-2/+2
| * Add limited support for CSS 'font-face' rule.Tavmjong Bah2017-10-253-1/+88
* | Fix simbols dialog expand, Fix add symbols to document on global searchJabier Arraiza2017-10-272-74/+103
* | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-244-25/+59
|\|
| * Give drawing a reasonable(?) default size if dimensions are in % and there is...Tavmjong Bah2017-10-241-4/+4
| * Save decl list for 'font-face' rule. Micro-step in supporting rule.Tavmjong Bah2017-10-231-19/+48
| * Fix regression after r14761: handle size of selected nodes too big and stickyAntonio Ospite2017-10-231-1/+3
| * Fix compilation on Ubuntu TrustyEduard Braun2017-10-221-1/+4
* | Add progressbar to all actionsJabier Arraiza2017-10-242-117/+185
* | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-2211-68/+166
|\|
| * Preferences: cleanupEduard Braun2017-10-221-51/+46
| * Preferences: Minor consistency fixes for UIEduard Braun2017-10-221-3/+5
| * Preferences: Simplify code from 9f2c9d85b73ff773e6181d700678f28757714992Eduard Braun2017-10-221-21/+6
| * Preferences: fix inputs not properly expanding horizontallyEduard Braun2017-10-221-1/+1
| * Add preference to load additional fonts from custom directoriesEduard Braun2017-10-213-0/+10
| * Add preferences widget 'PrefMultiEntry'Eduard Braun2017-10-212-0/+43
| * Add preference to load additional fonts from 'fonts' directoriesEduard Braun2017-10-203-1/+22
| * Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fontsEduard Braun2017-10-204-1/+8
| * FontFactory: Add function to add additional font directoriesEduard Braun2017-10-202-0/+35
* | Added some improvements discused in MRJabier Arraiza2017-10-222-150/+141
* | Add discarted switch mode, working on global searchJabier Arraiza2017-10-222-257/+342
* | Fis come things pointed by Eduard in the MRJabier Arraiza2017-10-211-4/+9
* | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-20108-1384/+248
|\|
| * Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-2058-267/+211
| |\
| | * Refactor Util::ptr_sharedJan Lingscheid2017-10-1844-222/+188
| | * Replace boost::shared_ptrJan Lingscheid2017-10-177-28/+19
| | * Replace boost::scoped_ptrJan Lingscheid2017-10-175-9/+4
| | * Remove std::auto_ptrJan Lingscheid2017-10-172-8/+0