| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -0/+9 | |
| - 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-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2017-10-01 | Removed all GSList occurences in .h files | Marc Jeanmougin | 1 | -4/+3 | |
| 2017-06-30 | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 1 | -2/+2 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+0 | |
| (bzr r15025) | |||||
| 2014-03-26 | Cleaned up includes of tools / revert experimental casting macro ↵ | Markus Engel | 1 | -0/+1 | |
| replacements from r13061 (bzr r13216) | |||||
| 2014-02-26 | Made constructors of tools use initializer lists. | Markus Engel | 1 | -34/+35 | |
| (bzr r13060) | |||||
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -6/+6 | |
| (bzr r12785) | |||||
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -1/+9 | |
| (bzr r12782) | |||||
| 2013-10-13 | cppcheck | Kris De Gussem | 1 | -44/+35 | |
| (bzr r12680) | |||||
| 2013-07-31 | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 1 | -8/+0 | |
| (bzr r11608.1.110) | |||||
| 2013-07-30 | Further refactoring of EventContexts. | Markus Engel | 1 | -74/+90 | |
| (bzr r11608.1.109) | |||||
| 2013-04-21 | Removed some unused files; more refactoring in EventContext tree. | Markus Engel | 1 | -14/+14 | |
| (bzr r11608.1.104) | |||||
| 2013-04-20 | Merging of EventContext classes complete. | Markus Engel | 1 | -84/+5 | |
| (bzr r11608.1.98) | |||||
| 2013-04-13 | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 1 | -3/+5 | |
| (bzr r11608.1.96) | |||||
| 2013-04-09 | Added constructors to EventContext tree / some missing virtual pads. | Markus Engel | 1 | -5/+19 | |
| (bzr r11608.1.90) | |||||
| 2013-04-08 | Started conversion of SPEventContext tree; added virtual pads to all classes. | Markus Engel | 1 | -6/+32 | |
| (bzr r11608.1.89) | |||||
| 2013-01-26 | More GObject boilerplate reduction | Alex Valavanis | 1 | -33/+6 | |
| (bzr r12064) | |||||
| 2012-11-11 | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 1 | -2/+2 | |
| (bzr r11867) | |||||
| 2012-06-09 | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 1 | -2/+3 | |
| (bzr r11469.1.1) | |||||
| 2011-10-04 | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 1 | -1/+0 | |
| (bzr r10666) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2009-07-07 | Fix LP #390162: Wrong defaults for Calligraphy tool | Krzysztof Kosi??ski | 1 | -6/+7 | |
| (bzr r8223) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -44/+32 | |
| (bzr r6885) | |||||
| 2008-09-18 | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 1 | -6/+6 | |
| (bzr r6835) | |||||
| 2008-06-05 | fix compile with g++-4.3. | Peter Moulder | 1 | -14/+26 | |
| (bzr r5810) | |||||
| 2008-06-02 | Pass through more calls to parent contexts, and added more common property ↵ | Jon A. Cruz | 1 | -5/+54 | |
| handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780) | |||||
| 2008-05-29 | Refactoring out common code | Jon A. Cruz | 1 | -0/+169 | |
| (bzr r5759) | |||||
