summaryrefslogtreecommitdiffstats
path: root/src/gradient-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-69/+70
* update to latest 2geom !Johan B. C. Engelen2011-02-021-22/+22
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+16
|\
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-2/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Cleanup of gradient swatch property and collection policy.Jon A. Cruz2010-07-091-5/+7
* | Prevent conversion of 'solid' gradients.Jon A. Cruz2010-07-051-45/+79
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-12/+11
* | Create only single-stop gradients when using Fill-n-Stroke to convert solid t...Jon A. Cruz2010-07-031-43/+32
|/
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-13/+16
* Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz2010-03-231-4/+5
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-23/+19
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-35/+8
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-46/+7
* Fixed const correctness for gradient stop count routines.Jon A. Cruz2010-03-041-126/+131
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-5/+5
* SPDocument->Documentjohnce2009-08-051-5/+5
* Merge from fe-movedTed Gould2008-11-211-5/+5
* Merge from trunkTed Gould2008-10-311-52/+52
* From trunkTed Gould2008-10-271-2/+3
* Merging from trunkTed Gould2008-10-111-66/+66
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-3/+6
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
* fix crash caused by a gradient without a zero-offset stopbulia byak2008-03-261-0/+6
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
* switch to utility functions in nr-point-fnsbulia byak2007-10-161-15/+1
* implement no-forking optionbulia byak2007-10-111-0/+5
* export average_colorbulia byak2007-10-071-2/+2
* a few more utility methodsbulia byak2007-10-061-14/+74
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-1/+1
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
* Purged fill type enumJon A. Cruz2007-09-101-9/+8
* fix 1705412: handle gracefully assigning gradients to no-bbox itemsbulia byak2007-04-231-1/+3
* remove no longer relevant commentbulia byak2007-03-261-1/+1
* Gradient tool: fixed live updating of midstop dragging + [ 1667584 ] Crash wh...Johan B. C. Engelen2007-03-251-30/+35
* fix live dragging of gradient midstops, and fix crash when dragging writes to...bulia byak2007-03-251-1/+2
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-5/+7
* re-introduce isEmpty testsMenTaLguY2007-03-171-2/+2
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-2/+2
* Fixed interactive updating.Johan B. C. Engelen2007-03-081-9/+9
* Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584 ]. Testing required though.Johan B. C. Engelen2007-03-041-3/+3
* more NR::Maybe<NR::Rect> workMenTaLguY2007-03-041-37/+33
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-15/+27
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-24/+12