summaryrefslogtreecommitdiffstats
path: root/src/libnr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove libnrKrzysztof Kosi??ski2011-08-285-100/+0
| | | (bzr r10582.1.11)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-284-539/+0
| | | (bzr r10582.1.10)
* Remove nr-forward.hKrzysztof Kosi??ski2011-08-273-47/+0
| | | (bzr r10582.1.8)
* Remove unused function project_on_linesegment from nr-point-fns.hKrzysztof Kosi??ski2011-08-272-23/+1
| | | (bzr r10582.1.7)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-2710-605/+1
| | | (bzr r10582.1.6)
* Fix build failures on make checkKrzysztof Kosi??ski2011-07-172-13/+12
| | | (bzr r10465)
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-10/+0
| | | (bzr r10459)
* Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-093-2/+57
| | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-0/+1
|\ | | | | (bzr r10347.1.5)
| * added missing headerCampbell Barton2011-07-021-0/+1
| | | | | | (bzr r10397)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-2327-1784/+63
| | | | | | (bzr r10347.1.2)
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-232-3/+2
|/ | | (bzr r10347.1.1)
* Warning cleanup.Jon A. Cruz2011-06-221-2/+2
| | | (bzr r10339)
* get cmake working again.Campbell Barton2011-06-221-59/+0
| | | (bzr r10334)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-35/+100
|\ | | | | (bzr r9508.1.89)
| * cmake:Campbell Barton2011-06-131-6/+71
| | | | | | | | | | | | | | - 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: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-2/+2
| | | | | | (bzr r10278)
| * cmake:Campbell Barton2011-06-131-2/+1
| | | | | | | | | | | | | | 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 Barton2011-06-121-2/+2
| | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
| * work in progress cmake commit:Campbell Barton2011-06-122-35/+38
| | | | | | | | | | | | - 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 trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\| | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-022-8/+8
| | | | | | (bzr r10025)
| * remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-171-8/+16
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009)
* | Merge from trunkKrzysztof Kosi??ski2010-11-2520-20/+20
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1760-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)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-146-868/+0
| | | | | | (bzr r9508.1.67)
* | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-059-2500/+1
| | | | | | (bzr r9508.1.50)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-053-231/+0
| | | | | | (bzr r9508.1.48)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-0444-2544/+10
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-0411-1153/+0
|/ | | (bzr r9508.1.44)
* Fix for bug #577012Jasper van de Gronde2010-05-182-31/+45
| | | (bzr r9426)
* Small fix for nr-compose-transform (I compared against 255 where I should ↵Jasper van de Gronde2010-04-201-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 Gronde2010-04-181-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 fixKrzysztof Kosi??ski2010-03-295-638/+0
| | | | | build failure caused by recent extension renames (bzr r9255)
* Refactor snapping of gradient handles; now behaves like all other snapping, ↵Diederik van Lierop2010-01-012-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 Lierop2009-12-241-0/+1
| | | | | which reduces snap jitter) (bzr r8906)
* Warning cleanupJon A. Cruz2009-12-201-3/+3
| | | (bzr r8895)
* Fix build again by modifiying makefileDiederik van Lierop2009-12-051-1/+0
| | | (bzr r8866)
* Fix rounding error in libnr and remove inefficient mmx optimizationsDiederik van Lierop2009-12-042-450/+19
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168384 (bzr r8863)
* Revert patch from 168384 until after 0.47Josh Andler2009-09-271-16/+13
| | | (bzr r8657)
* Patch by Diederik for 168384. Tested by myself and others and works well, ↵Josh Andler2009-09-241-13/+16
| | | | | additionally reads safe... Thanks Diederik! (bzr r8645)
* back out Diederik's patch, problems with 32-bit systemsbulia byak2009-09-181-20/+17
| | | (bzr r8612)
* patch by Diederik for jumping images, bug 168384bulia byak2009-09-141-17/+20
| | | (bzr r8589)
* * Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno2009-08-151-1/+1
| | | (bzr r8489)
* additional file for building nr-testtheAdib2009-08-141-0/+1
| | | (bzr r8487)
* libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP ↵Peter Moulder2009-07-131-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 Andler2009-05-071-1/+1
| | | | | happy on Karmic now) (bzr r7831)
* And now gradients should be (almost) perfect... The gradient vector is set ↵Jasper van de Gronde2009-04-031-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 Gronde2009-03-291-0/+6
| | | | | boundary checks where necessary). (bzr r7587)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
| | | (bzr r7380)