summaryrefslogtreecommitdiffstats
path: root/src/widgets/dash-selector.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-221-105/+0
|
* 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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Fix bug pointed by moini in ↵Jabiertxof2018-08-091-1/+1
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-5/+0
| | | (bzr r15023.2.7)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* merge from trunk (r12380)su_v2013-06-191-0/+8
|\ | | | | (bzr r11668.1.72)
| * 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)
* | Fixes bug #1029584: support custom dasharrays in 'Fill and Stroke > Stroke ↵su_v2012-09-231-0/+5
|/ | | | | style' (bzr r11668.1.2)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+4
| | | (bzr r11308)
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Fill and ↵John Smith2012-03-121-13/+53
| | | | | Stroke Dashes (bzr r11072)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+0
| | | (bzr r11018)
* Documentation update pass.Jon A. Cruz2011-10-231-6/+6
| | | (bzr r10692)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* From trunkTed Gould2008-10-271-8/+9
| | | (bzr r6885)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-091-16/+28
| | | (bzr r6602)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+48
(bzr r1)