summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-3/+5
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* refactor: TypedSPIThomas Holder2019-10-281-1/+1
|
* Fixing coding styleJabier Arraiza2019-04-271-2/+2
|
* Fixes some crashes when selector is * and allow select multiple tagsJabier Arraiza2019-04-271-9/+9
|
* Realign labels in "Fill and Stroke" dialogPatrick Storz2019-03-221-6/+5
|
* Fix permission on non-executable fileAlexander Valavanis2018-12-291-0/+0
|
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-221-3/+4
|
* cleanup StrokeStyle::updateAllMarkersThomas Holder2018-11-101-24/+30
| | | | rearrange code to minimize redundant actions
* Fix Bug #1796261 update markers in groupsSamuel Buttigieg2018-11-101-22/+42
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* 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
* coding style fixesJabier Arraiza2018-08-051-4/+5
|
* Refactor with Tav helpJabier Arraiza2018-08-051-5/+17
|
* Revert changesJabier Arraiza2018-08-051-34/+6
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-6/+34
| | | | pref optional to scale dashes on stroke scale
* adding gtk-themeJabier Arraiza2018-07-211-2/+2
|
* 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-28/+28
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+10
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-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 ```
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+3
|
* Fix rare crash on undo break apartMarc Jeanmougin2016-11-121-4/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1449276 (bzr r15241)
* Extract a function - is_query_style_updateable.Shlomi Fish2016-10-021-6/+5
| | | (bzr r15100.1.29)
* Extract a method instead of assigning a temp bool var.Shlomi Fish2016-10-011-5/+7
| | | (bzr r15100.1.27)
* Extract a function to prevent assignment + const-ing.Shlomi Fish2016-09-301-7/+11
| | | (bzr r15100.1.26)
* Merged trunkAdrian Boguszewski2016-08-091-60/+0
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-60/+0
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-60/+0
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-3/+0
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
| |/ | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-5/+5
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* Re-order the stroke dialog so buttons are collected and miter is inline.Martin Owens2016-03-081-73/+69
| | | (bzr r14694)
* Add GUI for 'paint-order' property.Tavmjong Bah2016-03-071-0/+107
| | | (bzr r14693)
* static code analysisKris De Gussem2015-11-051-3/+3
| | | (bzr r14446)
* 1357805+1227193 revisitedLiam P. White2015-06-101-1/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1227193 - https://launchpad.net/bugs/1357805 (bzr r14199)
* removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-2/+2
| | | (bzr r13922.1.17)
* more cast cleanupMarc Jeanmougin2015-02-271-2/+2
| | | (bzr r13922.1.11)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-3/+4
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-7/+7
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-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)
* Remove sp_style_new().Tavmjong Bah2014-12-251-13/+11
| | | (bzr r13822.1.6)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+4
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-3/+3
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | (bzr r13809)
* Fix stroke style unit in F&S dialog (update to display unit on first open).Josh Andler2014-11-251-2/+2
| | | (bzr r13755)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-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)
* Update to trunk r13638Liam P. White2014-10-251-4/+6
|\ | | | | (bzr r13341.1.286)