summaryrefslogtreecommitdiffstats
path: root/src/libnr (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-28Completely remove libnrKrzysztof Kosi??ski5-100/+0
(bzr r10582.1.11)
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski4-539/+0
(bzr r10582.1.10)
2011-08-27Remove nr-forward.hKrzysztof Kosi??ski3-47/+0
(bzr r10582.1.8)
2011-08-27Remove unused function project_on_linesegment from nr-point-fns.hKrzysztof Kosi??ski2-23/+1
(bzr r10582.1.7)
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski10-605/+1
(bzr r10582.1.6)
2011-07-17Fix build failures on make checkKrzysztof Kosi??ski2-13/+12
(bzr r10465)
2011-07-16fix for building with cmake and building without lcms works again.Campbell Barton1-10/+0
(bzr r10459)
2011-07-09Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski3-2/+57
that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
2011-07-02added missing headerCampbell Barton1-0/+1
(bzr r10397)
2011-06-23Remove more of libnrKrzysztof Kosi??ski27-1784/+63
(bzr r10347.1.2)
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2-3/+2
(bzr r10347.1.1)
2011-06-22Warning cleanup.Jon A. Cruz1-2/+2
(bzr r10339)
2011-06-22get cmake working again.Campbell Barton1-59/+0
(bzr r10334)
2011-06-13cmake:Campbell Barton1-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)
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-2/+2
(bzr r10278)
2011-06-13cmake:Campbell Barton1-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)
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton1-2/+2
cake keyword, and also dont mix up dor names with libs. (bzr r10274)
2011-06-12work in progress cmake commit:Campbell Barton2-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)
2011-02-02update to latest 2geom !Johan B. C. Engelen2-8/+8
(bzr r10025)
2011-01-17remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben1-8/+16
Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan60-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)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski6-868/+0
(bzr r9508.1.67)
2010-08-05Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski9-2500/+1
(bzr r9508.1.50)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski3-231/+0
(bzr r9508.1.48)
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski44-2544/+10
(bzr r9508.1.47)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski11-1153/+0
(bzr r9508.1.44)
2010-05-18Fix for bug #577012Jasper van de Gronde2-31/+45
(bzr r9426)
2010-04-20Small fix for nr-compose-transform (I compared against 255 where I should ↵Jasper van de Gronde1-2/+2
have compared against 255*255). (bzr r9358)
2010-04-18Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵Jasper van de Gronde1-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)
2010-03-29Remove remnants of rather pointless MMX optimizations, and fixKrzysztof Kosi??ski5-638/+0
build failure caused by recent extension renames (bzr r9255)
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, ↵Diederik van Lierop2-15/+0
i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932)
2009-12-24refactoring the snapping code (laying the groundwork for my next commit ↵Diederik van Lierop1-0/+1
which reduces snap jitter) (bzr r8906)
2009-12-20Warning cleanupJon A. Cruz1-3/+3
(bzr r8895)
2009-12-05Fix build again by modifiying makefileDiederik van Lierop1-1/+0
(bzr r8866)
2009-12-04Fix rounding error in libnr and remove inefficient mmx optimizationsDiederik van Lierop2-450/+19
Fixed bugs: - https://launchpad.net/bugs/168384 (bzr r8863)
2009-09-27Revert patch from 168384 until after 0.47Josh Andler1-16/+13
(bzr r8657)
2009-09-24Patch by Diederik for 168384. Tested by myself and others and works well, ↵Josh Andler1-13/+16
additionally reads safe... Thanks Diederik! (bzr r8645)
2009-09-18back out Diederik's patch, problems with 32-bit systemsbulia byak1-20/+17
(bzr r8612)
2009-09-14patch by Diederik for jumping images, bug 168384bulia byak1-17/+20
(bzr r8589)
2009-08-15* Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno1-1/+1
(bzr r8489)
2009-08-14additional file for building nr-testtheAdib1-0/+1
(bzr r8487)
2009-07-13libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP ↵Peter Moulder1-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)
2009-05-07Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵Josh Andler1-1/+1
happy on Karmic now) (bzr r7831)
2009-04-03And now gradients should be (almost) perfect... The gradient vector is set ↵Jasper van de Gronde1-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)
2009-03-29Some quality improvements to feDisplacementMap handling (as well as extra ↵Jasper van de Gronde1-0/+6
boundary checks where necessary). (bzr r7587)
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-0/+1
(bzr r7380)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-11/+7
rather than for every subdirectory. (bzr r7336)
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher1-1/+1
sub-libs of inkscape. (bzr r7120)
2009-01-05Cmake build fixes, minorJoshua L. Blocher1-5/+0
(bzr r7078)
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-14/+1
(bzr r7040)