yvt
|
ef2d844a97
|
clang-format all source files under Sources/Client
|
2019-08-07 23:51:05 +09:00 |
|
yvt
|
60fd3191c5
|
Remove Handle::operator T*() , discouraging conversion to raw pointers
It was replaced by `Handle::GetPointerOrNull()`. Every use of
`GetPointerOrNull` should be reviewed. Some of them were already removed.
|
2019-07-20 15:47:42 +09:00 |
|
David Carlier
|
4864f07937
|
Reducing some compilation warnings.
|
2017-11-18 21:15:07 +00:00 |
|
Tomoaki Kawada
|
2eb9e35c65
|
Apply clang-format to all non-external source files
|
2016-12-03 18:23:47 +09:00 |
|
yvt
|
7d95119781
|
Reduced maximum number of lines of centered messages
|
2014-03-11 03:47:52 +09:00 |
|
learn_more
|
52b98a5598
|
Cleanup text drawing (has one generic DrawShadow function that draws text with a shadow, instead of duplicating it everywhere in the code
use the new DrawShadow function, in CenterMessageView, Client, and TCProgressView
add mingw .exe icon (untested, could use confirmation that it works)
|
2013-11-02 19:00:50 +01:00 |
|
yvt
|
f0d34ef494
|
added GPLv3 header
|
2013-08-29 11:45:22 +09:00 |
|
yvt
|
931be8cf09
|
From pre-0.0.3 source code
|
2013-08-18 16:18:06 +09:00 |
|