- 12 Jul, 2023 5 commits
-
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
- 11 Jul, 2023 32 commits
-
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
The libraries used are now staticly linked from the libs directory.
-
David Kahurani authored
Dumping variable address by itself is barely useful. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
Billy Laws authored
Without this, wineboot would bail out on ARM64 in the case where x86_64 WOW is not available but i386 is. Leaving an incomplete prefix without any clear error.
-
Paul Gofman authored
-
Paul Gofman authored
-
Nikolay Sivov authored
-
Paul Gofman authored
-
Sven Baars authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Sven Baars authored
-
Jinoh Kang authored
This partially reverts c5daf6a3 (riched20: Call ME_UpdateRepaint instead of editor_ensure_visible in set_selection.) Fixes: c5daf6a3
-
Jinoh Kang authored
-
Jinoh Kang authored
Today, CreateTextServices() returns an Rich Edit object without row start and end marks, which are expected to exist by many Rich Edit operations as well as EM_* message handlers. This leads to a crash when certain messages (e.g., EM_SCROLLCARET) are sent to the Rich Edit object via ITextServices::TxSendMessage(), unless ME_WrapMarkedParagraphs() has been called beforehand. Fix this by calling wrap_marked_paras_dc() early in the initialization process. This is not a problem for windowed Rich Edit controls, which already calls ME_WrapMarkedParagraphs() before the user or application starts interacting with it.
-
Alistair Leslie-Hughes authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Tim Clem authored
In large address aware binaries, these can be > 0x7fffffff, and using the handle functions will result in them being incorrectly extended to 0xffffffffxxxxxxxx.
-
- 10 Jul, 2023 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Co-authored-by: Billy Laws <blaws05@gmail.com>
-
Alexandre Julliard authored
-