summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-8/+0
(bzr r15023.2.8)
2014-08-30Reduce header bloatAlex Valavanis1-8/+0
(bzr r13341.1.184)
2014-08-23Fix deprecated VBox useAlex Valavanis1-0/+4
(bzr r13341.1.165)
2014-08-23gradient-vector: Clean up GObject boilerplate & fix deprecationAlex Valavanis1-0/+4
(bzr r13341.1.153)
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
(bzr r11608.1.111)
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
(bzr r12355)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+0
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-03-19Fixing regressionjtx1-1/+1
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.56)
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+1
(bzr r12205)
2012-06-26Fix for 722017 : Better Gradient WindowJohn Smith1-6/+6
(bzr r11515)
2012-05-17Fix for 950677 : ellipsize function with ustringJohn Smith1-2/+2
(bzr r11371)
2012-05-15Fix for 950677 : Ellipse text if gradient name too longJohn Smith1-1/+1
(bzr r11365)
2012-04-01Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith1-0/+2
(bzr r11134)
2012-03-15Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith1-2/+7
(bzr r11089)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+4
the contents forward.h at all). (bzr r10667)
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-4/+4
(bzr r10302.1.1)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-0/+7
(bzr r9169)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-4/+4
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-4/+4
(bzr r8404)
2008-12-04Warning/type cleanup.Jon A. Cruz1-1/+1
(bzr r6944)
2008-12-04Whitespace cleanup.Jon A. Cruz1-14/+25
(bzr r6942)
2006-07-25switch to sigc++ SPObject signals for SPGradientVectorSelectorMenTaLguY1-1/+5
(bzr r1476)