summaryrefslogtreecommitdiffstats
path: root/src/gradient-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mesh gradient: fix bad indexingJohan B. C. Engelen2012-05-251-0/+3
| | | (bzr r11417)
* gradient mesh: add NULL checks to fix crash?Johan B. C. Engelen2012-05-251-5/+13
| | | (bzr r11416)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-74/+252
| | | (bzr r11406)
* Follow-up conversion from bool.Jon A. Cruz2012-05-081-24/+13
| | | (bzr r11347)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-38/+56
| | | (bzr r11345)
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-4/+6
| | | (bzr r11325)
* gradient chemistry: fix null pointer dereferenceKris De Gussem2012-04-041-5/+8
| | | (bzr r11147)
* cppcheckKris De Gussem2012-03-071-4/+6
| | | (bzr r11052)
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-1/+4
| | | (bzr r10858)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-6/+8
| | | (bzr r10582.1.11)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-3/+3
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-2/+2
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+2
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-4/+4
|\ | | | | (bzr r9508.1.89)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-4/+4
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-91/+92
|\| | | | | (bzr r9508.1.73)
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-69/+70
| | | | | | (bzr r10059)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-22/+22
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-17/+16
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+16
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| | | | | | | | | (bzr r9546.1.4)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-2/+2
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | 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-116/+143
|\| | | | | | | | (bzr r9508.1.52)
| * | Cleanup of gradient swatch property and collection policy.Jon A. Cruz2010-07-091-5/+7
| | | | | | | | | (bzr r9602)
| * | Prevent conversion of 'solid' gradients.Jon A. Cruz2010-07-051-45/+79
| | | | | | | | | (bzr r9577)
| * | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-12/+11
| | | | | | | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564)
| * | Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵Jon A. Cruz2010-07-031-43/+32
| |/ | | | | | | | | to a swatch. Preserve CMS colors. (bzr r9560)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-13/+16
| | | | | | (bzr r9542)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-0/+1
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-4/+0
|/ | | (bzr r9508.1.45)
* Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz2010-03-231-4/+5
| | | (bzr r9224)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-23/+19
| | | (bzr r9169)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-35/+8
| | | (bzr r9163)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-46/+7
| | | (bzr r9153)
* Fixed const correctness for gradient stop count routines.Jon A. Cruz2010-03-041-126/+131
| | | | | Minor whitespace cleanup. (bzr r9139)
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
| | | (bzr r9127)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8404)
* Merge from fe-movedTed Gould2008-11-211-5/+5
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-52/+52
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-2/+3
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-66/+66
| | | (bzr r6884)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-3/+6
| | | (bzr r6793)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6569)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
| | | (bzr r5884)