summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typosMarc Jeanmougin2018-10-192-28/+29
|
* Makes page sizes in document properties customizableMarc Jeanmougin2018-10-192-188/+174
| | | | Works similarly as prefs
* Remove unused filter-list.h header.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Make middle-click functionality on color fields discoverable.Maren Hachmann2018-10-071-2/+2
|
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0138-145/+10
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-3/+3
| | | | | | | | 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-012-0/+4
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Propagate IconRenderer's activate signal so we don't have to guess where the ↵Martin Owens2018-09-272-2/+16
| | | | row/column is.
* Refactor addtoicon and turn into more generic iconrenderer CellRendererMartin Owens2018-09-272-35/+31
|
* cppcheck: fix Same expression in font-variantsJulien Nabet2018-09-241-1/+1
| | | | [ui/widget/font-variants.cpp:899]: (style) Same expression on both sides of '||'
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-2421-84/+0
|
* fix transform dialog icons with inverted y-axisThomas Holder2018-09-202-0/+10
|
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-2/+2
|\
| * Several more typosluz.paz2018-09-111-2/+2
| |
* | New option to invert y-axisThomas Holder2018-09-121-1/+1
| | | | | | | | | | | | | | | | | | 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
* | Support smooth scrolling (part 2)Eduard Braun2018-09-111-1/+4
|/ | | | | | | | | | Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields
* Fix tiny size of layer visibility/lock iconsEduard Braun2018-08-161-1/+1
|
* fix for bug 1786605Jabier Arraiza2018-08-121-4/+4
|
* Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza2018-08-101-2/+4
|
* fixing coding styleJabier Arraiza2018-07-271-2/+1
|
* Refactor fo theme switcherJabier Arraiza2018-07-271-1/+1
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-07-261-1/+0
|
* Add allow to use system icon setsJabiertxo Arraiza Cenoz2018-07-261-1/+6
|
* fix coding styleJabiertxo Arraiza Cenoz2018-07-261-1/+1
|
* Open folders in inkscape preferences with XGD. Also added a tentative for MacJabiertxo Arraiza Cenoz2018-07-261-5/+4
|
* Fixing a win bug open foldersJabiertxo Arraiza Cenoz2018-07-251-0/+4
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-07-251-1/+2
|
* Fixing a win compiling bug and fix a string pointed by vladaJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Fixing a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Fixing a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-9/+2
|
* Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-252-29/+24
|
* Working on open folders on WINJabiertxo Arraiza Cenoz2018-07-251-1/+7
|
* Fix codding styleJabiertxo Arraiza Cenoz2018-07-252-43/+42
|
* Improve string for open button in preferences IIJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Improve string for open button in preferencesJabiertxo Arraiza Cenoz2018-07-251-1/+1
|
* Improve the look of prefs buttonsJabier Arraiza2018-07-242-5/+13
|
* Add buttons to open folders as sugestion of MarenJabier Arraiza2018-07-242-0/+32
|
* Fix a wrongy commitJabier Arraiza2018-07-242-11/+0
|
* Remove pointerJabiertxo Arraiza Cenoz2018-07-242-0/+11
|
* Fixing coding styleJabier Arraiza2018-07-213-18/+17
|
* adding gtk-themeJabier Arraiza2018-07-2115-99/+112
|
* Fix non-standard typeEduard Braun2018-07-031-1/+1
|
* Reduce width of Transform dialog by making spinbuttons narrowerGeoff Lankow2018-07-022-0/+11
|
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-4/+4
|
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-202-4/+4
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-4/+4
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-193-48/+48
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-192-6/+6
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-182-9/+9
| | | | | This reduces the boilerplate required to add a new element to a container.