Commit Graph

9428 Commits

Author SHA1 Message Date
Marcus Meissner
c18a6aa8fd Handle argsize for VT_DATE. 2002-06-14 00:36:42 +00:00
Mike McCormack
55d1ea7c75 Partially implement NtOpenFile and NtReadFile. 2002-06-14 00:36:20 +00:00
Alexandre Julliard
9428f06993 Update the cursor for each window on receiving an X11 event, don't
wait for the SetCursor call.
Added EnterNotify handler to set the cursor on window map/unmap.
2002-06-14 00:08:40 +00:00
Alexandre Julliard
c0d1ff5967 Store the current cursor in the thread queue instead of globally. 2002-06-14 00:07:05 +00:00
Dmitry Timoshkov
e4a33c0660 Cosmetic fix. 2002-06-14 00:01:44 +00:00
Huw D M Davies
3955d1a94f Added PatBlt support in enhanced metafiles. 2002-06-14 00:00:56 +00:00
Dmitry Timoshkov
5cd279aae4 Fixed the names of some stock fonts. 2002-06-13 23:59:53 +00:00
Aric Stewart
9ddc5b7c28 Stub for StiCreateInstance. 2002-06-13 23:57:26 +00:00
Alexandre Julliard
a5755b10a7 Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers.com>
Fixed memory leaks.
2002-06-13 23:54:55 +00:00
Dmitry Timoshkov
bf2c7efaa2 Fixed version info. 2002-06-13 23:49:01 +00:00
François Gouget
9e82510ec8 Fix handling of strings that do not finish with "||".
Fix the indentation of the while loop in TOOLBAR_AddStringW.
2002-06-13 22:04:45 +00:00
Mike McCormack
29853a9025 Added a few stubs. 2002-06-13 22:02:17 +00:00
Dmitry Timoshkov
967508981e Added Bulgarian NLS definitions (with the help of Anton Zinoviev). 2002-06-13 21:58:30 +00:00
François Gouget
103295c769 Reset signals to SIG_DFL before starting a child process. 2002-06-13 21:57:38 +00:00
Dmitry Timoshkov
b4d3cb599e Avoid crashes if window belongs to another process. 2002-06-13 21:56:12 +00:00
Alexandre Julliard
9c6ba05436 Make builtins pretend to be loaded from the system directory. 2002-06-13 21:54:56 +00:00
Alexandre Julliard
2ad28d62d7 Don't go through the export table if we are not tracing anything. 2002-06-13 21:54:12 +00:00
Alexandre Julliard
6f2791093b For lines that contain a single field, the field is also the line key
(thanks to Aric Stewart).
2002-06-13 21:52:44 +00:00
Aric Stewart
5de3334a7f When processing the reg section we need to delete before adding.
First pass implementation of UpdateIni.
2002-06-13 21:51:45 +00:00
Mike McCormack
161f555a06 Added an empty implementation for UuidFromStringA/W. 2002-06-13 21:50:12 +00:00
Alexandre Julliard
4301d3e5c6 Restored MakeCriticalSectionGlobal that got lost somewhere. 2002-06-13 21:46:46 +00:00
Alexandre Julliard
f8d321c2d6 Don't try to open CDROM device if none was specified. 2002-06-13 21:46:02 +00:00
Ulrich Czekalla
bdcf66f800 Added support for CAL_ITWODIGITYEARMAX. 2002-06-13 21:44:15 +00:00
Alexandre Julliard
945bb366d7 struct _stat layout is different between crtdll and msvcrt. 2002-06-13 21:42:01 +00:00
Alexandre Julliard
1921948463 Store print dlg structure in a property instead of DWL_USER. 2002-06-13 21:41:08 +00:00
Dmitry Timoshkov
72db9a2046 Added stubs for capGetDriverDescription. 2002-06-13 21:38:52 +00:00
Alexandre Julliard
14dbbe0613 Added /g debug format to dump GUIDs. 2002-06-13 21:37:41 +00:00
Alexandre Julliard
a3edecaa6f Don't ask for source file in auto mode. 2002-06-13 21:37:07 +00:00
Paul Millar
449bb92bc0 Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and
GetCurrencyFormatA.
2002-06-13 19:22:17 +00:00
Alexandre Julliard
741325b86a Make sure edit and listbox controls are of same ASCII/Unicode style as
the combo box. Fixed a few MBCS issues with WM_GETTEXTLENGTH handling.
2002-06-13 19:20:43 +00:00
Ove Kaaven
935e3df35c Support DirectSound 8 interfaces. Split interface implementations into
separate files. Split primary buffer and secondary buffer interfaces
into separate implementations. Made the primary buffer state part of
the dsound object, so primary buffer objects can be created and
refcounted independently. Made the interfaces follow COM aggregation
rules more closely. Converted the dsound critical section to a R/W
lock to improve potential remixing concurrency. Fixed various bugs and
refcounting issues.
2002-06-13 19:15:06 +00:00
John K. Hohm
8e4eb3ab5f Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer. 2002-06-13 19:13:38 +00:00
Alexandre Julliard
336185a864 Don't use msvcrt. 2002-06-13 19:12:14 +00:00
Gregg Mattinson
53989ddd89 Replaced stricmp/strnicmp with strcasecmp/strncasecmp. 2002-06-13 19:11:53 +00:00
Uwe Bonnes
f7635f3d3d Display the name of the started process in the desktop title. 2002-06-13 19:11:21 +00:00
Won Kyu Park
c6228b36f9 Fixed defaultGuiFont for Korean. 2002-06-13 19:10:55 +00:00
Guy L. Albertelli
f9731a4ee7 - Correct page rectangle calculation.
- Improve traces.
2002-06-13 19:10:28 +00:00
Alexandre Julliard
083bf18019 Authors: Peter Hunnisett <peter@transgaming.com>, Ove Kaaven <ovek@transgaming.com>
- check for sockaddr being NULL.
- hackish implementation of WSADuplicateSocket.
2002-06-13 19:09:55 +00:00
David Hammerton
50e8768f62 MapVirtualKey actually returns uppercase keys in Windows. 2002-06-10 23:02:41 +00:00
Alexandre Julliard
01ecb57747 Authors: David Hammerton <david@transgaming.com>, Peter Hunnisett <peter@transgaming.com>
- Fix TranslateMessage return code.
- Make GetKeyState work properly for apps that test 0x80 instead of
  0x8000.
