- 24 Jun, 2002 7 commits
-
-
Huw D M Davies authored
-
Ulrich Czekalla authored
Added handlers for EMR_SETTEXTJUSTIFICATION and EMR_SETLAYOUT.
-
Huw D M Davies authored
-
Andreas Mohr authored
-
Steven Edwards authored
-
Jukka Heinonen authored
Catch and report 16/32-bit reads/writes to VGA controller. Use correct flags when creating full screen DirectDraw window for VGA.
-
Jukka Heinonen authored
Add map multiple pages routine. Add partial implementation of hardware information query routine. Replace incorrect use of MapSL with PTR_REAL_TO_LIN.
-
- 22 Jun, 2002 5 commits
-
-
Alexandre Julliard authored
Avoid crash if thread died during timeout wakeup.
-
Huw D M Davies authored
- Add support for GGO_BEZIER and a few bug fixes for GGO_NATIVE. - Much better support for non ansi charsets in font matching. - Proper implementation of GetTextFace for gdi font. - Load fonts that are listed in the registry but aren't in %WINDOWSDIR%\fonts. - Revert TranslateCharsetInfo to use codepage 1252 with ANSI_CHARSET. - Add support for VIETNAMESE_CHARSET and SYMBOL_CHARSET.
-
Dmitry Timoshkov authored
-
Huw D M Davies authored
Protect cache with a critical section.
-
Alexandre Julliard authored
the resulting warnings.
-
- 21 Jun, 2002 16 commits
-
-
Aric Stewart authored
Added a version resource. Added unit test for http.
-
Vincent Béron authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
by Bill Medland).
-
Rok Mandeljc authored
-
John K. Hohm authored
-
Bill Medland authored
input lines in excess of 4096 bytes.
-
Bill Medland authored
buffer rather than a main buffer and a "next line" buffer. This version does not overflow the allocated memory (hopefully). The previous version did when concatenating the continuation lines. - Add protection to the HexCSVToHex to prevent overflow. - Allow for conversion of larger hex values. Tested on a real 2.6KB value.
-
Bill Medland authored
size doesn't mean they have the same content.
-
Gregg Mattinson authored
must already be attached for this implementation to work.
-
Gregg Mattinson authored
declaration of IIDLookupRtn.
-
Steven Edwards authored
only dll.
-
Alexandre Julliard authored
Fixed a few DLLName/DLLFileName mismatches.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 20 Jun, 2002 12 commits
-
-
Mike McCormack authored
Added a couple of stubs.
-
Alexandre Julliard authored
Use fcntl file locking to ensure exclusion on the server socket and to better recover from crashes. Flush the registry before closing the socket to avoid timeouts on the client side. Moved get_config_dir functionality to libwine.
-
Alexandre Julliard authored
branches.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Andriy Palamarchuk authored
-
Jason Edmeades authored
- VarParseNumFromStr/VarNumFromParseNum handle negative currency numbers. - More VarCmp support (Decimals and Dates). - Date support for VB time only (0.0->1.0), corrected some date rounding and calculation errors around variant dates and the system time. - Variant date support now round trips! (Date->Variant->Date) due to misuse of tm_mon (0..11 not 1..12). - Better pre-1899 support for dates in the SYSTEMTIME format. - VarBstrFromCy, VarCyFromStr implemented. - VarFormat partial implementation (currency and date support). - VarFormatFromTokens, VarTokenizeFormatString partial implementation as per w2k (dates only so far). - Better debugging when dumping variants, and some additional trace points to help debugging. - Fix to VarBstrCmp to handle null and empty string the same (as per w2k, different to msdn). - Fix return from VarDateFromUdate. - Correct definition of CY structure.
-
Alexandre Julliard authored
-
Andriy Palamarchuk authored
-
Guy L. Albertelli authored
- Adjust TAB_SetItemBounds to split vertical tabs more like the native. - Document major difference in laying out the vertical tabs. - Fix drawing of icons. Wrong item padding used in vertical case. - Fixed size of horizontal padding.
-
Marcus Meissner authored
return 1 VARIANT only.
-
Steven Edwards authored
-