2002-10-15 |
Patrik Stridvall | - Fixed broken winapi_extract options --{pseudo-,}stub... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Dimitrie O... | Do not merge image with garbage background. Based on... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Christian Neumair | Stub for the CryptRegisterOIDFunction function. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Patrik Stridvall | Updated the generated tests. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Patrik Stridvall | Don't use a special header file for macros used in... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Michael Günnewig | Fixed division by zero, when range is 0. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Vincent Béron | Actually compile Wine even if not installing as root. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Roderick Colenbrander | Set DirectX version to 8.1. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Uwe Bonnes | Add function to get size of in-memory resource and... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vincent Béron | Allow wineinstall to be run from tools/ or from the... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Jason Edmeades | - ClipPlanes work better. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Carlos | Avoid crashes when ofnW->lpstrFile is null. |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Alexandre Julliard | Remove no longer used PERQUEUEDATA structure and functions. |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Alexandre Julliard | Reimplemented GetLastActivePopup to get the information... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Rename GetItemHeight to CalculateMaxHeight, for consistency |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Use the item box rather than the bounds when invalidating. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Jason Edmeades | Significantly improve the lighting code. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Alexandre Julliard | Added server-side infrastructure for the thread input... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Unify DrawLargeItem with DrawItem. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Use GetItemMetrics instead of GetItemMeasures. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Ove Kaaven | Added NdrOleAllocate, NdrOleFree, NdrInterfacePointerBu... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Be real tough on internal programming errors. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Remove support for owner drawn listviews in non-REPORT... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Use GetItemMetrics instead of GetItemMeasures when... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Make use of the new GetItemMetrics in HitTest, to avoid... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Dimitrie O... | Separate item metrics computation from positioning |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Patrik Stridvall | - Improved alignment and offset calculations. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Ove Kaaven | Reimplement several RpcServer.* methods in rpc_server.c. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Greg Turner | Added missing kernel32 import. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Alexandre Julliard | LVS_OWNERDRAWFIXED should only take effect in REPORT... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Ove Kaaven | Added NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllR... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Michael Günnewig | - Move the API into a new api.c file. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Nerijus Baliunas | Better Lithuanian keyboard layout. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Alexandre Julliard | Avoid calling FindExecutable16. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Eric Pouech | Keep on moving 16 bit code out of winmm. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Christian Costa | Initialize the DDCAPS structure of the DDRAW object... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Christian Costa | Main_DirectDrawSurface_QueryInterface: enable creation... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Ove Kaaven | Added NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Fix drawing bug introduced with the custom notification |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Simplify the report mode, and item drawing considerably. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Handle custom draw notifications properly. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Remove superfluous abstractions which make the code... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Move the custom draw notifications into the Draw.*Item... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Move the custom draw item notifications down into DrawL... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Fix silly redraw bug introduced in previous patch. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Implement WM_SETREDRAW properly. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Rework the mouse click notifications |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Use (semi)standard HitTest, rather then our own little... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Eric Pouech | Moved out 16 bit code. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Eric Pouech | Removed no longer needed list of instance data. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Lionel Ulmer | Added some TRACEs to the ddraw code. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Ove Kaaven | Implement the CStdStubBuffer methods. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Ove Kaaven | IUnknown_[QAR]_Proxy implementations, VTbl construction... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Steve Lustbader | Provide a stub for GetComboBoxInfo. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Uwe Bonnes | More stubs. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Ove Kaaven | Stubby NdrClientCall2 & some header changes. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Steve Lustbader | Provide stub for SetupDiGetClassDevsW. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Paul Rupe | Scroll the listview when doing multiple selections. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Ove Kaaven | Implemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Alexandre Julliard | Fixed sign extension bug in EH_prolog, and made tryleve... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Alexandre Julliard | Make sure all Zw functions whose Nt equivalent is imple... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Francois Gouget | The NAS headers and libraries are sometimes stored... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Andrew M. Johnston | Make info structure members lower case as elsewhere. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Alexandre Julliard | Updated with autoconf 2.54. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Eric Pouech | Started putting all 16 bit code in separate files. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Michael Günnewig | Prevent some segfaults in msrle32. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Narrow down the items we iterate over in LIST, and... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Draw _only_ the items that are invalidated. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Reimplement FindItem (cleaner, faster, more compliant... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Rewrite HitTest to make it pretty, and very fast. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Introduce the notion of item iterators, and use them... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Separate range manipulation functions from selection... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Fix large item label calculation when not focused. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Fix focus handling when deleting items, or changing... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Fix large item handling focus in ICON mode. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | No need to go through the heavy duty rect computation... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Factor out owner draw code, so that it works for all... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Factor out the computation of item position, so it... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Unify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMea... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Get rid of 'goto's in GetItemMeasures. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Dimitrie O... | Fix braino in calculation of LVS_LIST origin. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Andrew M. Johnston | Removed reference to SCROLL_SetNCSbState. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Alexandre Julliard | Try CreateProcess even if SHGetFileInfo fails so that... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Eric Pouech | Fixed some multi-sound card related bugs. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Alexandre Julliard | Avoid infinite SendMessage recursion, just like Windows... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Alexandre Julliard | Don't list register functions in the .def file. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Alexandre Julliard | Fixed buffer size in _ultoa (spotted by Joerg Mayer). |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Alexandre Julliard | Transmit the Windows PATH to child processes using... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Alexandre Julliard | Fixed file descriptor corruption. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Jeff Smith | Spelling corrections. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Huw Davies | Added A3 paper size. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Michael Stefaniuc | Fix handle conversions. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Patrik Stridvall | Fixed test to not fail behind firewalls or without... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Patrik Stridvall | Reorganized the code for better support of data structu... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Alexandre Julliard | Release 20021007. wine-20021007 |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Dimitrie O... | Fixed bug that caused item texts to be empty. |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Michael Günnewig | Implemented the MS RLE video codec. |
commit | commitdiff | tree | snapshot |
next |