Andreas Mohr
dccc070d42
Better error message for really clueless newbies.
2000-07-11 22:06:13 +00:00
James Hatheway
e940b8c993
Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
2000-07-11 22:05:47 +00:00
Marcus Meissner
5d760b1ca8
Check for NULL flipchain and just return the current surface if it
...
happens.
2000-07-11 22:05:21 +00:00
Marcus Meissner
fb2273be7e
Implemented _vsnprintf by calling wvsnprintfA.
2000-07-11 22:05:03 +00:00
Stephane Lussier
23259ce5c9
In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
...
instead of failing.
2000-07-11 22:04:44 +00:00
Chris Morgan
a319a9784e
Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
...
is non-zero. Better fix than my previous patch.
2000-07-11 22:03:44 +00:00
Alexandre Julliard
bec3244f39
Lazy initialisation of thread locale.
2000-07-10 15:23:04 +00:00
Peter Hunnisett
4da59ea6dd
- Make ref counting a little more efficient
...
- Correct suspended process resumption
- Don't use sys/queue.h anymore
- Properly initialize the global semaphore across processes
- Create a mapped file for shared data structures
- Change some trace messages
- Allocate dynamic shared data from the mapped file
- Rework setting and retrieving lobby settings from shared memory
- Add infrastructure for syncronization after app launch
- Small documentation update
- Include some stuff missing from header
- Start on dp and dpl message infrastructure
- Unicode versions of player/group commands added
- Combined Connect/ConnectEx and Open/SecureOpen
- More implementation
2000-07-10 13:19:28 +00:00
Dmitry Timoshkov
961053fd2f
Moved all NLS dependent data to the KERNEL resources.
2000-07-10 13:11:27 +00:00
Juergen Schmied
6ee61f9ba1
Moved setting the locale value to the right position.
2000-07-10 13:06:58 +00:00
Eric Pouech
254cd6b6de
Fixed FormatMessage[A|16] against some buffer overflow cases.
2000-07-10 13:06:25 +00:00
Eric Pouech
c8924d3e59
Removed extraneous trace message.
2000-07-10 13:05:59 +00:00
Eric Pouech
f516be6736
Unconditionnally print messages on DLL load breakpoint.
2000-07-10 13:05:44 +00:00
Andreas Mohr
522a9a90b9
Fixed winedbg watchpoints.
2000-07-10 13:05:17 +00:00
Francois Jacques
13ae2f5b8c
Prevent SysAllocString and SysAllocString16 to perform any processing
...
on NULL strings.
2000-07-10 13:04:45 +00:00
Stas Sergeev
5c13c2189e
Make it possible to change the encoding of fonts from the command
...
line, even if autodetected.
2000-07-10 13:04:08 +00:00
Dmitry Timoshkov
04da8b8f28
Convert WND.text field to Unicode.
...
Add new key to wine.ini in the section [x11drv] - TextCP, which means
code page used for texts passed to X.
Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
2000-07-10 12:09:31 +00:00
Alexandre Julliard
d5d8480fa5
Backed out previous patch.
2000-07-10 10:59:35 +00:00
Marcus Meissner
521c0e4afa
Stub for RegisterDeviceNotificationA.
2000-07-10 10:58:16 +00:00
Gerard Patel
0b42d3ce5b
Fakes a negotiation of the winsock version.
2000-07-10 10:57:46 +00:00
Juergen Schmied
e3b8640c77
- better loading of *.tlb files
...
- seperated code for loading tlb resource into memory from code for
parsing the tlb resource.
2000-07-10 10:57:28 +00:00
Juergen Schmied
4d67892358
Implemented OleCreate.
2000-07-10 10:56:19 +00:00
Noomen Hamza
1040eaf747
GetClassInfo should return global classes even if the hInstance
...
parameter is different from the one passed to the RegisterClass
function.
2000-07-09 12:21:07 +00:00
Stefan Leichter
dcb9733580
Fixes the BuildCommDCBA function.
2000-07-09 12:19:44 +00:00
Hidenori Takeshima
01f78aaa9c
Added configure check for libutil.h.
2000-07-09 12:19:09 +00:00
Gerard Patel
2ffbb31e3a
Make the focus follow the last selected item for multiselect listboxes.
2000-07-09 12:18:14 +00:00
Huw D M Davies
2cbda2ef92
Stub implementation of LHashValOfNameSysA.
...
Don't crash if we encounter a BSTR with length <= 0.
Fix typos in ITypeLib::GetDocumentation.
2000-07-09 12:17:52 +00:00
Dave Hawkes
4fb5ab4765
With some apps a fault was possible in ExtractAssociatedIcon.
2000-07-09 12:17:23 +00:00
Dave Hawkes
dbb6ab2261
GetIconInfo did no correctly identify icons from cursors.
2000-07-09 12:16:58 +00:00
Haithem Hmida
fa861c2dd7
Under Windows 95/98/NT, message boxes do not have a default icon.
2000-07-09 12:16:36 +00:00
Alexandre Julliard
ad28d39d98
Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
...
Small cleanups.
2000-07-09 11:20:59 +00:00
Alexandre Julliard
c607532ae4
Created separate libraries for dplay, shfolder, shlwapi, wow32 and
...
wsock32 so that we have at most one Win32 dll in each .so library.
2000-07-09 11:19:35 +00:00
Francois Jacques
7d35413162
Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
...
manipulation.
Corrected XGetSubImage arguments order.
2000-07-08 18:34:39 +00:00
Matthew Lake
187271092a
Added some missing definitions.
2000-07-08 18:31:43 +00:00
Francois Jacques
e81b63fc9c
Implemented SafeArrayGetVarType.
...
Added a VT_RECORD variant type definition.
2000-07-08 18:30:41 +00:00
Stefan Leichter
00e7c3346d
Started implementation of the functions GetDefaultCommConfigA/W.
2000-07-08 18:29:54 +00:00
Marcus Meissner
14a842761d
Corrected 24->32 conversion. Still only correct for little endian.
2000-07-08 18:28:57 +00:00
Susan Farley
b3f8a6390f
Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
2000-07-08 18:28:25 +00:00
Andreas Mohr
96293d4c29
Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
2000-07-08 18:28:03 +00:00
Chris Morgan
6647ef4d71
Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
...
is non-zero or the default himl, himlDef, is non-zero. Fixes a bug in
WinZip 8.0 where text is not shifted down by the height of the button
image.
2000-07-08 18:27:44 +00:00
Slava Monich
e6dd5d1cad
Check the value returned by DIALOG_GetCharSize.
2000-07-08 18:27:24 +00:00
Francois Jacques
df5e579254
Added setupapi shared library and SetupIterateCabinet stub.
2000-07-08 18:27:03 +00:00
Bradley Baetz
a1491dea90
Implemented a large number of the msvideo dll routines.
2000-07-08 12:50:26 +00:00
Gerard Patel
19cef6ca10
Allow the size of bitmaps to be changed after toolbar buttons have
...
been added.
2000-07-08 12:48:37 +00:00
Slava Monich
5b0ace1c24
On Windows property sheet has DWL_USER dword pointing to a structure
...
that starts with HWND and PROPSHEETHEADER fields.
2000-07-08 12:48:13 +00:00
Slava Monich
fb8934d4bd
Implementation of Get/SetThreadPriorityBoost.
2000-07-08 12:47:30 +00:00
Stefan Leichter
1ada63bddb
Added documentation on how to setup wine's Buildin Postscript Driver
...
working with ghostscript (afmfiles, ppdfile).
2000-07-08 12:46:27 +00:00
Peter Hunnisett
856aefa240
- Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
...
expose further bad code
- Print of pointer used as array now works
2000-07-08 12:45:44 +00:00
James Hatheway
1fb3298e7b
Only use the column headers to calculate the width of a
...
LDS_REPORT-type listbox if it actually has column headers.
(ie. LVS_NOCOLUMNHEADER bit is not set.)
2000-07-08 12:45:21 +00:00
Slava Monich
cdbe644f77
BeginDeferWindowPos should allow zero count.
2000-07-08 12:44:09 +00:00