summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-22Realign labels in "Fill and Stroke" dialogPatrick Storz1-1/+1
2019-01-19derive all toolbars from Inkscape::ToolbarAlexander Valavanis1-1/+0
2018-12-22Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-25/+22
A lot of header clean-up.
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2016-11-12Fix rare crash on undo break apartMarc Jeanmougin1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1449276 (bzr r15241)
2016-10-01Extract a method instead of assigning a temp bool var.Shlomi Fish1-0/+1
(bzr r15100.1.27)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-11/+0
(bzr r15023.2.7)
2016-03-07Add GUI for 'paint-order' property.Tavmjong Bah1-1/+10
(bzr r14693)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-1/+1
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+0
(bzr r13820)
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
(bzr r13341.1.248)
2014-09-27Update to experimental r13565Liam P. White1-1/+3
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+3
(bzr r13090.1.108)
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+3
(bzr r13341.1.192)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-1/+1
objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
2013-07-20Ported "widgets/stroke-style.*".Matthew Petroff1-8/+16
(bzr r12380.1.44)
2013-03-23Use subclass of RadioButton rather than setting gobject data in Stroke Style ↵Alex Valavanis1-10/+41
dialog: fixes cast-align issue. (bzr r12233)
2012-12-09Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis1-1/+12
(bzr r11939)
2012-09-17Fix for 165865 : Fix marker color on duplicateJohn Smith1-3/+12
(bzr r11671)
2012-08-20Fix for 165865 : markers must take object's stroke colorJohn Smith1-1/+8
(bzr r11614)
2012-08-04Fix for 1032880 : Stroke style panel is mirrored between open windowsJohn Smith1-1/+119
(bzr r11587)
2011-10-23Documentation update pass.Jon A. Cruz1-2/+13
(bzr r10692)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-03-29Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵Jon A. Cruz1-4/+7
out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252)
2010-03-27Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit ↵Jon A. Cruz1-8/+8
panes. (bzr r9238)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-11-21Merge from fe-movedTed Gould1-8/+8
(bzr r6891)
2008-08-09gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert1-1/+1
(bzr r6602)