| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -8/+0 |
| | | | | (bzr r15023.2.8) | ||||
| * | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -8/+0 |
| | | | | (bzr r13341.1.184) | ||||
| * | Fix deprecated VBox use | Alex Valavanis | 2014-08-23 | 1 | -0/+4 |
| | | | | (bzr r13341.1.165) | ||||
| * | gradient-vector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 1 | -0/+4 |
| | | | | (bzr r13341.1.153) | ||||
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| | | | | (bzr r11608.1.111) | ||||
| * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | (bzr r12355) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -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 libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12205) | ||||
| * | Fix for 722017 : Better Gradient Window | John Smith | 2012-06-26 | 1 | -6/+6 |
| | | | | (bzr r11515) | ||||
| * | Fix for 950677 : ellipsize function with ustring | John Smith | 2012-05-17 | 1 | -2/+2 |
| | | | | (bzr r11371) | ||||
| * | Fix for 950677 : Ellipse text if gradient name too long | John Smith | 2012-05-15 | 1 | -1/+1 |
| | | | | (bzr r11365) | ||||
| * | Fix for 950677 : Add stops and repeat controls to the gradient toolbar | John Smith | 2012-04-01 | 1 | -0/+2 |
| | | | | (bzr r11134) | ||||
| * | Fix for 903671 : Fill and Stroke Gradient list and Gradient Editor | John Smith | 2012-03-15 | 1 | -2/+7 |
| | | | | (bzr r11089) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -1/+4 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 1 | -4/+4 |
| | | | | (bzr r10302.1.1) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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. Cruz | 2010-03-09 | 1 | -0/+7 |
| | | | | (bzr r9169) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -4/+4 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8404) | ||||
| * | Warning/type cleanup. | Jon A. Cruz | 2008-12-04 | 1 | -1/+1 |
| | | | | (bzr r6944) | ||||
| * | Whitespace cleanup. | Jon A. Cruz | 2008-12-04 | 1 | -14/+25 |
| | | | | (bzr r6942) | ||||
| * | switch to sigc++ SPObject signals for SPGradientVectorSelector | MenTaLguY | 2006-07-25 | 1 | -1/+5 |
| | | | | (bzr r1476) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+61 |
| (bzr r1) | |||||
