summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fix build for gcc 4.x (Remove additional class name qualifier inside class ↵Milosz Derezynski2006-05-172-2/+2
| | | | | | | | | | | | | | | | | | | | definition): src/removeoverlap/constraint.h src/removeoverlap/variable.h * Add font-lister.h/font-lister.cpp: src/libnrtype/Makefile_insert src/libnrtype/font-lister.cpp src/libnrtype/font-lister.h * Modify dialog slightly in appearance (shadow for GtkScrolledWindow): src/dialogs/text-edit.cpp (bzr r866)
* increased alarm time-out to 60 secs (because 30 seconds may not have been ↵Tim Dwyer2006-05-101-2/+2
| | | | | enough on slow machines) (bzr r804)
* Apparently a problem was reported with one of the test cases. Tim Dwyer2006-05-1017-169/+475
| | | | | | | | I can't reproduce the problem, however solve_VPSC code in inkscape was getting quite out of date with that in www.sf.net/projects/adaptagrams. I've updated the code, which may fix the problem, or at least if it's reported again then I'll know it's still an issue. (bzr r803)
* more g++ 4.1 fixes (by inkblotter)Ralf Stephan2006-03-281-1/+1
| | | (bzr r318)
* Fixed template warning.Tim Dwyer2006-02-221-9/+11
| | | (bzr r173)
* introduce orthogonal template declaration, fixes compiler warningsRalf Stephan2006-02-211-2/+5
| | | (bzr r172)
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-063-4/+4
| | | | | | | Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92)
* Had to include fstream for overloaded def of <<Tim Dwyer2006-02-061-0/+1
| | | (bzr r91)
* (bzr r90)Ted Gould2006-02-063-4/+4
|
* DBL_MIN replaced by -DBL_MAX which is what I meant all along.Tim Dwyer2006-02-065-5/+39
| | | | | Fixes bug. (bzr r89)
* Stupid bug in generate-constraints events comparison test fixedTim Dwyer2006-02-062-2/+2
| | | (bzr r84)
* Added consts to args of pairing heap compare fnTim Dwyer2006-02-013-5/+5
| | | (bzr r64)
* Cleanup.Tim Dwyer2006-01-261-7/+0
| | | (bzr r32)
* Constructor cleaned up a bit.Tim Dwyer2006-01-261-9/+6
| | | (bzr r31)
* Fixed bug to do with comparison of invalid constraints in pairing heaps.Tim Dwyer2006-01-269-22/+57
| | | | | Also numerical problem with constraint generation fixed. (bzr r30)
* Change to the way timestamps are used. Should now be more efficient.Tim Dwyer2006-01-252-5/+4
| | | (bzr r27)
* moving trunk for module inkscapeMenTaLguY2006-01-1626-0/+2615
(bzr r1)