summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove piglatin ocurrencesJabiertxof2018-09-191-2/+2
|
* make /options/yaxisdown true the defaultThomas Holder2018-09-121-1/+1
|
* New option to invert y-axisThomas Holder2018-09-121-0/+5
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Enable autosaves by default, puts them in user cache dirMarc Jeanmougin2018-08-211-3/+3
|
* fix a typoJabier Arraiza2018-08-141-1/+1
|
* fix for bug 1786605Jabier Arraiza2018-08-121-1/+1
|
* Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza2018-08-101-1/+1
|
* Fixes pointed by TavJabier Arraiza2018-08-051-2/+2
|
* coding style fixesJabier Arraiza2018-08-051-5/+4
|
* Refactor with Tav helpJabier Arraiza2018-08-051-0/+6
|
* Revert changesJabier Arraiza2018-08-051-6/+0
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-0/+6
| | | | pref optional to scale dashes on stroke scale
* Fix coding styleJabier Arraiza2018-08-031-4/+8
|
* 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.