| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some improvements to redraw | Jabiertxo Arraiza Cenoz | 2017-11-14 | 1 | -2/+4 |
| | | |||||
| * | Some improvements to redraw | Jabiertxo Arraiza Cenoz | 2017-11-14 | 1 | -28/+47 |
| | | |||||
| * | Merge branch 'master' into powerpencilII | Jabiertxo Arraiza Cenoz | 2017-11-13 | 6 | -54/+37 |
| |\ | |||||
| | * | SPMeshArray: fix a crash when dragging control points | Stefano Facchini | 2017-11-13 | 1 | -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 Facchini | 2017-11-13 | 3 | -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 tool | Stefano Facchini | 2017-11-13 | 3 | -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 refactor | Jabiertxo Arraiza Cenoz | 2017-11-13 | 3 | -101/+105 |
| | | | |||||
| * | | Added speed improbements | Jabier Arraiza | 2017-11-12 | 3 | -49/+67 |
| | | | |||||
| * | | Base refactor | Jabier Arraiza | 2017-11-12 | 6 | -150/+201 |
| |/ | |||||
| * | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 164 | -686/+1365 |
| |\ | |||||
| | * | Removing regects | Jabiertxo Arraiza Cenoz | 2017-11-10 | 4 | -1939/+0 |
| | | | |||||
| | * | Add lock margins to document settings | Jabiertxo Arraiza Cenoz | 2017-11-10 | 6 | -16/+1994 |
| | | | |||||
| | * | Add eduard improvements | Jabiertxo Arraiza Cenoz | 2017-11-10 | 1 | -4/+4 |
| | | | |||||
| | * | Start working on Eduard improvements | Jabier Arraiza | 2017-11-10 | 1 | -18/+24 |
| | | | |||||
| | * | Now symbols are sorted | Jabier Arraiza | 2017-11-08 | 2 | -16/+23 |
| | | | |||||
| | * | Refactor and order of document list | Jabier Arraiza | 2017-11-08 | 2 | -189/+179 |
| | | | |||||
| | * | Fixes CPU problems | Jabier Arraiza | 2017-11-08 | 1 | -0/+5 |
| | | | |||||
| | * | Reducing the risk of ocureences of 100% CPU bug | Jabier Arraiza | 2017-11-08 | 1 | -6/+7 |
| | | | |||||
| | * | Working on CPU issues | Jabier Arraiza | 2017-11-07 | 2 | -35/+34 |
| | | | |||||
| | * | Merge branch 'master' into fixSymbolsCpuProblems | Jabier Arraiza | 2017-11-07 | 121 | -210/+210 |
| | |\ | |||||
| | | * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 121 | -210/+210 |
| | | |\ | |||||
| | | | * | Misc. typos | Unknown | 2017-11-07 | 121 | -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 CPU | Jabier Arraiza | 2017-11-07 | 2 | -4/+11 |
| | |/ / | |||||
| | * | | Fixes to Filter Dialog | Jabiertxo Arraiza Cenoz | 2017-11-06 | 1 | -13/+14 |
| | | | | |||||
| | * | | Change abs to std::abs to fix warnings | Simon Wells | 2017-11-04 | 3 | -7/+7 |
| | | | | |||||
| | * | | added braces as specified in the coding standard | Simon Wells | 2017-11-04 | 1 | -3/+5 |
| | | | | |||||
| | * | | Make color selector visible hover white backgrounds if the selected color is ↵ | Jabier Arraiza | 2017-11-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | opaque white | ||||
| | * | | Fix typo crash building | Jabier Arraiza | 2017-11-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix meessage parameter to allow min height request | Jabier Arraiza | 2017-11-04 | 3 | -7/+22 |
| | | | | |||||
| | * | | Fix typo in line spacing tool tip | Maren Hachmann | 2017-11-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix FilterUnits::get_matrix_units2pb() for bounding box case. | Tavmjong Bah | 2017-11-04 | 2 | -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 Bah | 2017-11-04 | 2 | -7/+5 |
| | | | | | | | | | | | | | Increase default and maximum values of tile multiplier. | ||||
| | * | | Merge branch 'master' into powerMaskImprovements | Jabier Arraiza | 2017-11-04 | 8 | -6/+90 |
| | |\ \ | |||||
| | | * \ | Merge branch 'master' into menuInverseClipMask | Jabiertxo Arraiza Cenoz | 2017-11-03 | 2 | -6/+31 |
| | | |\ \ | |||||
| | | | * | | Add Ignore Gtk::Overlay if GTK=3.0 | Jabiertxo Arraiza Cenoz | 2017-11-03 | 2 | -6/+31 |
| | | | | | | |||||
| | | * | | | Merge branch 'master' into menuInverseClipMask | Jabiertxo Arraiza Cenoz | 2017-11-03 | 22 | -8/+53 |
| | | |\| | | |||||
| | | * | | | Merge branch 'master' into menuInverseClipMask | Jabier Arraiza | 2017-11-03 | 3 | -272/+775 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'master' into menuInverseClipMask | Jabier Arraiza | 2017-11-03 | 1 | -2/+2 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Rename wrong named function | Jabier Arraiza | 2017-11-03 | 2 | -5/+3 |
| | | | | | | | | |||||
| | | * | | | | | Move finctions away object sets | Jabier Arraiza | 2017-11-02 | 7 | -27/+54 |
| | | | | | | | | |||||
| | | * | | | | | Remove unrelated code | Jabier Arraiza | 2017-11-02 | 2 | -115/+114 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'master' into menuInverseClipMask | Jabier Arraiza | 2017-11-02 | 2 | -2/+2 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Added inverse mask and clippath | Jabier Arraiza | 2017-11-01 | 3 | -27/+35 |
| | | | | | | | | | |||||
| | | * | | | | | | Merge branch 'master' into menuInverseClipMask | Jabier Arraiza | 2017-11-01 | 2 | -3/+7 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Add widget to color and some refactoring | Jabier Arraiza | 2017-11-01 | 6 | -90/+117 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'master' into powerMaskImprovements | Jabiertxo Arraiza Cenoz | 2017-11-03 | 22 | -8/+53 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | |||||
| | | * | | | | | | | Minor tweak to symbols search UX | Jabiertxo Arraiza Cenoz | 2017-11-03 | 2 | -6/+4 |
| | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | | * | | | | | | Set primitive filter area in feComposite and feMerge. Needed for tiling. | Tavmjong Bah | 2017-11-03 | 2 | -0/+6 |
| | | | | | | | | | |||||
| | | * | | | | | | Don't use infinite rectangle for tile area as this leads to ↵ | Tavmjong Bah | 2017-11-03 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overflow/underflow problems later. | ||||
| | | * | | | | | | Give each filter primitive a name to help in debugging. | Tavmjong Bah | 2017-11-03 | 17 | -0/+38 |
| | | | |_|_|_|/ | | |/| | | | | |||||
