| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix clangtidy CI | Jabiertxof | 2019-08-10 | 1 | -4/+4 |
| | | |||||
| * | Fixes to regresion pointed in RC about text and tooltips | Jabier Arraiza | 2019-08-10 | 1 | -4/+4 |
| | | |||||
| * | Fix CI errors | Jabiertxof | 2019-08-10 | 1 | -4/+4 |
| | | |||||
| * | Fixed incorrect array refernces causing bug 1600496 | Stephen Parry | 2019-08-07 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1600496 (bzr r15015) | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -2/+2 |
| | | |||||
| * | 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" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+6 |
| | | | | | A lot of header clean-up. | ||||
| * | Revert bad commit (commited to wrong branch). | Tavmjong Bah | 2015-05-03 | 1 | -2/+2 |
| | | | | (bzr r14096) | ||||
| * | First batch | Tavmjong Bah | 2015-05-03 | 1 | -2/+2 |
| | | | | (bzr r14095) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -2/+4 |
| | | | | (bzr r10987) | ||||
| * | Pass removing some outdated C-macro use. | Jon A. Cruz | 2011-02-20 | 1 | -1/+1 |
| | | | | (bzr r10059) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -14/+9 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | More on c++ification and some XML privatisation | Abhishek Sharma public | 2010-07-20 | 1 | -2/+3 |
| | | | | | | | (bzr r9546.1.10) | ||||
| * | | 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 recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -1/+1 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -2/+2 |
| | | | | (bzr r4012) | ||||
| * | trivial changes to address warning with g++-4.2 | Peter Moulder | 2007-09-16 | 1 | -2/+2 |
| | | | | (bzr r3757) | ||||
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵ | Andrius Ramanauskas | 2006-04-20 | 1 | -0/+462 |
| requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556) | |||||
