| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 2 | -8/+8 |
| | | | | (bzr r10025) | ||||
| * | remove memory boundries on bitmap renderer, optimize memory usage | Adib Taraben | 2011-01-17 | 1 | -8/+16 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 60 | -60/+60 |
| | | | | | | | | | | | | | | | | 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) | ||||
| * | Fix for bug #577012 | Jasper van de Gronde | 2010-05-18 | 2 | -31/+45 |
| | | | | (bzr r9426) | ||||
| * | Small fix for nr-compose-transform (I compared against 255 where I should ↵ | Jasper van de Gronde | 2010-04-20 | 1 | -2/+2 |
| | | | | | | have compared against 255*255). (bzr r9358) | ||||
| * | Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵ | Jasper van de Gronde | 2010-04-18 | 1 | -51/+65 |
| | | | | | | various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350) | ||||
| * | Remove remnants of rather pointless MMX optimizations, and fix | Krzysztof Kosi??ski | 2010-03-29 | 5 | -638/+0 |
| | | | | | | build failure caused by recent extension renames (bzr r9255) | ||||
| * | Refactor snapping of gradient handles; now behaves like all other snapping, ↵ | Diederik van Lierop | 2010-01-01 | 2 | -15/+0 |
| | | | | | | | | | i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932) | ||||
| * | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 2009-12-24 | 1 | -0/+1 |
| | | | | | | which reduces snap jitter) (bzr r8906) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -3/+3 |
| | | | | (bzr r8895) | ||||
| * | Fix build again by modifiying makefile | Diederik van Lierop | 2009-12-05 | 1 | -1/+0 |
| | | | | (bzr r8866) | ||||
| * | Fix rounding error in libnr and remove inefficient mmx optimizations | Diederik van Lierop | 2009-12-04 | 2 | -450/+19 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168384 (bzr r8863) | ||||
| * | Revert patch from 168384 until after 0.47 | Josh Andler | 2009-09-27 | 1 | -16/+13 |
| | | | | (bzr r8657) | ||||
| * | Patch by Diederik for 168384. Tested by myself and others and works well, ↵ | Josh Andler | 2009-09-24 | 1 | -13/+16 |
| | | | | | | additionally reads safe... Thanks Diederik! (bzr r8645) | ||||
| * | back out Diederik's patch, problems with 32-bit systems | bulia byak | 2009-09-18 | 1 | -20/+17 |
| | | | | (bzr r8612) | ||||
| * | patch by Diederik for jumping images, bug 168384 | bulia byak | 2009-09-14 | 1 | -17/+20 |
| | | | | (bzr r8589) | ||||
| * | * Bug-fixing src/libnr/Makefile_insert to avoid build failure | Luca Bruno | 2009-08-15 | 1 | -1/+1 |
| | | | | (bzr r8489) | ||||
| * | additional file for building nr-test | theAdib | 2009-08-14 | 1 | -0/+1 |
| | | | | (bzr r8487) | ||||
| * | libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP ↵ | Peter Moulder | 2009-07-13 | 1 | -3/+4 |
| | | | | | | and NR_CLAMP, and make it take precedence over any existing CLAMP macro (such as the one from Glib, which doesn't behave the way we want for NaN). (bzr r8272) | ||||
| * | Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵ | Josh Andler | 2009-05-07 | 1 | -1/+1 |
| | | | | | | happy on Karmic now) (bzr r7831) | ||||
| * | And now gradients should be (almost) perfect... The gradient vector is set ↵ | Jasper van de Gronde | 2009-04-03 | 1 | -16/+36 |
| | | | | | | | | up to be a good approximation to the "true" gradient and it is used consistently throughout (I hope). Also some other, minor, tweaks and a small bugfix. (bzr r7616) | ||||
| * | Some quality improvements to feDisplacementMap handling (as well as extra ↵ | Jasper van de Gronde | 2009-03-29 | 1 | -0/+6 |
| | | | | | | boundary checks where necessary). (bzr r7587) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -0/+1 |
| | | | | (bzr r7380) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -11/+7 |
| | | | | | | 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/+1 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -5/+0 |
| | | | | (bzr r7078) | ||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 1 | -14/+1 |
| | | | | (bzr r7040) | ||||
| * | Makes sure a Gaussian filter is applied to premultiplied data. | Jasper van de Gronde | 2008-12-28 | 2 | -1/+31 |
| | | | | (bzr r7028) | ||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 9 | -761/+19 |
| | | | | | | utest-based tests. (bzr r6976) | ||||
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -3/+4 |
| | | | | (bzr r6973) | ||||
| * | Warning and 'using' cleanup. | Jon A. Cruz | 2008-12-08 | 6 | -73/+59 |
| | | | | (bzr r6970) | ||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 2 | -12/+12 |
| | | | | (bzr r6964) | ||||
| * | NR::LInfty => Geom:: | Johan B. C. Engelen | 2008-12-05 | 1 | -1/+1 |
| | | | | (bzr r6953) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 3 | -8/+8 |
| | | | | (bzr r6891) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 3 | -6/+23 |
| | | | | (bzr r6884) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -1/+3 |
| | | | | | | | * 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 | 1 | -0/+8 |
| | | | | (bzr r6839) | ||||
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 5 | -204/+0 |
| | | | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789) | ||||
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵ | Johan B. C. Engelen | 2008-09-07 | 3 | -569/+0 |
| | | | | | | references to nr-path.h) (bzr r6774) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -0/+13 |
| | | | | (bzr r6606) | ||||
| * | add automatic conversion between Geom::Matrix and NR::Matrix. (added to ↵ | Johan B. C. Engelen | 2008-08-06 | 1 | -0/+14 |
| | | | | | | NR::Matrix class). resolved some ambiguities caused by it. (bzr r6581) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 5 | -43/+26 |
| | | | | (bzr r6569) | ||||
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 2 | -22/+0 |
| | | | | (bzr r6552) | ||||
| * | Minor cleanup work on macros | Jon A. Cruz | 2008-08-03 | 6 | -10/+22 |
| | | | | (bzr r6546) | ||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| | | | | (bzr r6524) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -4/+0 |
| | | | | (bzr r6513) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 8 | -8/+8 |
| | | | | (bzr r6495) | ||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 1 | -0/+5 |
| | | | | (bzr r6362) | ||||
| * | NR::Point : add cast operator to Geom::Point | Johan B. C. Engelen | 2008-07-17 | 1 | -0/+2 |
| | | | | (bzr r6338) | ||||
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 2 | -0/+4 |
| | | | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335) | ||||
