summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-marker-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to trunk r13580Liam P. White2014-10-061-1/+1
|\ | | | | (bzr r13341.1.255)
| * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
* | 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/+1
|/ | | (bzr r13341.1.192)
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-5/+5
| | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-121-6/+2
| | | (bzr r12371)
* Use 'remove' instead of 'gtk-remove' for theme.Martin Owens2013-06-121-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1190072 (bzr r12369)
* Change back to using NULL and fix windows theme error by checkingMartin Owens2013-06-111-5/+8
| | | (bzr r12367)
* Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for ↵Martin Owens2013-06-111-2/+5
| | | | | No-Marker. (bzr r12364)
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-10/+0
| | | (bzr r12363)
* Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith2012-09-251-2/+3
| | | (bzr r11702)
* Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-6/+2
| | | (bzr r11671)
* Fix for 165865 : markers must take object's stroke color - fix for floating ↵John Smith2012-08-281-1/+3
| | | | | window bug (bzr r11626)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-18/+84
| | | (bzr r11614)
* Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke ↵John Smith2012-08-071-4/+19
| | | | | - Style' after reloading the file : Fix selection regression (bzr r11597)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-0/+5
| | | | | after reloading the file (bzr r11589)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-57/+135
| | | | | after reloading the file (bzr r11588)
* Fix for 973195 : Limit width of marker labelsJohn Smith2012-05-181-1/+2
| | | (bzr r11378)
* fix memory leak and some minor thingsKris De Gussem2012-04-091-12/+17
| | | (bzr r11190)
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
| | | (bzr r11144)
* Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith2012-03-141-0/+458
(bzr r11083)