summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-5/+0
* modernize loopsMarc Jeanmougin2019-01-021-30/+24
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-011-22/+22
* C++ify EekPreviewAlexander Valavanis2019-01-011-5/+3
* Fix namespace naming consistencyAlexander Valavanis2018-12-291-3/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
* Move global functions into SPGradient methods.Emmanuel Gil Peyrot2018-06-211-1/+1
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-42/+42
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-9/+9
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-9/+9
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+5
* Remove unused abstract class PreviewFillableStefano Facchini2018-01-181-31/+24
* swatches: Code cleanupStefano Facchini2018-01-181-310/+158
* Properly support palettes without color namesEduard Braun2018-01-171-2/+10
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-4/+434
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
* panel: remove the "apply_label" APIStefano Facchini2018-01-161-1/+1
* Update popup menu usageAlexander Valavanis2017-07-091-1/+5
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-47/+12
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-281-3/+4
* [Bug #1447971] User palettes not available if all shared system palettes are ...Nicolas Dufour2016-08-301-1/+1
* Merged trunkAdrian Boguszewski2016-08-091-4/+0
|\
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-4/+0
| |\
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
* | | Merged trunkAdrian Boguszewski2016-08-031-9/+0
|\| |
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+0
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+11
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-11/+0
| |/
* | Added items as a range functionAdrian Boguszewski2016-07-031-1/+1
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-8/+8
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-181-0/+1
* Displays filename instead of blank string in unnamed palettesAdrian Boguszewski2016-03-101-5/+6
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-14/+13
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
* Just...mc2015-02-181-3/+3
* Remove sp_style_new().Tavmjong Bah2014-12-251-13/+11
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
* Update to experimental r13565Liam P. White2014-09-271-73/+30
* Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
* 1. make it compileLiam P. White2014-06-251-1/+1
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-1/+1
* Stop tracking SPDocuments as they are deleted.Jon A. Cruz2014-03-021-30/+73
* swatches dialog: remove unused code part. cleanup some codeJohan B. C. Engelen2014-02-271-7/+3
* swatches dialog: properly reference count the reference to SPDocument in time...Johan B. C. Engelen2014-02-271-1/+2