Hagen Fritsch
|
77fb7a388a
|
fix buffer overflow in font handler
|
2011-08-12 14:21:05 +02:00 |
Stefan `Sec` Zehl
|
d8371af9ab
|
Revert "Revert "lcd/render.c: save 56 bytes""
This reverts commit a5f8a9b04f .
|
2011-08-04 10:56:02 +02:00 |
Stefan `Sec` Zehl
|
3b7f41bb58
|
Revert "Revert "save 4 bytes by making internal function static""
This reverts commit 8875fc8d8b .
|
2011-08-04 10:55:41 +02:00 |
Stefan `Sec` Zehl
|
4cd445ad02
|
Fix DoIntX - compiler fails on dynmic-sized-arrays?
|
2011-08-04 00:23:53 +02:00 |
Stefan `Sec` Zehl
|
8875fc8d8b
|
Revert "save 4 bytes by making internal function static"
This reverts commit 81294835ec .
|
2011-08-03 22:33:14 +02:00 |
Stefan `Sec` Zehl
|
a5f8a9b04f
|
Revert "lcd/render.c: save 56 bytes"
This reverts commit ad0c993136 .
|
2011-08-03 22:31:46 +02:00 |
Øyvind Kolås
|
ad0c993136
|
lcd/render.c: save 56 bytes
Introduce a utility function that reads a single byte from the current position
in the font file.
|
2011-08-03 18:49:28 +02:00 |
Øyvind Kolås
|
81294835ec
|
save 4 bytes by making internal function static
|
2011-08-03 18:49:28 +02:00 |
Stefan `Sec` Zehl
|
6bd703f006
|
fix new font setting for internal fonts
|
2011-08-01 05:11:04 +02:00 |
Stefan `Sec` Zehl
|
cfe6e328e5
|
You will probably hate me, but commit new, global config framework
hopefully it will be stable now. Sorry for breaking your stuff
|
2011-07-31 18:15:44 +02:00 |
Stefan `Sec` Zehl
|
235cadaa89
|
remove unused variable
|
2011-07-24 15:38:28 +02:00 |
Stefan `Sec` Zehl
|
30d3089cc8
|
Allow fonts from dataflash. use "setExtFont(filename)". for flash fonts use "setIntFont(&font)".
|
2011-07-23 14:39:50 +02:00 |
Stefan `Sec` Zehl
|
db4d929b2a
|
Fix renderer so it can render partial characters at borders.
Try to make the code a bit clearer by encapsulating the coordinate transform stuff more clearly.
|
2011-07-17 16:49:14 +02:00 |
Stefan `Sec` Zehl
|
c7f207bb9e
|
Do not print space in front of positive integers
|
2011-07-17 10:47:21 +02:00 |
Stefan `Sec` Zehl
|
830ecd93d4
|
More support functions
|
2011-07-16 20:24:43 +02:00 |
Stefan `Sec` Zehl
|
508838231b
|
add DoCharX
|
2011-07-14 02:01:41 +02:00 |
Stefan `Sec` Zehl
|
e4e26de687
|
Fix warnings (and sanity-check for 0-bytes in utf8-strings
|
2011-07-13 00:07:22 +02:00 |
Stefan `Sec` Zehl
|
5feababa13
|
Make DoInt properly print "0" values.
|
2011-07-09 14:53:01 +02:00 |
Stefan `Sec` Zehl
|
50ac82f893
|
Workaround render bug. TODO: make nice.
|
2011-07-05 15:49:44 +02:00 |
schneider
|
883e642618
|
new tree structure
|
2011-06-19 21:01:00 +02:00 |