Dmitry Timoshkov [Tue, 11 Feb 2003 22:10:36 +0000 (22:10 +0000)]
Manage internal ctl3d auto subclass flag.
Ove Kaaven [Tue, 11 Feb 2003 22:10:11 +0000 (22:10 +0000)]
Only install the keyboard hook on device creation.
Eric Pouech [Tue, 11 Feb 2003 22:07:16 +0000 (22:07 +0000)]
Translated sprintf calls into snprintf.
Eric Pouech [Tue, 11 Feb 2003 22:06:19 +0000 (22:06 +0000)]
- translated sprintf calls into snprintf
- added helper for sending strings in hex form
Eric Pouech [Tue, 11 Feb 2003 22:05:06 +0000 (22:05 +0000)]
Attach command no longer worked as expected, fixed it.
Sylvain Petreolle [Tue, 11 Feb 2003 22:01:11 +0000 (22:01 +0000)]
Fixed handling of PATH command with spaces.
Dimitrie O. Paun [Tue, 11 Feb 2003 21:58:46 +0000 (21:58 +0000)]
Add option to set preprocessor (not yet implemented).
Remove the -N option, which is equivalent to '-P cat'.
Christian Costa [Tue, 11 Feb 2003 21:58:07 +0000 (21:58 +0000)]
Add support for 24 bpp to _Blt_ColorFill.
Fix endianness issue in DIB_DirectDrawSurface_Blt.
Andreas Mohr [Tue, 11 Feb 2003 21:56:59 +0000 (21:56 +0000)]
Added FIXME on stub exception.
Alexandre Julliard [Sat, 1 Feb 2003 01:38:40 +0000 (01:38 +0000)]
Made process and thread ids small integers instead of pointers.
Alexandre Julliard [Sat, 1 Feb 2003 00:59:22 +0000 (00:59 +0000)]
Store mbstok() next pointer in the per-thread data.
Michael Stefaniuc [Sat, 1 Feb 2003 00:45:22 +0000 (00:45 +0000)]
Implemented _mbstok and _mbsnbset.
Ove Kaaven [Sat, 1 Feb 2003 00:44:51 +0000 (00:44 +0000)]
Implemented marshalling of pointers, simple and complex structures,
conformant and complex arrays, and user-marshalled types.
Improved marshalling of conformant strings and interface pointers a
bit.
Rolf Kalbermatter [Sat, 1 Feb 2003 00:41:30 +0000 (00:41 +0000)]
Change SHCreateDirectory and Win32DeleteFile to be Unicode or ANSI depending
on OS version. Add ShCreateDirectoryEx API.
Dimitrie O. Paun [Sat, 1 Feb 2003 00:36:59 +0000 (00:36 +0000)]
Merge README.wrc into wrc's man page.
Andrew John Hughes [Sat, 1 Feb 2003 00:36:38 +0000 (00:36 +0000)]
Extended SetSystemPaletteUse to deal with error conditions.
Jason Edmeades [Sat, 1 Feb 2003 00:35:36 +0000 (00:35 +0000)]
Correct some capabilities, and default others to fully supported for
now.
Alexandre Julliard [Fri, 31 Jan 2003 03:24:59 +0000 (03:24 +0000)]
No longer used.
Andrew John Hughes [Fri, 31 Jan 2003 03:24:33 +0000 (03:24 +0000)]
- DeviceCapabilities16 now calls PSDRV_DeviceCapabilities.
- ExtDeviceMode16 now calls PSDRV_ExtDeviceMode.
- Extended switch statement in DeviceCapabilities to handle new
options.
- Added comments to functions.
Bill Medland [Fri, 31 Jan 2003 03:23:18 +0000 (03:23 +0000)]
Better handling of bad data in TabbedTextOut/TabbedTextExtent
Checked with:
a) Null tabstop array with non-zero number of entries
b) Negative number of entries (MSDN is wrong; it is not an error)
c) Single tabwidth of negative size
d) Single specified tabwidth of zero size
Ove Kaaven [Fri, 31 Jan 2003 03:22:53 +0000 (03:22 +0000)]
ReuseBuffer should be FALSE for RPC clients.
Some cleanups and elimination of some duplicate code.
Ove Kaaven [Fri, 31 Jan 2003 03:22:38 +0000 (03:22 +0000)]
Fixed a bug in CompleteBindingA/W.
Ove Kaaven [Fri, 31 Jan 2003 03:22:27 +0000 (03:22 +0000)]
Implemented RpcRaiseException.
Ove Kaaven [Fri, 31 Jan 2003 03:21:11 +0000 (03:21 +0000)]
Some RPC definitions.
Dimitrie O. Paun [Fri, 31 Jan 2003 03:20:49 +0000 (03:20 +0000)]
Remove header file generation, and related options.
Marcus Meissner [Fri, 31 Jan 2003 03:20:25 +0000 (03:20 +0000)]
Implemented mbsicoll (without locale handling).
Waldeck Schutzer [Fri, 31 Jan 2003 03:20:03 +0000 (03:20 +0000)]
Removed invalid char.
Eric Pouech [Thu, 30 Jan 2003 01:18:06 +0000 (01:18 +0000)]
- Added experimental parsing for C++ code (but winedbg doesn't support
C++ ABI).
- Now loading symbols for included files.
Alexandre Julliard [Thu, 30 Jan 2003 01:08:53 +0000 (01:08 +0000)]
XCloseIM sometimes crashes in Xlib, don't call it.
Liu Spider [Thu, 30 Jan 2003 01:07:43 +0000 (01:07 +0000)]
Added XNFocusWindow attribute when creating a IC.
Alexandre Julliard [Thu, 30 Jan 2003 00:26:44 +0000 (00:26 +0000)]
Started moving functions that deal with Unix file descriptors to a
separate fd object. This will be needed for file locking.
Eric Pouech [Thu, 30 Jan 2003 00:24:18 +0000 (00:24 +0000)]
- Removed no longer used queue & modref related commands.
- Protected walk commands while being called with no process loaded.
- In command grammar, allowed some expressions while only numbers
where accepted.
- Renamed 'info maps' info 'walk maps' and let it work on any
process.
Andrew John Hughes [Thu, 30 Jan 2003 00:23:39 +0000 (00:23 +0000)]
Provide stub implementations of GetTypeByNameA and SetServiceA.
Dimitrie O. Paun [Thu, 30 Jan 2003 00:19:14 +0000 (00:19 +0000)]
Remove writable-strings support.
Dan Kegel [Thu, 30 Jan 2003 00:18:48 +0000 (00:18 +0000)]
Only warn if message is >= WM_USER && < WM_APP.
Raphael Junqueira [Thu, 30 Jan 2003 00:18:27 +0000 (00:18 +0000)]
- Defer of IDirect3DVertexShader_SetConstant, waiting for
DrawPrimitive call.
- Beginning of VertexShader constants support into stateblock (only
stored, not captured yet).
- Fix compiation with nivdia GL/gl.h and mesa Gl/glext headers as
reported by Andrew John Hughes.
- One glActiveTexture/glActiveTextureARB missing.
Gerald Pfeifer [Thu, 30 Jan 2003 00:17:30 +0000 (00:17 +0000)]
Add missing casts related to pthread_t. Tweak comments.
Jukka Heinonen [Thu, 30 Jan 2003 00:17:03 +0000 (00:17 +0000)]
Fix buffered input function. Add support for UMB subfunctions to
memory allocation strategy function. Move flock to winedos.
Eric Pouech [Thu, 30 Jan 2003 00:16:35 +0000 (00:16 +0000)]
- made ICInfo closer to Windows behavior (i.e. no longer opens the
driver)
- fixed most endianess related bugs in fourCC handling
- added debug function for printing fourCC:s
- internal function fixes and speed-up
Dan Kegel [Thu, 30 Jan 2003 00:15:50 +0000 (00:15 +0000)]
Add real syntax doc for LABEL command.
Raphael Junqueira [Tue, 28 Jan 2003 01:12:23 +0000 (01:12 +0000)]
Some needed cleanups for future dx9 and d3d common layer support:
- stateblocks to IDirect3DStateBlockImpl interface and moving into
a new file (stateblock.c)
- shaders to IDirect3D*ShaderImpl interfaces
- splitting vshader and vshader declaration as in dx9 into 2
interfaces (for future common layer use)
- vshader declaration code to a new file (vsaderdeclaration.c)
- device calls to new interfaces (redirect stubs)
Simple texture fix for a little regression after last Jason's patches.
Some caps code using the GL/glext.h defines (GL_VERSION_*).
Shachar Shemesh [Tue, 28 Jan 2003 01:10:28 +0000 (01:10 +0000)]
Implemented font selection.
Added accelerators resources.
Gerald Pfeifer [Tue, 28 Jan 2003 01:07:09 +0000 (01:07 +0000)]
Properly #define sipx_node for FreeBSD.
Tom Wickline [Tue, 28 Jan 2003 01:06:50 +0000 (01:06 +0000)]
Updated the Sample config
Replaced <para> with <programlisting>.
Juergen Schmied [Tue, 28 Jan 2003 01:06:20 +0000 (01:06 +0000)]
Fix DoDragDrop in case of child windows.
Alexandre Julliard [Tue, 28 Jan 2003 00:34:07 +0000 (00:34 +0000)]
When using desktop mode attach all thread inputs together, so that
keyboard focus works properly.
Tom Wickline [Tue, 28 Jan 2003 00:32:25 +0000 (00:32 +0000)]
Removed the old win.ini sample replaced it with a RH 8.0 rpm .spec.
Changed title name of section 5.1.
Other small fixes.
Marcus Meissner [Tue, 28 Jan 2003 00:30:29 +0000 (00:30 +0000)]
Do not free the old string in SysReAllocStringLen, reuse the old
string memory (if 'in' is NULL).
Gerald Pfeifer [Tue, 28 Jan 2003 00:24:23 +0000 (00:24 +0000)]
Avoid compiler warning in STORAGE_get_free_pps_entry().
Martin Wilck [Tue, 28 Jan 2003 00:24:04 +0000 (00:24 +0000)]
Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
(currently unused) can thus be used to determine if a stream socket
was ever connected.
Marcus Meissner [Tue, 28 Jan 2003 00:23:19 +0000 (00:23 +0000)]
Added R4 and R8 comparison to VarCmp.
Added I2 to VarFormat.
Added VarSub, VarDiv, VarMul for integer and float types.
Jukka Heinonen [Tue, 28 Jan 2003 00:19:21 +0000 (00:19 +0000)]
Replace FIXMEs with TRACEs in those paging functions that really are
not supposed to do anything.
Add simple emulation of coprocessor state functions.
Jukka Heinonen [Tue, 28 Jan 2003 00:18:57 +0000 (00:18 +0000)]
Return scancode when extended keycodes are read using console input
functions. Move file stamp handling to winedos. Implement DOS7 file
stamp extensions.
Shachar Shemesh [Tue, 28 Jan 2003 00:18:31 +0000 (00:18 +0000)]
- Defined IDs for string constants for font color names and for the
various charsets.
- Load the color names from the resources in the fonts dialog.
Andreas Mohr [Tue, 28 Jan 2003 00:17:15 +0000 (00:17 +0000)]
"InternetAutoDial" should be "InternetAutodial".
Jukka Heinonen [Tue, 28 Jan 2003 00:16:15 +0000 (00:16 +0000)]
Handle horizontal and vertical retrace separately.
Jukka Heinonen [Tue, 28 Jan 2003 00:16:01 +0000 (00:16 +0000)]
Unify VGA and VESA video mode setting code.
Enrico Horn [Fri, 24 Jan 2003 01:08:15 +0000 (01:08 +0000)]
Added d3dim.dll with stubs.
Alexandre Julliard [Fri, 24 Jan 2003 00:54:58 +0000 (00:54 +0000)]
Removed no longer needed inclusion of heap.h.
Alexandre Julliard [Fri, 24 Jan 2003 00:49:32 +0000 (00:49 +0000)]
Removed a couple of extra semicolons.
Tom Wickline [Fri, 24 Jan 2003 00:49:05 +0000 (00:49 +0000)]
Fixed $PREFIX location.
Some small updates.
Added sample config.
Jason Edmeades [Fri, 24 Jan 2003 00:48:10 +0000 (00:48 +0000)]
Add support for color material sources, with help from Lucho.
Leonardo Quijano Vincenzi [Fri, 24 Jan 2003 00:47:08 +0000 (00:47 +0000)]
Fixed Latin American keyboard (key "?!" was reversed).
Matthew Davison [Fri, 24 Jan 2003 00:45:51 +0000 (00:45 +0000)]
Removed some Unicode -> Ascii cross-calls.
Stefan Leichter [Fri, 24 Jan 2003 00:45:21 +0000 (00:45 +0000)]
Removed windows version checks from GetPrinterDriverDirectory tests.
Rein Klazes [Fri, 24 Jan 2003 00:44:54 +0000 (00:44 +0000)]
Load default stock bitmap in CreateDC().
Matthew Davison [Thu, 23 Jan 2003 23:07:56 +0000 (23:07 +0000)]
Remove the HEAP_strdupAtoW macro.
Matthew Davison [Thu, 23 Jan 2003 23:07:38 +0000 (23:07 +0000)]
Removed calls to HEAP_strdupAtoW.
Marcus Meissner [Thu, 23 Jan 2003 22:51:04 +0000 (22:51 +0000)]
Remove errno.h from files that do not need it.
Jason Edmeades [Thu, 23 Jan 2003 22:38:51 +0000 (22:38 +0000)]
Use device max lights and clipplane support. Also change clipplane to
be affected by view matrix.
Alexandre Julliard [Thu, 23 Jan 2003 21:35:14 +0000 (21:35 +0000)]
Keysym check should use 0x8000 instead of 0x800 (spotted by Dmitry
Timoshkov).
Alexandre Julliard [Thu, 23 Jan 2003 21:32:35 +0000 (21:32 +0000)]
Added -Wpointer-arith gcc flag, and fixed the resulting warnings.
Greg Turner [Thu, 23 Jan 2003 21:22:24 +0000 (21:22 +0000)]
Fix some problems when Extract is used more than once.
Gerald Pfeifer [Thu, 23 Jan 2003 21:21:50 +0000 (21:21 +0000)]
Declare variable only if needed.
Waldeck Schutzer [Thu, 23 Jan 2003 21:21:33 +0000 (21:21 +0000)]
Audio codecs were erroneously being listed multiple times, making it
difficult to run certain applications like VirtualDub.
Waldeck Schutzer [Thu, 23 Jan 2003 21:21:02 +0000 (21:21 +0000)]
Make sure the parameter phas is correct by setting it equal to NULL in
query mode.
Gerald Pfeifer [Thu, 23 Jan 2003 21:20:36 +0000 (21:20 +0000)]
Improve portability wrt. struct sockaddr_ipx.
Gerald Pfeifer [Thu, 23 Jan 2003 21:20:19 +0000 (21:20 +0000)]
Properly cast struct sockaddr_in* to struct sockaddr* where needed.
Alexandre Julliard [Thu, 23 Jan 2003 01:29:58 +0000 (01:29 +0000)]
Added dead keys support using X input methods (based on a patch by
Dmitry Timoshkov).
Alexandre Julliard [Thu, 23 Jan 2003 01:28:12 +0000 (01:28 +0000)]
Create an X input context for each top-level window.
Marcus Meissner [Thu, 23 Jan 2003 01:23:59 +0000 (01:23 +0000)]
Fixed ICOM_CALLs for IFont_xx methods.
Added IPersistPropertyBag, IPersistStreamInit interfaces with stubs.
Implemented IDispatch::Invoke for the used DISPIDs.
Jukka Heinonen [Thu, 23 Jan 2003 01:23:01 +0000 (01:23 +0000)]
Return number of bytes written when writing to DOS console using int21
function 0x40. Move some int21 functions to winedos.
Jukka Heinonen [Thu, 23 Jan 2003 01:22:40 +0000 (01:22 +0000)]
Reorganize int10 code. Fix comments.
Waldeck Schutzer [Thu, 23 Jan 2003 01:22:16 +0000 (01:22 +0000)]
Fixed initialization of szDevice in ICINFO.
Christian Costa [Thu, 23 Jan 2003 01:21:50 +0000 (01:21 +0000)]
Implement vertex and pixel fog.
Fix fog color initialization.
Alexandre Julliard [Tue, 21 Jan 2003 20:16:20 +0000 (20:16 +0000)]
Make sure to always set X focus on the top-level window, not on
child windows.
Dan Kegel [Tue, 21 Jan 2003 20:15:14 +0000 (20:15 +0000)]
.txt files are handled by notepad.
Dan Kegel [Tue, 21 Jan 2003 20:14:36 +0000 (20:14 +0000)]
Added Windows-compatible start.exe.
Rolf Kalbermatter [Tue, 21 Jan 2003 19:36:24 +0000 (19:36 +0000)]
Change SHChangeNotify to be Unicode and ANSI indifferent, as the type
of parameters is really defined by uFlags parameter.
Liu Spider [Tue, 21 Jan 2003 19:32:21 +0000 (19:32 +0000)]
Implemented GetFileTitleW; GetFileTitleA now is a call to
GetFileTitleW.
Tom Wickline [Tue, 21 Jan 2003 19:31:20 +0000 (19:31 +0000)]
Fix incorrect alphabetical order by last name.
Gerald Pfeifer [Tue, 21 Jan 2003 19:30:52 +0000 (19:30 +0000)]
Only declare variables we actually need.
Marcus Meissner [Tue, 21 Jan 2003 19:29:33 +0000 (19:29 +0000)]
Print a large failure message if we try to load stdole32.tlb and
fail.
Waldeck Schutzer [Tue, 21 Jan 2003 19:29:09 +0000 (19:29 +0000)]
Fixed problems with finding and listing all the video
compression/decompression codecs.
Proper initialization of szDriver field in ICINFO by ICGetInfo.
Robert Shearman [Tue, 21 Jan 2003 19:28:36 +0000 (19:28 +0000)]
- Clear bits in structure passed to IOleCommandTarget_QueryStatus to
show that we don't support any Exec's.
- Add two Exec cases that were found during testing.
Rein Klazes [Tue, 21 Jan 2003 19:27:59 +0000 (19:27 +0000)]
Allocate palette objects on the large gdi heap.
Jason Edmeades [Tue, 21 Jan 2003 00:41:32 +0000 (00:41 +0000)]
Ensure using correct args during complement texture operations.
Alexandre Julliard [Tue, 21 Jan 2003 00:36:46 +0000 (00:36 +0000)]
Moved the IPX check so that the sys/socket.h check has already been
done when we check for IPX headers.
Jason Edmeades [Tue, 21 Jan 2003 00:30:27 +0000 (00:30 +0000)]
Restore the texture env mode on SetTexture - Fixes problem in
codesampler demo.
Marcus Meissner [Tue, 21 Jan 2003 00:29:31 +0000 (00:29 +0000)]
Changed MONITORINFOEXA,W definition to the one in MSDN which does not
cause gcc 3.3 warnings.