mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 00:41:14 +00:00
Merged 2 changelog lines being about the same bug.
This commit is contained in:
parent
fc265cce6b
commit
35a269c7f9
@ -55,8 +55,7 @@ Version 0.7.8:
|
||||
* fixed text ellipsis (triple dot being added after too long text) not being UTF-8-aware.
|
||||
* fixed invalid UTF-8 sequences being generated by wstring_to_utf8, causing display bugs with some accented characters on some platforms
|
||||
* fixed word_wrap_text not being UTF-8 aware
|
||||
* ignore unicode value of arrow keys in text boxes; so they do not cause problems in platforms where there is one.
|
||||
* added home and end to keys whose "Unicode" value should be ignored when handling textboxes (fixes home and end being buggy on MacOSX)
|
||||
* ignore unicode value of cursor-moving keys in text boxes (arrow keys, home, end); so they do not cause problems in platforms where SDL puts one (that is: MacOSX).
|
||||
* removed alpha keyword from unit data, changed image files to have it
|
||||
* added font::make_text_ellipsis function, that works like word_wrap_text, but instead adds ellipsis on too long text
|
||||
* changed portable_isspace() so it only returns true on ASCII spaces
|
||||
|
Loading…
x
Reference in New Issue
Block a user