summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Realign labels in "Fill and Stroke" dialogPatrick Storz2019-03-221-1/+1
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-1/+0
|
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-221-3/+3
|
* Clarify licensesMax Gaukler2018-11-081-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
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-25/+22
| | | | A lot of header clean-up.
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+0
|
* Fix rare crash on undo break apartMarc Jeanmougin2016-11-121-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1449276 (bzr r15241)
* Extract a method instead of assigning a temp bool var.Shlomi Fish2016-10-011-0/+1
| | | (bzr r15100.1.27)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-11/+0
| | | (bzr r15023.2.7)
* Add GUI for 'paint-order' property.Tavmjong Bah2016-03-071-1/+10
| | | (bzr r14693)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-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)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+0
| | | (bzr r13820)
* Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| | | (bzr r13341.1.248)
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+3
| | | (bzr r13341.1.192)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-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)
* Ported "widgets/stroke-style.*".Matthew Petroff2013-07-201-8/+16
| | | (bzr r12380.1.44)
* Use subclass of RadioButton rather than setting gobject data in Stroke Style ↵Alex Valavanis2013-03-231-10/+41
| | | | | dialog: fixes cast-align issue. (bzr r12233)
* Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis2012-12-091-1/+12
| | | (bzr r11939)
* Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-3/+12
| | | (bzr r11671)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-1/+8
| | | (bzr r11614)
* Fix for 1032880 : Stroke style panel is mirrored between open windowsJohn Smith2012-08-041-1/+119
| | | (bzr r11587)
* Documentation update pass.Jon A. Cruz2011-10-231-2/+13
| | | (bzr r10692)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵Jon A. Cruz2010-03-291-4/+7
| | | | | | | | out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252)
* Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit ↵Jon A. Cruz2010-03-271-8/+8
| | | | | panes. (bzr r9238)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+35
should be. Build libinkscape.a - should reduce link time. (bzr r7337)