| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1660992
(bzr r15477)
|
| |
|
| |
(bzr r15034)
|
| |
|
| |
(bzr r15027)
|
| |
|
| |
(bzr r15025)
|
| |
|
| |
(bzr r14432)
|
| |
|
|
|
|
|
|
| |
crashes Inkscape).
Fixed bugs:
- https://launchpad.net/bugs/1291546
(bzr r13165)
|
| |\
| |
| | |
(bzr r13107)
|
| | |
| |
| |
| |
| | |
ziptool to utils.
(bzr r13047.1.5)
|
| | |
| |
| | |
(bzr r13047.1.2)
|
| |/
|
| |
(bzr r13047.1.1)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. It contains a memleak
realpath allocates new memory if the second argument is NULL. In the added code, this memory is never freed.
2. Breaks build on Windows (realpath(...) not found)
3. Please don't add functions that use C-strings unnecessarily.
Simply rewrite parseDataUri to parseDataUri(const std::string &uri), and use C++'s string methods. ("#include <cstring.h>" is a huge red flag upon code review)
4. Please read this about "realpath"
http://insanecoding.blogspot.ch/2007/11/pathmax-simply-isnt.html
(bzr r13046)
|
| |
|
| |
(bzr r13045)
|
| |
|
| |
(bzr r12979)
|
| |
|
| |
(bzr r12977)
|
| |
|
| |
(bzr r10697)
|
| |
|
| |
(bzr r10659)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
(bzr r1)
|