summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Maren string improvementsJabier Arraiza2018-08-031-11/+11
|
* Move themes to user system foldersJabier Arraiza2018-08-021-7/+1
|
* Remove XGD_DATA_DIR as sugestion of su_vJabier Arraiza2018-07-311-0/+2
|
* First try co fix icons bugsJabier Arraiza2018-07-311-75/+2
|
* change header stringJabier Arraiza2018-07-291-1/+1
|
* reposition widgetsJabier Arraiza2018-07-291-5/+6
|
* Allow to change dark teme and GtkTheme at instantJabier Arraiza2018-07-281-3/+12
|
* Go back to iconTemes placed only on inkscape foldersJabier Arraiza2018-07-271-67/+93
|
* fixing coding styleJabier Arraiza2018-07-271-3/+2
|
* Refactor fo theme switcherJabier Arraiza2018-07-271-2/+4
|
* working on symbolicJabier Arraiza2018-07-261-7/+8
|
* Refactoring icon locationsJabiertxo Arraiza Cenoz2018-07-261-3/+3
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-07-261-29/+24
|
* Add allow to use system icon setsJabiertxo Arraiza Cenoz2018-07-261-34/+69
|
* Fixing paths to allow themes and icons inside main inkscape instalation not ↵Jabier Arraiza2018-07-261-1/+6
| | | | only at home
* Fix symbolic icon color widthJabiertxo Arraiza Cenoz2018-07-261-1/+1
|
* fix a stringJabiertxo Arraiza Cenoz2018-07-261-1/+1
|
* 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
|/