Code

Rough pass of Fill-n-Stroke swatch conversion.
[inkscape.git] / src / ui / dialog / swatches.cpp
2010-07-02 Jon A. CruzRough pass of Fill-n-Stroke swatch conversion.
2010-06-28 Jon A. CruzPartial C++-ification of SPGradient
2010-06-26 Jon A. CruzImplementing the "Convert" popup menu item for gradient...
2010-03-19 Jon A. CruzFixed missing palette when using file open on a new...
2010-03-16 Jon A. CruzFixing "Auto" palette to be tracked per document, indep...
2010-03-13 Jon A. CruzSplitting the color swatch class to be separate for...
2010-03-12 Jon A. CruzFinished live updating of swatch previews. Fixes bugs...
2010-03-11 Jon A. CruzFix flicker during palette update.
2010-03-10 Jon A. CruzAuto swatches now update as they are edited in the...
2010-03-03 Jon A. CruzFix color swatch drag preview.
2010-03-02 Jon A. CruzCleanup on id access.
2010-01-14 Krzysztof Kosiński* Merge from trunk
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-21 Ted GouldUpdating the READMEs to better handle OSX.
2009-12-13 Jon A. Cruzreenable per-document palette to allow for continuing...
2009-11-29 Ted GouldUpdating to current trunk
2009-09-20 joncruzConditionally disable per-document "auto" palette
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-03-23 joncruzTrack stroke and fill of selected object and flag style...
2009-03-23 joncruzMake drag-n-drop preview a gradient image for gradients.
2009-03-22 joncruzMake simple clicks and menu set match the drag-n-drop...
2009-03-22 joncruzFixed warning from double append.
2009-03-21 joncruzAdded rought preview of gradients in swatches.
2009-03-21 joncruzCleaning up interface. Moved internals out of .h file.
2009-03-21 joncruzAdded explicit tagging of "solid color gradients" and...
2009-03-20 joncruzRenamed ColorDef to PaintDef to prep for expanded funct...
2009-03-18 joncruzLimit things to single-color gradients until we get...
2009-03-18 joncruzPurged use of INKSCAPE_PIXMAPDIR
2009-03-17 joncruzInitial read-only generation of per-document palette
2009-03-08 joncruzReworked internals of color and drag-n-drop.
2009-03-07 joncruzMoving dnd data generation into the generic ColorDef...
2009-03-05 joncruzHide the new 'clear' swatch for now
2009-03-05 joncruzAdding clear-color swatch to complement no-color.
2009-03-04 joncruzRemoved boolean "remove" from swatch, used new type...
2009-03-04 joncruzCleanup and prep for more work
2009-03-03 joncruzAdding some no-color to drag-n-drop
2009-02-21 tweenkMove files from the src/dialogs/ directory to the place...