polybar-dwm/src
Chase Geigle 73faa18cf0 fix(label): Truncate label replacements based on codepoint count
This helps ensure that when a string is truncated it is not done in the
middle of a utf8 multi-byte sequence. This doesn't 100% correspond to
user-perceived characters, but it should be pretty close in most cases.
2017-02-15 14:19:47 +01:00
..
adapters refactor(clang-tidy): Apply fixes 2017-01-24 08:01:04 +01:00
cairo refactor(cairo): Cleanup 2017-01-25 23:37:13 +01:00
components fix(config): Use std::map to store sections #412 2017-02-07 14:56:56 +01:00
drawtypes fix(label): Truncate label replacements based on codepoint count 2017-02-15 14:19:47 +01:00
events refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
modules fix(xwindow): Lock mutexes on update #416 2017-02-05 13:37:16 +01:00
utils fix(label): Truncate label replacements based on codepoint count 2017-02-15 14:19:47 +01:00
x11 fix(xcomposite): Disable extension query #406 2017-02-04 19:14:10 +01:00
CMakeLists.txt refactor(cmake): Cleanup 2017-01-26 17:39:50 +01:00
ipc.cpp refactor(ipc): More state checks 2017-01-14 18:00:29 +01:00
main.cpp refactor(cmake): Cleanup 2017-01-26 17:39:50 +01:00