| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes for pressure pencil | Jabier Arraiza | 2019-07-19 | 11 | -138/+178 |
| | | |||||
| * | Improvements finish pointed by Maren | Jabier Arraiza | 2019-07-19 | 13 | -94/+157 |
| | | |||||
| * | Fix translations and coding style | Jabier Arraiza | 2019-07-19 | 5 | -61/+47 |
| | | |||||
| * | Improvemets to power pencil | Jabiertxof | 2019-07-19 | 10 | -192/+213 |
| | | |||||
| * | Fix maren pointed bugs | Jabiertxof | 2019-07-19 | 3 | -68/+44 |
| | | |||||
| * | Add ruler color customizable | Jabier Arraiza | 2019-07-19 | 1 | -1/+1 |
| | | |||||
| * | icons: do not re-use 'layer-rename' for "Move selection to layer" | Patrick Storz | 2019-07-19 | 1 | -1/+1 |
| | | |||||
| * | icons: replace deprecated gtk stock icons | Patrick Storz | 2019-07-19 | 2 | -3/+2 |
| | | | | | | | They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335 | ||||
| * | Avoid code duplication in ConcreteInkscapeApplication<T>::on_open() | Patrick Storz | 2019-07-17 | 2 | -47/+32 |
| | | |||||
| * | Stop End button selecting first swatch in list | Nathan Lee | 2019-07-17 | 2 | -9/+33 |
| | | | | | Fix gitlab.com/inkscape/inbox/issues/659 | ||||
| * | Derive pattern knots off the same subclass | Nathan Lee | 2019-07-15 | 2 | -40/+31 |
| | | |||||
| * | Check knot's pattern still exists before update | Nathan Lee | 2019-07-15 | 3 | -3/+34 |
| | | | | | | | | Stop crash when pattern changed via swatch palette, and knot is still present. https://gitlab.com/inkscape/inkscape/issues/70 | ||||
| * | Override navigation in swatch/gradient list | Nathan Lee | 2019-07-15 | 2 | -0/+64 |
| | | | | | Fix gitlab.com/inkscape/inkscape/issues/237 | ||||
| * | Eraser tool fixes | Thomas Holder | 2019-07-15 | 1 | -2/+5 |
| | | | | | | - Fix #331 Crash when erasing in document without layers - Fix #332 Clip-path wrong when erasing with parent transform | ||||
| * | fix compiling issues and some improvements | Jabier Arraiza | 2019-07-14 | 2 | -10/+6 |
| | | |||||
| * | retain tool color | Jabier Arraiza | 2019-07-14 | 1 | -2/+4 |
| | | |||||
| * | fixing coding style | Jabier Arraiza | 2019-07-14 | 6 | -95/+89 |
| | | |||||
| * | remove some comments and a warning | Jabier Arraiza | 2019-07-14 | 2 | -10/+1 |
| | | |||||
| * | Powerpencil substitute | Jabier Arraiza | 2019-07-14 | 2 | -15/+11 |
| | | |||||
| * | PoewePencil improvements | Jabier Arraiza | 2019-07-14 | 10 | -349/+383 |
| | | |||||
| * | Pre-Threading comment | Jabier Arraiza | 2019-07-14 | 4 | -62/+76 |
| | | |||||
| * | working on redraw | Jabier Arraiza | 2019-07-14 | 4 | -300/+196 |
| | | |||||
| * | working on powerpencil in other thread | Jabier Arraiza | 2019-07-14 | 8 | -84/+215 |
| | | |||||
| * | fix #325 LaTeX export broken | Thomas Holder | 2019-07-11 | 1 | -13/+2 |
| | | |||||
| * | macOS menu: "Window" before "Help" | Thomas Holder | 2019-07-11 | 1 | -0/+14 |
| | | | | | Closes #322 | ||||
| * | CLI: Warn if --export-file is used with multiple input files | Patrick Storz | 2019-07-11 | 1 | -1/+18 |
| | | |||||
| * | adaptagrams: sync with upstream | Patrick Storz | 2019-07-10 | 113 | -2344/+3227 |
| | | | | | | | | | now at https://github.com/mjwybrow/adaptagrams/commit/c8e31964dc22605eec455b24c11909b4b1b8ca03 + https://github.com/mjwybrow/adaptagrams/pull/33 + https://github.com/mjwybrow/adaptagrams/pull/38 | ||||
| * | Move reproducible-builds hack out of CairoRenderContext | Patrick Storz | 2019-07-10 | 3 | -45/+83 |
| | | |||||
| * | cairo-renderer: set metadata in output | Patrick Storz | 2019-07-10 | 4 | -35/+139 |
| | | | | | | | - metadata is taken from the SVG document; - fields that are compatible with the target format (and also supported by cairo) are set accordingly | ||||
| * | inkscape-version: offer variant without revision and date | Patrick Storz | 2019-07-10 | 2 | -4/+4 |
| | | |||||
| * | cairo-renderer: fix comment | Patrick Storz | 2019-07-10 | 1 | -1/+1 |
| | | |||||
| * | cairo-renderer: / cairo-render-context: whitespace fixes | Patrick Storz | 2019-07-10 | 4 | -23/+21 |
| | | |||||
| * | Enhancements for --export-type command line option | Patrick Storz | 2019-07-10 | 3 | -69/+70 |
| | | | | | | | | | | | | Now allows to - export multiple types at once, e.g. using `--export-type=pdf,png` - export to different file name(s) when using `--export-type` by using --export-file option (extension is stripped/added as needed) Also be more lenient with user-specified file extensions in general: Warn the user, however do not abort export but continue with what we would have expected (and the user likely meant to do) | ||||
| * | Correct a typo | Mehran-Baghi | 2019-07-10 | 1 | -1/+1 |
| | | |||||
| * | fix coding style | Jabier Arraiza | 2019-07-09 | 1 | -5/+3 |
| | | |||||
| * | Fix a issue on defaulñt colors for custom theme, remove the not needed ↵ | Jabiertxof | 2019-07-09 | 2 | -26/+19 |
| | | | | | folder scallable and add a WIP icons for align and distribute | ||||
| * | comment uneeded header | Jabier Arraiza | 2019-07-08 | 3 | -15/+10 |
| | | |||||
| * | fix issue on theme change | Jabier Arraiza | 2019-07-08 | 6 | -40/+48 |
| | | |||||
| * | Improve scrool on selectors | Jabiertxof | 2019-07-08 | 1 | -0/+2 |
| | | |||||
| * | fix compiling issue | Jabier Arraiza | 2019-07-08 | 1 | -2/+2 |
| | | |||||
| * | fix compiling problem | Jabier Arraiza | 2019-07-08 | 1 | -1/+0 |
| | | |||||
| * | finish rebase from master | Jabier Arraiza | 2019-07-08 | 4 | -6/+2 |
| | | |||||
| * | comment alternate colors | Jabier Arraiza | 2019-07-08 | 3 | -4/+61 |
| | | |||||
| * | Fix coding style | Jabiertxof | 2019-07-08 | 2 | -14/+12 |
| | | |||||
| * | Allow pop in front and disable color buttons view | Jabiertxof | 2019-07-08 | 3 | -21/+21 |
| | | |||||
| * | Refctor of Adam Belis icons to fit new system and fix bug compiling | Jabiertxof | 2019-07-08 | 1 | -1/+1 |
| | | |||||
| * | Bug fixing of update colors | Jabiertxof | 2019-07-08 | 2 | -116/+144 |
| | | |||||
| * | Bug fixes and add Adam Belis icon set | Jabiertxof | 2019-07-08 | 1 | -6/+9 |
| | | |||||
| * | Fix coding style | Jabiertxof | 2019-07-08 | 2 | -6/+5 |
| | | |||||
| * | Improvements to temming allow diferent on dark themes | Jabiertxof | 2019-07-08 | 3 | -82/+45 |
| | | |||||
