| Commit | Date | |
|---|---|---|
|
[r6894]
by
mdboom
Avoid use of "not found everywhere" uint8_t with npy_uint8, since we do include and rely on Numpy. |
2009-02-09 18:23:56 | Tree |
| 2009-02-09 13:31:18 | Tree | |
| 2009-02-05 16:00:51 | Tree | |
|
[r6881]
by
mdboom
Fix shortening end of path bug in simplifier. Speed up clipper by not using a queue. |
2009-02-05 15:35:24 | Tree |
| 2009-02-05 15:30:42 | Tree | |
|
[r6865]
by
mdboom
Create path_cleanup code for use by the Mac OS-X backend. Refactor C++ code to follow Numpy's guidelines for linking multiple C files into a single extension. Remove dependency of Agg backend on _image.cpp and _ft2font.cpp (simplifies linking problems and reduces generated code size). |
2009-02-02 16:29:37 | Tree |
|
[r6847]
by
mdboom
Rework the nan-handling/clipping/quantizing/simplification |
2009-01-29 16:51:12 | Tree |
| 2009-01-26 14:40:09 | Tree | |
|
[r6814]
by
mdboom
Change simplification algorithm so it always returns points from the original data, rather than extrapolated ones. This is somewhat experimental. |
2009-01-21 14:52:26 | Tree |
|
[r6795]
by
mdboom
Remove need for m_done flag in simlifier -- we can just put a path_stop onto the queue instead. Saves one boolean test on every iteration. |
2009-01-16 18:47:51 | Tree |