- Sep 13, 2013
-
-
-
-
-
-
-
user32: Use Uniscribe ScriptBreak and the resulting Unicode Line Break algorithm to break lines for DT_WORDBREAK.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sep 12, 2013
-
-
-
-
-
-
Also cleanup the RGS to not create an unintended '{}' registry entry for InternetShortcut.
-
-
-
-
-
-
-
-
-
-
-
Also use the proper function for checking the format and looking up the internal format description.
-
-
The mouseRect is the limit of the mouse position to keep the window between its minimum and maximum sizes. The computation was correct if the mouse started precisely on the window border. But if the mouse is not exactly at the border, then the mouse limit has to account for that, because the window will be resized based on the distance from the starting point.
-
-
-
-
-