summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.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-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-8/+0
| | | (bzr r15023.2.8)
* Reduce header bloatAlex Valavanis2014-08-301-8/+0
| | | (bzr r13341.1.184)
* Fix deprecated VBox useAlex Valavanis2014-08-231-0/+4
| | | (bzr r13341.1.165)
* gradient-vector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-0/+4
| | | (bzr r13341.1.153)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* 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)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-6/+6
| | | (bzr r11515)
* Fix for 950677 : ellipsize function with ustringJohn Smith2012-05-171-2/+2
| | | (bzr r11371)
* Fix for 950677 : Ellipse text if gradient name too longJohn Smith2012-05-151-1/+1
| | | (bzr r11365)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-0/+2
| | | (bzr r11134)
* Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith2012-03-151-2/+7
| | | (bzr r11089)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+4
| | | | | the contents forward.h at all). (bzr r10667)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* 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)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-0/+7
| | | (bzr r9169)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* Warning/type cleanup.Jon A. Cruz2008-12-041-1/+1
| | | (bzr r6944)
* Whitespace cleanup.Jon A. Cruz2008-12-041-14/+25
| | | (bzr r6942)
* switch to sigc++ SPObject signals for SPGradientVectorSelectorMenTaLguY2006-07-251-1/+5
| | | (bzr r1476)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+61
(bzr r1)