summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-3/+3
| | | (bzr r10660)
* Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-161-15/+9
| | | (bzr r10347.1.35)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-10/+89
|\ | | | | (bzr r9508.1.89)
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-5/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+2
| |/ | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * Queue swatch updates during periods of high UI usage, such as dragging ↵Jon A. Cruz2011-05-301-3/+86
| | | | | | | | | | | | | | | | gradient handles. Fixes bug #734981. Fixed bugs: - https://launchpad.net/bugs/734981 (bzr r10244)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-12/+15
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+15
| |\ | | | | | | (bzr r9945.1.1)
| | * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-3/+7
| | | | | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-5/+5
| | | | | | | | | (bzr r9546.1.2)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-2/+2
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
| * | i18n. Palettes translation with context (see Bug #667402, Colour palettes ↵Nicolas Dufour2010-11-021-1/+1
| | | | | | | | | | | | | | | not translatable). (bzr r9871)
| * | i18n. Color palette items are now translatable (see Bug #667402, Color ↵Nicolas Dufour2010-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | palette not translatable). Fixed bugs: - https://launchpad.net/bugs/667402 (bzr r9870)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-50/+149
|\| | | | | | | | (bzr r9508.1.52)
| * | 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)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-27/+32
|/ | | (bzr r9508.1.44)
* 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)