| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to current trunk | Ted Gould | 2012-11-25 | 3 | -9/+9 |
| |\ | | | | | (bzr r11804.1.8) | ||||
| | * | code cleanup: quiet warnings with gcc. | Campbell Barton | 2012-11-20 | 3 | -9/+9 |
| | | | | | | | (bzr r11888) | ||||
| * | | Files in /src that no longer exist | Ted Gould | 2012-10-15 | 1 | -1/+0 |
| |/ | | | (bzr r11804.1.2) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -1/+0 |
| | | | | (bzr r11460) | ||||
| * | modify calc of bbox for single point (Bug 1006666) | Alvin Penner | 2012-06-03 | 1 | -5/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1006666 (bzr r11457) | ||||
| * | Warning cleanup | Jon A. Cruz | 2012-04-18 | 1 | -16/+12 |
| | | | | (bzr r11265) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 8 | -8/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -1/+1 |
| | | | | (bzr r10678) | ||||
| * | update cmake file lists | Campbell Barton | 2011-10-08 | 1 | -1/+0 |
| | | | | (bzr r10673) | ||||
| * | Purging some forward.h files. | Jon A. Cruz | 2011-10-04 | 4 | -31/+13 |
| | | | | (bzr r10664) | ||||
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 4 | -4/+0 |
| | | | | (bzr r10582.1.11) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 3 | -3/+2 |
| | | | | (bzr r10582.1.6) | ||||
| * | Update 2Geom. Remove all use of NRRectL. | Krzysztof Kosi??ski | 2011-08-27 | 2 | -277/+0 |
| | | | | (bzr r10582.1.3) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -0/+3 |
| |\ | | | | | (bzr r10347.1.5) | ||||
| | * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+3 |
| | | | | | | | (bzr r10397) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 7 | -9/+9 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -24/+40 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| | * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -24/+24 |
| | | | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 9 | -37/+37 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 9 | -34/+34 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 17 | -17/+17 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 17 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 2 | -3/+3 |
| | | | | | | | (bzr r9508.1.47) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 2 | -3/+2 |
| | | | | | | | (bzr r9508.1.45) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 5 | -7/+3 |
| |/ | | | (bzr r9508.1.44) | ||||
| * | Noop: removing and updating comments, fixing indentation | Diederik van Lierop | 2010-02-19 | 1 | -171/+171 |
| | | | | (bzr r9101) | ||||
| * | Patch by Johan for 445790 | Josh Andler | 2009-11-08 | 1 | -1/+7 |
| | | | | (bzr r8824) | ||||
| * | Cleanup of out-of-sync tests | Jon A. Cruz | 2009-10-09 | 1 | -1/+0 |
| | | | | (bzr r8751) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | Fix infinite loop as reported in bug #365034 | Diederik van Lierop | 2009-04-30 | 1 | -5/+5 |
| | | | | (bzr r7800) | ||||
| * | patch by KoRi for bug 323594 | bulia byak | 2009-02-10 | 1 | -70/+80 |
| | | | | (bzr r7264) | ||||
| * | fix bug ! | Johan B. C. Engelen | 2009-01-17 | 2 | -9/+10 |
| | | | | (bzr r7141) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -0/+2 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | fix bug in livarot where open paths are rendered as closed path when start ↵ | Johan B. C. Engelen | 2009-01-02 | 3 | -5/+10 |
| | | | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 19 | -892/+892 |
| | | | | (bzr r7032) | ||||
| * | NR::LInfty => Geom:: | Johan B. C. Engelen | 2008-12-05 | 5 | -24/+24 |
| | | | | (bzr r6953) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-28 | 1 | -1/+1 |
| | | | | (bzr r6886) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 2 | -28/+30 |
| | | | | (bzr r6884) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -1/+4 |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 2 | -12/+12 |
| | | | | (bzr r6839) | ||||
| * | temporary fix for continuity exception | Johan B. C. Engelen | 2008-08-31 | 1 | -2/+17 |
| | | | | (bzr r6735) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -5/+5 |
| | | | | (bzr r6593) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -3/+2 |
| | | | | (bzr r6564) | ||||
| * | fix arc conversion to livarot | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+2 |
| | | | | (bzr r6547) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+1 |
| | | | | (bzr r6416) | ||||
| * | 2geom path to livarot path conversion: don't add closing line segment when ↵ | Johan B. C. Engelen | 2008-07-23 | 1 | -1/+7 |
| | | | | | | it is degenerate. (bzr r6404) | ||||
