summaryrefslogtreecommitdiffstats
path: root/src/widgets/fill-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-10/+10
| | | | | Removed unneeded and outdated macro use. (bzr r9564)
* Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵Jon A. Cruz2010-07-031-7/+11
| | | | | to a swatch. Preserve CMS colors. (bzr r9560)
* Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-1/+5
| | | (bzr r9553)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-4/+4
| | | (bzr r9542)
* Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ↵Jon A. Cruz2010-03-301-19/+57
| | | | | | | | 168557. Fixed bugs: - https://launchpad.net/bugs/168557 (bzr r9258)
* Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵Jon A. Cruz2010-03-291-53/+67
| | | | | | | | out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252)
* Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.Jon A. Cruz2010-03-281-120/+150
| | | (bzr r9244)
* Phase 2b - remove use of SPWidget and wire signals directly.Jon A. Cruz2010-03-271-76/+37
| | | (bzr r9241)
* Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit ↵Jon A. Cruz2010-03-271-237/+331
| | | | | panes. (bzr r9238)
* Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz2010-03-231-4/+14
| | | (bzr r9224)
* C++-ification of enums.Jon A. Cruz2010-03-221-31/+30
| | | (bzr r9222)
* C++-ification of paint selector.Jon A. Cruz2010-03-221-21/+19
| | | (bzr r9221)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-9/+7
| | | (bzr r9169)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-12/+18
| | | (bzr r9153)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+552
should be. Build libinkscape.a - should reduce link time. (bzr r7337)