Uwe Bonnes
d389c4bad4
MSVCRT_operator_new: Call handler only when "new" operation fails.
2002-07-05 00:18:08 +00:00
Joshua Thielen
1cef2974ab
Changed GetModuleFileNameA to use GetCurrentTask instead of
...
MODULE32_LookupHMODULE when called by a 16-bit task.
2002-07-05 00:16:41 +00:00
Gregg Mattinson
7c4cb515b6
Cast void* to char* for pointer arithmetic.
2002-07-03 21:10:43 +00:00
Duane Clark
d02075942a
strcasecmp returns zero on a match.
2002-07-03 21:07:36 +00:00
Gregg Mattinson
bac71315d2
Removed non-static structure initializers.
2002-07-03 21:06:58 +00:00
Andreas Mohr
73f0bfb838
Better toggle all relevant bits in VGA crt register.
2002-07-03 21:04:44 +00:00
Martin Wilck
15a0f0e78e
Check POLLHUP semantics at remote shutdown when wineserver is started.
...
Fix socket state handling and event handling for non-STREAM sockets.
2002-07-03 21:04:09 +00:00
Alexandre Julliard
44e97f020d
Fixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
...
and/or partial bitmaps.
2002-07-03 01:22:13 +00:00
Tony Lambregts
019c591da8
Document the new trace-related winedbg commands.
2002-07-03 01:20:46 +00:00
Gregg Mattinson
2e38a17021
Void functions can't return a value, even if it is the return value
...
from another void function.
2002-07-03 01:20:07 +00:00
Lionel Ulmer
a3f4e7ff3f
Detect DCs without fonts and return an error in wglUseBitmapFonts.
2002-07-03 01:16:45 +00:00
Gregg Mattinson
62a329a528
Removed unusual type casting.
2002-07-03 01:16:13 +00:00
Gregg Mattinson
b6666f93ca
Avoid multi-line string constants.
2002-07-03 01:15:52 +00:00
Gregg Mattinson
5837e8b105
Removed extra , from last element in enum declarations.
2002-07-03 01:15:32 +00:00
Gregg Mattinson
cc49e393f2
Removed extra ; from end of ICOM_METHOD macros.
2002-07-03 01:15:14 +00:00
Eric Pouech
34865e4c27
Fixed some more configuration issues.
2002-07-03 01:14:52 +00:00
Andreas Mohr
45f5f5dabb
Make sure we wait some time during int16 keyboard query call.
2002-07-03 01:13:34 +00:00
Andreas Mohr
5ab5c4991c
Added a DOS text mode memory buffer copy in order to be able to tell
...
which lines of text changed and thus which ones to update.
2002-07-03 01:13:17 +00:00
Andreas Mohr
2a354d6d1b
Call Sleep for int 0x2f function 0x1680 (IDLE CALL).
2002-07-03 01:12:38 +00:00
Alexandre Julliard
01c1466c67
Removed redundant GetMessage call.
2002-07-02 02:14:08 +00:00
Alexandre Julliard
958732d21c
Fixed warnings.
2002-07-02 02:09:39 +00:00
Juergen Schmied
9a7cc230dc
- implementations for SHLWAPI_267, SHLWAPI_268
...
- small fixes
2002-07-02 02:06:19 +00:00
Juergen Schmied
23b808791e
- changed STRRET definition
...
- small changes for seperation of shell32 from ole32
- debughelper for printing interface names (shell internal)
- changed shell memory allocation to use IMalloc of ole32 when this
library is already loaded
- fallback IMalloc internally in shell
- unified constructor syntax for several objects created by DllGetClassObject
- rewrote instance creation for com objects
- made the desktop folder parsing paths like ::{CLSID}
- Implemented IPersistFolder3 partially
2002-07-02 02:05:17 +00:00
Andreas Mohr
17a2fe0f71
- Use PeekMessage loop around GetMessage.
...
- Added German resource file.
- Realign some dialog parts.
- "Property" -> "Properties"
- Add some traces.
2002-07-01 23:22:48 +00:00
Alexandre Julliard
5691dea7b8
- stubs for SHLWAPI.295 (create a URL shortcut ?) and SHLWAPI.394
...
- minor cleanups
2002-07-01 23:21:15 +00:00
Andreas Mohr
3b9e0cb01a
Added the FirstInstallDateTime key.
2002-07-01 23:18:12 +00:00
Alexandre Julliard
82696f43ee
Make sure allocated blocks are aligned on an 8-byte boundary.
2002-07-01 18:41:47 +00:00
Alexandre Julliard
770c33f68e
Hopefully more portable errno check.
2002-07-01 18:39:26 +00:00
Alexandre Julliard
5b80ce3517
Fixed make install from read-only build directory (spotted by Marcus
...
Meissner).
2002-07-01 18:23:38 +00:00
Alexandre Julliard
3c43df8aa0
Release the Win16 lock before waiting in MsgWaitForMultipleObjectsEx.
2002-07-01 18:20:16 +00:00
Alexandre Julliard
142dab8c81
Added configure check for getpwuid.
2002-07-01 18:17:30 +00:00
Gregg Mattinson
2f4ae7ba2c
Avoid alignment problem in NtQuerySystemTime.
2002-07-01 18:14:27 +00:00
Andreas Mohr
db31151b1e
Implemented set cursor shape functionality.
2002-07-01 18:13:52 +00:00
Mike McCormack
e921e4664d
Return the correct length when getting a complete section in
...
PROFILE_GetString.
2002-07-01 18:12:47 +00:00
Juergen Schmied
33817372fe
Support for large and negative offsets.
2002-07-01 18:10:34 +00:00
Alexandre Julliard
4227bf4af2
BITMAP_SelectObject must return the old handle, not the current one.
2002-06-28 23:33:26 +00:00
Alexandre Julliard
bb05bb62ee
Check for valid dialog info before using it.
2002-06-28 23:32:29 +00:00
Nix N. Nix
cff4b6d09c
Removed message box that would pop up if a RunMRU list was not found.
2002-06-28 23:30:07 +00:00
Rok Mandeljc
fd40708e38
Added Slovenian resources.
2002-06-28 23:28:36 +00:00
Philipp Wollermann
a32dc91711
Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETDESKWALLPAPER.
2002-06-28 23:27:37 +00:00
Jukka Heinonen
9859606ec8
Disable OWN_WINDOW as it no longer works.
2002-06-28 23:26:57 +00:00
Alexandre Julliard
f92b7c06c2
Added some ALSA configure checks.
2002-06-28 18:31:01 +00:00
Eric Pouech
a120ce015c
Created an ALSA driver (with the help of David Hammerton and Marco
...
Pietrobono).
2002-06-28 17:40:16 +00:00
Alexandre Julliard
5dcd27c94f
Fixed typo in X11DRV_SetPixel.
2002-06-28 17:38:59 +00:00
Gregg Mattinson
88773cd403
Removed C++ style comments.
2002-06-28 17:37:34 +00:00
Eric Pouech
f320e74c59
No longer depends on external env strings values.
2002-06-28 17:35:20 +00:00
Sander van Leeuwen
2021de684e
Do not change directory if path is invalid.
2002-06-28 17:34:57 +00:00
Knut St. Osmundsen
886bdb0dbc
Do not access memory that has just been freed.
2002-06-28 17:34:35 +00:00
Guy L. Albertelli
7c4d6a98a9
- Add support for UpDown control messages.
...
- Add detection for Wine's PropertySheet Dialog to translate
messages.
2002-06-28 17:33:37 +00:00
Andriy Palamarchuk
d2aa62bf45
Fixed a few bugs, added processing of REG_MULTI_SZ format.
2002-06-28 17:33:09 +00:00