| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes pointed by maren in original MR | Jabier Arraiza | 2018-07-25 | 1 | -13/+15 |
| | | |||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixing a win compiling bug and fix a string pointed by vlada | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -3/+3 |
| | | |||||
| * | Fix a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -22/+33 |
| | | |||||
| * | Fix a compiling bug | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Add some Marting sugestions about main.cpp in MR | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -3/+4 |
| | | |||||
| * | Improve tooltip for open button in preferences | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -8/+8 |
| | | |||||
| * | Improve string for open button in preferences | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -2/+2 |
| | | |||||
| * | Fix buttons strings | Jabier Arraiza | 2018-07-24 | 1 | -2/+2 |
| | | |||||
| * | Fix buttons strings | Jabier Arraiza | 2018-07-24 | 1 | -2/+2 |
| | | |||||
| * | Add buttons to open folders as sugestion of Maren | Jabier Arraiza | 2018-07-24 | 1 | -6/+25 |
| | | |||||
| * | Fix a wrongy commit | Jabier Arraiza | 2018-07-24 | 1 | -1/+2 |
| | | |||||
| * | Remove pointer | Jabiertxo Arraiza Cenoz | 2018-07-24 | 1 | -5/+3 |
| | | |||||
| * | Add themes inkscape folder abailable by the app | Jabiertxo Arraiza Cenoz | 2018-07-24 | 1 | -2/+5 |
| | | |||||
| * | Toggle symbolic icons staff depending the theme has it or not | Jabiertxo Arraiza Cenoz | 2018-07-22 | 1 | -8/+40 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -80/+72 |
| | | |||||
| * | Fixing some icons dont redraw | Jabier Arraiza | 2018-07-21 | 1 | -7/+3 |
| | | |||||
| * | Working on themes | Jabier Arraiza | 2018-07-21 | 1 | -7/+5 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -20/+171 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -24/+24 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Merge branch 'patch-1' of gitlab.com:Moini/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Incorporate some of Mihaela's suggestions. | Maren Hachmann | 2018-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Try a different tool tip that hopefully can help users determine what to ↵ | Maren Hachmann | 2018-03-08 | 1 | -1/+1 |
| | | | | | | | | | expect on change of the rendering tile multiplicator parameter. | ||||
| | * | Try to clarify what the new tile size option is for. | Maren Hachmann | 2018-03-02 | 1 | -1/+1 |
| | | | | | | | Might still need improvement. | ||||
| * | | Fis maren improvements to embed/import | Jabier Arraiza | 2018-05-15 | 1 | -2/+2 |
| | | | |||||
| * | | Fix bug embeding SVG as PNG | Jabier Arraiza | 2018-05-13 | 1 | -0/+7 |
| | | | |||||
| * | | Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG | Jabier Arraiza | 2018-05-12 | 1 | -5/+7 |
| | | | |||||
| * | | Allow link a SVG as image | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| |/ | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -14/+19 |
| | | | | | A lot of header clean-up. | ||||
| * | Add 5° rotation option | Marc Jeanmougin | 2018-01-20 | 1 | -3/+3 |
| | | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1744481 | ||||
| * | Add change missed in last commit (due to incomplete cherry-pick). | Tavmjong Bah | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Remove the dialog "showclose" option | Stefano Facchini | 2018-01-16 | 1 | -3/+0 |
| | | | | | All the dialogs have a top-right "close" button, so this is now useless. | ||||
| * | Fix tiny default size of preferences dialog | Eduard Braun | 2018-01-12 | 1 | -10/+42 |
| | | | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/448728 - https://bugs.launchpad.net/inkscape/+bug/1360213 - https://bugs.launchpad.net/inkscape/+bug/1654469 | ||||
| * | Make natural window size default and fix small window size | Eduard Braun | 2018-01-07 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | - Clamp "Small" window size to 600x600 Everything smaller seems pretty unusable but can be discussed. This fixes bug #1659256. - Make sure "Large" window size is at least as large as "Small" to avoid embarassing user reports. - add "Default" as new window size and (surprise) make it the default This will not influence the initial size request at all and should result in the natural window size (unless overriden by the window manager) and should be a suitable default for all cases. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1659256 | ||||
| * | Make stored geometry and default window size enums | Eduard Braun | 2018-01-07 | 1 | -5/+5 |
| | | |||||
| * | Fix power stroke closed path and minor tweacks for pencil powerstroke | Jabier Arraiza | 2017-12-26 | 1 | -1/+1 |
| | | |||||
| * | Working on powerstroke fixes to pentool | Jabier Arraiza | 2017-12-18 | 1 | -10/+0 |
| | | |||||
| * | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-15 | 1 | -0/+5 |
| |\ | |||||
| | * | Fix typos | Jabier Arraiza | 2017-12-14 | 1 | -1/+1 |
| | | | |||||
| | * | Add break apart. Thanks Maren | Jabier Arraiza | 2017-12-14 | 1 | -1/+1 |
| | | | |||||
| | * | Fix strings, thanks Maren | Jabier Arraiza | 2017-12-14 | 1 | -2/+2 |
| | | | |||||
| | * | Make optional convert clone to path by a prefs option | Jabier Arraiza | 2017-12-14 | 1 | -0/+5 |
| | | | |||||
| * | | Moving tolerance | Jabier Arraiza | 2017-12-08 | 1 | -0/+10 |
| | | | |||||
| * | | Merge branch 'master' into powerpencilII | Jabiertxo Arraiza Cenoz | 2017-12-01 | 1 | -1/+1 |
| |\| | |||||
| | * | Don't translate the empty string | Eduard Braun | 2017-11-26 | 1 | -1/+1 |
| | | | |||||
