Francis Beaudet
f22ff403ac
Fixed a little positioning bug with the checkbox.
1999-09-03 12:35:18 +00:00
Abey George
48c6eb55f7
Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
...
styles.
1999-09-03 12:33:40 +00:00
Michael McCormack
7026a3d101
Changed snprintf to wsnprintfA to remove unresolved external when
...
compiling on Solaris/Sun.
1999-09-03 12:31:39 +00:00
Marcus Meissner
06c4d0e3bb
Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
...
equivalents. (WinWord 97, File Open dialog)
1999-09-03 12:29:57 +00:00
Marcus Meissner
4380621702
Use in GetClassInfoW the same hack for systemclasses as in
...
GetClassInfoA (winword 97 with native comctl32).
1999-09-03 12:28:20 +00:00
Marcus Meissner
ab7e613f81
Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
1999-09-03 12:26:33 +00:00
Gerard Patel
8e5c72e195
Implemented wParam of WM_PAINT msg for edit control.
1999-09-03 12:23:52 +00:00
Huw D M Davies
44d6fec90e
Fix off by one error in WINSPOOL_GetOpenedPrinterA.
1999-09-03 12:20:57 +00:00
Marcus Meissner
1c40562bc1
subkey_found did not search for _all_ sub keys.
1999-09-03 12:19:34 +00:00
Francois Boisvert
d083baba24
Implemented basic browsing in the file name edit of the filedlg 95.
1999-08-21 14:47:28 +00:00
Stephane Lussier
a833f63783
Avoid changing the activation state in EnableMenuItem.
1999-08-21 14:46:06 +00:00
Alexandre Julliard
016e059e80
Fixed #ifdef symbol for PowerPC.
1999-08-21 14:44:18 +00:00
Eric Pouech
cf9395af34
Only declare DateStyle in a single compilation unit.
1999-08-21 13:10:22 +00:00
Pascal Lessard
ecbf1d926d
Added the case of a user defined icon for the sysbutton hittest.
1999-08-21 13:09:16 +00:00
Rein Klazes
b101a5c6e5
Fixed typelib reading to correctly use the offset of the typelib that
...
is embedded in for example a dll file.
1999-08-21 13:08:27 +00:00
Kristian Nielsen
3e473f3e43
Fixed CreateDIBSection() called with negative height to set the height
...
positive in the created DIBSECTION, as per MS knowledgebase Q186586.
1999-08-21 13:07:27 +00:00
Stephane Lussier
e5711ebea4
The paint rectangle return in the PAINTSTRUCT in BeginPaint should
...
never be bigger than the client area of the window.
1999-08-21 13:06:24 +00:00
Rein Klazes
d35c834b77
Make sure that an empty string never matches a listbox entry in
...
LISTBOX_FindString().
1999-08-21 13:04:58 +00:00
Uwe Bonnes
c9df14d859
Alignment fix.
1999-08-21 13:03:34 +00:00
Eric Pouech
562309adac
Fixed crash when accessing sysmenu.
1999-08-21 12:59:44 +00:00
Eric Pouech
99b15133b9
Really do a silent backtrace when requested.
1999-08-21 12:56:15 +00:00
Eric Pouech
9bd9b82a7e
Do not set the address if the symbol is still tagged INVALID.
1999-08-21 12:53:49 +00:00
Eric Pouech
28fffb7392
Added support for N_BINCL and N_EINCL instructions.
...
Fixed type parsing (as generated by egcs).
1999-08-21 12:49:35 +00:00
Ulrich Weigand
a3d14f884e
Use typedef to work around egcs problem.
1999-08-18 18:40:52 +00:00
Michael Veksler
4405f3c369
Removed unnecessary includes from ole related files.
1999-08-18 18:35:57 +00:00
Ulrich Weigand
708a1c03f9
Adapted to WOW changes.
1999-08-18 18:32:21 +00:00
Ulrich Weigand
c3d9f28172
Moved implementation of WOW routines to single file.
...
Added all missing WOW routines, fixed WOWCallback16Ex.
1999-08-18 18:31:26 +00:00
Eric Pouech
16b901c552
Fixed internal buffer for 16 bit mmio MEM files.
1999-08-18 18:27:52 +00:00
Eric Pouech
3b88cabb7c
- some errors in cleaning up values returned by MCI drivers: this
...
should solve the issues reported with the CD player/writer
- crash when command was requested with automatic open (note, this
will now gracefully report an error, not do the correct thing).
1999-08-18 18:26:58 +00:00
Thuy Nguyen
43faed996a
Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
...
flags.
1999-08-18 18:25:46 +00:00
Ulrich Weigand
0007842ed8
Bugfix: EFlags were passed incorrectly by CallFrom16Register.
1999-08-18 18:25:00 +00:00
Ulrich Weigand
3df3e5372f
Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
1999-08-18 18:24:08 +00:00
Bertho Stultiens
c13c3f9ba8
Wrc did not check any IDs which are only 16 bit. Common dialogs had some
...
IDs larger and that caused problems. This is now solved (I hope).
1999-08-18 18:23:34 +00:00
Alexandre Julliard
7760e7fbff
Release 990815.
1999-08-15 19:18:03 +00:00
Steve Tibbett
c5255354ab
Fixed cursor stretch code.
1999-08-15 18:52:32 +00:00
Uwe Bonnes
0a1645d9a3
Inhibit wraparound in comparison.
1999-08-15 18:44:06 +00:00
Juergen Schmied
1e5f0fea9f
New internal dll, exporting already existing path functions.
1999-08-15 17:03:37 +00:00
Francis Beaudet
7ed1af3df3
Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
...
for the MSG_InternalGetMessage() call is a WM_TIMER.
1999-08-15 16:58:03 +00:00
Patrik Stridvall
489cb8b758
GCC 3.0 has not been released yet, but it is good to be prepared.
1999-08-15 16:56:06 +00:00
Juergen Schmied
d50f64244d
Added resolution of LVM messages.
1999-08-15 16:54:58 +00:00
Gerard Patel
9dd16f0a1a
Added protection against possible memory corruption.
1999-08-15 16:38:07 +00:00
Steve Tibbett
85692c8cbf
Fixed cursor selection to find the correct cursor when more than one
...
available.
1999-08-15 16:35:21 +00:00
Thuy Nguyen
6374cd231c
Replaced a static ten element array with a dynamic pointer array.
1999-08-15 16:34:22 +00:00
Gerard Patel
40320f3e7e
Fix special case when no printer installed.
1999-08-15 16:33:11 +00:00
James Juran
e020a9a95d
New routine DllEntryPoint for shell.dll. Loads shell32.dll,
...
since most shell.dll functions call their 32-bit counterparts.
1999-08-15 16:32:03 +00:00
Uwe Bonnes
e8ad6fe60a
Fixed alignment.
1999-08-15 16:31:13 +00:00
Pascal Lessard
dde4d61f5a
EM_SETSEL scrolls if outside of the visible range.
...
"shift+home" selection improved in the edit control.
1999-08-15 16:30:11 +00:00
Alexandre Julliard
7b246b88a2
Removed RCS keyword.
1999-08-15 14:33:24 +00:00
Juergen Schmied
eac255cd31
More use of rc files for strings and menus, fixes. First internal
...
icons.
1999-08-15 14:31:36 +00:00
Juergen Schmied
9bffcfc518
New interface: DropSource.
1999-08-15 14:29:56 +00:00