summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-238/+0
| | | | A lot of header clean-up.
* Remove unused/undefined function.Tavmjong Bah2016-10-141-3/+0
| | | (bzr r15166)
* Provide simple "preview" for mesh gradients.Tavmjong Bah2016-10-091-0/+6
| | | (bzr r15157)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-2/+0
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-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)
* Experimental mesh smoothing code.Tavmjong Bah2015-02-021-1/+2
| | | (bzr r13890)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-16/+5
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Minor pass of header cleanupLiam P. White2014-08-301-14/+13
| | | (bzr r13341.1.189)
* incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch2014-03-121-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Cleaned up.Markus Engel2013-08-031-4/+4
| | | (bzr r11608.1.117)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-30/+34
| | | (bzr r11608.1.82)
* Added constructors to SP classes.Markus Engel2013-04-011-8/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-7/+7
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-2/+3
|\ | | | | (bzr r11608.1.56)
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-2/+2
| | | | | | (bzr r12205)
| * Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-231-2/+1
| | | | | | (bzr r11696)
| * Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-221-1/+2
| | | | | | (bzr r11694)
| * Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-0/+1
| | | | | | (bzr r11677)
* | Added "virtual pad" toMarkus Engel2012-08-211-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)
* fix in previous commitKris De Gussem2012-06-121-1/+2
| | | (bzr r11493)
* cppcheckKris De Gussem2012-06-121-8/+13
| | | (bzr r11492)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-3/+34
| | | (bzr r11406)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-7/+23
| | | (bzr r11345)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-4/+1
| | | (bzr r10696)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+1
| | | | | the contents forward.h at all). (bzr r10667)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-2/+2
|\ | | | | (bzr r9508.1.89)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-2/+3
|\| | | | | (bzr r9508.1.73)
| * compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-0/+2
| | | | | | (bzr r10065)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-3/+43
|\| | | | | (bzr r9508.1.52)
| * Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-181-0/+1
| | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620)
| * Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵Jon A. Cruz2010-07-061-1/+1
| | | | | | | | | | marker string. (bzr r9582)
| * Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-0/+2
| | | | | | (bzr r9553)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-3/+39
| | | | | | (bzr r9542)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-5/+1
|/ | | (bzr r9508.1.44)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-3/+23
| | | (bzr r9169)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+2
| | | (bzr r9153)
* Added method to query "solid paint" status of SPGradient.Jon A. Cruz2010-03-041-28/+31
| | | (bzr r9140)
* Spaced out for legibility.Jon A. Cruz2009-03-211-0/+8
| | | (bzr r7534)
* Merge from trunkTed Gould2008-10-311-1/+1
| | | (bzr r6887)