summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)