2005-01-31 |
Robert Shearman | Remove test that fails on Win98 and is not useful.
|
commit | commitdiff | tree |
2005-01-28 |
Robert Shearman | Release the client security objects when no longer...
|
commit | commitdiff | tree |
2005-01-28 |
Robert Shearman | - More tests.
|
commit | commitdiff | tree |
2005-01-28 |
Robert Shearman | - Implement CoSetProxyBlanket, CoQueryProxyBlanket...
|
commit | commitdiff | tree |
2005-01-27 |
Robert Shearman | Give IUnknown its own ifstub to fix ref-counting and...
|
commit | commitdiff | tree |
2005-01-26 |
Robert Shearman | - Make proxy manager use IMultiQI instead of IInternalUnknow...
|
commit | commitdiff | tree |
2005-01-26 |
Robert Shearman | - Use InterlockedIncrement for the ipid counter instead...
|
commit | commitdiff | tree |
2005-01-26 |
Robert Shearman | - Implement IRemUnknown.
|
commit | commitdiff | tree |
2005-01-25 |
Robert Shearman | - Move OLE automation interface registration to oleaut32.
|
commit | commitdiff | tree |
2005-01-25 |
Robert Shearman | Proxies/stubs for IRemUnknown methods, based on code...
|
commit | commitdiff | tree |
2005-01-25 |
Robert Shearman | Add a summary line for several scrollbar functions.
|
commit | commitdiff | tree |
2005-01-25 |
Robert Shearman | - Generate machine-local IPIDs.
|
commit | commitdiff | tree |
2005-01-24 |
Robert Shearman | - Draw a representation of a document in the page setup...
|
commit | commitdiff | tree |
2005-01-24 |
Robert Shearman | - Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy...
|
commit | commitdiff | tree |
2005-01-20 |
Robert Shearman | - Consolidate more stub creation details into register_ifstub.
|
commit | commitdiff | tree |
2005-01-19 |
Robert Shearman | - Initialize ppv pointer in ClientIdentity_QueryInterface...
|
commit | commitdiff | tree |
2005-01-17 |
Robert Shearman | Initialize clsid member to the marshaler clsid to fix...
|
commit | commitdiff | tree |
2005-01-17 |
Robert Shearman | Implement table marshaling.
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | Remove MODULENAME prefix from
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | - Remove obsolete structs, rearrange things to group...
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | Make proxy shutdown test succeed by releasing the channel on
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | - Add documentation for most Co* functions.
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | - The apartment reference should be held while the...
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | - Don't use the pipe caching code because it doesn...
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | Destroy stubs on apartment shutdown.
|
commit | commitdiff | tree |
2005-01-14 |
Robert Shearman | Add a LIST_FOR_EACH_ENTRY list helper.
|
commit | commitdiff | tree |
2005-01-12 |
Robert Shearman | - Document CoSetState & CoGetState.
|
commit | commitdiff | tree |
2005-01-12 |
Robert Shearman | Remove wine_marshal_data: it is unneeded and there...
|
commit | commitdiff | tree |
2005-01-12 |
Robert Shearman | - Force creation of thread queue to stop PostThreadMessage...
|
commit | commitdiff | tree |
2005-01-12 |
Robert Shearman | Add LIST_FOR_EACH_SAFE - a list iteration macro that...
|
commit | commitdiff | tree |
2005-01-12 |
Robert Shearman | The way apartments are used has changed, so fix up...
|
commit | commitdiff | tree |
2005-01-12 |
Robert Shearman | - Make MTA dynamically allocated so that proxies and...
|
commit | commitdiff | tree |
2005-01-11 |
Robert Shearman | Add tests for trying to unmarshal from a bad stream...
|
commit | commitdiff | tree |
2005-01-11 |
Robert Shearman | - Document how thread-safety is ensured for each member...
|
commit | commitdiff | tree |
2005-01-11 |
Robert Shearman | - Don't use an invalid file handle. In this case invalid...
|
commit | commitdiff | tree |
2005-01-11 |
Robert Shearman | Use the DrawFocusRect function to draw the focus rect...
|
commit | commitdiff | tree |
2005-01-11 |
Robert Shearman | Don't sort the children of My Computer in shell browse...
|
commit | commitdiff | tree |
2005-01-11 |
Robert Shearman | Don't highlight text in non-TVS_TRACKSELECT mode.
|
commit | commitdiff | tree |
2005-01-07 |
Robert Shearman | - Add a complete, sorted listed of IOCTLS implemented...
|
commit | commitdiff | tree |
2005-01-07 |
Robert Shearman | Rename iid in wine_marshal_id to ipid and use IPIDs...
|
commit | commitdiff | tree |
2005-01-07 |
Robert Shearman | The current architecture cannot handle pipes changing...
|
commit | commitdiff | tree |
2005-01-06 |
Robert Shearman | No need to add a reference to the apartment from new_stub_ma...
|
commit | commitdiff | tree |
2005-01-06 |
Robert Shearman | - Make struct oletls ref counted so that it is only...
|
commit | commitdiff | tree |
2005-01-06 |
Robert Shearman | ConnectNamedPipe returning ERROR_PIPE_CONNECTED is...
|
commit | commitdiff | tree |
2005-01-05 |
Robert Shearman | The channel buffer can be NULL if the proxy is disconnected...
|
commit | commitdiff | tree |
2005-01-05 |
Robert Shearman | - Fix race on apartment creation.
|
commit | commitdiff | tree |
2005-01-04 |
Robert Shearman | Change dialog templates to not explicitly specify extended...
|
commit | commitdiff | tree |
2005-01-04 |
Robert Shearman | - Add tracing for proxy ref count functions.
|
commit | commitdiff | tree |
2005-01-04 |
Robert Shearman | Implement proxy manager.
|
commit | commitdiff | tree |
2005-01-04 |
Robert Shearman | Fix colours used for SS_*RECT, SS_*FRAME.
|
commit | commitdiff | tree |
2005-01-04 |
Robert Shearman | Make the ClassFactory proxy support aggregation.
|
commit | commitdiff | tree |
2005-01-03 |
Robert Shearman | Add definition of IInternalUnknown.
|
commit | commitdiff | tree |
2004-12-27 |
Robert Shearman | - Move named pipe macros into rpc.c.
|
commit | commitdiff | tree |
2004-12-27 |
Robert Shearman | Implement COM local servers using table marshaling...
|
commit | commitdiff | tree |
2004-12-22 |
Robert Shearman | Convert per-process hostent, servent and protent buffers...
|
commit | commitdiff | tree |
2004-12-21 |
Robert Shearman | Add tests for moniker and marshaling functions.
|
commit | commitdiff | tree |
2004-12-20 |
Robert Shearman | - Make the month calendar child window auto-size instead...
|
commit | commitdiff | tree |
2004-12-17 |
Robert Shearman | Implement SS_CENTERIMAGE for static control.
|
commit | commitdiff | tree |
2004-12-17 |
Robert Shearman | - Add code for hot tracking.
|
commit | commitdiff | tree |
2004-12-17 |
Robert Shearman | - Implement WM_ENABLE handler to update cached control...
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | - Add documentation to several functions.
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | Remove unneeded includes and the unused COMPOBJ_hInstance32...
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | Use OBJREF on the wire for generic marshaling functions.
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | Implement RPC_E_DISCONNECTED in proxies.
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | Fixed incorrect unsigned test.
|
commit | commitdiff | tree |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer.
|
commit | commitdiff | tree |
2004-12-08 |
Robert Shearman | - Make the wine_marshal_id structure more like the...
|
commit | commitdiff | tree |
2004-12-08 |
Robert Shearman | Make the DECIMAL_SETZERO macro take a DECIMAL instead...
|
commit | commitdiff | tree |
2004-12-07 |
Robert Shearman | Implement handle tables and add tests for them.
|
commit | commitdiff | tree |
2004-12-07 |
Robert Shearman | Clean up devenum and properly implement DllCanUnloadNow...
|
commit | commitdiff | tree |
2004-12-06 |
Robert Shearman | Remove unnecessary WNDPROC casts.
|
commit | commitdiff | tree |
2004-12-06 |
Robert Shearman | Remove duplicate function declaration.
|
commit | commitdiff | tree |
2004-12-01 |
Robert Shearman | - Add some function declarations to objbase.h.
|
commit | commitdiff | tree |
2004-11-30 |
Robert Shearman | Store the new style before redrawing and repositioning...
|
commit | commitdiff | tree |
2004-11-24 |
Robert Shearman | Implement OleDuplicateData.
|
commit | commitdiff | tree |
2004-11-23 |
Robert Shearman | When changing from DIB_Status_GdiMod to DIB_Status_GdiMod...
|
commit | commitdiff | tree |
2004-11-21 |
Robert Shearman | - Make InternetGetConnectedStateExA not crash, by making
|
commit | commitdiff | tree |
2004-11-19 |
Robert Shearman | - Use more specific error codes than E_FAIL, where...
|
commit | commitdiff | tree |
2004-11-19 |
Robert Shearman | Pass the address of the handle rather than just the...
|
commit | commitdiff | tree |
2004-11-10 |
Robert Shearman | - Set cache bitmap dimensions correctly when a 0x0...
|
commit | commitdiff | tree |
2004-11-08 |
Robert Shearman | - bNtfUnicode is a dup' of bUnicode so remove it and...
|
commit | commitdiff | tree |
2004-11-06 |
Robert Shearman | Remove unnecessary WNDPROC casts.
|
commit | commitdiff | tree |
2004-11-06 |
Robert Shearman | Implement TBN_RESTORE notification.
|
commit | commitdiff | tree |
2004-11-06 |
Robert Shearman | Limit StackWalk iterations to prevent infinite loop.
|
commit | commitdiff | tree |
2004-11-03 |
Robert Shearman | Fix broken thread start routines.
|
commit | commitdiff | tree |
2004-10-25 |
Robert Shearman | - Don't fill in any more information than native does...
|
commit | commitdiff | tree |
2004-10-25 |
Robert Shearman | - Don't leak memory when an app sends TTM_SETTITLE...
|
commit | commitdiff | tree |
2004-10-21 |
Robert Shearman | Always remove WS_BORDER style from ComboBoxEx control.
|
commit | commitdiff | tree |
2004-10-21 |
Robert Shearman | Correct the date of the completeness audit.
|
commit | commitdiff | tree |
2004-10-21 |
Robert Shearman | - Draw with ILD_TRANSPARENT instead of ILD_NORMAL to...
|
commit | commitdiff | tree |
2004-10-19 |
Robert Shearman | Implement SetPathWordBreakProc and MirrorIcon.
|
commit | commitdiff | tree |
2004-10-19 |
Robert Shearman | Rebar completeness audit.
|
commit | commitdiff | tree |
2004-10-19 |
Robert Shearman | Windows with WS_EX_TOOLWINDOW style should not have...
|
commit | commitdiff | tree |
2004-10-18 |
Robert Shearman | - TBN_DELETINGBUTTON sends the command ID, not the...
|
commit | commitdiff | tree |
2004-10-18 |
Robert Shearman | Implement ImageList_SetColorTable.
|
commit | commitdiff | tree |
2004-10-18 |
Robert Shearman | The "colors" parameter of SetDIBColorTable should be...
|
commit | commitdiff | tree |
2004-10-18 |
Robert Shearman | Improve proxy destruction comment.
|
commit | commitdiff | tree |
2004-10-14 |
Robert Shearman | Add declarations for GetClassLongPtr{A,W}, GCLP_* defines...
|
commit | commitdiff | tree |
2004-10-11 |
Robert Shearman | Fix function and structure field types so we are compatible...
|
commit | commitdiff | tree |
2004-10-11 |
Robert Shearman | Fix NtAllocateVirtualMemory declaration and fix users...
|
commit | commitdiff | tree |