| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |||||
| * | 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 | |||||
| * | Initialize some uninitialized variables | Marc Jeanmougin | 2019-10-11 | 7 | -4/+12 | |
| | | ||||||
| * | 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 | 4 | -6/+11 | |
| | | ||||||
| * | 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 | 2 | -8/+16 | |
| | | | | | RC. Also fix a bug rendering filters with superfast scroll and node tool | |||||
| * | Fix https://gitlab.com/inkscape/inbox/issues/546.Some checkboxes in menu ↵ | Jabier Arraiza | 2019-10-11 | 1 | -4/+187 | |
| | | | | | 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 | |
| | | ||||||
| * | 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 | |||||
| * | 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. | |||||
| * | Deselect nodes on tool chande. Fixing style. | Jabier Arraiza | 2019-10-09 | 1 | -1/+2 | |
| | | ||||||
| * | Actualizarsrc/ui/tools/node-tool.h, src/ui/tools/node-tool.cpp archivos | Jabier Arraiza | 2019-10-09 | 2 | -0/+7 | |
| | | ||||||
| * | Reduce spacing between entries in Unicode Character dialog. Bump up font-size. | Tavmjong Bah | 2019-10-09 | 1 | -2/+6 | |
| | | | | | Partial fix for https://gitlab.com/inkscape/inkscape/issues/436 | |||||
| * | Improve node selection ~x3 removing unneded updateNow() called in non ↵ | Jabier Arraiza | 2019-10-09 | 2 | -4/+13 | |
| | | | | | necesary places. Also ensure canvas is always redraw | |||||
| * | Fix various minor code problems | Marc Jeanmougin | 2019-10-05 | 2 | -2/+2 | |
| | | ||||||
| * | Match default for star tool and star toolbar | Nathan Lee | 2019-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | fix leak in _bsplineHandlePosition | Marc Jeanmougin | 2019-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 4 | -24/+24 | |
| | | ||||||
| * | Fix typos | Marc Jeanmougin | 2019-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for extended Unicode planes in Unicode (Glyphs) dialog (includes ↵ | Tavmjong Bah | 2019-10-03 | 1 | -4/+21 | |
| | | | | | emoji). | |||||
| * | Update language list in Glyphs dialog. | Tavmjong Bah | 2019-10-03 | 1 | -0/+77 | |
| | | ||||||
| * | Show glyphs using selected font in Glyphs dialog. | Tavmjong Bah | 2019-10-03 | 1 | -3/+5 | |
| | | | | | Changed due to Maren's comment in https://gitlab.com/inkscape/inkscape/issues/436 | |||||
| * | Better fix to previous commit | Jabiertxof | 2019-10-01 | 1 | -2/+9 | |
| | | ||||||
| * | Fix a crash bug on new documents | Jabiertxof | 2019-10-01 | 1 | -13/+15 | |
| | | ||||||
| * | Add tooltip showing larger version of glyph in Glyph dialog. | Tavmjong Bah | 2019-10-01 | 1 | -0/+4 | |
| | | | | | Partially addresses https://gitlab.com/inkscape/inkscape/issues/436 | |||||
| * | Make funtion that add classes to top level windows in diallogs callable from ↵ | Jabier Arraiza | 2019-10-01 | 3 | -14/+24 | |
| | | | | | non dialogs windows | |||||
| * | fix compiling issues | Jabiertxof | 2019-09-29 | 1 | -0/+2 | |
| | | ||||||
| * | Comment dead code not used currently | Jabiertxof | 2019-09-29 | 3 | -3/+5 | |
| | | ||||||
| * | Remove unused code | Jabiertxof | 2019-09-29 | 1 | -6/+0 | |
| | | ||||||
| * | Fixes pointed by Thomas | Jabiertxof | 2019-09-29 | 3 | -14/+18 | |
| | | ||||||
| * | fix a hard to reproduce crash on textool when the CSS comapared is nullptr | Jabier Arraiza | 2019-09-29 | 1 | -0/+6 | |
| | | ||||||
| * | Remove pixman_log_error from console | Nathan Lee | 2019-09-26 | 1 | -0/+1 | |
| | | ||||||
| * | fix issue 426. Object to Path on text causes crash | Jabier Arraiza | 2019-09-26 | 1 | -18/+16 | |
| | | ||||||
| * | Fix a crash in CUSTOM_TYPE Windows native file open dialogs | Patrick Storz | 2019-09-24 | 1 | -7/+7 | |
| | | | | | | | See also 49ea08c12ce0f931ba7fc79d8ad9f2fa42a7dca7 Fixes https://gitlab.com/inkscape/inkscape/issues/378 | |||||
| * | Remove remaining uses of sp_round. | Tavmjong Bah | 2019-09-24 | 2 | -16/+18 | |
| | | ||||||
| * | Remove use of sp_round. | Tavmjong Bah | 2019-09-24 | 2 | -11/+18 | |
| | | ||||||
| * | fix tooggled value and po glade fila added | Jabier Arraiza | 2019-09-23 | 1 | -19/+6 | |
| | | ||||||
| * | Object properties: fix values of image-rendering enum | Patrick Storz | 2019-09-22 | 1 | -3/+10 | |
| | | | | | | | (this is image-rendering, not shape-rendering) Also update tooltip and try to improve descriptions of values. | |||||
