| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Refactor a lot of the parameter handling code | Patrick Storz | 2019-08-31 | 50 | -1955/+1371 | |
| | | | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333 | |||||
| * | Move error classes to Parameter where they belong | Patrick Storz | 2019-08-31 | 3 | -25/+27 | |
| | | ||||||
| * | Use proper boolean values | Patrick Storz | 2019-08-31 | 3 | -3/+3 | |
| | | ||||||
| * | Remove effectively unused "silent" option from extensions. | Patrick Storz | 2019-08-31 | 3 | -27/+9 | |
| | | | | | See also https://gitlab.com/inkscape/inkscape/merge_requests/698 | |||||
| * | Remove unused and disabled "help" feature for extensions | Patrick Storz | 2019-08-31 | 10 | -89/+8 | |
| | | ||||||
| * | Remove unused define ESCAPE_DOLLAR_COMMANDLINE | Patrick Storz | 2019-08-31 | 2 | -8/+0 | |
| | | ||||||
| * | Rename parameter source files to avoid name conflicts | Patrick Storz | 2019-08-31 | 23 | -42/+55 | |
| | | ||||||
| * | Remove unused functions | Patrick Storz | 2019-08-31 | 2 | -51/+0 | |
| | | ||||||
| * | Move prefdialog to own directory | Patrick Storz | 2019-08-31 | 28 | -39/+42 | |
| | | ||||||
| * | Only register desktop on Dbus once | Nathan Lee | 2019-08-31 | 1 | -6/+12 | |
| | | | | | | Based off Guiu Rocafort Ferrer's patch/findings. See https://gitlab.com/inkscape/inkscape/issues/195. | |||||
| * | Improvements and bug fixes to XMLDialog | Jabier Arraiza | 2019-08-30 | 3 | -33/+108 | |
| | | ||||||
| * | add improvements to selectors and merge stylesheet on copy to work between docs | Jabier Arraiza | 2019-08-29 | 4 | -3/+15 | |
| | | ||||||
| * | Remove warnings on de/activate | Jabiertxof | 2019-08-29 | 1 | -14/+15 | |
| | | ||||||
| * | Fixes on UX inb CSS dialog | Jabiertxof | 2019-08-29 | 5 | -18/+15 | |
| | | ||||||
| * | Improve CSS and Selectors dialog | Jabiertxof | 2019-08-29 | 3 | -26/+123 | |
| | | ||||||
| * | Noumerous bugfixes pointed in Rocket Chat | Jabier Arraiza | 2019-08-29 | 5 | -36/+46 | |
| | | ||||||
| * | Document Properties Grid tab keeps current position | Nathan Lee | 2019-08-29 | 1 | -4/+16 | |
| | | | | | | | Instead of switching to the first tab whenever it is updated. This will not be accurate for XML editing. Fixes https://gitlab.com/inkscape/inkscape/issues/395 | |||||
| * | Improve format | Jabiertxof | 2019-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix a bug on add selector on windows, also some ui improvements | Jabiertxof | 2019-08-28 | 2 | -2/+24 | |
| | | ||||||
| * | Fix issues pointed by @ede123 and cssinate | Jabiertxof | 2019-08-28 | 6 | -55/+138 | |
| | | ||||||
| * | Puts back translator comments | Marc Jeanmougin | 2019-08-28 | 2 | -8/+8 | |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/391 | |||||
| * | Unify translatable inkscape.org links and add translation comments | Gyuris Gellért | 2019-08-28 | 2 | -1/+5 | |
| | | ||||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 17 | -76/+20 | |
| | | | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 14 | -70/+60 | |
| | | | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | |||||
| * | remove HAVE_POTRACE | Marc Jeanmougin | 2019-08-22 | 15 | -148/+7 | |
| | | ||||||
| * | Panned styling to CSS and XML dialogs | Jabiertxof | 2019-08-22 | 2 | -2/+0 | |
| | | ||||||
| * | Add styling to textview pointed by Adam Belis in team_ux | Jabiertxof | 2019-08-22 | 1 | -0/+1 | |
| | | ||||||
| * | Allow to store empty value XML node attributtes | Jabiertxof | 2019-08-22 | 1 | -5/+3 | |
| | | ||||||
| * | Allow edit empty text nodes | Jabiertxof | 2019-08-22 | 1 | -10/+7 | |
| | | ||||||
| * | Merge XML and CSS widgets improvements from ↵ | Jabier Arraiza | 2019-08-22 | 11 | -246/+586 | |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/801 | |||||
| * | Allow scaling down trace dialog | Nathan Lee | 2019-08-21 | 1 | -7/+30 | |
| | | ||||||
| * | Fix tracer selection and depixelize colors | Marc Jeanmougin | 2019-08-21 | 2 | -28/+13 | |
| | | ||||||
| * | Remove pixelart dialog | Marc Jeanmougin | 2019-08-21 | 7 | -666/+0 | |
| | | ||||||
| * | Make potrace a dep, remove previous code | Marc Jeanmougin | 2019-08-21 | 3 | -1118/+248 | |
| | | ||||||
| * | Fix build | Marc Jeanmougin | 2019-08-21 | 2 | -15/+7 | |
| | | ||||||
| * | add autotrace options | Marc Jeanmougin | 2019-08-21 | 1 | -4/+8 | |
| | | ||||||
| * | Fix centerline trace | Marc Jeanmougin | 2019-08-21 | 3 | -11/+51 | |
| | | ||||||
| * | update README | Marc Jeanmougin | 2019-08-21 | 1 | -2/+12 | |
| | | ||||||
| * | Autotrace test call | Marc Jeanmougin | 2019-08-21 | 1 | -2/+4 | |
| | | ||||||
| * | new trace Dialog - initial implementation | Marc Jeanmougin | 2019-08-21 | 8 | -176/+633 | |
| | | ||||||
| * | Improve spellcheck dialog | Thomas Holder | 2019-08-21 | 5 | -188/+167 | |
| | | | | | | | | | | | | - only use one language at a time for spell check - allow quick language change in spellcheck dialog - if no languages selected in preferences, list all installed aspell dictionaries in dialog - don't make "en" the default, use first available dictionary - add preferences button - auto-select first suggestion - fix #362 crash if no dictionaries available | |||||
| * | Typo in tooltip 2. | Gyuris Gellért | 2019-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Typo in tooltip. | Gyuris Gellért | 2019-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | This fix a mainmenu bug on toggle checkboxes on all desktops instead current one | Jabier Arraiza | 2019-08-20 | 1 | -8/+12 | |
| | | ||||||
| * | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 2019-08-19 | 15 | -66/+730 | |
| | | ||||||
| * | reduce usage of desktop coordinates (#341) | Thomas Holder | 2019-08-18 | 15 | -47/+63 | |
| | | | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | |||||
| * | Formatting last commit | vanntile | 2019-08-17 | 4 | -39/+36 | |
| | | ||||||
| * | Some useful hatch changes | vanntile | 2019-08-17 | 4 | -16/+78 | |
| | | ||||||
| * | HatchKnotHolderEntityScale & some fixes | vanntile | 2019-08-17 | 4 | -22/+46 | |
| | | ||||||
| * | Added knot holder entities | vanntile | 2019-08-17 | 7 | -32/+316 | |
| | | ||||||
