robbanl wrote:The problem with the icons/names gathering on top is still there but not with the same behavior. Before all the objects laid on top of each other, now there's only the last two. It's an improvement, so maybe in the next release it will be only one object there
I'm not able to recreate this problem. Can you let me know under what condition this problem occurs? Better yet, can you show me the theme.cfg file?
1@qbQD4T5Z0949 wrote:BTW, what do you think about dmenu to support multi-language?
I want to see SNES-rom file list in Japanese filename.
I think dmenu becomes much better with supporting multi-language and displaying
Japanese or other multi-byte characters.
Now, I get your source code of dmenu-0.1, and read it.
For that, it need to change some 'TTF_RenderText_Blended' function to 'TTF_RenderUTF8_Blended' or something like that.
Thanks for the suggestion. I did a quick test of changing to TTF_RenderUTF8_Blended and tested Chinese (I'm a Chinese). It works! Since I don't know Japanese, can you help me test Japanese display? I've attached the dmenu executable here. Just replace the 0.3 versoin by this one. It will display any UTF8 chars in file selector, as well as any UTF8 chars in the name strings in theme.cfg. Remember to change the font file to one with the necessary chars.