summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-2/+4
|
* Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-28/+47
|
* Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-11-136-54/+37
|\
| * SPMeshArray: fix a crash when dragging control pointsStefano Facchini2017-11-131-18/+9
| | | | | | | | | | | | | | It used to work with the old GSList code because objects where prepended instead of appended, so they were freed in the "right" order. But actually it's enough to delete the row objects, the children are then automatically deleted.
| * Unset the current tool early on shutdown.Stefano Facchini2017-11-133-9/+4
| | | | | | | | | | | | | | | | | | | | | | Before this commit, when the application is terminated we call the ::finish() method for the current tool, only after deleting the selection and other objects. But it may happen that the tool's finish() assume that the selection is still alive, making the application crash. (For instance, with the Bezier tool when the path is still not closed). Instead, unset the current tool early, when the Desktop object is removed from the application, before calling its ::destroy() method.
| * Refactor SPDesktop::setEventContext to allow for unsetting the current toolStefano Facchini2017-11-133-27/+24
| | | | | | | | | | Passing the empty string as toolName has the effect of unsetting and freeing the current tool. This will be used in a future commit.
* | Working refactorJabiertxo Arraiza Cenoz2017-11-133-101/+105
| |
* | Added speed improbementsJabier Arraiza2017-11-123-49/+67
| |
* | Base refactorJabier Arraiza2017-11-126-150/+201
|/
* Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-10164-686/+1365
|\
| * Removing regectsJabiertxo Arraiza Cenoz2017-11-104-1939/+0
| |
| * Add lock margins to document settingsJabiertxo Arraiza Cenoz2017-11-106-16/+1994
| |
| * Add eduard improvementsJabiertxo Arraiza Cenoz2017-11-101-4/+4
| |
| * Start working on Eduard improvementsJabier Arraiza2017-11-101-18/+24
| |
| * Now symbols are sortedJabier Arraiza2017-11-082-16/+23
| |
| * Refactor and order of document listJabier Arraiza2017-11-082-189/+179
| |
| * Fixes CPU problemsJabier Arraiza2017-11-081-0/+5
| |
| * Reducing the risk of ocureences of 100% CPU bugJabier Arraiza2017-11-081-6/+7
| |
| * Working on CPU issuesJabier Arraiza2017-11-072-35/+34
| |
| * Merge branch 'master' into fixSymbolsCpuProblemsJabier Arraiza2017-11-07121-210/+210
| |\
| | * Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-07121-210/+210
| | |\
| | | * Misc. typosUnknown2017-11-07121-210/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
| * | | Fixes to CPUJabier Arraiza2017-11-072-4/+11
| |/ /
| * | Fixes to Filter DialogJabiertxo Arraiza Cenoz2017-11-061-13/+14
| | |
| * | Change abs to std::abs to fix warningsSimon Wells2017-11-043-7/+7
| | |
| * | added braces as specified in the coding standardSimon Wells2017-11-041-3/+5
| | |
| * | Make color selector visible hover white backgrounds if the selected color is ↵Jabier Arraiza2017-11-041-1/+0
| | | | | | | | | | | | opaque white
| * | Fix typo crash buildingJabier Arraiza2017-11-041-1/+1
| | |
| * | Fix meessage parameter to allow min height requestJabier Arraiza2017-11-043-7/+22
| | |
| * | Fix typo in line spacing tool tipMaren Hachmann2017-11-041-1/+1
| | |
| * | Fix FilterUnits::get_matrix_units2pb() for bounding box case.Tavmjong Bah2017-11-042-30/+7
| | | | | | | | | | | | | | | Fixes scaling in FilterMorphology when bounding box is used. Update FilterOffset to also use function.
| * | Remove need to restart Inkscape when changing tile multiplier.Tavmjong Bah2017-11-042-7/+5
| | | | | | | | | | | | Increase default and maximum values of tile multiplier.
| * | Merge branch 'master' into powerMaskImprovementsJabier Arraiza2017-11-048-6/+90
| |\ \
| | * \ Merge branch 'master' into menuInverseClipMaskJabiertxo Arraiza Cenoz2017-11-032-6/+31
| | |\ \
| | | * | Add Ignore Gtk::Overlay if GTK=3.0Jabiertxo Arraiza Cenoz2017-11-032-6/+31
| | | | |
| | * | | Merge branch 'master' into menuInverseClipMaskJabiertxo Arraiza Cenoz2017-11-0322-8/+53
| | |\| |
| | * | | Merge branch 'master' into menuInverseClipMaskJabier Arraiza2017-11-033-272/+775
| | |\ \ \
| | * \ \ \ Merge branch 'master' into menuInverseClipMaskJabier Arraiza2017-11-031-2/+2
| | |\ \ \ \
| | * | | | | Rename wrong named functionJabier Arraiza2017-11-032-5/+3
| | | | | | |
| | * | | | | Move finctions away object setsJabier Arraiza2017-11-027-27/+54
| | | | | | |
| | * | | | | Remove unrelated codeJabier Arraiza2017-11-022-115/+114
| | | | | | |
| | * | | | | Merge branch 'master' into menuInverseClipMaskJabier Arraiza2017-11-022-2/+2
| | |\ \ \ \ \
| | * | | | | | Added inverse mask and clippathJabier Arraiza2017-11-013-27/+35
| | | | | | | |
| | * | | | | | Merge branch 'master' into menuInverseClipMaskJabier Arraiza2017-11-012-3/+7
| | |\ \ \ \ \ \
| | * | | | | | | Add widget to color and some refactoringJabier Arraiza2017-11-016-90/+117
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into powerMaskImprovementsJabiertxo Arraiza Cenoz2017-11-0322-8/+53
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Minor tweak to symbols search UXJabiertxo Arraiza Cenoz2017-11-032-6/+4
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | 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 ↵Tavmjong Bah2017-11-031-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overflow/underflow problems later.
| | * | | | | | Give each filter primitive a name to help in debugging.Tavmjong Bah2017-11-0317-0/+38
| | | |_|_|_|/ | | |/| | | |