summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-06-18Fix build issue caused by f09962028d017896279b717a6621a4de772d1b4f on GTK+ <3...Emmanuel Gil Peyrot1-1/+5
2018-06-17ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis1-1/+1
2018-06-17Move toolbars to ui/toolbarAlexander Valavanis44-13503/+21
2018-06-13Make shutdown dialogs use gtkmm.Emmanuel Gil Peyrot1-56/+37
2018-06-13Make info dialog use gtkmm.Emmanuel Gil Peyrot1-11/+6
2018-06-12Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...Emmanuel Gil Peyrot2-2/+4
2018-06-12Make SPDesktopWidget::window_get_pointer() use gdkmm.Emmanuel Gil Peyrot1-9/+13
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2-3/+3
2018-05-14Source typosluz.paz1-2/+2
2018-05-14Misc. typosluz.paz3-6/+6
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin28-60/+60
2018-05-04Add global guide controls to guides panelGeoff Lankow2-11/+0