summaryrefslogtreecommitdiffstats
path: root/src/gradient-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-74/+252
2012-05-08Follow-up conversion from bool.Jon A. Cruz1-24/+13
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-38/+56
2012-05-04Adding checks to prevent null pointer dereferencesKris De Gussem1-4/+6
2012-04-04gradient chemistry: fix null pointer dereferenceKris De Gussem1-5/+8
2012-03-07cppcheckKris De Gussem1-4/+6
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-1/+4
2011-08-28Completely remove libnrKrzysztof Kosi??ski1-6/+8
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+3
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-2/+2
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-4/+4
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-69/+70
2011-02-02update to latest 2geom !Johan B. C. Engelen1-22/+22
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-0/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-4/+0
2010-07-09Cleanup of gradient swatch property and collection policy.Jon A. Cruz1-5/+7
2010-07-05Prevent conversion of 'solid' gradients.Jon A. Cruz1-45/+79
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-12/+11
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-2/+2
2010-07-03Create only single-stop gradients when using Fill-n-Stroke to convert solid t...Jon A. Cruz1-43/+32
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-13/+16
2010-03-23Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz1-4/+5
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-23/+19
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-35/+8
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-46/+7
2010-03-04Fixed const correctness for gradient stop count routines.Jon A. Cruz1-126/+131
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-5/+5
2009-08-05SPDocument->Documentjohnce1-5/+5
2008-11-21Merge from fe-movedTed Gould1-5/+5
2008-10-31Merge from trunkTed Gould1-52/+52
2008-10-27From trunkTed Gould1-2/+3
2008-10-11Merging from trunkTed Gould1-66/+66
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-3/+6
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-3/+3
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-1/+1
2008-03-26fix crash caused by a gradient without a zero-offset stopbulia byak1-0/+6
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-2/+2
2007-10-16switch to utility functions in nr-point-fnsbulia byak1-15/+1
2007-10-11implement no-forking optionbulia byak1-0/+5
2007-10-07export average_colorbulia byak1-2/+2
2007-10-06a few more utility methodsbulia byak1-14/+74
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-1/+1
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-1/+1