Léa Saviot
|
cbcfa35110
|
[unicode] Use 3BC symbol instead of B5 for the glyph Mu.
NFKD normalization transforms uniB5 into uni3BC.
|
2019-04-12 15:16:53 +02:00 |
|
Léa Saviot
|
f638809ca5
|
[kandinsky] Fix font test
|
2019-04-12 15:16:52 +02:00 |
|
Léa Saviot
|
693d7e0976
|
[unicode] Clean typography (accents, non present glyphs...)
|
2019-04-12 15:16:52 +02:00 |
|
Léa Saviot
|
b1d18416e8
|
[escher] Fix buffer choice in TextField::glyphFrameAtPosition
|
2019-04-12 15:16:52 +02:00 |
|
Léa Saviot
|
646931b3b5
|
[text_area] Fix Text::Position use with unicode
A glyph offset is not equivalent to a code point offset since a code
point can be several glyphs long.
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
b59d568063
|
Remove useless comment
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
ef4725f8b9
|
[apps/regression] Add X bar and Y bar
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
43031928c3
|
Remove max/min inline from KDCoordinate header
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
7df8c975c8
|
[kandinsky] Comment about the CodePoints array
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
b6eb663f53
|
[ion/kandinsky] Move unicode to ion
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
519e12fd26
|
[tests] Fix unicode for tests
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
5142c071df
|
[escher] Fix text inputs so they use UTF8
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
f90e709201
|
[poincare/utf8_decoder] nextCodePointPointer is now stringPosition
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
780579265f
|
[kandinsky] Use new unicodes in fonts for Exponential, mu and i complex
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
852303f321
|
[kandinsky] Remove obsolete calls to files
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
f5b4a7473e
|
[kandinsky] Fix CodePoint uint32_t cast operator
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
9d68560a32
|
[kandinsky] Remove obsolete values
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
8d759c0b3b
|
[unicode] Use the UTF8Decoder to scan const char *
|
2019-04-12 15:16:51 +02:00 |
|
Léa Saviot
|
63d7155376
|
Remove Ion::Charset
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
956c9fe300
|
[poincare] CodePointLayout
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
8d584cf37b
|
[kandinsly] Rename utf8decoder as utf8_decoder
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
cf79b26ceb
|
[kandinsky] UTF8Decoder::CodePointToChars
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
02a5d6cd23
|
[kandinsky] Add KDCodePoint prefix static code points
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
d5df3b74ea
|
Rename Codepoint Code point
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
42ecd20f12
|
[kandinsky/font] Add comment about UTF-8
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
f184f1ff36
|
[kandinsky] Coding style
|
2019-04-12 15:16:50 +02:00 |
|
Léa Saviot
|
3156f92baf
|
[kandinsky/font] Fix rebase on master
|
2019-04-12 15:16:50 +02:00 |
|
Romain Goyet
|
865e7cb39e
|
[kandinsky] Add unit tests for UTF-8 decoding and CodepointToIndex
|
2019-04-12 15:16:50 +02:00 |
|
Romain Goyet
|
39e01f1d4c
|
[kandinsky] The rasterizer encodes Unicode codepoints
|
2019-04-12 15:16:50 +02:00 |
|
Romain Goyet
|
8106ba6371
|
[kandinsky] Assume UTF-8 encoding for strings
|
2019-04-12 15:16:50 +02:00 |
|
Romain Goyet
|
0c83253d2e
|
[scripts] Use BUILD_DIR instead of build_dir
|
2019-03-06 15:00:59 +01:00 |
|
Romain Goyet
|
bd6339f9dc
|
[make] Rename OUTPUT_DIRECTORY to build_dir
|
2019-03-06 15:00:59 +01:00 |
|
Romain Goyet
|
4f1d74f44b
|
[build] Use an out-of-tree build
|
2019-03-06 15:00:59 +01:00 |
|
Léa Saviot
|
ed19d19070
|
Merge branch 'master' into python_turtle
|
2018-12-17 15:49:46 +01:00 |
|
Léa Saviot
|
e836593ff9
|
[kandinsky] In KDContext::getPixels: beware of rects crossing the screen
This fixes a display glitch on the device, when using Python's turtle
module and doing the command forward(200).
|
2018-12-07 11:30:32 +01:00 |
|
Léa Saviot
|
2794669eb9
|
[kandinsky] Fix typo that bugged glyph drawing
|
2018-11-23 12:04:10 +01:00 |
|
Léa Saviot
|
8346ca606f
|
[kandinsky] Fix Font::signedCharAsIndex
|
2018-11-23 12:04:10 +01:00 |
|
Léa Saviot
|
eda07922ab
|
[kandinsky/font] fetchGlyphForChar handles chars that do not have glyphs
|
2018-11-23 12:04:10 +01:00 |
|
Romain Goyet
|
a9091c933b
|
[python/turtle] Use a Turtle class
|
2018-11-16 15:31:31 +01:00 |
|
Jean-Baptiste Boric
|
464c1a5c95
|
[python] Initial turtle module
|
2018-10-27 14:24:36 +02:00 |
|
Romain Goyet
|
f4f567814e
|
[escher] Compress images
|
2018-10-12 09:36:44 +02:00 |
|
Romain Goyet
|
026a20ee41
|
[kandinsky] Fix an off-by-one in the rasterizer
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
748f1096bd
|
[kandinksy] Clean up the rasterizer
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
23f93703ad
|
[kandinsky] Don't forget the last character of the range
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
dfb30e5799
|
[kandinsky] Remove some warnings
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
1dd1e6ca8d
|
[kandinsky] Handle drawing clipped text
Text can be drawn in a rect that cannot contain the whole character.
Luckily, we have fillRectWithPixels handy to handle such cases.
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
aeab06513e
|
[kandinsky] Cleanup KDFont, include all characters
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
c183f0147e
|
[kandinsky] Get rid of KDText
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
f8beae3b86
|
[kandinsky] Move to KDFont
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
29882768bd
|
[kandinsky] Use LZ4 to compress fonts
This is a work-in-progress
|
2018-10-11 16:44:02 +02:00 |
|