Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-02-09 | Test and fix rtgrpblib_draw_quadratic_bezier for perfect lines | Mattias Andrée | 3 | -16/+198 |
2023-02-09 | Fix and test line drawing | Mattias Andrée | 5 | -95/+140 |
2023-02-08 | m | Mattias Andrée | 1 | -1/+2 |
2023-02-08 | Test rtgrpblib_draw_linear_bezier | Mattias Andrée | 2 | -20/+119 |
2023-02-08 | Fix warnings and infinite loop bug | Mattias Andrée | 1 | -6/+6 |
2023-02-08 | Fix out of bounds error in drawing of vertical lines | Mattias Andrée | 1 | -0/+2 |
2023-02-08 | Test lines.c | Mattias Andrée | 2 | -1/+126 |
2023-02-07 | m whitespace | Mattias Andrée | 1 | -1/+1 |
2023-02-07 | Fix makefile | Mattias Andrée | 1 | -3/+3 |
2023-02-07 | Add man pages | Mattias Andrée | 4 | -1/+181 |
2023-02-07 | Change back the name of rtgrpblib_draw_elliptical_arc to rtgrpblib_draw_circular_arc | Mattias Andrée | 7 | -27/+31 |
2023-02-07 | Add man pages | Mattias Andrée | 11 | -3/+368 |
2023-02-06 | README: add usage information | Mattias Andrée | 1 | -2/+12 |
2023-02-06 | Remove unused code | Mattias Andrée | 1 | -23/+0 |
2023-02-06 | Rename rtgrpblib_draw_{circular => elliptical}_arc | Mattias Andrée | 3 | -9/+9 |