Alexandre Julliard
80a3bb4fc0
Removed LoadOEMResource from USER driver.
2002-01-04 18:27:41 +00:00
Dmitry Timoshkov
4e78461b5e
Print FIXME() for not implemented NtQueryVolumeInformationFile.
2002-01-04 18:24:51 +00:00
Mehmet Yasar
39e001962b
Do not save empty sections names.
2002-01-04 18:24:37 +00:00
Dimitrie O. Paun
6dc401e2e7
Remove a call to HEAP_strdupAtoW in the Color dialog.
2002-01-04 18:23:46 +00:00
Gavriel State
9e7c1111a6
Speed up the GetImageBits case where we have an XShm image.
2002-01-04 18:23:17 +00:00
Alexandre Julliard
cc2d3826f1
Use DrawFrameControl instead of bitmaps in certain cases.
...
Moved remaining OEM bitmaps to user32 resources.
2002-01-03 02:35:23 +00:00
Marcus Meissner
6ea7932c80
Implemented CoTreatAsClass, simplified OleSetAutoConvert.
2002-01-03 02:34:09 +00:00
Ove Kaaven
edb8bdb555
Handle the lpDirectory field of the LPSHELLEXECUTEINFO.
2002-01-03 02:33:51 +00:00
Alexandre Julliard
4c03649d0c
Fixed check_async_list calling convention.
2002-01-02 21:50:44 +00:00
Alexandre Julliard
2cc54c8c49
Moved the OEM bitmaps that don't depend on the Wine look into the
...
user32 resources.
2002-01-02 21:49:23 +00:00
Ove Kaaven
f250b6b5fa
Further unified HAL and HEL mixing, and added some more intelligence
...
to prebuffering, with some basic prebuffer canceling support, to get
rid of mixing delays in Half-Life. Used a very small waveout buffer
queue in HEL mode, using a callback to queue additional buffers, to
get rid of playback delays in Half-Life. Fixed a couple of bugs.
2002-01-02 21:46:54 +00:00
Eric Pouech
a90875686f
Fixed color definition (bg and fg were swapped).
...
Fixed some initialisation issues.
Fixed exit condition when nothing was allocated.
2002-01-02 21:45:47 +00:00
Ove Kaaven
fbdfef73f6
If SafeArrayGetElement is called on a variant array, initialize
...
destination variant before copying the array element to it, some badly
behaved apps don't seem to do it themselves.
2002-01-02 21:44:49 +00:00
Ove Kaaven
a0da66945f
Fixed a looks-like-nobody-ever-tested-this-function kind of bug in
...
VariantCopyInd.
2002-01-02 21:44:30 +00:00
Ove Kaaven
d553a9b000
Made the output of --debugmsg +seh a bit more verbose.
2002-01-02 21:44:05 +00:00
Dimitrie O. Paun
0c16564093
Make DrawStatusText Unicode ready. Get rid of a HEAP_strdup call.
2002-01-02 21:43:48 +00:00
Lionel Ulmer
ce3ab0e76e
- better support for extensions functions that do not have the same
...
name in windows and in Unix.
- support the NV_vertex_array_range extension.
2002-01-02 21:43:19 +00:00
Alexandre Julliard
3f510ad2bb
Link with libutil only where needed.
2002-01-01 01:13:03 +00:00
Mike McCormack
9119543795
Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped
...
completion function, not in ReadFileEx or WriteFileEx.
2002-01-01 01:11:32 +00:00
Alexandre Julliard
193cf50a09
Removed some of the calls to HEAP_strdup* functions.
2002-01-01 00:24:30 +00:00
James Juran
424a080c30
Include <stdlib.h> to get prototype for abs() function.
2002-01-01 00:14:02 +00:00
Jukka Heinonen
420f6c0030
Name of the structured storage file root node is path of the file, not
...
the name of the root node stored in the file.
When reading streams stored into structured storage files, EOF is not
supposed to cause an error if at least one byte can be returned.
2002-01-01 00:13:32 +00:00
Alexandre Julliard
562089b5d6
Link with libdl only where needed.
2001-12-31 22:28:35 +00:00
Alexandre Julliard
8ae5761dd0
Fixed string type in named pipe requests.
2001-12-31 22:26:51 +00:00
Chris Green
f9e4e9df62
Get the correct label on iso9660 mixed-mode cds.
2001-12-31 22:21:50 +00:00
Michael Stefaniuc
00bd7998fb
Fixed memory leak.
...
Removed redundant ImageList_DragShowNolock(FALSE) call.
2001-12-31 22:21:24 +00:00
Marcus Meissner
09534f32da
Swap fg/bg color to be correct.
2001-12-31 22:20:56 +00:00
Alexandre Julliard
cd2567e70c
Release 20011226.
2001-12-26 23:59:03 +00:00
Andriy Palamarchuk
735a3292ca
Implemented basic handling of assessibility actions.
2001-12-26 23:39:50 +00:00
Michael Stefaniuc
15a478f839
If the fccHandler is mmioFOURCC(0, 0, 0, 0) the AVI is also
...
uncompressed.
infoPtr->hWnd wasn't updated in ANIMATE_OpenA.
2001-12-26 23:39:13 +00:00
Alexandre Julliard
839dfda7a9
Save the registry before exiting on a SIGTERM.
2001-12-26 23:11:49 +00:00
Alexandre Julliard
d0642b5387
Make sure the DC visible region is updated in GetClipBox.
2001-12-26 23:10:56 +00:00
Alexandre Julliard
4895768443
Link to the curses library only for the dlls that need it.
2001-12-26 23:08:31 +00:00
Alexandre Julliard
966121ccd8
Removed the SEGPTR_* macros.
2001-12-26 20:47:33 +00:00
Andreas Mohr
a69c039c80
Documentation update.
2001-12-26 20:40:47 +00:00
Alexandre Julliard
77dc009d91
Fixed bug in system heap creation when it already exists.
2001-12-26 20:38:53 +00:00
Andreas Mohr
0e1cbfd5b0
Updated to not rely on rundll32.exe any more.
2001-12-26 20:34:50 +00:00
Andreas Mohr
6924967539
Fixed, added or implemented stubs:
...
- DrawMenuBarTemp(): corrected parameter count.
- CallCPLEntry16(): stub.
- SetSysColorsTemp(): fully implemented (hopefully) this undocumented
function.
2001-12-26 20:34:12 +00:00
Duane Clark
3169072b2f
Added color cursor support.
2001-12-26 20:30:40 +00:00
Duane Clark
1a399a2bb9
Destroying cursor is not necessarily an error.
2001-12-26 20:30:20 +00:00
Alexandre Julliard
42f5eea0f5
Use MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-26 20:00:03 +00:00
Alexandre Julliard
f76967d20c
Restructured hook mapping functions to avoid most memory
...
allocations. Got rid of SEGPTR_* macros.
2001-12-26 19:55:35 +00:00
Dmitry Timoshkov
ca737fa478
Fix definition of BY_HANDLE_FILE_INFORMATION structure.
2001-12-26 19:50:58 +00:00
Johan Dahlin
781a5d6aed
Updated Swedish translation.
2001-12-26 19:48:38 +00:00
Michael Stefaniuc
1b3c04d2c1
Check the return value of *snprintf for C99 style overflow reporting.
2001-12-26 19:48:15 +00:00
Mike McCormack
096524c5bf
Use alertable waits in PeekMessage16 and GetMessage16 so we can
...
process APCs for 16bit comms.
2001-12-26 19:46:40 +00:00
Andreas Mohr
64295971be
Got rid of WINE_PACKED.
2001-12-26 19:42:20 +00:00
Jon Griffiths
b4c60f2577
Implement/document ordinals 7-11.
2001-12-24 21:11:13 +00:00
Francois Gouget
809c45fc50
Include ftsnames.h or ftnames.h, not both.
2001-12-24 21:10:31 +00:00
Alexandre Julliard
851297919b
Use MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-24 20:30:24 +00:00