summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-2/+2
* cppcheckKris De Gussem2012-04-041-3/+3
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-1/+1
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+3
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
* Header cleaningAlex Valavanis2012-02-251-0/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* cppcheckKris De Gussem2011-10-181-2/+2
* Doxygen cleanup.Jon A. Cruz2011-10-031-3/+3
* Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-161-15/+9
* Merge from trunkKrzysztof Kosi??ski2011-06-191-10/+89
|\
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-5/+1
| |\
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+1
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+2
| |/
| * Queue swatch updates during periods of high UI usage, such as dragging gradie...Jon A. Cruz2011-05-301-3/+86
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-12/+15
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+15
| |\
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-3/+7
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-1/+1
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-5/+5
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-2/+2
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | i18n. Palettes translation with context (see Bug #667402, Colour palettes not...Nicolas Dufour2010-11-021-1/+1
| * | i18n. Color palette items are now translatable (see Bug #667402, Color palett...Nicolas Dufour2010-11-011-1/+1
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-50/+149
|\| |
| * | If 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke i...Jon A. Cruz2010-07-061-5/+31
| * | Minor cruft cleanup.Jon A. Cruz2010-07-061-1/+0
| * | Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ma...Jon A. Cruz2010-07-061-33/+22
| * | Make order of 'auto' swatches match order in document.Jon A. Cruz2010-07-031-0/+2
| * | Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-34/+37
| |/
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-8/+9
| * Implementing the "Convert" popup menu item for gradients/swatches. Part of bu...Jon A. Cruz2010-06-261-2/+80
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-27/+32
|/
* Fixed missing palette when using file open on a new document.Jon A. Cruz2010-03-191-1/+1
* Fixing "Auto" palette to be tracked per document, independent of containing p...Jon A. Cruz2010-03-161-123/+216
* Splitting the color swatch class to be separate for easier work.Jon A. Cruz2010-03-131-860/+34
* Finished live updating of swatch previews. Fixes bugs #397872, #421548.Jon A. Cruz2010-03-121-129/+161
* Fix flicker during palette update.Jon A. Cruz2010-03-111-3/+37
* Auto swatches now update as they are edited in the document. Some flickering ...Jon A. Cruz2010-03-101-54/+86
* Fix color swatch drag preview.Jon A. Cruz2010-03-031-0/+1
* Cleanup on id access.Jon A. Cruz2010-03-021-4/+4
* reenable per-document palette to allow for continuing development.Jon A. Cruz2009-12-131-1/+1
* Conditionally disable per-document "auto" paletteJon A. Cruz2009-09-201-0/+12
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-8/+8
* SPDocument->Documentjohnce2009-08-051-8/+8
* Track stroke and fill of selected object and flag style palette entries in us...Jon A. Cruz2009-03-231-2/+134
* Make drag-n-drop preview a gradient image for gradients.Jon A. Cruz2009-03-231-12/+30
* Make simple clicks and menu set match the drag-n-drop color setting.Jon A. Cruz2009-03-221-8/+19
* Fixed warning from double append.Jon A. Cruz2009-03-221-1/+0
* Added rought preview of gradients in swatches.Jon A. Cruz2009-03-211-10/+56