summaryrefslogtreecommitdiffstats
path: root/src/widgets/fill-style.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-28refactor: TypedSPIThomas Holder1-4/+4
2019-01-02modernize loopsMarc Jeanmougin1-21/+21
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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-14/+15
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2016-11-08Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah1-26/+129
Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
2016-10-13Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah1-0/+9
(bzr r15165)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2015-11-16static code analysisKris De Gussem1-3/+3
(bzr r14474)
2015-11-13static code analysisKris De Gussem1-3/+3
(bzr r14463)
2015-05-09Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵Tomasz Boczkowski1-4/+2
MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22)
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-2/+2
(bzr r14059.1.20)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2015-02-27more cast cleanupMarc Jeanmougin1-4/+4
(bzr r13922.1.11)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-3/+3
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-16/+16
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-12-25Remove sp_style_new().Tavmjong Bah1-13/+10
(bzr r13822.1.6)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
(bzr r13820)
2014-12-21Purge sp_desktop_canvasLiam P. White1-2/+2
(bzr r13811)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
(bzr r13809)
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-2/+2
(bzr r13341.6.21)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-3/+3
(bzr r12782)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
(bzr r12014)
2012-08-01Fix for 1029302 : Fill/Stroke dialog does not update on tool changeJohn Smith1-1/+17
(bzr r11579)
2012-05-08Follow-up conversion from bool.Jon A. Cruz1-4/+8
(bzr r11347)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+3
(bzr r11030)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+2
(bzr r10873)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-10/+10
Removed unneeded and outdated macro use. (bzr r9564)
2010-07-03Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵Jon A. Cruz1-7/+11
to a swatch. Preserve CMS colors. (bzr r9560)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-7/+7
SPDocument based methods (bzr r9546.1.3)
2010-07-02Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz1-1/+5
(bzr r9553)
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-4/+4
(bzr r9542)