Lionel Ulmer
1f4fea3bf7
Load glXGetProcAddressARB dynamically.
2003-07-11 03:50:19 +00:00
Vincent Béron
2294a031d0
Fixed typos.
2003-07-11 03:49:53 +00:00
Sylvain Petreolle
c5fe7f034c
French translation + misc fixes.
2003-07-11 03:49:19 +00:00
Alexandre Julliard
e4cc8c0461
Release 20030709.
2003-07-09 23:30:36 +00:00
Alexandre Julliard
07f1198eea
Store window procedures in a static array instead of creating a heap.
...
Only allocate the winproc selector when actually needed.
2003-07-09 22:31:34 +00:00
Alexandre Julliard
9fc5e6f098
Avoid hard-coded command line length limit in WCMD_process_command.
2003-07-09 22:21:04 +00:00
Alexandre Julliard
ea6863c182
Fixed a couple of buffer overflows.
2003-07-09 22:15:33 +00:00
Dmitry Timoshkov
da94dd4a1f
Use inline versions of APIs only internally in Wine.
2003-07-09 22:06:59 +00:00
Catalin Patulea
064cce0ea2
Only display filenames when showing addresses.
2003-07-09 22:01:33 +00:00
Greg Marsden
41226dba28
Allow command lines with pipes to be processed by wcmd.
2003-07-09 21:58:26 +00:00
Juraj Hercek
f872d9a30d
Modified unhandled exception message to contain also thread
...
identifier.
2003-07-09 21:57:56 +00:00
Juraj Hercek
286c605583
Adjusted grammar to accept also help-ids for dialogex controls.
2003-07-09 21:55:45 +00:00
Robert Lunnon
00c74e940d
Fixed some compile problems under Solaris.
2003-07-09 21:55:09 +00:00
Alexandre Julliard
e8b2630620
Use NtQueryInformationThread to implement GetExitCodeThread.
2003-07-09 19:58:01 +00:00
Alexandre Julliard
04c1f9f88c
Only compute dialog base units once we need them.
2003-07-09 19:53:17 +00:00
Tom Wickline
c28575e0e8
Spelling and URL fixes.
2003-07-09 19:50:14 +00:00
Steven Edwards
32d27dc77b
- Create new file ole2_16.c for ole2 16bit only functions.
...
- Move CLSIDFromProgID16 so it can be used internally.
- Compile out more Win16 sources.
2003-07-09 19:49:12 +00:00
Gerald Pfeifer
091f416014
Add charset information as used by FreeBSD.
2003-07-09 19:45:10 +00:00
Dmitry Timoshkov
14d766845c
Fix spec entry for ZwSetTimerResolution.
2003-07-09 19:44:51 +00:00
Dmitry Timoshkov
8a8d1b93ca
Added support for CP_UNIXCP.
2003-07-09 04:22:57 +00:00
Robert Shearman
37da1e6757
- AddRef type info stored in StdDispatch.
...
- Don't use outer unknown in StdDispatch.
2003-07-09 04:18:51 +00:00
Lionel Ulmer
1814948705
Do not crash when trying to load bad fonts.
2003-07-09 04:18:22 +00:00
Alexandre Julliard
4f196ead13
Implemented the ThreadBasicInformation case for
...
NtQueryInformationThread.
2003-07-09 02:57:57 +00:00
Francois Gouget
56aaea2f43
Spelling fixes.
2003-07-09 02:52:57 +00:00
Shachar Shemesh
d10b8ebd06
The begining of a "building wine" documentation. More detailed
...
explanation of the "soft" vs. "hard" dependencies.
2003-07-09 02:50:59 +00:00
Mike McCormack
99c67eefcd
Null parameters need to be quoted on the commandline.
2003-07-09 02:50:15 +00:00
Mike McCormack
fc86392af8
Preserve A/W when creating propsheet dialogs.
2003-07-09 02:49:52 +00:00
Alexandre Julliard
4f4b980c1e
Implemented NtRead/WriteVirtualMemory.
2003-07-08 21:18:45 +00:00
Alexandre Julliard
7535424254
Lookup COM/LPT devices in the registry when they are used, instead of
...
loading everything at startup.
2003-07-08 21:14:07 +00:00
Jukka Heinonen
4ef7ba7247
Real mode context should always have V86 flag turned on.
...
Entering protected mode uses simpler and more robust virtual interrupt
flag check.
Mouse events are now received in graphics modes.
Improved tracing output of int33 handler.
2003-07-08 21:11:52 +00:00
Uwe Bonnes
119eacc6d3
Removed a no longer used header.
2003-07-08 21:10:45 +00:00
Lionel Ulmer
51df9314d8
- fix FPS computation
...
- some TRACEing fixes
- optimize BltFast locking rectangles
2003-07-08 21:10:01 +00:00
Tom Wickline
ae02c5d3ed
6 new mci extensions.
2003-07-08 21:08:37 +00:00
Rein Klazes
c2d287f682
Fixed a typo in the previous SHGetFileInfo() patch.
2003-07-08 21:07:49 +00:00
Lionel Ulmer
8def400d1f
Only put 'pure' GL 1.2 calls in the 'opengl_norm.c' file.
2003-07-08 21:07:03 +00:00
Ove Kaaven
ecc3f12af9
Fixed a memory allocation/corruption bug when growing the font cache.
2003-07-08 21:04:53 +00:00
Raphael Junqueira
baf2721bd8
Some fixes on d3d8 and d3d9 headers.
2003-07-08 21:04:01 +00:00
Ulrich Czekalla
18873e77d0
Fixed handling of synthesized data.
...
Don't report errors when there is no selection owner.
Reintegrate the COMPOUND_TEXT patch by Kusanagi Kouichi.
2003-07-08 21:02:51 +00:00
Raphael Junqueira
d5ca917a36
- some cosmetic fixes
...
- fix a bug on IDirect3DVolume8Impl_AddDirtyBox
2003-07-08 21:01:48 +00:00
Alexandre Julliard
8ca7e0af78
Added a file_exists argument to wine_dll_load to allow checking
...
whether a failed dll load is because the file didn't exist; more
robust than trying to guess the contents of the error string...
Get rid of BUILTIN32_dlopen.
2003-07-03 18:23:10 +00:00
Alexandre Julliard
d55e7f1e9b
Store the hook table in the thread queue instead of the thread
...
structure, and make sure the queue is allocated when setting a hook.
2003-07-03 18:16:48 +00:00
Alexandre Julliard
d9780a8b3e
Fixed compile when functions are not inlined.
2003-07-03 18:12:38 +00:00
Alexandre Julliard
b23aa94321
One more workaround for a missing NFS lock daemon.
2003-07-03 18:12:02 +00:00
Stephan BEUZE
fac288394a
- Fixed iIndex use in SHGetFileInfoA (as of MSDN, iIndex is copied in
...
the iIcon field of psfi)
- Removed DLL_THREAD_ATTACH and DLL_THREAD_DETACH cases.
2003-07-03 18:11:01 +00:00
Jason Edmeades
021604c600
Implement UpdateTexture for 2D textures only.
...
Handle alphaop disabled but color op not-disable in a more appropriate
way (Docs say this is an illegal state and then proceed to use it).
Trace out textures as they are created.
Update the comments around the debug code and complete the debugging
set so textures which are used in the game can also be viewed.
2003-07-03 18:10:22 +00:00
Robert Shearman
bd1173ca27
- Improve QueryInterface FIXME message.
...
- Add stubs for IMediaFilter interface in IGraphBuilder.
- Implement some simple methods.
2003-07-03 18:09:28 +00:00
Dmitry Timoshkov
62efd98687
Exit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
...
Don't rely on computing string length by MultiByteToWideChar in
CompareStringA, do it manually.
2003-07-03 18:09:03 +00:00
Marcus Meissner
104d9d44fd
Use standard debugging macros for jack.
...
JACK_SONAME -> SONAME_LIBJACK so we do not need the devel symlink
there.
2003-07-03 18:08:32 +00:00
Marcus Meissner
39d1b9c0e5
DPMI exceptions only happen on i386.
2003-07-03 18:08:04 +00:00
Francois Gouget
14a5d168e9
Fixed some common spelling errors.
2003-07-02 04:37:26 +00:00