summaryrefslogtreecommitdiffstats
path: root/src/trace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-3/+3
| | | | | suggested parentheses (bzr r7252)
* fix crashbulia byak2009-02-021-1/+2
| | | (bzr r7214)
* small cleanup in src/trace (warnings and trailing spaces)St??phane Gimenez2009-01-232-20/+18
| | | (bzr r7162)
* fix includebulia byak2009-01-151-1/+1
| | | (bzr r7135)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-59/+72
| | | | | version string on Linux. (bzr r7123)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+3
| | | | | reduce linking stage command for windows. (bzr r7100)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-2/+2
| | | (bzr r7032)
* Merging from trunkTed Gould2008-10-111-3/+3
| | | (bzr r6884)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-181-1/+1
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* agree with the FIXMEBob Jamison2008-07-061-2/+1
| | | (bzr r6196)
* Mark suspicious ignoring of parametersJon A. Cruz2008-07-041-0/+1
| | | (bzr r6143)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-242-19/+1
| | | (bzr r6046)
* change VERSION to INKSCAPE_VERSION in potracelib.cppJoshua L. Blocher2008-06-181-1/+2
| | | (bzr r5988)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-2/+2
| | | (bzr r5617)
* Address string-literal-to-char* warning: Make gm_read_error global var point ↵Peter Moulder2008-05-042-6/+6
| | | | | to const char. (bzr r5597)
* Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵John Bintz2008-04-172-0/+25
| | | | | skipping the standard, slower potrace filtering routines. (bzr r5466)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-9/+0
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-072-42/+42
| | | (bzr r5379)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-302-0/+44
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-6/+6
| | | (bzr r5149)
* warning cleanupJon A. Cruz2008-03-021-8/+8
| | | (bzr r4917)
* Warning and whitespace cleanupJon A. Cruz2008-02-242-10/+10
| | | (bzr r4838)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* Update Potrace to 1.8Bob Jamison2007-10-2618-131/+174
| | | (bzr r3965)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* remove forced blurring from edge detection - tracing removes speckles anywaybulia byak2007-04-061-7/+1
| | | (bzr r2829)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-202-4/+4
| | | (bzr r2720)
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-16/+8
| | | (bzr r2268)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+3
| | | | | create methods to match DOM (bzr r2253)
* should fix compilation issues on 64bit archesSt??phane Gimenez2006-11-211-3/+3
| | | (bzr r2000)
* patch 1598684: better trace quantizationbulia byak2006-11-207-569/+756
| | | (bzr r1994)
* remove debug outputbulia byak2006-11-141-2/+0
| | | (bzr r1949)
* patch 1591723 for extra tracing parametersbulia byak2006-11-142-16/+56
| | | (bzr r1948)
* undo annotationsgustav_b2006-11-081-2/+1
| | | (bzr r1926)
* Display message to indicate that bitmap tracing has startedJohn Bintz2006-08-261-0/+3
| | | (bzr r1640)
* fix typo. oopsBob Jamison2006-07-271-2/+2
| | | (bzr r1491)
* fix bug in normalizeMatrix, add some better trace messagesBob Jamison2006-07-274-23/+75
| | | (bzr r1490)
* o removed the unused cache as it was just wasting time and spaceNathan Hurst2006-07-141-42/+11
| | | | | | | o simplified some of the maths o fixed a bug in the matrix normalisation routine (dubious that it ever actually worked) (bzr r1415)
* refactoring, add background removalBob Jamison2006-07-054-139/+113
| | | (bzr r1360)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan2006-06-251-0/+1
| | | (bzr r1280)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-136-149/+280
| | | (bzr r1208)
* Applied patch #1501375Jon A. Cruz2006-06-063-14/+226
| | | (bzr r1164)
* Applied patch #1501134Jon A. Cruz2006-06-062-10/+17
| | | (bzr r1163)
* Applied patch 1500659 for warning cleanupJon A. Cruz2006-06-051-4/+4
| | | (bzr r1158)
* Applied patch 1500171Jon A. Cruz2006-06-043-1406/+1744
| | | (bzr r1149)
* (bzr r1085)John Cliff2006-05-301-7/+7
|
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-172-14/+14
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)