summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-5/+0
2019-01-02modernize loopsMarc Jeanmougin1-30/+24
2019-01-01Move Preview to Inkscape namespaceAlexander Valavanis1-22/+22
2019-01-01C++ify EekPreviewAlexander Valavanis1-5/+3
2018-12-29Fix namespace naming consistencyAlexander Valavanis1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-06-21Move global functions into SPGradient methods.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-42/+42
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-9/+9
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+5
2018-01-18Remove unused abstract class PreviewFillableStefano Facchini1-31/+24
2018-01-18swatches: Code cleanupStefano Facchini1-310/+158
2018-01-17Properly support palettes without color namesEduard Braun1-2/+10
2018-01-17Move code related to SwatchesPanel where it belongsStefano Facchini1-4/+434
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2018-01-16panel: remove the "apply_label" APIStefano Facchini1-1/+1
2017-07-09Update popup menu usageAlexander Valavanis1-1/+5
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-47/+12
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-3/+4
2016-08-30[Bug #1447971] User palettes not available if all shared system palettes are ...Nicolas Dufour1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-4/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+11
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+0
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-8/+8
2016-05-18GTK3: Give even more widgets names.Tavmjong Bah1-0/+1
2016-03-10Displays filename instead of blank string in unnamed palettesAdrian Boguszewski1-5/+6
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-14/+13
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
2015-02-18Just...mc1-3/+3
2014-12-25Remove sp_style_new().Tavmjong Bah1-13/+11
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-73/+30
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-1/+1
2014-03-12Reverted swatchesLiam P. White1-2046/+870
2014-03-09Remove all trace of the Tags dialogLiam P. White1-0/+1
2014-03-07Start cleanup for merge into trunkLiam P. White1-1/+0
2014-03-06Fixed size of swatches widgetLiam P. White1-1/+1
2014-03-06Makefile fixLiam P. White1-1/+4
2014-03-05Fixed some swatch sizes (what about the table?)Liam P. White1-8/+8
2014-03-05Added new swatches dialogLiam P. White1-30/+18