- 09 Feb, 2009 32 commits
-
-
Dylan Smith authored
I found that ME_MakeStringB was previously unused, and that the other ME_MakeString functions repeated code that was already in ME_MakeStringB. Making ME_MakeStringB static and using it to avoid duplicate code seemed like a better idea than removing the function.
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
Previously it found the start or end by traversing the linked lists of run, rows, paragraphs, and cells from the current position of the cursors. Clearly it is better to get the start or end directly to make it a constant time operation.
-
Dylan Smith authored
Wrapping is needed to be done even when repainting isn't done since later messages expect line breaks to reflect the current text. Some message can specify not to paint the sceen, but this should prevent wrapping from being done.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
cryptui: Ensure a certificate's private key is exportable before allowing it to be selected for export.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
cryptui: Skip password page when moving backward through the export wizard if it wasn't shown in the first place.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
- A HWND can be safely marshaled over a LONG as its payload is not a pointer but a user handle. - Use GetWindowLongPtr instead of GetWindowLong to retrieve a pointer.
-
Michael Stefaniuc authored
-
Aric Stewart authored
-
Juan Lang authored
Relaxing the tests on older versions of Windows caused a couple tests to fail on more recent ones, which was unintended.
-
Artem Reznikov authored
-
- 06 Feb, 2009 8 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
winebuild should be able to find them on its own.
-
Alexandre Julliard authored
-
Aurimas Fischer authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-