summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-11/+11
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-30/+30
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-47/+44
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-47/+44
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-23/+23
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-8/+8
| | | | | | | | | (bzr r9546.1.4)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | | | | (bzr r9546.1.2)
* | | 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-195/+233
|\| | | | | | | | (bzr r9508.1.52)
| * | Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-181-38/+9
| | | | | | | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620)
| * | Stop setting of stops from getting url() reference colors.Jon A. Cruz2010-07-111-0/+1
| | | | | | | | | (bzr r9606)
| * | Cleanup of gradient swatch property and collection policy.Jon A. Cruz2010-07-091-21/+57
| | | | | | | | | (bzr r9602)
| * | Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵Jon A. Cruz2010-07-061-7/+25
| | | | | | | | | | | | | | | marker string. (bzr r9582)
| * | Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-0/+12
| |/ | | | | (bzr r9553)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-231/+233
| | | | | | (bzr r9542)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-3/+0
| | | | | | (bzr r9508.1.45)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-501/+20
| | | | | | (bzr r9508.1.44)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-1/+1
| | | | | | (bzr r9508.1.8)
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-1/+85
|/ | | (bzr r9508.1.1)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-17/+7
| | | (bzr r9169)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-1/+1
| | | (bzr r9163)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-8/+16
| | | (bzr r9153)
* Added method to query "solid paint" status of SPGradient.Jon A. Cruz2010-03-041-0/+14
| | | (bzr r9140)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-8/+8
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-8/+8
| | | (bzr r8404)
* Some extra comments.Jasper van de Gronde2009-04-041-3/+8
| | | (bzr r7622)
* And now gradients should be (almost) perfect... The gradient vector is set ↵Jasper van de Gronde2009-04-031-23/+125
| | | | | | | up to be a good approximation to the "true" gradient and it is used consistently throughout (I hope). Also some other, minor, tweaks and a small bugfix. (bzr r7616)
* Fix for gradient code I committed recently (which accidentally used unsigned ↵Jasper van de Gronde2009-04-011-4/+4
| | | | | ints where it should not). (bzr r7601)
* Fix for helperfns_read_vector (which could go on trying to read numbers for ↵Jasper van de Gronde2009-03-311-16/+5
| | | | | ever) and some quality improvements to gradient rendering and feComponentTransfer handling. (bzr r7599)
* Merge from trunkTed Gould2008-10-311-34/+36
| | | (bzr r6887)
* Merging from trunkTed Gould2008-10-111-10/+9
| | | (bzr r6884)
* replace matrix division code.Johan B. C. Engelen2008-08-011-2/+1
| | | (bzr r6512)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-16/+13
| | | (bzr r5884)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-8/+2
| | | (bzr r5149)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Warning cleanupJon A. Cruz2007-11-041-9/+9
| | | (bzr r4025)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-2/+2
| | | (bzr r3791)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-16/+13
| | | (bzr r3753)
* do the same remembering for stop opacitybulia byak2007-08-261-1/+2
| | | (bzr r3590)
* calling parent's write method may reset the stop's color from repr if it was ↵bulia byak2007-08-261-1/+3
| | | | | changed in the object but not yet written to repr; to fix it, remember the specified color before calling parent write (bzr r3589)
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-211-1/+1
| | | | | about license) in preparation for refactoring (bzr r3562)
* fix 1695287bulia byak2007-04-061-3/+6
| | | (bzr r2822)
* fix 1502621bulia byak2007-03-091-1/+40
| | | (bzr r2590)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-4/+8
| | | | | create methods to match DOM (bzr r2253)
* Gradient colors are recalculated when style or offset changes of stops. (for ↵Johan B. C. Engelen2007-01-081-1/+5
| | | | | | | example when selecting a color in a swatch) Now changing colors is interactive. (bzr r2164)
* switch to sigc++ SPObject signals for SPGradientMenTaLguY2006-07-291-5/+9
| | | (bzr r1508)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-0/+1
| | | (bzr r232)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-17/+17
| | | (bzr r149)