Michael Stefaniuc
|
9444dd2541
|
Compile fix when all handles are converted to a void*.
|
2002-10-15 21:00:05 +00:00 |
Alexandre Julliard
|
c5c48eb677
|
Fixed reference count handling to support LoadLibrary during a process
attach.
|
2002-10-15 02:25:19 +00:00 |
Martin Fuchs
|
3d8820ea22
|
- Fixed building unter native WIN32.
- Fixed display of filenames in tree pane.
|
2002-10-15 02:21:08 +00:00 |
György 'Nog' Jeney
|
e022026c93
|
Implement [ format specifier.
|
2002-10-15 02:20:07 +00:00 |
Gerald Pfeifer
|
28a7d3cbf0
|
Silence warning in hex_from0().
|
2002-10-15 02:19:06 +00:00 |
David Hammerton
|
14e81e8fb3
|
Get descriptor should return correct segment limit.
|
2002-10-15 02:18:24 +00:00 |
Steve Lustbader
|
3bdfc9f662
|
Fix off-by-one error in determining number of arguments.
|
2002-10-15 02:17:55 +00:00 |
Patrik Stridvall
|
cff905837f
|
- Fixed broken winapi_extract options --{pseudo-,}stub-statistics.
- Added new winapi_extract options --{pseudo-,}implemented.
|
2002-10-15 02:15:35 +00:00 |
Dimitrie O. Paun
|
0bc4b56595
|
Do not merge image with garbage background. Based on a patch by Carlos
<clozano@andago.com>.
|
2002-10-15 02:15:09 +00:00 |
Christian Neumair
|
0ee7073d4e
|
Stub for the CryptRegisterOIDFunction function.
|
2002-10-15 02:14:30 +00:00 |
Patrik Stridvall
|
ebf582cd48
|
Updated the generated tests.
|
2002-10-15 01:53:45 +00:00 |
Patrik Stridvall
|
90fb04604d
|
Don't use a special header file for macros used in generated tests.
Have a copy in each generated file instead.
|
2002-10-15 01:24:03 +00:00 |
Michael Günnewig
|
2cf92565df
|
Fixed division by zero, when range is 0.
|
2002-10-15 01:20:51 +00:00 |
Vincent Béron
|
fc144ada89
|
Actually compile Wine even if not installing as root.
|
2002-10-15 01:19:46 +00:00 |
Roderick Colenbrander
|
16ae4e6a72
|
Set DirectX version to 8.1.
|
2002-10-13 17:56:34 +00:00 |
Uwe Bonnes
|
e14cfc497a
|
Add function to get size of in-memory resource and used this function
to copy resource to writable memory.
|
2002-10-13 17:54:48 +00:00 |
Vincent Béron
|
0e668bb9b3
|
Allow wineinstall to be run from tools/ or from the main Wine
directory.
|
2002-10-13 17:53:47 +00:00 |
Jason Edmeades
|
37d40786e7
|
- ClipPlanes work better.
- Culling now configures itself properly.
|
2002-10-13 17:53:15 +00:00 |
Carlos
|
cfc4082b03
|
Avoid crashes when ofnW->lpstrFile is null.
|
2002-10-13 17:52:32 +00:00 |
Alexandre Julliard
|
618c18417b
|
Remove no longer used PERQUEUEDATA structure and functions.
|
2002-10-12 01:25:15 +00:00 |
Alexandre Julliard
|
a9e8f59c95
|
Moved mouse capture handling into the server.
|
2002-10-12 01:24:37 +00:00 |
Alexandre Julliard
|
0b850f9f74
|
Reimplemented GetLastActivePopup to get the information from the
server.
|
2002-10-12 01:23:05 +00:00 |
Alexandre Julliard
|
5030bda77c
|
Reimplemented Get/SetActiveWindow, Get/SetFocus and
Get/SetForegroundWindow by storing the information in the
server. Implemented correct inter-process window activation.
|
2002-10-11 23:41:06 +00:00 |
Dimitrie O. Paun
|
00ea0868ba
|
Rename GetItemHeight to CalculateMaxHeight, for consistency
Fix usage of nItemWidth vs. iconSpacing.cx
Misc cleanups.
|
2002-10-11 23:34:32 +00:00 |
Dimitrie O. Paun
|
a1ca0122b9
|
Use the item box rather than the bounds when invalidating.
Implement 'bPartial' in EnsureVisible.
|
2002-10-11 23:33:25 +00:00 |
Jason Edmeades
|
78a9bf8709
|
Significantly improve the lighting code.
|
2002-10-11 23:31:07 +00:00 |
Alexandre Julliard
|
ab5063b217
|
Added server-side infrastructure for the thread input structure.
Reimplemented AttachThreadInput() and added GetGUIThreadInfo().
|
2002-10-11 18:50:15 +00:00 |
Dimitrie O. Paun
|
ed29ffdea4
|
Unify DrawLargeItem with DrawItem.
|
2002-10-11 18:47:03 +00:00 |
Dimitrie O. Paun
|
0b93d5c4c5
|
Use GetItemMetrics instead of GetItemMeasures.
Remove GetItemMeasures.
Add GetItemBox which only returns the boundary of the item.
|
2002-10-11 18:46:21 +00:00 |
Ove Kaaven
|
a2813f4a5e
|
Added NdrOleAllocate, NdrOleFree, NdrInterfacePointerBufferSize,
NdrInterfacePointerFree, NdrInterfacePointerMarshall,
NdrInterfacePointerMemorySize, NdrInterfacePointerUnmarshall.
|
2002-10-11 18:45:02 +00:00 |
Dimitrie O. Paun
|
ac756afcc2
|
Be real tough on internal programming errors.
|
2002-10-11 18:00:28 +00:00 |
Dimitrie O. Paun
|
dda1e31ce7
|
Remove support for owner drawn listviews in non-REPORT mode. We need
to do this since Windows supports owner draw *only* in report mode,
and hence apps are not prepared to handle drawing in other modes.
|
2002-10-11 17:59:39 +00:00 |
Dimitrie O. Paun
|
4150f31f58
|
Use GetItemMetrics instead of GetItemMeasures when drawing.
|
2002-10-11 17:58:56 +00:00 |
Dimitrie O. Paun
|
01b5226508
|
Make use of the new GetItemMetrics in HitTest, to avoid code
duplication.
|
2002-10-11 17:58:11 +00:00 |
Dimitrie O. Paun
|
f1f447931e
|
Separate item metrics computation from positioning
Add support for computing state icon metrics.
|
2002-10-11 17:57:27 +00:00 |
Patrik Stridvall
|
65442cd763
|
- Improved alignment and offset calculations.
- Reorganized and improved enum/union/struct parsing.
|
2002-10-11 17:53:13 +00:00 |
Ove Kaaven
|
1cc2cee66f
|
Reimplement several RpcServer.* methods in rpc_server.c.
Implement RpcServerInqBindings, I_RpcServerStartListening,
I_RpcServerStopListening, and I_RpcWindowProc.
|
2002-10-11 17:52:37 +00:00 |
Greg Turner
|
204b88d8f0
|
Added missing kernel32 import.
|
2002-10-11 04:20:07 +00:00 |
Alexandre Julliard
|
5feaff534b
|
LVS_OWNERDRAWFIXED should only take effect in REPORT mode.
|
2002-10-11 04:19:20 +00:00 |
Ove Kaaven
|
66840f7d11
|
Added NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllRegisterProxy,
NdrDllUnregisterProxy, CStdPSFactory methods.
|
2002-10-10 23:36:52 +00:00 |
Michael Günnewig
|
a26a2ca224
|
- Move the API into a new api.c file.
- Added IClassFactory implementation.
- Added IPersistFile implementation to the AVI-file handler.
|
2002-10-10 23:31:13 +00:00 |
Nerijus Baliunas
|
9f47e97818
|
Better Lithuanian keyboard layout.
|
2002-10-10 23:30:13 +00:00 |
Alexandre Julliard
|
8aab09e5d8
|
Avoid calling FindExecutable16.
|
2002-10-10 23:29:21 +00:00 |
Eric Pouech
|
240f09391a
|
Keep on moving 16 bit code out of winmm.
|
2002-10-10 23:28:22 +00:00 |
Christian Costa
|
fe6c281b58
|
Initialize the DDCAPS structure of the DDRAW object at creation.
|
2002-10-10 23:27:49 +00:00 |
Christian Costa
|
ce35cc03a8
|
Main_DirectDrawSurface_QueryInterface: enable creation of a
IDirect3DTexture2 from a surface.
|
2002-10-10 23:27:32 +00:00 |
Ove Kaaven
|
528d2c4f7f
|
Added NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyInitialize,
NdrProxySendReceive, NdrStubGetBuffer, NdrStubInitialize.
|
2002-10-10 23:26:53 +00:00 |
Dimitrie O. Paun
|
1c6c29e313
|
Fix drawing bug introduced with the custom notification
reorganization.
|
2002-10-10 22:57:45 +00:00 |
Dimitrie O. Paun
|
01dbe3999e
|
Simplify the report mode, and item drawing considerably.
Fix full row select in report mode.
|
2002-10-10 22:55:21 +00:00 |
Dimitrie O. Paun
|
ffd4bd37d0
|
Handle custom draw notifications properly.
Various cleanups, and simplifications.
|
2002-10-10 22:54:06 +00:00 |