summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-marker-selector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-2/+2
2019-01-27Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-3/+2
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-06Use C++11 raw string for embeded SVG.Tavmjong Bah1-25/+27
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-08-09Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_reques...Jabiertxof1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-13/+13
2018-01-19Move general ellipsize text function out of gradient files.Tavmjong Bah1-2/+3
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-29/+14
2017-06-29Remove old icon handling codeAlexander Valavanis1-7/+2
2017-05-18stroke-style: fix preloading no-markerchr1-4/+10
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+3
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-4/+4
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-1/+1
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-5/+5
2013-06-12Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens1-6/+2
2013-06-12Use 'remove' instead of 'gtk-remove' for theme.Martin Owens1-2/+2
2013-06-11Change back to using NULL and fix windows theme error by checkingMartin Owens1-5/+8
2013-06-11Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-...Martin Owens1-2/+5
2013-06-11Change marker layout in stroke-widget so they are all on one line.Martin Owens1-10/+0
2012-09-25Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith1-2/+3
2012-09-17Fix for 165865 : Fix marker color on duplicateJohn Smith1-6/+2
2012-08-28Fix for 165865 : markers must take object's stroke color - fix for floating w...John Smith1-1/+3
2012-08-20Fix for 165865 : markers must take object's stroke colorJohn Smith1-18/+84
2012-08-07Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke -...John Smith1-4/+19
2012-08-04Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith1-0/+5
2012-08-04Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith1-57/+135
2012-05-18Fix for 973195 : Limit width of marker labelsJohn Smith1-1/+2
2012-04-09fix memory leak and some minor thingsKris De Gussem1-12/+17
2012-04-04Warning cleanup.Jon A. Cruz1-1/+1
2012-03-14Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith1-0/+458