- 12 Jun, 2023 6 commits
-
-
Alexandre Julliard authored
-
Alex Henrie authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Etaash Mathamsetty authored
-
Etaash Mathamsetty authored
-
- 09 Jun, 2023 17 commits
-
-
Alexandre Julliard authored
-
Santino Mazza authored
To prevent cases where ME_WrapMarkedParagraphs has not been called causing a NULL pointer when editor_ensure_visible tries to get the row from the cursor.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Missing from b337c5b1, spotted by Fan WenJie.
-
Davide Beatrici authored
-
Daniel Lehman authored
nCharOfs is the key for paragraphs added to the marked tree If it is updated, re-add the entry to update its position
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Zebediah Figura authored
This was missed in 14c44d0b. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55016
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
- 08 Jun, 2023 17 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Alexandre Julliard authored
cf. 6b0836e3.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
To avoid returning non-aligned reserved regions.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
And merge reported free areas.
-
Alexandre Julliard authored
-
Alex Henrie authored
-
Daniel Lehman authored
../dlls/msi/dialog.c:4476:11: warning: attempt to call free on non-heap object 'hdr' [-Wfree-nonheap-object] free( &rec->hdr ); ^
-
Alex Henrie authored
-
Alex Henrie authored
queue_task cannot free the struct because it doesn't know whether the struct contains pointers to other dynamically allocated memory that also needs to be freed (as is the case with struct send_request).
-
Davide Beatrici authored
-
Davide Beatrici authored
-