summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (unfollow)
Commit message (Collapse)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
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-42/+42
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
A lot of header clean-up.
2018-01-18Remove unused abstract class PreviewFillableStefano Facchini1-31/+24
PreviewHolder is the only implementation.
2018-01-18swatches: Code cleanupStefano Facchini1-310/+158
Now that all our code in a single file, it can be consolidated and cleaned up. The widgetry should be functionally identical to the previous one, with one exception: a Gtk::MenuButton replaces the old menu popper made up with an EventBox.
2018-01-17Properly support palettes without color namesEduard Braun1-2/+10
- use hexadecimal color code as a replacement in this case. - do not attempt to translate empty string / color name - fix an issue in the custom trim() function returning early for strings only consisting of a single whitespace character, e.g. "\n" Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1743708
2018-01-17Move code related to SwatchesPanel where it belongsStefano Facchini1-4/+434
panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2018-01-16panel: remove the "apply_label" APIStefano Facchini1-1/+1
It was used only by the Memory dialog, which can very well add the "Recalculate" button itself.
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 ↵Martin Owens1-3/+4
get_filename methods
2016-08-30[Bug #1447971] User palettes not available if all shared system palettes are ↵Nicolas Dufour1-1/+1
deleted from installation. Fixed bugs: - https://launchpad.net/bugs/1447971 (bzr r15093)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+0
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-4/+0
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+11
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+0
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-8/+8
(bzr r14907)
2016-05-18GTK3: Give even more widgets names.Tavmjong Bah1-0/+1
(bzr r14901)
2016-03-10Displays filename instead of blank string in unnamed palettesAdrian Boguszewski1-5/+6
Fixed bugs: - https://launchpad.net/bugs/780659 (bzr r14697)
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin1-14/+13
std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
(bzr r13922.1.5)
2015-02-18Just...mc1-3/+3
some... more... lines... (bzr r13922.1.2)
2014-12-25Remove sp_style_new().Tavmjong Bah1-13/+11
(bzr r13822.1.6)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
(bzr r13809)
2014-09-27Update to experimental r13565Liam P. White1-73/+30
(bzr r13341.5.16)
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
(bzr r13341.5.7)
2014-06-251. make it compileLiam P. White1-1/+1
(bzr r13341.5.1)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-1/+1
(bzr r13236)
2014-03-12Reverted swatchesLiam P. White1-2046/+870
Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23)
2014-03-09Remove all trace of the Tags dialogLiam P. White1-0/+1
Fixed Attach Path and Fill Between Many LPEs Enabled Gradient Meshes (bzr r13090.1.21)
2014-03-07Start cleanup for merge into trunkLiam P. White1-1/+0
(bzr r13090.1.20)
2014-03-06Fixed size of swatches widgetLiam P. White1-1/+1
(bzr r13090.1.19)
2014-03-06Makefile fixLiam P. White1-1/+4
(bzr r13090.1.18)
2014-03-05Fixed some swatch sizes (what about the table?)Liam P. White1-8/+8
(bzr r13090.1.17)
2014-03-05Added new swatches dialogLiam P. White1-30/+18
(bzr r13090.1.16)