Marcus Meissner
f24f23c2d3
Fixed PrintDlg so the devnames struct contains the correct driver
...
printer and port names.
2001-05-02 01:10:43 +00:00
Simeon Pilgrim
d5518e75f3
Typo in stub-reporting style description
2001-05-02 01:10:16 +00:00
Francois Gouget
32ca55ee9d
ntdll._iswctype should be ntdll.iswctype.
2001-05-02 01:09:47 +00:00
Marcus Meissner
f05618bd00
Do not HeapFree() memory not allocated by us in COMBO_GetText.
...
Convert return value from LB_GETTEXT into COMBO_GetText.
2001-05-02 01:08:59 +00:00
Marcus Meissner
3ee02babac
Added check for cups/cups.h header file and a warning if we find only
...
runtime libraries, but no headers.
2001-04-30 18:18:50 +00:00
Mike McCormack
ed90b185f2
Draw the padding area of a combo box.
2001-04-30 18:17:46 +00:00
Ian Pilcher
2ce7bc84ed
Check for errors in PSDRV_Init.
2001-04-30 18:17:13 +00:00
Marcus Meissner
eb0ab7681c
Made checks in _get_common_ancestor a bit stricter to avoid XQueryTree
...
XErrors.
2001-04-30 18:16:51 +00:00
Chris Morgan
87e4dbfda8
Implement COMCTL32_StrToIntW() using NTDLL's _wtoi.
2001-04-30 18:16:28 +00:00
Ove Kaaven
ada7383852
Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
2001-04-27 18:39:47 +00:00
Patrik Stridvall
15a3b74356
Documentation name fixes.
2001-04-27 18:03:51 +00:00
Patrik Stridvall
e683d6ec1f
Added documentation.
2001-04-27 18:03:09 +00:00
Marcus Meissner
ab8b7dba77
Added CUPS printing support.
2001-04-27 18:02:46 +00:00
Francois Gouget
485cefd02d
DDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
2001-04-27 18:00:33 +00:00
Ove Kaaven
6753dea682
Reimplemented DXGrab with improvements; it no longer depends on
...
XVidMode, and it releases the grab if the app exits full-screen
DirectDraw. Also made the UseDGA option available for AppDefaults
configuration.
2001-04-27 18:00:06 +00:00
Patrik Stridvall
b3086a7593
Fixed some issues found by winapi_check.
2001-04-25 19:54:21 +00:00
Alexandre Julliard
46401a2a1c
Avoid crash on deleted windows.
2001-04-25 19:53:28 +00:00
Patrik Stridvall
f6d5c6ce36
- Minor API files update
...
- Minor bug fixes
2001-04-25 19:52:34 +00:00
Gael de Chalendar
6db325014e
Corrected a typo in spec file and added some stubs.
2001-04-25 19:51:56 +00:00
James Hatheway
cf459ac76d
PlaySoundA should return TRUE when it stops playing sound.
2001-04-25 19:51:32 +00:00
Alexandre Julliard
9ae0fe54b0
Moved most of the implementation of SetWindowPos and SetDrawable into
...
the user driver, and the corresponding code into the dlls/x11drv
directory. Moved a few functions out of the window driver into the
user driver. Plus a few related cleanups.
2001-04-24 23:28:52 +00:00
Alexandre Julliard
56a45b2049
Small cleanups.
2001-04-24 23:17:53 +00:00
Marcus Meissner
391fdec8d1
Drop SYSLEVEL checks from relay debugging, since they break debugging
...
builtin GDI dlls.
2001-04-24 23:17:10 +00:00
Francois Gouget
fceb19ff8e
Don't use Windows types like LONGLONG in msvcrt headers.
2001-04-24 23:16:39 +00:00
Marcus Meissner
5e2eeb66ec
Added some more disassembly instructions (notably rdtsc, which is used
...
by several programs) and more MMX.
2001-04-24 23:16:16 +00:00
Francois Gouget
ec0bff1585
Use snprintf to prevent buffer overflows in format_exception_msg.
2001-04-23 18:24:38 +00:00
Francois Gouget
c4efb32c7e
Prevent use by Wine's source.
...
Added missing 'function' definitions (macros really).
2001-04-23 18:23:00 +00:00
Francois Gouget
45e7a846bf
We must not free the pointer returned by localtime (especially not
...
with MSVCRT_free!).
We no longer need to include stdlib.h.
2001-04-23 18:22:33 +00:00
Francois Gouget
d1ff49d7ea
Added offsetof (for the MFC).
2001-04-23 18:22:05 +00:00
Francois Gouget
b29120d2c4
Add msvcrt/malloc.h (for the MFC).
...
Add msvcrt/search.h.
Move duplicated definitions to the new headers.
Use malloc.h instead of stdlib.h when sensible.
2001-04-23 18:20:55 +00:00
Francois Gouget
131961d4ab
Provide limited support for the msvcrt debug API.
2001-04-23 18:19:27 +00:00
Francois Gouget
3fafafa937
Files with special characters may not have been renamed. Try to match
...
both forms.
2001-04-23 18:16:13 +00:00
Eric Pouech
faa359492b
Added cache for drivers information.
...
Fixed a few bugs (memory handling, version info...)
Enhanced validity checks.
2001-04-23 18:14:41 +00:00
Ian Pilcher
60268d1da9
Use typecasts to suppress compiler warnings.
2001-04-23 18:12:45 +00:00
Marcus Meissner
67f0be15c5
Implemented GetCharABCWidths with GetCharWidth.
2001-04-23 18:11:58 +00:00
Marcus Meissner
a0f9e71875
Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2
...
compiler bug.
2001-04-23 18:11:41 +00:00
Marcus Meissner
ea1576b538
Added some MMX disassembly to the debugger.
2001-04-23 18:11:17 +00:00
Eric Pouech
0db12f278c
Fixed getting a variable address.
2001-04-23 18:10:52 +00:00
Eric Pouech
d6dcec833e
Fixed float variables display.
2001-04-23 18:10:32 +00:00
Dominik Strasser
4f46b5de45
Allow illegal handles in FindClose.
2001-04-20 18:38:41 +00:00
Andreas Mohr
f32f918123
Spelling fixes.
2001-04-20 18:36:05 +00:00
Andreas Mohr
e8db6cbcb2
- make sure that we really use the correct amount of parameters each
...
time for the callback function
- always pass strings instead of atoms to Win32 enum proc
- fix trace crash due to string format displaying of atom (LOWORD
only) handle
2001-04-20 18:35:25 +00:00
Ian Pilcher
efb6460e79
Store each glyph name only once in PostScript driver.
2001-04-20 18:30:38 +00:00
Andreas Mohr
92205aaf98
Take a stab at implementing SetSolidBrush16.
2001-04-20 18:29:45 +00:00
Andreas Mohr
641405a550
Fixed off by one error in ImageList_DrawIndirect().
...
Fixed some missing NULL HIMAGELIST check (fixes Microsoft Works
startup).
2001-04-20 18:29:17 +00:00
James Hatheway
8290c3e1e7
Make sure to return our variable with the correct return value.
2001-04-20 18:28:38 +00:00
Dmitry Timoshkov
8e013f9bd8
VirtualProtect should return correct old protection flags.
2001-04-20 18:28:18 +00:00
Guy L. Albertelli
6044b98556
- Notify parent of child size changes when changes are from WM_SIZE
...
messages.
- If more than one band exists, then first band may have a gripper.
- Fix the band layout algorithm to handle some issues from WinARA.
2001-04-20 18:27:42 +00:00
Guy L. Albertelli
bad759075c
- Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
...
- Implement WM_NCCREATE to remove unwanted window styles (as native does).
- Clean up some traces.
2001-04-20 18:27:19 +00:00
Francois Gouget
647bb8f03d
Fix file lossage in subdirectories of an 'include' directory ( closes #163 ).
...
When case fixing #includes, take into account that the file may have
been renamed (closes #161 ).
Better support of $(SRCDIR) in -I directives.
RTF was not recognised in rc files because it was in the wrong place.
Escape weird characters when putting the rc filename in the spec file.
2001-04-20 18:26:35 +00:00