summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-25Fixing warnings.Jon A. Cruz1-14/+14
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-12/+616
2012-04-05fix crash (bug #941317)Johan B. C. Engelen1-1/+1
2012-03-07cppcheckKris De Gussem1-2/+2
2011-11-14Add a tolerance-based hack, so that radial gradients with focus outsideKrzysztof Kosi??ski1-3/+24
2011-09-18Fix crash when previewing objectBoundingBox gradientsKrzysztof Kosi??ski1-1/+1
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-6/+6
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-5/+5
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-7/+43
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-11/+11
2011-02-02update to latest 2geom !Johan B. C. Engelen1-30/+30
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-3/+0
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-501/+20
2010-07-18Correcting black gradient stops when swatches are set or drug.Jon A. Cruz1-38/+9
2010-07-18Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz1-38/+9
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-23/+23
2010-07-11Stop setting of stops from getting url() reference colors.Jon A. Cruz1-0/+1
2010-07-09Cleanup of gradient swatch property and collection policy.Jon A. Cruz1-21/+57
2010-07-06Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ma...Jon A. Cruz1-7/+25
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-8/+8
2010-07-02Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz1-0/+12
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-231/+233
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-1/+85
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-17/+7
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-1/+1
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-8/+16
2010-03-04Added method to query "solid paint" status of SPGradient.Jon A. Cruz1-0/+14
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-8/+8
2009-08-05SPDocument->Documentjohnce1-8/+8
2009-04-04Some extra comments.Jasper van de Gronde1-3/+8
2009-04-03And now gradients should be (almost) perfect... The gradient vector is set up...Jasper van de Gronde1-23/+125
2009-04-01Fix for gradient code I committed recently (which accidentally used unsigned ...Jasper van de Gronde1-4/+4
2009-03-31Fix for helperfns_read_vector (which could go on trying to read numbers for e...Jasper van de Gronde1-16/+5
2008-10-31Merge from trunkTed Gould1-34/+36
2008-10-11Merging from trunkTed Gould1-10/+9
2008-08-01replace matrix division code.Johan B. C. Engelen1-2/+1
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-16/+13
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-8/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-11-04Warning cleanupJon A. Cruz1-9/+9
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-2/+2
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-16/+13
2007-08-26do the same remembering for stop opacitybulia byak1-1/+2
2007-08-26calling parent's write method may reset the stop's color from repr if it was ...bulia byak1-1/+3
2007-08-21unify linear and radial gradients in same file (with appropriate noteMenTaLguY1-1/+1
2007-04-06fix 1695287bulia byak1-3/+6
2007-03-09fix 1502621bulia byak1-1/+40