summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prevent opacity slider changes from going into undo as separate items. Fixes ↵Jon A. Cruz2010-09-151-15/+12
| | | | | | | | bug #629300. Fixed bugs: - https://launchpad.net/bugs/629300 (bzr r9762)
* Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-181-27/+10
| | | | | is drag-n-drop'ed or selected. (bzr r9620)
* Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz2010-07-071-0/+5
| | | (bzr r9586)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-6/+6
| | | (bzr r9542)
* C++-ification of paint selector.Jon A. Cruz2010-03-221-2/+2
| | | (bzr r9221)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+9
| | | (bzr r9169)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-10/+8
| | | (bzr r9163)
* Block "special" solid gradients from gradient F&S dialog.Jon A. Cruz2010-03-061-410/+413
| | | (bzr r9156)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+1
| | | (bzr r9153)
* Cleanup on id access.Jon A. Cruz2010-03-021-1/+1
| | | (bzr r9127)
* fix 416940bulia byak2009-08-221-3/+11
| | | (bzr r8517)
* fix 376068bulia byak2009-08-131-14/+16
| | | (bzr r8483)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* Warning/type cleanup.Jon A. Cruz2008-12-041-25/+33
| | | (bzr r6944)
* Whitespace cleanup.Jon A. Cruz2008-12-041-773/+771
| | | (bzr r6942)
* From trunkTed Gould2008-10-271-70/+72
| | | (bzr r6885)
* release reprs properlybulia byak2008-09-201-0/+3
| | | (bzr r6855)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-3/+3
| | | (bzr r3791)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-6/+4
| | | (bzr r3753)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+3
| | | (bzr r2723)
* replace use of sp_repr_new in gradient-vectorMenTaLguY2007-01-231-2/+5
| | | (bzr r2261)
* Fixed bug where offset was not written to XML when stop was added.Johan B. C. Engelen2007-01-121-0/+1
| | | (bzr r2197)
* Fix 1565162 (Gradient stop color not updated in list when entering RBGA)gustav_b2006-12-301-6/+17
| | | (bzr r2111)
* undo annotationsbulia byak2006-10-101-4/+5
| | | (bzr r1793)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-2/+2
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
| | | | | one major janitorial task we identified.... (bzr r1633)
* whoops, missed some uses of the old GObject signals in the last commitMenTaLguY2006-07-251-6/+39
| | | (bzr r1477)
* switch to sigc++ SPObject signals for SPGradientVectorSelectorMenTaLguY2006-07-251-16/+30
| | | (bzr r1476)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-5/+10
| | | (bzr r1315)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+4
| | | | | #1290647 (bzr r180)
* make sure positive xy widget pos is writtenRalf Stephan2006-02-241-0/+3
| | | (bzr r179)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-9/+9
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1115
(bzr r1)