summaryrefslogtreecommitdiffstats
path: root/src/libnr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix build failures on make checkKrzysztof Kosi??ski2011-07-172-13/+12
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-10/+0
* Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-093-2/+57
* Merge from trunkKrzysztof Kosi??ski2011-07-061-0/+1
|\
| * added missing headerCampbell Barton2011-07-021-0/+1
* | Remove more of libnrKrzysztof Kosi??ski2011-06-2327-1784/+63
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-232-3/+2
|/
* Warning cleanup.Jon A. Cruz2011-06-221-2/+2
* get cmake working again.Campbell Barton2011-06-221-59/+0
* Merge from trunkKrzysztof Kosi??ski2011-06-191-35/+100
|\
| * cmake:Campbell Barton2011-06-131-6/+71
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-2/+2
| * cmake:Campbell Barton2011-06-131-2/+1
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
| * work in progress cmake commit:Campbell Barton2011-06-122-35/+38
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\|
| * update to latest 2geom !Johan B. C. Engelen2011-02-022-8/+8
| * remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-171-8/+16
* | Merge from trunkKrzysztof Kosi??ski2010-11-2520-20/+20
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-1760-60/+60
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-146-868/+0
* | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-059-2500/+1
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-053-231/+0
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-0444-2544/+10
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-0411-1153/+0
|/
* Fix for bug #577012Jasper van de Gronde2010-05-182-31/+45
* Small fix for nr-compose-transform (I compared against 255 where I should hav...Jasper van de Gronde2010-04-201-2/+2
* Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...Jasper van de Gronde2010-04-181-51/+65
* Remove remnants of rather pointless MMX optimizations, and fixKrzysztof Kosi??ski2010-03-295-638/+0
* Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop2010-01-012-15/+0
* refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-0/+1
* Warning cleanupJon A. Cruz2009-12-201-3/+3
* Fix build again by modifiying makefileDiederik van Lierop2009-12-051-1/+0
* Fix rounding error in libnr and remove inefficient mmx optimizationsDiederik van Lierop2009-12-042-450/+19
* Revert patch from 168384 until after 0.47Josh Andler2009-09-271-16/+13
* Patch by Diederik for 168384. Tested by myself and others and works well, add...Josh Andler2009-09-241-13/+16
* back out Diederik's patch, problems with 32-bit systemsbulia byak2009-09-181-20/+17
* patch by Diederik for jumping images, bug 168384bulia byak2009-09-141-17/+20
* * Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno2009-08-151-1/+1
* additional file for building nr-testtheAdib2009-08-141-0/+1
* libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP an...Peter Moulder2009-07-131-3/+4
* Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, happ...Josh Andler2009-05-071-1/+1
* And now gradients should be (almost) perfect... The gradient vector is set up...Jasper van de Gronde2009-04-031-16/+36
* Some quality improvements to feDisplacementMap handling (as well as extra bou...Jasper van de Gronde2009-03-291-0/+6
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-11/+7
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+1
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-5/+0
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-14/+1
* Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde2008-12-282-1/+31