| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Improve speed of LPE add dialog removing file from loop that make creation ↵ | Jabier Arraiza | 2019-09-22 | 1 | -0/+1 |
| | | | | | of multimple uneededd hidden dialogs | ||||
| * | Also fix translatability of styledialog and (unused) filter-editor | Patrick Storz | 2019-09-22 | 2 | -2/+2 |
| | | |||||
| * | Make LPE Selector translatable | Patrick Storz | 2019-09-22 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/432 | ||||
| * | Remove unused files (lpe-selector.h/lpe-selector.cpp) | Patrick Storz | 2019-09-22 | 2 | -107/+0 |
| | | |||||
| * | Make sure all conditions reached (minor touchup) | Nathan Lee | 2019-09-21 | 1 | -3/+3 |
| | | |||||
| * | Arrange > Polar unaffected by y-axis direction | Nathan Lee | 2019-09-21 | 1 | -4/+5 |
| | | | | | | | | In Arrange > Polar > Parameterized > Angle: update tooltips to reflect current behaviour. Fix https://gitlab.com/inkscape/inkscape/issues/374 | ||||
| * | Paint server dialog: Fix untranslatable strings | Patrick Storz | 2019-09-20 | 2 | -10/+11 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/430 | ||||
| * | Symbol dialog: Fix translation of symbol and symbol set names | Patrick Storz | 2019-09-20 | 2 | -18/+28 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/429 | ||||
| * | Crashfix: switch from active LPE tool (gitlab/420) | Nathan Lee | 2019-09-19 | 1 | -1/+1 |
| | | |||||
| * | XML Editor: Add msgctxt to history items | Patrick Storz | 2019-09-19 | 1 | -27/+17 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/404 | ||||
| * | Fix translating description on dialog add LPE | Jabier Arraiza | 2019-09-19 | 1 | -1/+2 |
| | | |||||
| * | Fix initial state of List mode stored in prefs on start LPE dialog | Jabier Arraiza | 2019-09-19 | 1 | -0/+5 |
| | | |||||
| * | Improvements from Nathanl | Jabier Arraiza | 2019-09-19 | 1 | -1/+1 |
| | | |||||
| * | sink with master and cleanup | Jabier Arraiza | 2019-09-19 | 1 | -3/+2 |
| | | |||||
| * | Add nathanl improvements | Jabier Arraiza | 2019-09-19 | 1 | -6/+24 |
| | | |||||
| * | Add @nathanl fixes | Jabier Arraiza | 2019-09-19 | 1 | -39/+11 |
| | | |||||
| * | Fix issue in toggle menu items like display mode and color mode. Partialy ↵ | Jabier Arraiza | 2019-09-19 | 1 | -10/+23 |
| | | | | | fix https://gitlab.com/inkscape/inkscape/issues/157 | ||||
| * | Some styling to search bar | Jabiertxof | 2019-09-18 | 1 | -1/+1 |
| | | |||||
| * | Add multiview modes to LPE selector (styling) | Jabiertxof | 2019-09-18 | 1 | -24/+17 |
| | | |||||
| * | Add multiview modes to LPE selector | Jabiertxof | 2019-09-18 | 2 | -62/+224 |
| | | |||||
| * | Add prefs switcher | Jabier Arraiza | 2019-09-18 | 2 | -27/+124 |
| | | |||||
| * | Lpe dialog listable | Jabiertxof | 2019-09-18 | 2 | -0/+18 |
| | | |||||
| * | Improve casts from voids and fix a issue when fill/stroke is unset set ↵ | Jabier Arraiza | 2019-09-16 | 2 | -3/+3 |
| | | | | | desktop styles with it | ||||
| * | Active SVG2 Flow Text by default | Jabiertxof | 2019-09-16 | 2 | -2/+2 |
| | | |||||
| * | Realy fix crash pasting and speed improvements | Jabiertxof | 2019-09-16 | 2 | -20/+17 |
| | | |||||
| * | Avoid crash when clipboard is pastred twice with the all content of the text ↵ | Jabiertxof | 2019-09-16 | 1 | -1/+5 |
| | | | | | input | ||||
| * | Allow paste preserving new lines into a flowtext element | Jabiertxof | 2019-09-16 | 3 | -0/+21 |
| | | |||||
| * | Allow paste on flowbox at same sice of origin, also improve creation to get ↵ | Jabiertxof | 2019-09-16 | 2 | -4/+12 |
| | | | | | rid of transforms on origin | ||||
| * | Allow to paste paragraphs in SVG2 Flow then paste overflow the shape | Jabiertxof | 2019-09-13 | 3 | -17/+17 |
| | | |||||
| * | Refactor of prepare inner and some comments | Jabiertxof | 2019-09-13 | 2 | -157/+128 |
| | | |||||
| * | UX improvement for creating/modifying 'inline-size' text. | Tavmjong Bah | 2019-09-13 | 1 | -4/+29 |
| | | |||||
| * | A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵ | Tavmjong Bah | 2019-09-13 | 1 | -1/+1 |
| | | | | | Fixes #852. | ||||
| * | Fix blocking bugs in text for Beta (stiling) | Jabiertxof | 2019-09-12 | 2 | -9/+7 |
| | | |||||
| * | Line height fixes | Jabiertxof | 2019-09-12 | 2 | -30/+96 |
| | | |||||
| * | Fix unsetting variable font values giving wrong font name (Issue 842). | Tavmjong Bah | 2019-09-12 | 1 | -1/+2 |
| | | |||||
| * | Fix non changing value on combobox. This can also be used in other toolbars | Jabier Arraiza | 2019-09-12 | 7 | -9/+27 |
| | | |||||
| * | Remove a lonly header noticed by Maren | Jabiertxof | 2019-09-11 | 1 | -6/+3 |
| | | |||||
| * | Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting ↵ | Jabiertxof | 2019-09-11 | 1 | -1/+1 |
| | | | | | certain fonts | ||||
| * | Fix a crash undoing creation of a SVG 2 Flow | Jabiertxof | 2019-09-10 | 1 | -8/+9 |
| | | |||||
| * | Menubar: Fix translation of submenu names | Patrick Storz | 2019-09-10 | 1 | -10/+11 |
| | | | | | | | | * drop underscore from submenus' "name" attribute and extract for translation by default * avoid crash for submenus missing a name * fix ITS rules (only top-level menu names where extracted) | ||||
| * | improve text selection | Jabiertxof | 2019-09-10 | 1 | -7/+6 |
| | | |||||
| * | fix a subselection issue | Jabiertxof | 2019-09-10 | 1 | -9/+7 |
| | | |||||
| * | Fix a focus issue pointed by Tav | Jabiertxof | 2019-09-10 | 1 | -1/+5 |
| | | |||||
