summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-marker-selector.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-8/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-2/+0
| | | (bzr r12363)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-2/+3
| | | (bzr r11671)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-0/+2
| | | (bzr r11614)
* Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke ↵John Smith2012-08-071-0/+3
| | | | | - 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-8/+14
| | | | | after reloading the file (bzr r11588)
* Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith2012-03-141-0/+104
(bzr r11083)