2005-08-23 |
Oliver Stieber | Update the implementation of GetFrontBufferData in... |
tree | commitdiff |
2005-08-23 |
Rémi Assailly | Moved mciavi32 to the top-level dlls directory. |
tree | commitdiff |
2005-08-23 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-23 |
Alexandre Julliard | Added a separate set_handle_cached_fd request instead... |
tree | commitdiff |
2005-08-23 |
Alexandre Julliard | Rewrote Get/SetHandleInformation to call the correspond... |
tree | commitdiff |
2005-08-23 |
James Hawkins | Register the ITStorage class. |
tree | commitdiff |
2005-08-23 |
Phil Krylov | Fixed a RichEdit RTF reader bug which resulted in loss... |
tree | commitdiff |
2005-08-23 |
Mike McCormack | - build a standard Wine list of folders instead of... |
tree | commitdiff |
2005-08-23 |
Huw Davies | Avoid using XRenderFindStandardFormat as older librarie... |
tree | commitdiff |
2005-08-23 |
Vitaliy Margolen | Fix handling of minimum tab width. |
tree | commitdiff |
2005-08-23 |
Mike McCormack | - build a standard Wine list of files instead of using... |
tree | commitdiff |
2005-08-23 |
Phil Krylov | Fixed EM_EXLINEFROMCHAR to work for last row of a parag... |
tree | commitdiff |
2005-08-23 |
Michael Kaufmann | - Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS... |
tree | commitdiff |
2005-08-23 |
Huw Davies | Move a bunch of common code from the drivers into gdi. |
tree | commitdiff |
2005-08-23 |
Michael Jung | Added some tests for CLSID_FolderShortcut objects. |
tree | commitdiff |
2005-08-23 |
Mike McCormack | Add some node tests. |
tree | commitdiff |
2005-08-23 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-23 |
Oliver Stieber | Tidy up d3d9 and finalize passing d3d9 calls to wined3d... |
tree | commitdiff |
2005-08-23 |
Michael Stefaniuc | - VarAdd, VarMul: I4 overflows to R8 and not I8 even... |
tree | commitdiff |
2005-08-23 |
Phil Krylov | Added support for backward search to RichEdit EM_FINDTE... |
tree | commitdiff |
2005-08-23 |
Kevin Koltzau | Properly declare handles. |
tree | commitdiff |
2005-08-23 |
Aric Stewart | Make index INT not UINT because it can be -1. |
tree | commitdiff |
2005-08-22 |
Saulius Krasuckas | Don't leak a list of visuals (with advice of Jacek... |
tree | commitdiff |
2005-08-22 |
Alexandre Julliard | Add an extra test to show failing behavior. |
tree | commitdiff |
2005-08-22 |
Hans Leidekker | Implement LdapGetLastError, cldap_open*, ldap_abandon, |
tree | commitdiff |
2005-08-22 |
Michael Jung | Initialize all members in UnixFolder constructor. |
tree | commitdiff |
2005-08-22 |
Phil Krylov | Fixed EM_SETEVENTMASK RichEdit message handler to retur... |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix magic item handling and warnings. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | - build a standard Wine list of features instead of... |
tree | commitdiff |
2005-08-22 |
Ivan Leo Puoti | Let DeviceIoControl call the appropriate native interface. |
tree | commitdiff |
2005-08-22 |
Phil Krylov | Automatically set default font after parsing a font... |
tree | commitdiff |
2005-08-22 |
Jacek Caban | - Call LockContainer only if it's not already locked... |
tree | commitdiff |
2005-08-22 |
Hans Leidekker | Implement ldap_rename* functions. |
tree | commitdiff |
2005-08-22 |
Aric Stewart | Fix for dreamweaver site definition dialog. Need to... |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Kevin Koltzau | Fix 'cast to pointer from integer of different size... |
tree | commitdiff |
2005-08-22 |
Oliver Stieber | Fix quite a few texturing problems and cases where... |
tree | commitdiff |
2005-08-22 |
Phil Krylov | Added handling of deff RTF control word. |
tree | commitdiff |
2005-08-22 |
Kai Blin | Fixed a couple of bugs in InitializeSecurityContext... |
tree | commitdiff |
2005-08-22 |
Jacek Caban | Disable using nsWebBrowserStream. |
tree | commitdiff |
2005-08-22 |
Gerald Pfeifer | Prefer sys/limits.h over machine/limits.h. |
tree | commitdiff |
2005-08-22 |
Christian Costa | Return S_OK when committing/decomitting an already |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix some gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Jacek Caban | - Added OnAmbientPropertyChange implementation. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Implement IXMLDOMNode::hasChildNode(). |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Forward IXMLDOMDocument methods to contained node. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Forward IXMLDOMElement methods derived from IXMLDOMNode... |
tree | commitdiff |
2005-08-22 |
Phil Krylov | Fixed InterLocked* function definitions for non-x86... |
tree | commitdiff |
2005-08-22 |
Jacek Caban | Use pibc argument of IPersistMoniker::Load. |
tree | commitdiff |
2005-08-22 |
Walt Ogburn | Add tests for olefont size functions & conversions. |
tree | commitdiff |
2005-08-22 |
Walt Ogburn | When applying logical / himetric ratio to olefont sizes... |
tree | commitdiff |
2005-08-22 |
Saulius Krasuckas | Don't dereference a NULL visual pointer. |
tree | commitdiff |
2005-08-22 |
Jacek Caban | Always add gecko directory to the path before loading... |
tree | commitdiff |
2005-08-22 |
Stefan Leichter | Print something useful in trace and fixme. |
tree | commitdiff |
2005-08-22 |
Christian Costa | Properly allocate/release memory when adding filters... |
tree | commitdiff |
2005-08-22 |
Maxime Bellengé | Fix regression in color keying with RGB mask. |
tree | commitdiff |
2005-08-22 |
Michael Kaufmann | Handle WM_GETFONT and WM_SETFONT. |
tree | commitdiff |
2005-08-22 |
Robert Reif | Fix mixer detection for multiple sound cards. |
tree | commitdiff |
2005-08-22 |
Phil Krylov | Added common keyboard shortcuts for Select All, Undo... |
tree | commitdiff |
2005-08-22 |
Mike McCormack | - return a precomputed result for a NULL string |
tree | commitdiff |
2005-08-22 |
Kevin Koltzau | Fix 'cast from pointer to integer of different size... |
tree | commitdiff |
2005-08-22 |
Kevin Koltzau | Remove 'cast from pointer to integer of different size... |
tree | commitdiff |
2005-08-22 |
Glenn Wurster | Start to add some tests for basic palette operations. |
tree | commitdiff |
2005-08-22 |
Hans Leidekker | Implement ldap_modrdn* functions. |
tree | commitdiff |
2005-08-22 |
Jacek Caban | Fix RegisterWindowMessage declaration and improve debug... |
tree | commitdiff |
2005-08-22 |
Mike McCormack | - build a standard Wine list of components instead... |
tree | commitdiff |
2005-08-22 |
Saulius Krasuckas | Make file operations succeed on Win9x too. |
tree | commitdiff |
2005-08-22 |
Todd Mokros | Fix a focus stealing bug introduced by the managed... |
tree | commitdiff |
2005-08-22 |
Oliver Stieber | Tidy up some formatting, improve error handling and... |
tree | commitdiff |
2005-08-19 |
Marcus Meissner | Protect GlobalAddAtomA string handling by exception... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Implement the IXMLDOMNodeList interface for |
tree | commitdiff |
2005-08-19 |
Michael Jung | Added stubbed implementation of IPersistPropertyBag... |
tree | commitdiff |
2005-08-19 |
Felix Nawothnig | Fix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and... |
tree | commitdiff |
2005-08-19 |
Frank Richter | Fix wrong structure size check in GetScrollBarInfo(). |
tree | commitdiff |
2005-08-19 |
Frank Richter | Forward WM_DESTROY to superclass in edit & listbox... |
tree | commitdiff |
2005-08-19 |
Frank Richter | Merge subclass stubs and subclass proc. Having the... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Forward some IXMLDOMDocument methods to the implemenati... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Implement parentNode, firstChild, lastChild, previousSi... |
tree | commitdiff |
2005-08-19 |
Rémi Assailly | Removed mcianim. |
tree | commitdiff |
2005-08-19 |
Alexandre Julliard | Removed a few internal functions that are no longer... |
tree | commitdiff |
2005-08-19 |
Frank Richter | Add theming support for dialogs (to support tab page... |
tree | commitdiff |
2005-08-19 |
Oliver Stieber | Integrate hardware vertex shaders into the drawing... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Use a single function to create all IXMLDOMNode impleme... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Store the component information in a standard Wine... |
tree | commitdiff |
2005-08-19 |
Jason Edmeades | Handle context menu->refresh, and F5 to initiate a... |
tree | commitdiff |
2005-08-19 |
Jason Edmeades | _swab failed if src == dest, plus some testcases. |
tree | commitdiff |
2005-08-19 |
Jason Edmeades | Add the time to the file display dialog modified column. |
tree | commitdiff |
2005-08-19 |
Michael Jung | Implemented IPersist::GetClassID. |
tree | commitdiff |
2005-08-19 |
Huw Davies | Simplify ExtTextOut a bit. Should be a nop. |
tree | commitdiff |
2005-08-19 |
Gerald Pfeifer | Enable SCSI_getprocentry() on non-Linux platforms which... |
tree | commitdiff |
2005-08-19 |
Huw Davies | Cope better with mixed charset fonts. |
tree | commitdiff |
2005-08-19 |
Aric Stewart | In AtlModuleInit do not call initialization procedures... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Make sure a cursor is always returned if one exists. |
tree | commitdiff |
2005-08-18 |
Alexandre Julliard | Added a stub for NtAlertResumeThread. |
tree | commitdiff |
2005-08-18 |
Frank Richter | Add theming for listbox (and combo listbox) controls. |
tree | commitdiff |
2005-08-18 |
Mike McCormack | Fix pointer type warnings. |
tree | commitdiff |
2005-08-18 |
Oliver Stieber | Pass all the d3d9 calls onto their wined3d equivalents. |
tree | commitdiff |
2005-08-18 |
Alexandre Julliard | Added missing ntdll imports. |
tree | commitdiff |
2005-08-18 |
Ivan Leo Puoti | Implement FSCTL_PIPE_DISCONNECT in NtFsControlFile... |
tree | commitdiff |
next |