| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Not finished by improved data uri support | Martin Owens | 2014-02-20 | 1 | -0/+18 |
| | | | | (bzr r13047.1.2) | ||||
| * | Add data uri checking back into the code | Martin Owens | 2014-02-20 | 1 | -0/+22 |
| | | | | (bzr r13047.1.1) | ||||
| * | Reverting r13045. | Johan B. C. Engelen | 2014-02-20 | 1 | -46/+4 |
| | | | | | | | | | | | | | | | 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) | ||||
| * | Add test for URI and help with data uris. | Martin Owens | 2014-02-20 | 1 | -4/+46 |
| | | | | (bzr r13045) | ||||
| * | Check file existance and clean up memory issues thanks to KK and Johan | Martin Owens | 2014-01-26 | 1 | -3/+14 |
| | | | | (bzr r12979) | ||||
| * | Move absolute path generator to URI and use std::strings | Martin Owens | 2014-01-25 | 1 | -0/+13 |
| | | | | (bzr r12977) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -60/+1 |
| | | | | (bzr r10697) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -41/+55 |
| | | | | (bzr r10659) | ||||
| * | 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) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+263 |
| (bzr r1) | |||||
