- 09 Mar, 2009 33 commits
-
-
Mike Ruprecht authored
-
Jeremy White authored
-
Jeremy White authored
sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues.
-
Jeremy White authored
sane.ds: Remove large chunks of stubbed optional functionality; if it's optional, we don't have to support it, and it is not a stub.
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-
Dylan Smith authored
EM_SETCHARFORMAT can be used to make text links. Automatic URL detection being enable would cause these links to be removed if the text is not a URL, so this must be prevented. Previously checks were made for AutoURLDetect_bEnable before calling ME_UpdateSelectionLinkAttribute, or ME_UpdateLinkAttribute. This is more error prone than checking for this within the function, so one call was missing this check. ME_SetCursor also didn't respect this behaviour, since it wouldn't set the cursor to the hand when hovering over a link without automatic URL detection disabled.
-
Rob Shearman authored
Move to using type_basic_get_type in other files where appropriate.
-
Rob Shearman authored
widl: Fix a memory leak in the server/stub code when unmarshalling pointers to strings at the top level. It is necessary for the first pointer to have an offset to a second pointer instead of directly to the string type, since the second pointer frees the memory for the string.
-
Rob Shearman authored
-
Rob Shearman authored
Avoid changing the details of a pointer once created. Properly determine the pointer type for arrays.
-
Rob Shearman authored
-
Hwang YunSong(황윤성) authored
-
Jacek Caban authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Andrew Talbot authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Vincent Povirk authored
-
Luke Benstead authored
-
Dylan Smith authored
Previously the richedit control contents were scrolled directly using ScrollWindow. This caused the richedit control to not actually scroll, but only look like it scrolled, therefore causing plenty of glitches.
-
Juan Lang authored
-
- 06 Mar, 2009 7 commits
-
-
Nikolay Sivov 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
-