summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/style-swatch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-8/+0
| | | (bzr r15023.2.6)
* 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)
* Fix modelinesAlex Valavanis2014-08-301-3/+3
| | | (bzr r13341.1.183)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-1/+0
| | | (bzr r13132)
* Ported "ui/widget/style-swatch.*".Matthew Petroff2013-07-191-2/+6
| | | (bzr r12380.1.40)
* 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 another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Further migration to Gtk::GridAlex Valavanis2013-03-121-2/+19
| | | (bzr r12196)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-4/+1
| | | (bzr r11018)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10827)
* From trunkTed Gould2008-10-271-28/+17
| | | (bzr r6885)
* enable click-action and general tooltip for style swatchesbulia byak2007-02-151-1/+12
| | | (bzr r2378)
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-021-1/+1
| | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
* (bzr r690)Ted Gould2006-05-021-1/+1
|
* fix showing style when last-set style is empty (on a new installation of ↵bulia byak2006-05-011-1/+1
| | | | | inkscape) (bzr r647)
* enable the widget to listen to a repr to reflect its stylebulia byak2006-04-291-1/+14
| | | (bzr r611)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+88
(bzr r1)