summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-03Fix color swatch drag preview.Jon A. Cruz1-0/+1
2010-03-02Cleanup on id access.Jon A. Cruz1-4/+4
2009-12-13reenable per-document palette to allow for continuing development.Jon A. Cruz1-1/+1
2009-09-20Conditionally disable per-document "auto" paletteJon A. Cruz1-0/+12
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-8/+8
2009-08-05SPDocument->Documentjohnce1-8/+8
2009-03-23Track stroke and fill of selected object and flag style palette entries in us...Jon A. Cruz1-2/+134
2009-03-23Make drag-n-drop preview a gradient image for gradients.Jon A. Cruz1-12/+30
2009-03-22Make simple clicks and menu set match the drag-n-drop color setting.Jon A. Cruz1-8/+19
2009-03-22Fixed warning from double append.Jon A. Cruz1-1/+0
2009-03-21Added rought preview of gradients in swatches.Jon A. Cruz1-10/+56
2009-03-21Cleaning up interface. Moved internals out of .h file.Jon A. Cruz1-0/+58
2009-03-21Added explicit tagging of "solid color gradients" and base context menu to ad...Jon A. Cruz1-22/+126
2009-03-20Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz1-8/+8
2009-03-18Limit things to single-color gradients until we get gradient previews goingJon A. Cruz1-6/+12
2009-03-18Purged use of INKSCAPE_PIXMAPDIRJon A. Cruz1-6/+10
2009-03-17Initial read-only generation of per-document paletteJon A. Cruz1-27/+137
2009-03-08Reworked internals of color and drag-n-drop.Jon A. Cruz1-109/+19
2009-03-07Moving dnd data generation into the generic ColorDef class.Jon A. Cruz1-140/+51
2009-03-05Hide the new 'clear' swatch for nowJon A. Cruz1-1/+1
2009-03-05Adding clear-color swatch to complement no-color.Jon A. Cruz1-10/+28
2009-03-04Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz1-26/+48
2009-03-04Cleanup and prep for more workJon A. Cruz1-41/+18
2009-03-03Adding some no-color to drag-n-dropJon A. Cruz1-5/+69
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-10/+9
2009-02-16Move app-specific logic and file operations up from the lower level.Jon A. Cruz1-1/+19
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-7/+19
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-7/+7
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
2009-01-27draw red X icon while dragging the "remove color" itemFelipe Corr??a da Silva Sanches1-0/+17
2009-01-24add "remove color" ColorItem to the swatches dialogFelipe Corr??a da Silva Sanches1-15/+25
2008-11-21Merge from fe-movedTed Gould1-7/+4
2008-10-27From trunkTed Gould1-4/+4
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-5/+7
2008-08-01Warning cleanupJon A. Cruz1-2/+2
2008-05-22Fixed broken i18n strings causing problems with <b> tagJon A. Cruz1-8/+4
2008-04-23Change status bar text for swatch hoverJohn Bintz1-2/+2
2008-04-22Keep swatch status messages visible while hoveringJohn Bintz1-2/+20
2008-04-21Fix swatch enter-notify event propagationJohn Bintz1-23/+19
2008-04-21Oops, this broke selecting a swatch, rolling back...John Bintz1-18/+23
2008-04-21Show the name of the swatch that is currently under the pointer in the status...John Bintz1-0/+24
2008-03-22Fixed skipping of blank lines in .gpl filesJon A. Cruz1-3/+4
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-2/+2
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-2/+2
2008-02-18Fixing preview/swatch sizes.Jon A. Cruz1-4/+4
2008-02-14* Translatable context menu on the colours palette, patch by Marcin Floryan (...Luca Bruno1-2/+4
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-7/+1
2007-11-22The dialog to panel refactoring:gustav_b1-2/+1
2007-10-13Adding stroke & fill context menu to swatchJon A. Cruz1-0/+71
2007-10-12fix drag-n-drop color problemsJon A. Cruz1-26/+19