Francis Beaudet
c37dd06f78
Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
1999-07-18 15:38:29 +00:00
Francis Beaudet
ba296e3898
Fixed fake WM_LBUTTONUP message.
1999-07-18 15:36:08 +00:00
Ian Schmidt
d736ef4b1d
Added version information for Win98.
1999-07-18 15:33:25 +00:00
Alex Priem
cbd5ed74e5
Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
1999-07-18 15:32:32 +00:00
Eric Pouech
ffbaf243cd
debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
...
are now stored uppercase.
1999-07-18 15:30:29 +00:00
Francis Beaudet
9b4748b6e5
Implemented the BS_ICON style.
1999-07-18 15:29:43 +00:00
Ove Kaaven
483c548eed
CreateDialogParamA should not call CreateDialogParamW, because
...
that'd create a dialog box with a Unicode dialog procedure...
1999-07-18 15:29:09 +00:00
Dennis Björklund
736eef4a20
Win9x look & feel on scrollbars.
1999-07-18 15:26:25 +00:00
Thuy Nguyen
4884396548
Introduced a [psdrv] section in wine.conf with a ppdfile value
...
specifying the path and name of the PPD file.
1999-07-18 15:25:34 +00:00
Sylvain St-Germain
59fb130369
Implementation of the updown buddy windproc subclassing for the
...
handling of keyboard up and down arrow.
1999-07-18 13:30:01 +00:00
Jim Aston
0768424b37
Updated documentation to reflect renamed header.
1999-07-18 13:28:59 +00:00
Ove Kaaven
832565dc68
Added missing include netinet/tcp.h, for TCP_NODELAY.
1999-07-18 13:26:57 +00:00
Luc Tourangeau
296def268a
GetIcon bug fix.
1999-07-18 13:25:31 +00:00
Uwe Bonnes
e5266e8a44
Add WINAPI for EntryAddrProc.
1999-07-15 16:09:05 +00:00
Keith Matthews
f73b72b557
Minor bug fixes in DdeNameService, also changes to move towards
...
process-safe code.
1999-07-15 16:08:32 +00:00
Dennis Björklund
767b099fe8
Win9x look & feel on buttons and a fix for ownerdrawn buttons
...
(background set to COLOR_BTNFACE).
1999-07-15 16:07:19 +00:00
Ulrich Weigand
d65b73bb54
GlobalSmartPageUnlock() stub added.
1999-07-15 14:58:48 +00:00
Ulrich Weigand
4b32fd0d43
Use position-independent code in assembly glue when building .so.
...
Include if1632/ and graphics/win16drv/ into WineLib.
Move miscemu/emulate.c into dlls/win87em/.
1999-07-15 14:51:40 +00:00
Eric Pouech
5c92ff216e
Changed way of allocation open mci drivers (array => list); this list
...
is now stored on a per process basis.
1999-07-15 14:43:36 +00:00
Eric Pouech
8d108a2167
Removed fixed size array to store specific data (now using
...
mci(Set|Get)DriverData to store specific data).
Make use of default debugtools.h channel.
Added CALLBACK attribute to DriverProc.
1999-07-15 14:43:13 +00:00
Eric Pouech
6ba9d96e61
Changed way of allocation open mci drivers (array => list).
...
First valid ID for mci devices is now 1 (some progs were testing this
value).
Started implementing mci command table resources.
Handled closing on MCI_ALL.
1999-07-15 14:42:44 +00:00
Eric Pouech
9e1008f137
Removed fixed size array to store specific data (now using
...
mci(Set|Get)DriverData to store specific data).
Deferred opening of low-level device until play is requested.
1999-07-15 14:42:14 +00:00
Eric Pouech
7d6ee3190e
Fixed return value for 'open' command.
...
Changed way of allocation open mci drivers (array => list).
1999-07-15 14:41:41 +00:00
Eric Pouech
3bfbf3cc39
Removed fixed size array to store specific data (now using
...
mci(Set|Get)DriverData to store specific data).
Fixed mmio chunk lookup on odd size 'fmt ' chunks.
1999-07-15 14:36:15 +00:00
Eric Pouech
5be17f7bbf
Uniformized use of fd to midi device.
...
Now allocating memory on system heap.
Fixed bug when stopping all notes.
1999-07-15 14:35:37 +00:00
Eric Pouech
f87112bacd
Cosmetic fixes.
...
Changed way of allocation open mci drivers (array => list).
Started implementing mci command table resources.
1999-07-15 14:35:03 +00:00
Eric Pouech
5e61c20bc9
No longer calling mm timers callbacks with mm timer crit sect locked.
1999-07-15 14:34:23 +00:00
Marcus Meissner
fe9bdf9543
ERROR_MORE_DATA requires to write the needed number of bytes into the
...
lpcchX value (verified against NT3.51 advapi32.dll).
1999-07-15 14:33:17 +00:00
Ulrich Weigand
0fa6dad074
Fixed some CONTEXT86 vs. CONTEXT mismatches.
1999-07-15 14:32:20 +00:00
Ulrich Weigand
5e59b1a5b4
Added support for 32-bit NE code segments.
1999-07-15 14:31:44 +00:00
Alex Priem
23dc2e6a73
Fix a hang when we process WM_STYLECHANGED.
...
Small optimization in TREEVIEW_DrawItem.
Fix debugging crash in TREEVIEW_Expand.
1999-07-15 14:30:55 +00:00
Marcus Meissner
f78c3beef2
Added missing prototype for ILFindChild().
1999-07-12 13:46:38 +00:00
Eric Pouech
5d04f652f6
Compiler warnings fix.
1999-07-12 13:41:20 +00:00
Eric Pouech
f216310866
Dumb fixes.
1999-07-12 13:39:58 +00:00
Ulrich Weigand
cfa977d9da
Fixed bugs introduced by 'register' and 'return' function changes.
1999-07-12 13:39:10 +00:00
Marcus Meissner
2637ebc2bd
Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
...
level physical surfaces (verified for XLIB with WC Prophecy).
1999-07-12 13:37:29 +00:00
Alexandre Julliard
4220b29be9
Take advantage of the new registers saved in the STACK16FRAME to turn
...
some 'register' functions into normal functions.
Removed the few remaining 'return' functions to simplify relay
handling.
1999-07-11 17:20:01 +00:00
Marcus Meissner
e32a317b76
Removed the old, historical and no longer working IPC support.
1999-07-11 14:13:56 +00:00
Ulrich Weigand
3dff7bb842
Modularized CallFrom/To16 routines. Adapted dependent routines,
...
16-bit snoop/relay debugging, and make rules.
1999-07-11 13:58:31 +00:00
Gerard Patel
03c13bbdd7
Revert last change in window activation on mouse click.
1999-07-11 13:52:13 +00:00
Rein Klazes
eaec1eeda5
Fixed a case when GlobalSize did not return zero after an error.
1999-07-11 13:50:24 +00:00
Howard Abrams
b135adf183
Renamed static global variable 'iovec' to 'myiovec'.
1999-07-10 13:16:56 +00:00
Howard Abrams
132774804e
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
1999-07-10 13:16:29 +00:00
Ulrich Weigand
f03c93669b
Create dialog window using CreateWindowEx16/W depending on template
...
type, not dialog procedure type.
1999-07-10 13:08:50 +00:00
Francois Boisvert
7797f256fb
Made IShellFolder::fnParseDisplayName return a relative pidl.
1999-07-10 12:02:28 +00:00
Alex Priem
b2e91b6a19
First try at the month calendar common control. Main features
...
basically OK.
1999-07-10 12:00:04 +00:00
Huw D M Davies
450270bb03
Implemented GetPrinterA and GetPrinterDriverA.
1999-07-10 11:58:50 +00:00
Luc Tourangeau
70cd8cb4ae
Added BN_CLICKED notification in WM_SETFOCUS.
1999-07-10 11:57:29 +00:00
Juergen Schmied
c4804be139
Small fixes.
1999-07-10 11:56:34 +00:00
Juergen Schmied
37fe75b993
Implemented StrToOleStrN.
...
Fixed crash in ShellExecuteEx.
Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
1999-07-10 11:54:17 +00:00