| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add checkboxes in flip menu options | Jabier Arraiza | 2019-10-15 | 3 | -0/+23 | |
| | | ||||||
| * | Fix crash caused by e6d70fa8d497b2d75a837aa22e5876943de9fede | Marc Jeanmougin | 2019-10-15 | 1 | -3/+3 | |
| | | ||||||
| * | Extensions: Fix file test when checking dependencies by type | Patrick Storz | 2019-10-15 | 3 | -36/+64 | |
| | | | | | | | | | | | | | | | For "executable" files only existence was checked. (Glib::file_test needs a single FileTest) Apply this properly when checking script <command>s and xslt <file>s - interpreted scripts and xslt files -> only check existence - un-interpreted scripts -> check for executable file For Windows workarounds are implemented to yield desirable behavior: - as there is no executable bit, only check existence - as executables usually come with an extensions, scan for those as well. | |||||
| * | Fix a warning issue on theme change | Jabier Arraiza | 2019-10-14 | 2 | -1/+3 | |
| | | ||||||
| * | Fix bug compiling | Jabier Arraiza | 2019-10-14 | 1 | -1/+2 | |
| | | ||||||
| * | Fix compiling bug | Jabier Arraiza | 2019-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix a bug in previous commit | Jabier Arraiza | 2019-10-14 | 2 | -5/+5 | |
| | | ||||||
| * | Fix a extra blend enum | Jabier Arraiza | 2019-10-14 | 2 | -27/+6 | |
| | | ||||||
| * | Extensions: Switch .xslt file look-up to dependency logic as well | Patrick Storz | 2019-10-14 | 3 | -22/+12 | |
| | | ||||||
| * | Extensions: Improve logic to lookup script extensions | Patrick Storz | 2019-10-14 | 7 | -188/+148 | |
| | | | | | | | | | | | | | | | | - Use identical logic for looking up <dependency>s and <command>s. - Remove duplicate (but inconsistent and incomplete) logic from script.cpp that was used to search for the <command> again - Remove <check> element from .inx format It seems unused (at the very least by core extensions) and redundant to <dependency> checking - Deprecate the <command>-specific "reldir" attribute. Consistently use the functionally identical "location" attribute that was only used for <dependency>s before - Introduce the new relative location value location="inx", which looks up <dependencies> and <command>s relative to the .inx file's location. | |||||
| * | no "SPString" label for XML editor text nodes | Thomas Holder | 2019-10-14 | 1 | -1/+0 | |
| | | ||||||
| * | Reduce memory leak in file preview | Nathan Lee | 2019-10-14 | 2 | -6/+9 | |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/201 | |||||
| * | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 2019-10-14 | 13 | -146/+135 | |
| | | ||||||
| * | Prevent returning references to local variable | Marc Jeanmougin | 2019-10-14 | 1 | -6/+6 | |
| | | ||||||
| * | operators should return by value | Marc Jeanmougin | 2019-10-13 | 1 | -24/+24 | |
| | | ||||||
| * | Fix crash on filters | Marc Jeanmougin | 2019-10-13 | 1 | -0/+3 | |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/466 | |||||
| * | add extension to prefs backups | Marc Jeanmougin | 2019-10-13 | 1 | -2/+2 | |
| | | ||||||
| * | Fix misleading indentation | Diederik van Lierop | 2019-10-12 | 1 | -1/+2 | |
| | | ||||||
| * | Add icons to show help in set defauls LPE parameters | Jabier Arraiza | 2019-10-12 | 7 | -39/+58 | |
| | | ||||||
| * | Revert "Remove unused "nopref" variant of effects" | Patrick Storz | 2019-10-12 | 2 | -0/+10 | |
| | | | | | This reverts commit ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7. | |||||
| * | Move from deprecated GTimeVal to g_get_monotonic_time() | Jabier Arraiza | 2019-10-12 | 7 | -76/+34 | |
| | | ||||||
| * | Fix rendering issue on panning with text tool | Nathan Lee | 2019-10-12 | 1 | -2/+0 | |
| | | | | | https://gitlab.com/inkscape/inbox/issues/999 | |||||
| * | Update objects.cpp | Marc Jeanmougin | 2019-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | Prevent the objects panel from grinding Inkscape to a halt, for example when ↵ | Diederik van Lierop | 2019-10-11 | 2 | -31/+161 | |
| | | | | | ungrouping a large group | |||||
| * | Separate Adwaita and Adwaita-dark with specific styling (alowing to tweak ↵ | Jabier Arraiza | 2019-10-11 | 2 | -22/+22 | |
| | | | | | any theme with his theme name as css file)to allow better theming. Use this issue as reference: https://gitlab.com/inkscape/inkscape/issues/461 | |||||
| * | Fix wrong value | Jabier Arraiza | 2019-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix justify on shape inside text | Jabier Arraiza | 2019-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix build | Patrick Storz | 2019-10-11 | 1 | -2/+0 | |
| | | | | | (reverts a small part of 157ea34ce87b49756f0fe2f6ba81c5a09c42c0f9) | |||||
| * | Make all status messages in node tool translatable | Patrick Storz | 2019-10-11 | 1 | -37/+27 | |
| | | | | | | | | | | | Expand definitions of string literals. xgettext supports literal concatenation but not defines. This fixes some questionable syntax introduced in 81fbcdf00f09f7fc00c23bcecc0b1edfcce92b5f Fixes https://gitlab.com/inkscape/inkscape/issues/441 | |||||
| * | Actualizarsrc/display/sp-canvas.cpp | Jabier Arraiza | 2019-10-11 | 1 | -0/+1 | |
| | | ||||||
| * | Initialize some uninitialized variables | Marc Jeanmougin | 2019-10-11 | 8 | -5/+13 | |
| | | ||||||
| * | Fix slowdown from switching Text tool a lot | Nathan Lee | 2019-10-11 | 1 | -13/+17 | |
| | | ||||||
| * | Reduce memory leak on editing text, etc. | Nathan Lee | 2019-10-11 | 10 | -24/+55 | |
| | | ||||||
| * | Remove warnings of unhandled items on Mac check menu items, thanks to Nathan ↵ | Jabier Arraiza | 2019-10-11 | 1 | -3/+17 | |
| | | | | | Lee for the help. | |||||
| * | Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵ | Jabier Arraiza | 2019-10-11 | 4 | -24/+58 | |
| | | | | | RC. Also fix a bug rendering filters with superfast scroll and node tool | |||||
| * | Canvas profiling improvements. Also changed to a non deprecated measuring ↵ | Jabier Arraiza | 2019-10-11 | 2 | -40/+85 | |
| | | | | | time pointed by @ede123 in IRC | |||||
| * | Fix https://gitlab.com/inkscape/inbox/issues/546.Some checkboxes in menu ↵ | Jabier Arraiza | 2019-10-11 | 2 | -4/+189 | |
| | | | | | items do not reflect currently-selected modes (Mac, 1.0a) | |||||
| * | Fix minor typos | Yuri Chornoivan | 2019-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fix minor typos | Marc Jeanmougin | 2019-10-10 | 1 | -2/+2 | |
| | | ||||||
| * | Fix uninitialized value | Marc Jeanmougin | 2019-10-10 | 1 | -0/+1 | |
| | | ||||||
| * | Fix GC warnings | Marc Jeanmougin | 2019-10-10 | 2 | -1/+4 | |
| | | ||||||
| * | Actualizarsrc/ui/dialog/inkscape-preferences.cpp | Jabier Arraiza | 2019-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | Improve node tool not limiting the time to make the rendering | Jabier Arraiza | 2019-10-10 | 1 | -6/+8 | |
| | | ||||||
| * | Change color entry widget UX | Nathan Lee | 2019-10-09 | 2 | -20/+65 | |
| | | | | | | | | | | | | | - Previous alpha value used in autofill - Always filter non-hex input - Autocomplete on enter - Treat 1-2 digit input as grey colors - Treat short input (3/4) as shorthand hex notation - 8 digit hex with # no longer clipped when pasted - Side effect: filtered input moves cursor forward https://gitlab.com/inkscape/inkscape/issues/346 | |||||
| * | Backup prefs instead of deleting | Marc Jeanmougin | 2019-10-09 | 1 | -3/+15 | |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/850 | |||||
| * | Fix memory leaks in color wheel | Nathan Lee | 2019-10-09 | 1 | -1/+4 | |
| | | ||||||
| * | Minimise artefacts on edge of color wheel | Nathan Lee | 2019-10-09 | 1 | -10/+65 | |
| | | | | | | | | - Clamp values for linear interpolation - Make color in padding more accurate - Use stride to move between rows - See https://gitlab.com/inkscape/inbox/issues/954 | |||||
| * | Allow acces to user themes folder from themes tab along on system tab | Jabier Arraiza | 2019-10-09 | 2 | -0/+3 | |
| | | ||||||
| * | Make sure old calls to insert behaves the same | Nathan Lee | 2019-10-09 | 2 | -7/+9 | |
| | | ||||||
| * | Speed up multi-node (de)selection | Nathan Lee | 2019-10-09 | 2 | -21/+36 | |
| | | | | | | | Delay operations till all nodes are added. Deselection improvements thanks to Jabier. Refactor to reflect changes. | |||||
