| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -38/+9 |
| | | | | | | is drag-n-drop'ed or selected. (bzr r9620) | ||||
| * | Stop setting of stops from getting url() reference colors. | Jon A. Cruz | 2010-07-11 | 1 | -0/+1 |
| | | | | (bzr r9606) | ||||
| * | Cleanup of gradient swatch property and collection policy. | Jon A. Cruz | 2010-07-09 | 1 | -21/+57 |
| | | | | (bzr r9602) | ||||
| * | Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵ | Jon A. Cruz | 2010-07-06 | 1 | -7/+25 |
| | | | | | | marker string. (bzr r9582) | ||||
| * | Rough pass of Fill-n-Stroke swatch conversion. | Jon A. Cruz | 2010-07-02 | 1 | -0/+12 |
| | | | | (bzr r9553) | ||||
| * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -231/+233 |
| | | | | (bzr r9542) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -17/+7 |
| | | | | (bzr r9169) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -1/+1 |
| | | | | (bzr r9163) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -8/+16 |
| | | | | (bzr r9153) | ||||
| * | Added method to query "solid paint" status of SPGradient. | Jon A. Cruz | 2010-03-04 | 1 | -0/+14 |
| | | | | (bzr r9140) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -8/+8 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -8/+8 |
| | | | | (bzr r8404) | ||||
| * | Some extra comments. | Jasper van de Gronde | 2009-04-04 | 1 | -3/+8 |
| | | | | (bzr r7622) | ||||
| * | And now gradients should be (almost) perfect... The gradient vector is set ↵ | Jasper van de Gronde | 2009-04-03 | 1 | -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 Gronde | 2009-04-01 | 1 | -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 Gronde | 2009-03-31 | 1 | -16/+5 |
| | | | | | | ever) and some quality improvements to gradient rendering and feComponentTransfer handling. (bzr r7599) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -34/+36 |
| | | | | (bzr r6887) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -10/+9 |
| | | | | (bzr r6884) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+1 |
| | | | | (bzr r6512) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -16/+13 |
| | | | | (bzr r5884) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -8/+2 |
| | | | | (bzr r5149) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -9/+9 |
| | | | | (bzr r4025) | ||||
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 1 | -2/+2 |
| | | | | (bzr r3791) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -16/+13 |
| | | | | (bzr r3753) | ||||
| * | do the same remembering for stop opacity | bulia byak | 2007-08-26 | 1 | -1/+2 |
| | | | | (bzr r3590) | ||||
| * | calling parent's write method may reset the stop's color from repr if it was ↵ | bulia byak | 2007-08-26 | 1 | -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 note | MenTaLguY | 2007-08-21 | 1 | -1/+1 |
| | | | | | | about license) in preparation for refactoring (bzr r3562) | ||||
| * | fix 1695287 | bulia byak | 2007-04-06 | 1 | -3/+6 |
| | | | | (bzr r2822) | ||||
| * | fix 1502621 | bulia byak | 2007-03-09 | 1 | -1/+40 |
| | | | | (bzr r2590) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 1 | -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 ↵ | MenTaLguY | 2007-01-21 | 1 | -4/+8 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | Gradient colors are recalculated when style or offset changes of stops. (for ↵ | Johan B. C. Engelen | 2007-01-08 | 1 | -1/+5 |
| | | | | | | | | example when selecting a color in a swatch) Now changing colors is interactive. (bzr r2164) | ||||
| * | switch to sigc++ SPObject signals for SPGradient | MenTaLguY | 2006-07-29 | 1 | -5/+9 |
| | | | | (bzr r1508) | ||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 1 | -0/+1 |
| | | | | (bzr r232) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -17/+17 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1809 |
| (bzr r1) | |||||
