summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke ↵Jon A. Cruz2010-07-061-5/+31
| | | | | instead of gradient dialog. (bzr r9584)
* Minor cruft cleanup.Jon A. Cruz2010-07-061-1/+0
| | | (bzr r9583)
* Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵Jon A. Cruz2010-07-061-33/+22
| | | | | marker string. (bzr r9582)
* Make order of 'auto' swatches match order in document.Jon A. Cruz2010-07-031-0/+2
| | | (bzr r9563)
* Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-34/+37
| | | (bzr r9553)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-8/+9
| | | (bzr r9542)
* Implementing the "Convert" popup menu item for gradients/swatches. Part of ↵Jon A. Cruz2010-06-261-2/+80
| | | | | | | | bug #59441. Fixed bugs: - https://launchpad.net/bugs/594441 (bzr r9541)
* Fixed missing palette when using file open on a new document.Jon A. Cruz2010-03-191-1/+1
| | | (bzr r9210)
* Fixing "Auto" palette to be tracked per document, independent of containing ↵Jon A. Cruz2010-03-161-123/+216
| | | | | panel. (bzr r9195)
* Splitting the color swatch class to be separate for easier work.Jon A. Cruz2010-03-131-860/+34
| | | (bzr r9184)
* Finished live updating of swatch previews. Fixes bugs #397872, #421548.Jon A. Cruz2010-03-121-129/+161
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/397872 - https://launchpad.net/bugs/421548 (bzr r9179)
* Fix flicker during palette update.Jon A. Cruz2010-03-111-3/+37
| | | (bzr r9174)
* Auto swatches now update as they are edited in the document. Some flickering ↵Jon A. Cruz2010-03-101-54/+86
| | | | | issues still to be resolved. (bzr r9172)
* Fix color swatch drag preview.Jon A. Cruz2010-03-031-0/+1
| | | (bzr r9133)
* Cleanup on id access.Jon A. Cruz2010-03-021-4/+4
| | | (bzr r9127)
* reenable per-document palette to allow for continuing development.Jon A. Cruz2009-12-131-1/+1
| | | (bzr r8885)
* Conditionally disable per-document "auto" paletteJon A. Cruz2009-09-201-0/+12
| | | (bzr r8620)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-8/+8
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-8/+8
| | | (bzr r8408)
* Track stroke and fill of selected object and flag style palette entries in ↵Jon A. Cruz2009-03-231-2/+134
| | | | | use. Fixes wishlist bug #172179. (bzr r7548)
* Make drag-n-drop preview a gradient image for gradients.Jon A. Cruz2009-03-231-12/+30
| | | (bzr r7545)
* Make simple clicks and menu set match the drag-n-drop color setting.Jon A. Cruz2009-03-221-8/+19
| | | (bzr r7540)
* Fixed warning from double append.Jon A. Cruz2009-03-221-1/+0
| | | (bzr r7538)
* Added rought preview of gradients in swatches.Jon A. Cruz2009-03-211-10/+56
| | | (bzr r7537)
* Cleaning up interface. Moved internals out of .h file.Jon A. Cruz2009-03-211-0/+58
| | | (bzr r7536)
* Added explicit tagging of "solid color gradients" and base context menu to ↵Jon A. Cruz2009-03-211-22/+126
| | | | | add and edit. (bzr r7535)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-8/+8
| | | (bzr r7528)
* Limit things to single-color gradients until we get gradient previews goingJon A. Cruz2009-03-181-6/+12
| | | (bzr r7516)
* Purged use of INKSCAPE_PIXMAPDIRJon A. Cruz2009-03-181-6/+10
| | | (bzr r7515)
* Initial read-only generation of per-document paletteJon A. Cruz2009-03-171-27/+137
| | | (bzr r7510)
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-081-109/+19
| | | (bzr r7439)
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-071-140/+51
| | | (bzr r7433)
* Hide the new 'clear' swatch for nowJon A. Cruz2009-03-051-1/+1
| | | (bzr r7423)
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-051-10/+28
| | | (bzr r7422)
* Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz2009-03-041-26/+48
| | | (bzr r7411)
* Cleanup and prep for more workJon A. Cruz2009-03-041-41/+18
| | | (bzr r7410)
* Adding some no-color to drag-n-dropJon A. Cruz2009-03-031-5/+69
| | | (bzr r7402)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+1212
should be. Build libinkscape.a - should reduce link time. (bzr r7337)