summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing coding style and translation and merge from masterJabier Arraiza2019-02-181-21/+19
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-02-181-20/+21
|
* Add System Default Theme to prefereces theme switchJabiertxof2019-01-281-1/+2
|
* Format stilyng for icons section in preferencesJabier Arraiza2019-01-271-2/+3
|
* Finich CSS refactorJabier Arraiza2019-01-271-2/+5
|
* Fix compiling errorsJabier Arraiza2019-01-271-24/+22
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-271-11/+63
|
* Add 'Theme Decide' option to symbolic icons colorJabier Arraiza2019-01-261-4/+41
|
* Add button to delete prefsMarc Jeanmougin2019-01-111-1/+9
|
* run clang tidy modernize passMarc Jeanmougin2019-01-021-3/+3
|
* modernize loopsMarc Jeanmougin2019-01-021-8/+7
|
* Rm deprecated budget widgetsAlexander Valavanis2018-12-291-3/+9
|
* Add preference for using SVG2 auto-flowed text in GUI.Tavmjong Bah2018-12-191-0/+4
|
* Add some SVG 2 fallbacks:Tavmjong Bah2018-12-071-0/+22
| | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text
* fix coding styleJabier Arraiza2018-12-041-2/+2
|
* Ready to review XRayJabier Arraiza2018-12-041-0/+5
|
* Fix codding styleJabiertxof2018-11-091-3/+3
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-2/+51
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Allow symbolic icons in default icon themeJabier Arraiza2018-11-061-0/+5
|
* Add a preference to force enable/disable menu iconsEduard Braun2018-11-051-0/+7
| | | | | | | | | By default the theme decides whether it wants to display icons or not by using the "show-icons" attribute in the menus.xml file. This attribute is properly inherited an can therefore be used to selectively enable and disable icons globally (by setting it on the root element), in certain submenus, or individually per menu item.
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-6/+6
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Add preference for default global snapping and make it falseMartin Owens2018-09-271-0/+6
|
* Allow ask for SVG dragged import method. Also split ask question from one to ↵Jabier Arraiza2018-09-221-1/+4
| | | | 2 (Bitmap and SVG)
* Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-221-1/+1
|
* 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
|