| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -2/+2 |
| | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | 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 | ||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -17/+15 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -10/+10 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | More header cleanup | Liam P. White | 2014-09-06 | 1 | -15/+23 |
| | | | | (bzr r13341.1.198) | ||||
| * | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -4/+4 |
| | | | | (bzr r13341.1.189) | ||||
| * | Return correct values for SPColor::operator== | Tavmjong Bah | 2014-03-14 | 1 | -3/+4 |
| | | | | (bzr r13148) | ||||
| * | cppcheck | Kris De Gussem | 2013-04-21 | 1 | -3/+1 |
| | | | | (bzr r12293) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | various | Kris De Gussem | 2012-06-05 | 1 | -0/+4 |
| | | | | (bzr r11461) | ||||
| * | cppcheck | Kris De Gussem | 2011-12-04 | 1 | -2/+0 |
| | | | | | | | - dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -3/+1 |
| | | | | (bzr r10697) | ||||
| * | 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) | ||||
| * | Revert device-color for now. | Jon A. Cruz | 2010-07-07 | 1 | -50/+4 |
| | | | | | | "commit the awesomesauce" (bzr r9587) | ||||
| * | fix device-color output | Felipe Corr??a da Silva Sanches | 2009-12-06 | 1 | -1/+2 |
| | | | | (bzr r8873) | ||||
| * | * infrastructure to store device colors as described in ↵ | Felipe Corr??a da Silva Sanches | 2009-12-06 | 1 | -6/+52 |
| | | | | | | | | http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device * related to https://bugs.launchpad.net/inkscape/+bug/444021 (bzr r8871) | ||||
| * | Crash fix | Jon A. Cruz | 2007-09-25 | 1 | -9/+11 |
| | | | | (bzr r3795) | ||||
| * | Initial support for icc color selection including CMYK | Jon A. Cruz | 2007-09-25 | 1 | -2/+32 |
| | | | | (bzr r3794) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -151/+102 |
| | | | | (bzr r3753) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -2/+2 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -2/+2 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | remove warnings | Bob Jamison | 2006-06-01 | 1 | -0/+1 |
| | | | | (bzr r1111) | ||||
| * | handle unhandled case in sp_color_rgb_to hsv_floatv(), removes assert ↵ | Ralf Stephan | 2006-05-21 | 1 | -0/+2 |
| | | | | | | warnings when setting color via wheel (bzr r913) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -6/+6 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+468 |
| (bzr r1) | |||||
