summaryrefslogtreecommitdiffstats
path: root/src/object/sp-gradient.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-21Move global functions into SPGradient methods.Emmanuel Gil Peyrot1-14/+14
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-8/+8
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2016-10-14Remove unused/undefined function.Tavmjong Bah1-3/+0
(bzr r15166)
2016-10-09Provide simple "preview" for mesh gradients.Tavmjong Bah1-0/+6
(bzr r15157)
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-2/+0
Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-7/+1
<meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
2015-02-02Experimental mesh smoothing code.Tavmjong Bah1-1/+2
(bzr r13890)
2014-09-27Update to experimental r13565Liam P. White1-30/+18
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-16/+5
GThread deprecation errors. (bzr r13341.1.190)
2014-08-30Minor pass of header cleanupLiam P. White1-14/+13
(bzr r13341.1.189)
2014-03-12incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-03Cleaned up.Markus Engel1-4/+4
(bzr r11608.1.117)
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
(bzr r11608.1.111)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-30/+34
(bzr r11608.1.82)
2013-04-01Added constructors to SP classes.Markus Engel1-8/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-7/+7
(bzr r11608.1.57)
2013-03-19Fixing regressionjtx1-2/+2
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-2/+2
(bzr r11950.1.56)
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-2/+2
(bzr r12205)
2012-09-23Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-2/+1
(bzr r11696)
2012-09-22Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-1/+2
(bzr r11694)
2012-09-19Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith1-0/+1
(bzr r11677)
2012-08-21Added "virtual pad" toMarkus Engel1-1/+32
- SPPaintServer - SPPattern - SPGradient - SPStop - SPLinearGradient - SPMeshGradient - SPMeshPatch - SPMeshRow - SPRadialGradient As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style. (bzr r11608.1.35)
2012-06-12fix in previous commitKris De Gussem1-1/+2
(bzr r11493)
2012-06-12cppcheckKris De Gussem1-8/+13
(bzr r11492)
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-3/+34
(bzr r11406)
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-7/+23
(bzr r11345)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-4/+1
(bzr r10696)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+1
the contents forward.h at all). (bzr r10667)
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)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-0/+2
(bzr r10065)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
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-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-5/+1
(bzr r9508.1.44)
2010-07-18Correcting black gradient stops when swatches are set or drug.Jon A. Cruz1-0/+1
Fixed bugs: - https://launchpad.net/bugs/594441 (bzr r9606.1.10)
2010-07-18Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz1-0/+1
is drag-n-drop'ed or selected. (bzr r9620)
2010-07-06Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵Jon A. Cruz1-1/+1
marker string. (bzr r9582)
2010-07-02Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz1-0/+2
(bzr r9553)
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-3/+39
(bzr r9542)
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-3/+23
(bzr r9169)
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-1/+2
(bzr r9153)