summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes pointed by maren in original MRJabier Arraiza2018-07-251-13/+15
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Fixing a win compiling bug and fix a string pointed by vladaJabiertxo Arraiza Cenoz2018-07-251-3/+3
|
* Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-22/+33
|
* Fix a compiling bugJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Add some Marting sugestions about main.cpp in MRJabiertxo Arraiza Cenoz2018-07-251-3/+4
|
* Improve tooltip for open button in preferencesJabiertxo Arraiza Cenoz2018-07-251-8/+8
|
* Improve string for open button in preferencesJabiertxo Arraiza Cenoz2018-07-251-2/+2
|
* Fix buttons stringsJabier Arraiza2018-07-241-2/+2
|
* Fix buttons stringsJabier Arraiza2018-07-241-2/+2
|
* Add buttons to open folders as sugestion of MarenJabier Arraiza2018-07-241-6/+25
|
* Fix a wrongy commitJabier Arraiza2018-07-241-1/+2
|
* Remove pointerJabiertxo Arraiza Cenoz2018-07-241-5/+3
|
* Add themes inkscape folder abailable by the appJabiertxo Arraiza Cenoz2018-07-241-2/+5
|
* Toggle symbolic icons staff depending the theme has it or notJabiertxo Arraiza Cenoz2018-07-221-8/+40
|
* Fixing coding styleJabier Arraiza2018-07-211-80/+72
|
* Fixing some icons dont redrawJabier Arraiza2018-07-211-7/+3
|
* Working on themesJabier Arraiza2018-07-211-7/+5
|
* adding gtk-themeJabier Arraiza2018-07-211-20/+171
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-181-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 Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-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/inkscapeMarc Jeanmougin2018-06-141-1/+1
|\
| * Incorporate some of Mihaela's suggestions.Maren Hachmann2018-05-111-1/+1
| |
| * Try a different tool tip that hopefully can help users determine what to ↵Maren Hachmann2018-03-081-1/+1
| | | | | | | | expect on change of the rendering tile multiplicator parameter.
| * Try to clarify what the new tile size option is for.Maren Hachmann2018-03-021-1/+1
| | | | | | Might still need improvement.
* | Fis maren improvements to embed/importJabier Arraiza2018-05-151-2/+2
| |
* | Fix bug embeding SVG as PNGJabier Arraiza2018-05-131-0/+7
| |
* | Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza2018-05-121-5/+7
| |
* | Allow link a SVG as imageJabiertxo Arraiza Cenoz2018-05-101-1/+1
| |
* | Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|/
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-14/+19
| | | | A lot of header clean-up.
* Add 5° rotation optionMarc Jeanmougin2018-01-201-3/+3
| | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1744481
* Add change missed in last commit (due to incomplete cherry-pick).Tavmjong Bah2018-01-161-1/+1
|
* Remove the dialog "showclose" optionStefano Facchini2018-01-161-3/+0
| | | | All the dialogs have a top-right "close" button, so this is now useless.
* Fix tiny default size of preferences dialogEduard Braun2018-01-121-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 sizeEduard Braun2018-01-071-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 enumsEduard Braun2018-01-071-5/+5
|
* Fix power stroke closed path and minor tweacks for pencil powerstrokeJabier Arraiza2017-12-261-1/+1
|
* Working on powerstroke fixes to pentoolJabier Arraiza2017-12-181-10/+0
|
* Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-151-0/+5
|\
| * Fix typosJabier Arraiza2017-12-141-1/+1
| |
| * Add break apart. Thanks MarenJabier Arraiza2017-12-141-1/+1
| |
| * Fix strings, thanks MarenJabier Arraiza2017-12-141-2/+2
| |
| * Make optional convert clone to path by a prefs optionJabier Arraiza2017-12-141-0/+5
| |
* | Moving toleranceJabier Arraiza2017-12-081-0/+10
| |
* | Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-12-011-1/+1
|\|
| * Don't translate the empty stringEduard Braun2017-11-261-1/+1
| |