2002-06-10 23:02:19 +00:00
Huw D M Davies
61fc6f8cd3 Add more magic to find the start of the nametable. 2002-06-10 23:01:34 +00:00
Alexandre Julliard
d3cab1857a Moved DC origin into device-specific structure.
Fixed handling of DC origin in X11 driver.
2002-06-10 22:52:47 +00:00
David D. Hagood
d2e22f93ac ADPCM nybble processing order was incorrect. 2002-06-10 22:48:15 +00:00
Paul Rupe
2e2988dec6 Faster performance in TEXT_Ellipsify for long strings. 2002-06-10 22:47:58 +00:00
Paul Rupe
21fbb40cb7 Support for LVM_SUBITEMHITTEST; check for out-of-bounds subitem index
in LISTVIEW_GetSubItemRect.
2002-06-10 22:47:41 +00:00
Nix N. Nix
e73d3c444b Added RunFileDlg with MRU list.
Added template to all .rc files.
2002-06-10 02:34:36 +00:00
Tony Lambregts
5a04e00222 Some grammar fixes. 2002-06-10 02:32:59 +00:00
Won-kyu Park
ff4f41d81e Added Korean resources. 2002-06-10 02:32:31 +00:00
Sander van Leeuwen
4911d0bf3b - Save and restore current directory in GetFileDialog95W if
OFN_NOCHANGEDIR flag set.
- GetFileDialog95W: only convert ofn->lpTemplateName if it's a string
  resource id (fixes OpenOffice 1.0 file open dialog crash).
- Ignore OFN_FILEMUSTEXIST flag for save file dialog (fixes save
  dialog in ElstarFormular).
- Rewrote casts that some compilers don't accept.
2002-06-10 02:31:11 +00:00
Marcus Meissner
54c8f7b9a4 Changed DllOverrides so we use builtin rpcrt4, ole32, oleaut32. 2002-06-10 02:30:32 +00:00