summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-marker-selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_reques...Jabiertxof2018-08-091-1/+1
* adding gtk-themeJabier Arraiza2018-07-211-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+13
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-191-2/+3
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-29/+14
* Remove old icon handling codeAlexander Valavanis2017-06-291-7/+2
* stroke-style: fix preloading no-markerchr2017-05-181-4/+10
* Merged trunkAdrian Boguszewski2016-08-031-6/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+3
|/
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-4/+4
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
* Update to experimental r13598Liam P. White2014-10-081-2/+2
|\
| * Update to trunk r13580Liam P. White2014-10-061-1/+1
| |\
| | * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| * | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| * | Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| |/
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+1
|/
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-5/+5
* Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-121-6/+2
* Use 'remove' instead of 'gtk-remove' for theme.Martin Owens2013-06-121-2/+2
* Change back to using NULL and fix windows theme error by checkingMartin Owens2013-06-111-5/+8
* Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-...Martin Owens2013-06-111-2/+5
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-10/+0
* Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith2012-09-251-2/+3
* Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-6/+2
* Fix for 165865 : markers must take object's stroke color - fix for floating w...John Smith2012-08-281-1/+3
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-18/+84
* Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke -...John Smith2012-08-071-4/+19
* Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith2012-08-041-0/+5
* Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith2012-08-041-57/+135
* Fix for 973195 : Limit width of marker labelsJohn Smith2012-05-181-1/+2
* fix memory leak and some minor thingsKris De Gussem2012-04-091-12/+17
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
* Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith2012-03-141-0/+458