Commit graph

2844 commits

Author SHA1 Message Date
Richard Cohen
93b579fe28 Stop crash in GetDiskFreeSpaceEx. 1999-09-10 13:59:55 +00:00
Francis Beaudet
c9a50fd64f Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
handled by the window manager.
1999-09-10 13:59:24 +00:00
Pascal Lessard
aed79e58c7 Implemented the behavior around the ES_WANTRETURN style in the edit
control.
1999-09-10 13:58:34 +00:00
Stephane Lussier
540a227452 Pressing the delete key using an extended keyboard with numlock on is
not generating anymore a WM_CHAR message.
1999-09-10 13:57:59 +00:00
Niclas Karlsson
e4f61b6359 Fixed pattern matching in PathMatchSpecA/W 1999-09-10 13:57:13 +00:00
Francois Boisvert
dd93b71c71 Tabbing in the listview of the shellview. 1999-09-10 13:56:31 +00:00
Luc Tourangeau
89e6840b43 Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
column width.
Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
1999-09-10 13:56:00 +00:00
Juergen Schmied
b785ce126d Fixed crash in detach sequence. 1999-09-10 13:54:35 +00:00
Juergen Schmied
1e0eaed1de Fixed wrong return value. 1999-09-10 13:54:15 +00:00
Juergen Schmied
f4e97be7af Prevent endless loop in except2. 1999-09-10 13:53:50 +00:00
Adam Sacarny
9f1d5a7446 Now works around wine never exiting the debugger.
Should put bug reports in the right place now.
1999-09-10 13:53:20 +00:00
Marcus Meissner
66e8c4eef8 Added stub for RegisterActiveObject(). 1999-09-10 13:52:12 +00:00
Marcus Meissner
2f521d3e98 Added stub for WIN32S16.EXP1 (most likely LoadPeResource16). 1999-09-10 13:51:11 +00:00
Alexandre Julliard
891305b980 Removed __winelib flag. 1999-09-05 16:48:16 +00:00
Eric Pouech
37c0217d03 Updated to new MM header organization. 1999-09-05 16:44:38 +00:00
Eric Pouech
668228a1fa Moved DDK level material to new include/mmddk.h file.
Copied some SDK level material from include/multimedia.h file.
1999-09-05 16:39:23 +00:00
Eric Pouech
139f8fcaf4 Updated to new MM header organization.
Cleaned-up internal structures (now 32 bit only).
Now using the MMSYSTEM entry points rather than the low level driver
ones directly.
1999-09-05 16:31:37 +00:00
Juergen Lock
7004766ee7 Fix %fs for signal handlers in the FS_sig undefined case (this patch
actually from Ulrich Weigand, I only tested it).
1999-09-05 16:26:12 +00:00
Ron Record
e977d6ca5c Added support of __thr_errno for reentrance on UnixWare. 1999-09-05 12:32:05 +00:00
Richard Cohen
0ded0fe323 No longer needs to calculate its own character size. 1999-09-05 12:25:33 +00:00
Richard Cohen
c397a84115 Consequential changes to default system font sizes 1999-09-05 12:24:30 +00:00
Richard Cohen
8dde3c7f60 Various fixes for the X11 font mapper, particularly:
- size fonts with negative heights correctly
- calculate average width correctly.
1999-09-05 12:18:57 +00:00
Francis Beaudet
699900bdb3 Use a special value in the hotspot coordinate to identify which HICON
are cursors and which are icons.
1999-09-05 12:15:49 +00:00
Pierre Mageau
a433582363 Modified CBDropDown to find the best height of the listbox. 1999-09-05 12:12:30 +00:00
Alexandre Julliard
3b96efc0f7 Added configure check for str[n]casecmp. 1999-09-04 14:36:02 +00:00
Uwe Bonnes
23cadd3731 Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE. 1999-09-04 14:32:27 +00:00
Huw D M Davies
65367a9f16 Added type PWORD. 1999-09-04 14:31:08 +00:00
Huw D M Davies
685fa2d22d Added loads of types, defines and declarations to winspool.h. 1999-09-04 14:30:33 +00:00
Francois Boisvert
eba2c792e9 Fixed the height of items in the lookin combobox of the filedlg95. 1999-09-04 14:28:49 +00:00
Stephane Lussier
cdb5650d1e Initialize the enabling state variable in the edit. 1999-09-04 14:27:50 +00:00
Noomen Hamza
b309b37385 The fast window frame size should be the same as the frame size used
by NC_DrawFrame function.
1999-09-04 14:25:55 +00:00
Huw D M Davies
fc348622ed Fixed compiler warnings. 1999-09-04 14:25:02 +00:00
Huw D M Davies
65e26bf205 lstrncmpi isn't a windows API, use strncasecmp instead. 1999-09-04 14:23:26 +00:00
Alexandre Julliard
d10ca9ce46 Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel). 1999-09-04 11:26:56 +00:00
Alexandre Julliard
04699cca44 Added missing HFONT type. 1999-09-04 11:21:10 +00:00
Pierre Mageau
4ac8db783d Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
CURSORICON_FindBestIcon changed to find the correct icon.
ImageList_ReplaceIcon now calls CopyImage internally.
Assign a value for the hIconSm CLASS member (using CopyImage).
1999-09-04 11:16:48 +00:00
Guy Albertelli
749a2c6c86 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents. 1999-09-04 11:11:02 +00:00
Thuy Nguyen
143fc51455 Give applications a copy of the property sheet dialog template as they
might modify it.
1999-09-04 11:09:20 +00:00
Marcus Meissner
48945575f7 Relay exclude lists were not working due to some CharUpperA()
somewhere else.
1999-09-04 11:07:27 +00:00
Huw D M Davies
8bd7585311 winspool -> winspool.drv 1999-09-04 11:05:41 +00:00
Uwe Bonnes
bd63880ca9 Implemented StrCmpNIA like the other StrCmpXX functions. 1999-09-04 11:04:45 +00:00
Thuy Nguyen
7c7f155be3 Resolve environment variable when enumerating values. 1999-09-04 11:03:22 +00:00
Pascal Lessard
3405f5c6cd The format rect is recalculated for each font change. MoveEnd &
MoveHome improved.
1999-09-04 10:59:07 +00:00
Karl Lessard
41875795cc Ian Ward
Dan Langlois
Speed up conversion between XImages and DIBSections.
1999-09-03 16:49:17 +00:00
Francois Boisvert
25eeb8f880 Some <open> features in the file dialog 95. 1999-09-03 16:46:41 +00:00
Ulrich Weigand
cebd60b33c Removed global variable pCurrentTeb. 1999-09-03 16:45:44 +00:00
Ulrich Weigand
73bd8d2b1c HEAP_Commit/Decommit were assuming a page size of 4KB
unconditionally.
1999-09-03 16:45:04 +00:00
Huw D M Davies
4e877163cf A few more DC_ defines from Win2000. 1999-09-03 16:43:56 +00:00
Huw D M Davies
4fa52588a5 Check that lpCreate->lpszName is non-NULL. 1999-09-03 16:42:42 +00:00
Marcus Meissner
6f7797bc77 More restrictive checks, so DIALOG_IsAccelerator don't loop
endlessly.
1999-09-03 16:39:36 +00:00