summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-25EekPreview: rm unused function headerAlexander Valavanis1-1/+0
2018-11-25EekPreview: Replace deprecated g_type_class_add_private and adhere to GObject...Alexander Valavanis2-22/+10
2018-11-25InkToggleAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2-25/+26
2018-11-25widgets/gimp/ruler: Replace deprecated g_type_class_add_privateAlexander Valavanis1-14/+17
2018-11-16Rewrite of Gimp Color Wheel in C++.Tavmjong Bah3-1583/+0
2018-11-10cleanup StrokeStyle::updateAllMarkersThomas Holder1-24/+30
2018-11-10Fix Bug #1796261 update markers in groupsSamuel Buttigieg1-22/+42
2018-11-09Fix codding styleJabiertxof9-21/+14
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof9-9/+9
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof9-11/+23
2018-11-08Clarify licensesMax Gaukler63-83/+245
2018-11-06Use C++11 raw string for embeded SVG.Tavmjong Bah1-25/+27
2018-11-03Use monospace digits font in messages and spinbuttonsJabier Arraiza1-4/+6
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah5-5/+0
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason1-2/+2
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason1-0/+2
2018-10-05Removal of code but breaks gradientsMartin Owens2-6/+8
2018-10-01Move macros.h and remove unneeded macrosEduard Braun3-3/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun15-52/+1
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2-0/+4
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun9-32/+4
2018-09-21Fix window resize canvas orientation interferenceThomas Holder1-1/+4
2018-09-14Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens3-339/+0
2018-09-12Remove colors from gtklistviewMartin Owens2-7/+6
2018-09-12Allow adding new propertiesMartin Owens2-12/+68
2018-09-12New option to invert y-axisThomas Holder1-2/+6
2018-09-11Refactor xml editor, improve UI and prepare for future additionsMartin Owens5-230/+93
2018-08-17Fix bug pointed by suv in https://gitlab.com/inkscape/inkscape/merge_requests...Jabiertxof1-1/+1
2018-08-09Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_reques...Jabiertxof3-2/+3
2018-08-05Fixes pointed by TavJabier Arraiza1-9/+2
2018-08-05coding style fixesJabier Arraiza2-5/+7
2018-08-05Fixes compiling bugsJabier Arraiza1-3/+9
2018-08-05Refactor with Tav helpJabier Arraiza2-6/+18
2018-08-05Revert changesJabier Arraiza2-44/+9
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2-9/+44
2018-07-29DropperToolbar: GtkAction migrationAlexander Valavanis3-1/+19
2018-07-21Fixing coding styleJabier Arraiza2-37/+20
2018-07-21adding gtk-themeJabier Arraiza11-46/+65
2018-06-21Move global functions into SPImage methods.Emmanuel Gil Peyrot1-1/+1
2018-06-21Move global functions into SPGradient methods.Emmanuel Gil Peyrot1-3/+3
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2-12/+12
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot18-28/+28
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2-3/+4
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot7-9/+9
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot6-10/+6
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot34-500/+500
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot11-55/+55