summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-3/+5
- eliminate value_default - make value private (-> _value) - add value() method
2019-10-28refactor: TypedSPIThomas Holder1-1/+1
2019-04-27Fixing coding styleJabier Arraiza1-2/+2
2019-04-27Fixes some crashes when selector is * and allow select multiple tagsJabier Arraiza1-9/+9
2019-03-22Realign labels in "Fill and Stroke" dialogPatrick Storz1-6/+5
2018-12-29Fix permission on non-executable fileAlexander Valavanis1-0/+0
2018-12-22Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis1-3/+4
2018-11-10cleanup StrokeStyle::updateAllMarkersThomas Holder1-24/+30
rearrange code to minimize redundant actions
2018-11-10Fix Bug #1796261 update markers in groupsSamuel Buttigieg1-22/+42
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
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-08-05coding style fixesJabier Arraiza1-4/+5
2018-08-05Refactor with Tav helpJabier Arraiza1-5/+17
2018-08-05Revert changesJabier Arraiza1-34/+6
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza1-6/+34
pref optional to scale dashes on stroke scale
2018-07-21adding gtk-themeJabier Arraiza1-2/+2
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-28/+28
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+10
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+3
2016-11-12Fix rare crash on undo break apartMarc Jeanmougin1-4/+6
Fixed bugs: - https://launchpad.net/bugs/1449276 (bzr r15241)
2016-10-02Extract a function - is_query_style_updateable.Shlomi Fish1-6/+5
(bzr r15100.1.29)
2016-10-01Extract a method instead of assigning a temp bool var.Shlomi Fish1-5/+7
(bzr r15100.1.27)
2016-09-30Extract a function to prevent assignment + const-ing.Shlomi Fish1-7/+11
(bzr r15100.1.26)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-60/+0
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
(bzr r14954.1.10)
2016-03-08Re-order the stroke dialog so buttons are collected and miter is inline.Martin Owens1-73/+69
(bzr r14694)
2016-03-07Add GUI for 'paint-order' property.Tavmjong Bah1-0/+107
(bzr r14693)
2015-11-05static code analysisKris De Gussem1-3/+3
(bzr r14446)
2015-06-101357805+1227193 revisitedLiam P. White1-1/+5
Fixed bugs: - https://launchpad.net/bugs/1227193 - https://launchpad.net/bugs/1357805 (bzr r14199)
2015-04-27removed a few useless SP_OBJECT() castsMarc Jeanmougin1-2/+2
(bzr r13922.1.17)
2015-02-27more cast cleanupMarc Jeanmougin1-2/+2
(bzr r13922.1.11)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-3/+4
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-7/+7
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-15/+14
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-25Remove sp_style_new().Tavmjong Bah1-13/+11
(bzr r13822.1.6)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+4
(bzr r13820)
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-3/+3
(bzr r13810)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-4/+4
(bzr r13809)
2014-11-25Fix stroke style unit in F&S dialog (update to display unit on first open).Josh Andler1-2/+2
(bzr r13755)
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen1-3/+3
for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
2014-10-19Don't set linejoin and linecap type if query is "nothing" (query value is ↵Tavmjong Bah1-4/+6
invalid). (bzr r13628)
2014-10-13Fix multiple: "Called C++ object pointer is null"Tavmjong Bah1-0/+6
(bzr r13608)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
(bzr r13341.1.192)