Commit graph

1414 commits

Author SHA1 Message Date
Marcus Meissner
1a27fe6b1a Mask out the upper 12 bits from the resourceid, just like win95 does. 1999-03-13 12:49:31 +00:00
Ove Kaaven
5cc04eb4b3 Updated bug list by my knowledge of them. 1999-03-13 12:49:04 +00:00
Thuy Nguyen
25ec82c133 StgCreateDocfile accepts NULL as a file name. 1999-03-13 12:48:27 +00:00
Caolan McNamara
8e5e588b8e Added support for alternate DIBBITBLT layout. 1999-03-13 12:47:36 +00:00
Sergey Turchanov
006efb357f Buffer size bug in LocateDebugInfoFile. 1999-03-13 12:44:38 +00:00
Andreas Mohr
7d0e449f1f Improved "error" message readability. 1999-03-13 12:43:11 +00:00
Alexandre Julliard
dbc033a261 Fixed process_signaled (thanks to Uwe Bonnes). 1999-03-13 08:58:24 +00:00
Alexandre Julliard
114d9d18fb Fixed make depend 1999-03-13 08:54:39 +00:00
Eric Kohl
cad17ff708 Replaced direct access to the WND structure by corresponding calls to
Win32 functions.
1999-03-12 17:42:50 +00:00
Eric Kohl
fa8ae2f4fb Fixed some bugs introduced by the automated renaming. 1999-03-12 17:40:32 +00:00
Alexandre Julliard
aace28aebb Added sysres_Ru.s 1999-03-12 17:33:20 +00:00
Luc Tourangeau
4d6df2cb91 Changed the listview control to add the report view and fix some bugs
for the list view.
1999-03-12 17:31:08 +00:00
Marcus Meissner
a71e1b4961 Removed use of WND struct. 1999-03-12 17:29:26 +00:00
Marcus Meissner
e9437c73c1 Added #ifdef HAVE_WCTYPE_H. 1999-03-12 17:28:09 +00:00
Thuy Nguyen
47d98fb9c8 Removed direct access to the WND struct. 1999-03-12 17:16:25 +00:00
Juergen Schmied
d3258fc75e Message translation for WM_WININICHANGE. 1999-03-12 17:13:54 +00:00
Pavel Roskin
d8e58eb40d obm_closed_95 should not be drawn inverted. 1999-03-12 17:09:43 +00:00
Sylvain St.Germain
26a83df8eb Removed direct access to the WND struct. 1999-03-12 17:08:11 +00:00
Thuy Nguyen
454ed9f0ba Improved performance. 1999-03-12 17:06:46 +00:00
Stephane Lussier
0d5fe58361 Create a new DC in GetDCEx when none are available. 1999-03-12 17:04:28 +00:00
Stephane Lussier
986de4b12a Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions. 1999-03-12 17:02:32 +00:00
Pavel Roskin
6d40d1b05f Changed the button state to "up" as soon as it is known that the
selection has been cancelled, so the button is redrawn in the "up"
state.
1999-03-12 17:00:13 +00:00
Marcus Meissner
9d9e0606a4 Emulate (well, ignore) mov cr0,eax and mov eax,cr0. 1999-03-12 16:55:46 +00:00
Paul Quinn
ea1640fc0c Added a lot of new OLE interfaces. 1999-03-10 18:03:53 +00:00
Alexander Kanavin
91d72b9964 Added support for Russian language. 1999-03-10 18:01:35 +00:00
Ulrich Weigand
a54084a00f Temporary fix: Activate 16-bit system timer callback routines, but
skip calling them if timer signal occured while current thread was
holding the Win16Lock (to prevent 16-bit stack corruption).
1999-03-10 17:49:26 +00:00
Ulrich Weigand
3366f18464 Implemented _ConfirmWin16Lock (KERNEL32.96). 1999-03-10 16:25:22 +00:00
Lionel Ulmer
19cf14f5e8 - some clean up in handling of depth
- more depth conversion routines for X11 (15, 16 and 32 -> 8)
1999-03-10 16:22:35 +00:00
Stephane Lussier
bae5552a14 Implemented SendMessageTimeout() functions. 1999-03-10 16:21:12 +00:00
Marcel Baur
ebe76b73a9 Added Boyer-Moore text search. 1999-03-10 15:11:01 +00:00
Ulrich Weigand
e562453dae Added USER.DestroyIcon32 to Callout struct. 1999-03-10 14:06:53 +00:00
Ulrich Weigand
1442253dfa Deleted NE_FreePEResource(). 1999-03-10 14:04:39 +00:00
Ulrich Weigand
1b938b1817 Adapted to cursor/icon handling changes. 1999-03-10 14:03:06 +00:00
Ulrich Weigand
0511282627 Allow accessing both NE and PE resources with both 16- and 32-bit API.
Hook cursor/icon destruction into FreeResource (like Win95).
1999-03-10 14:02:06 +00:00
Ulrich Weigand
50a0915101 Implemented Win95-style shared cursor/icon cache.
Merged NE and PE resource handling.
1999-03-10 14:00:29 +00:00
Pavel Roskin
82c70ad91e Fixed folder bitmap colors for 8bpp. 1999-03-10 13:59:13 +00:00
Caolan McNamara
f0370548c7 Windows doesnt allow dashed and dotted lines > 1. 1999-03-10 13:58:35 +00:00
Francis Beaudet
9484481c84 Fixed a reference-counting problem in the external lock mechanism. 1999-03-10 13:56:43 +00:00
Francis Beaudet
81d8613a2b Fixed a simple bug in the implementation of the ShellView objects. 1999-03-10 13:32:08 +00:00
Sergey Turchanov
f8fe2744ee Added some extra CSIDLs. 1999-03-10 13:29:37 +00:00
Ulrich Weigand
aa23b0bd63 Bugfix: Allow lpCommandLine == NULL in CreateProcess(). 1999-03-10 13:28:54 +00:00
Ulrich Weigand
175989dbd4 Bugfix: ToAscii should not generate ASCII code when key-up flag is set. 1999-03-10 13:28:30 +00:00
Ulrich Weigand
9cfeb5b88c Avoid unnecessary GraphicsExpose events. 1999-03-10 13:26:09 +00:00
Francis Beaudet
66e3a85586 Fixed index calculations of the upper and lower bounds of a safearray.
Fixed a wrong initialization of the VT sizes array.
1999-03-10 13:25:27 +00:00
Francis Beaudet
e4828b6ba6 Implementation of the ReleaseStgMedium method. 1999-03-10 13:24:39 +00:00
Juergen Schmied
026d9db8c5 - sorted API by groups
- new stubs:  NtQueryDirectoryFile,  ZwQueryDirectoryFile
- impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
  RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
- impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
  RtlTimeFieldsToTime
1999-03-09 17:47:51 +00:00
Juergen Schmied
7f0c5f3e7f Many new prototypes. 1999-03-09 17:46:10 +00:00
Juergen Schmied
3de25095ed Fix use of wrong prototype from ntdll.h. 1999-03-09 17:44:58 +00:00
Juergen Schmied
bb82dda93c Make more functions just calling down to ntdll.
New: GetSecurityDescriptorSacl.
1999-03-09 17:43:44 +00:00
Huw D M Davies
2fe5a273fd Accept "Normal" as a valid AFM weight. 1999-03-09 17:42:33 +00:00