Gregory Nutt
|
7cf88d7dbd
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Gregory Nutt
|
2a82dc66f9
|
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
|
2015-04-05 16:53:51 -06:00 |
Gregory Nutt
|
0eebd78a9b
|
Implement line caps by drawing a file circle at the each endpoint of a line with a radius equal to half of the width of the line
|
2015-04-05 09:37:18 -06:00 |
Gregory Nutt
|
ae03d56700
|
Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. The idea is that this will produce better joining between lines
|
2015-04-05 08:50:01 -06:00 |
Gregory Nutt
|
a457105a0b
|
Move the NX components out of libc and into its own library, libnx
|
2013-12-28 08:40:03 -06:00 |