summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-4/+1
| | | (bzr r9722)
* Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵Jon A. Cruz2010-03-291-1/+8
| | | | | | | | out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252)
* Phase 2 - remove duplicated code and leave a single copy of each function.Jon A. Cruz2010-03-271-611/+1
| | | (bzr r9239)
* Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit ↵Jon A. Cruz2010-03-271-202/+404
| | | | | panes. (bzr r9238)
* Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz2010-03-231-1/+1
| | | (bzr r9224)
* C++-ification of enums.Jon A. Cruz2010-03-221-18/+18
| | | (bzr r9222)
* C++-ification of paint selector.Jon A. Cruz2010-03-221-20/+17
| | | (bzr r9221)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-3/+4
| | | (bzr r9169)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+7
| | | (bzr r9153)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-17/+17
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-17/+17
| | | (bzr r8404)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-0/+2
| | | (bzr r7985)
* When selecting a path with markers but without a stroke, then one should be ↵Diederik van Lierop2009-05-121-3/+37
| | | | | able to change the markers and the stroke width. Therefore these controls should not be greyed out in the stroke & fill dialog (fixes bug #166029, which was first reported in 2004 :-) ) (bzr r7868)
* Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.Jon A. Cruz2009-03-061-2/+2
| | | (bzr r7429)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+1838
should be. Build libinkscape.a - should reduce link time. (bzr r7337)