| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 2 | -4/+6 | |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | |||||
| | * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -4/+5 | |
| | | | | | | | (bzr r8895) | |||||
| | * | Patches 3-11 from 488862 for a number of memleaks and ↵ | Josh Andler | 2009-12-16 | 1 | -0/+1 | |
| | | | | | | | | | | | allocation/deallocation issues. (bzr r8891) | |||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 2 | -1553/+2 | |
| |/ | | | (bzr r8846.1.1) | |||||
| * | Produce proper ODG files on x86_64, patch by Lubomir Rintel | Luca Bruno | 2009-07-10 | 1 | -0/+2 | |
| | | | | | | (Closes: #275519) (bzr r8250) | |||||
| * | Fix wrong delete operator in domstring.cpp. | Krzysztof Kosi??ski | 2009-05-10 | 1 | -3/+3 | |
| | | | | (bzr r7847) | |||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 9 | -1/+9 | |
| | | | | (bzr r7380) | |||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -34/+34 | |
| | | | | | | rather than for every subdirectory. (bzr r7336) | |||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 | |
| | | | | | | sub-libs of inkscape. (bzr r7120) | |||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+16 | |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | |||||
| * | * Removing the bitmap files that aren't being used. | Ted Gould | 2008-12-10 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984) | |||||
| * | use 32 and 64 bit sizes explicitly | Bob Jamison | 2008-08-14 | 2 | -143/+135 | |
| | | | | (bzr r6625) | |||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 3 | -12944/+12944 | |
| | | | | (bzr r6164) | |||||
| * | fix range problem | Bob Jamison | 2008-06-30 | 2 | -13/+27 | |
| | | | | (bzr r6103) | |||||
| * | added unicode block (codepoint ranges) lookups | Bob Jamison | 2008-06-24 | 2 | -32/+361 | |
| | | | | (bzr r6052) | |||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -29/+2 | |
| | | | | (bzr r6046) | |||||
| * | for validation | Bob Jamison | 2008-06-18 | 1 | -0/+15 | |
| | | | | (bzr r5997) | |||||
| * | parser | Bob Jamison | 2008-06-18 | 1 | -0/+394 | |
| | | | | (bzr r5991) | |||||
| * | for IDL parsing | Bob Jamison | 2008-06-18 | 1 | -0/+1386 | |
| | | | | (bzr r5990) | |||||
| * | compilable! wip | Bob Jamison | 2008-06-18 | 1 | -1196/+595 | |
| | | | | (bzr r5985) | |||||
| * | work in progress | Bob Jamison | 2008-06-17 | 2 | -5223/+7956 | |
| | | | | (bzr r5972) | |||||
| * | Merge interfaces and element types | Bob Jamison | 2008-06-16 | 1 | -0/+6901 | |
| | | | | (bzr r5964) | |||||
| * | Add SVGValue class | Bob Jamison | 2008-06-14 | 1 | -0/+86 | |
| | | | | (bzr r5941) | |||||
| * | experimental version without multiple inheritance | Bob Jamison | 2008-06-14 | 1 | -0/+3488 | |
| | | | | (bzr r5940) | |||||
| * | Set DOM_STANDALONE | Bob Jamison | 2008-06-12 | 1 | -1/+1 | |
| | | | | (bzr r5913) | |||||
| * | Missed two * -> Ptr conversions | Bob Jamison | 2008-06-12 | 1 | -10/+12 | |
| | | | | (bzr r5912) | |||||
| * | Add interface enumerations to element enumerations | Bob Jamison | 2008-06-11 | 2 | -94/+212 | |
| | | | | (bzr r5891) | |||||
| * | fix compile with g++-4.3. | Peter Moulder | 2008-06-05 | 1 | -0/+2 | |
| | | | | (bzr r5810) | |||||
| * | first try at attribute overloading | Bob Jamison | 2008-06-04 | 2 | -0/+65 | |
| | | | | (bzr r5808) | |||||
| * | have svgdoc.createElement make every one of the svg element types. fix a ↵ | Bob Jamison | 2008-06-03 | 2 | -0/+94 | |
| | | | | | | pure virtual problem (bzr r5795) | |||||
| * | Move element creation to SVGDocumentImpl. Remove from svgreader. | Bob Jamison | 2008-06-03 | 4 | -562/+845 | |
| | | | | (bzr r5794) | |||||
| * | add terminator to table, add lookup functions | Bob Jamison | 2008-06-01 | 1 | -3/+36 | |
| | | | | (bzr r5778) | |||||
| * | Add enumerations for svg element types, and lookup table | Bob Jamison | 2008-06-01 | 1 | -0/+440 | |
| | | | | (bzr r5776) | |||||
| * | remove warnings | Bob Jamison | 2008-05-30 | 6 | -126/+126 | |
| | | | | (bzr r5765) | |||||
| * | Remove warnings | Bob Jamison | 2008-05-13 | 1 | -28/+28 | |
| | | | | (bzr r5669) | |||||
| * | Fix for future testing. | Bob Jamison | 2008-05-13 | 1 | -6/+10 | |
| | | | | (bzr r5666) | |||||
| * | Setting for testing got into the tree. oops. | Bob Jamison | 2008-05-13 | 1 | -6/+6 | |
| | | | | (bzr r5665) | |||||
| * | use smart pointer types correctly | Bob Jamison | 2008-05-12 | 1 | -2/+2 | |
| | | | | (bzr r5661) | |||||
| * | minor changes for svg document | Bob Jamison | 2008-05-12 | 8 | -56/+72 | |
| | | | | (bzr r5660) | |||||
| * | Update to Unicode 5.1.0. Fix header (oops) | Bob Jamison | 2008-05-07 | 2 | -1200/+1321 | |
| | | | | (bzr r5622) | |||||
| * | Bring testing files up-to-date in preparation to test new svg code. | Bob Jamison | 2008-05-05 | 3 | -24/+17 | |
| | | | | (bzr r5610) | |||||
| * | Remove warnings | Bob Jamison | 2008-05-04 | 3 | -18/+18 | |
| | | | | (bzr r5602) | |||||
| * | warning cleanup and fixed string free issue | Jon A. Cruz | 2008-05-04 | 5 | -21/+21 | |
| | | | | (bzr r5594) | |||||
| * | Modify for *Parser->*Reader conversion | Bob Jamison | 2008-05-02 | 1 | -4/+4 | |
| | | | | (bzr r5582) | |||||
| * | Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵ | Joshua L. Blocher | 2008-05-02 | 1 | -2/+29 | |
| | | | | | | Linking checking to help resolve linking issues (bzr r5576) | |||||
| * | Rearrange tests. | Bob Jamison | 2008-05-01 | 1 | -13/+28 | |
| | | | | (bzr r5573) | |||||
| * | Finish changing "Parser" to "Reader" | Bob Jamison | 2008-05-01 | 3 | -33/+33 | |
| | | | | (bzr r5572) | |||||
| * | Rename *Parsers to Readers | Bob Jamison | 2008-05-01 | 4 | -9/+9 | |
| | | | | (bzr r5571) | |||||
| * | Clean up. More commenting. Smarten SvgParser and rename to SvgReader. | Bob Jamison | 2008-05-01 | 8 | -41/+132 | |
| | | | | (bzr r5570) | |||||
