summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin28-60/+60
2018-04-28Make the CMS toggle button update the canvasTobias Ellinghaus1-12/+12
2018-04-13Add files missing in last commit (FontSelector).Tavmjong Bah2-8/+9
2018-04-13Replace C FontSelector by C++ FontSelector.Tavmjong Bah2-577/+0
2018-04-12Fix inconsistent signal disconnection in arc toolbarMikko Rasa1-1/+3
2018-04-05Code cleanup.Tavmjong Bah1-4/+3
2018-04-04Remove call to update font list when selection changes.Tavmjong Bah1-3/+0
2018-03-30Add lots of README's.Tavmjong Bah1-0/+11
2018-03-26Base LPE refactorJabier Arraiza1-4/+4
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches2-154/+0
2018-03-17[meson-build] libgimpwidgetsFelipe Corrêa da Silva Sanches2-3/+26
2018-03-17[meson-build] libwidgetsFelipe Corrêa da Silva Sanches1-0/+131
2018-03-08Incorporate Eduard's suggestion for Ellipse Undo entry.Maren Hachmann1-1/+1
2018-03-02Suggestion for improved Undo string when changing radii of an ellipse, consis...Maren Hachmann1-1/+1
2018-02-04Remove ege-select-one-action.Tavmjong Bah3-1386/+0
2018-02-04Convert UnitTracker to use ink-select-one-action.Tavmjong Bah9-55/+53
2018-02-03Really convert LPEtool-toolbar to use ink-select-one-action.Tavmjong Bah1-40/+54
2018-02-03Remove unneeded header.Tavmjong Bah1-1/+0
2018-02-01Convert LPEtool-toobar to use ink-select-one-action.Tavmjong Bah1-32/+40
2018-01-31Remove unneeded header.Tavmjong Bah1-1/+0
2018-01-31Convert tweak tool to use ink-select-one-action.Tavmjong Bah1-122/+116
2018-01-31Convert bucket toolbar to use ink-select-one-action.Tavmjong Bah1-46/+78
2018-01-31Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0).Tavmjong Bah1-2/+2
2018-01-31Convert pen/pencil toolbar to use ink-select-one-action.Tavmjong Bah1-119/+138
2018-01-30Convert star-toolbar to use ink-select-one-action.Tavmjong Bah1-78/+93
2018-01-30Minor formatting cleanup.Tavmjong Bah1-61/+59