summaryrefslogtreecommitdiffstats
path: root/src/livarot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to current trunkTed Gould2012-11-253-9/+9
|\ | | | | (bzr r11804.1.8)
| * code cleanup: quiet warnings with gcc.Campbell Barton2012-11-203-9/+9
| | | | | | (bzr r11888)
* | Files in /src that no longer existTed Gould2012-10-151-1/+0
|/ | | (bzr r11804.1.2)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+0
| | | (bzr r11460)
* modify calc of bbox for single point (Bug 1006666)Alvin Penner2012-06-031-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1006666 (bzr r11457)
* Warning cleanupJon A. Cruz2012-04-181-16/+12
| | | (bzr r11265)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-088-8/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* cppcheckKris De Gussem2011-10-151-1/+1
| | | (bzr r10678)
* update cmake file listsCampbell Barton2011-10-081-1/+0
| | | (bzr r10673)
* Purging some forward.h files.Jon A. Cruz2011-10-044-31/+13
| | | (bzr r10664)
* Completely remove libnrKrzysztof Kosi??ski2011-08-284-4/+0
| | | (bzr r10582.1.11)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-273-3/+2
| | | (bzr r10582.1.6)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-272-277/+0
| | | (bzr r10582.1.3)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-0/+3
|\ | | | | (bzr r10347.1.5)
| * added missing headerCampbell Barton2011-07-021-0/+3
| | | | | | (bzr r10397)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-237-9/+9
|/ | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-24/+40
|\ | | | | (bzr r9508.1.89)
| * cmake:Campbell Barton2011-06-131-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 Barton2011-06-131-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 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-121-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 trunkKrzysztof Kosi??ski2011-04-079-37/+37
|\| | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-029-34/+34
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-2517-17/+17
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1717-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 3Krzysztof Kosi??ski2010-08-042-3/+3
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-042-3/+2
| | | | | | (bzr r9508.1.45)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-045-7/+3
|/ | | (bzr r9508.1.44)
* Noop: removing and updating comments, fixing indentationDiederik van Lierop2010-02-191-171/+171
| | | (bzr r9101)
* Patch by Johan for 445790Josh Andler2009-11-081-1/+7
| | | (bzr r8824)
* Cleanup of out-of-sync testsJon A. Cruz2009-10-091-1/+0
| | | (bzr r8751)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Fix infinite loop as reported in bug #365034Diederik van Lierop2009-04-301-5/+5
| | | (bzr r7800)
* patch by KoRi for bug 323594bulia byak2009-02-101-70/+80
| | | (bzr r7264)
* fix bug !Johan B. C. Engelen2009-01-172-9/+10
| | | (bzr r7141)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-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. Engelen2009-01-023-5/+10
| | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059)
* More NR ==> Geom changesJoshua L. Blocher2008-12-2819-892/+892
| | | (bzr r7032)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-055-24/+24
| | | (bzr r6953)
* Merge from trunkTed Gould2008-10-281-1/+1
| | | (bzr r6886)
* Merging from trunkTed Gould2008-10-112-28/+30
| | | (bzr r6884)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-1/+4
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-182-12/+12
| | | (bzr r6839)
* temporary fix for continuity exceptionJohan B. C. Engelen2008-08-311-2/+17
| | | (bzr r6735)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
| | | (bzr r6593)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
| | | (bzr r6564)
* fix arc conversion to livarotJohan B. C. Engelen2008-08-031-2/+2
| | | (bzr r6547)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+1
| | | (bzr r6416)
* 2geom path to livarot path conversion: don't add closing line segment when ↵Johan B. C. Engelen2008-07-231-1/+7
| | | | | it is degenerate. (bzr r6404)