summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Check order (fixing bug 1219264 ?)Kris De Gussem2013-12-151-2/+2
* add null pointer checkKris De Gussem2013-12-051-1/+1
* Merged from trunk (r12419).Markus Engel2013-07-141-1/+2
|\
| * Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+2
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-1/+0
|/
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-3/+0
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
* Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...John Smith2012-11-281-16/+18
* Fix for 1060563 : Swatches : Sort the list of swatch namesJohn Smith2012-10-081-16/+31
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-2/+5
* Fix for 908392 : Swatches dialog minimum sizeJohn Smith2012-07-211-0/+13
* 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