2005-02-22 |
Jason Edmeades | Make RegisterClassExA check that reserved bytes is... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Justin Chevrier | Point KEYBOARDPREF and SCREENREADER to registry keys... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Jon Griffiths | Use variant macros instead of accessing the union directly. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Steven Edwards | Correct typo. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Jon Griffiths | Use config.h & HAVE_ where needed, -W fixes. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Jon Griffiths | Fix race in IMAPIProp_Release(), -W fixes. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Mike McCormack | Cleanup, create unicode versions of _ILCreateFromPath, |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Christian Costa | Fixed ACM Wrapper. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Darryl Dixon | Added support for NZDT (New Zealand Daylight Time)... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Hans Leidekker | Add IsDestinationReachableW. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Hans Leidekker | Implementation stub for QueueUserWorkItem. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Mike McCormack | Implement and test IPropertySetStorage. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Lionel Ulmer | Implement 'W' variants of Process32First / Next APIs |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Alex Villacís... | Implemented GetGlyphOutline16. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Justin Chevrier | - Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWP... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Vincent Béron | Add a definition for OpenInputDesktop(). |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Lauri Tulmin | Horizontal scrollbar is hidden when edit control is... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Marcelo Duarte | Sync Polish resources. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Maxime Bellengé | Take into account the new size of a column when the... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Christian Costa | Improved AVIDec. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
James Hawkins | Add RegOpenKey, RegCloseKey tests. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Marcelo Duarte | Use "MS Shell Dlg" everywhere except for Japanese. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Hans Leidekker | - Add support for color transform handles. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Hans Leidekker | - Revert wrong -noname markup for Drag*, DoEnvironmentS... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Mike McCormack | Remove tabs and make formatting consistent. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Vincent Béron | Add a stub for OleLoadPicturePath(). |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Vincent Béron | Add LWA_ constants, used in {S/G}LayeredWindowAttributes(). |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Mike Hearn | Avoid infinite loop when doing a typelib marshalled |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Mike Hearn | Allow loading of builtin typelibs. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Maxime Bellengé | Fix SetItem so that items don't get wrongly re-ordered. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Hans Leidekker | Stub implementations for AbortPrinter, AddPortEx{A,W}, |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Dmitry Timoshkov | Take Shift key state into account while processing... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Marcelo Duarte | Cleanup taskmgr resource file (get rid of C++ style... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Maxime Bellengé | Reverse the order for deleting the items in resetconten... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Vincent Béron | Added LPDWORD definition. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Francois Gouget | Only 'fix' the names of source files and directories... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Aric Stewart | The values are quoted and spaces added, so having space... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Vincent Béron | Added IRichEditOleCallback. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Vincent Béron | Correct the number of args of SNDMSGA in ListView_GetSu... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Juan Lang | Fix NtQueryPerformanceCounter parameter checking. Spott... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robert Shearman | - Better tracing. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Hans Leidekker | Mark exports -noname when they are exported by ordinal... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Francois Gouget | dlls/__install-lib__ and programs/__install__ should... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robert Shearman | - Move marshaling state machine into stub manager from... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Krzysztof Foltman | Ensure that caret position is not reset to (0, 0) when... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Dmitry Timoshkov | - Always unlink children before sending WM_NCDESTROY... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Ulrich Czekalla | Duplicate Windows behaviour and use SendMessage for... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Aric Stewart | Fixed problems with my code for finding the PackageCode. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Gerald Pfeifer | Use stdlib.h instead of non-standard malloc.h. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
James Hawkins | Conditionally add DECLSPEC_ALIGN(8) to wine's 64-bit... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Christian Costa | Fixed offsets calculations. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Mike McCormack | Dump out more details on the target of a link. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Mike McCormack | Added odbcinst.h. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Mike McCormack | Small indentation fixes. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robert Reif | Fix capture test to pass on windows 98 when no sound... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robert Reif | Fix timer tests to pass on windows 98. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robert Reif | Fix block align test. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Alex Villacís... | Implement OleFontImpl_QueryTextMetrics. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Gunnar Dalsnes | When getting current directory on a drive different... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Vitaly Lipatov | Rename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInf... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Dmitry Timoshkov | Convert winemenubuilder to unicode. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Mike McCormack | Add dumping of lnk files. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
David Smith | Fix for ICInfo() in msvideo when it is used to ask... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Jakob Eriksson | Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Joris Huizer | - renamed file_operation_delete and to shfileops_delete |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Alex Villacís... | Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Jonathan Ernst | Add French resources. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | Move product, feature and component enumeration functio... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
James Hawkins | Fix improper type-conversions. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Ivan Leo Puoti | Add EVENT_QUERY_STATE define. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Rein Klazes | Calling ValidateRect or ValidateRgn on a windows also... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Paul van Schayck | Change detection order to: OSS-ALSA-ARTS-JACK. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Ulrich Czekalla | Implement ES_CENTER and ES_RIGHT alignment styles. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Huw Davies | SetPath("") should return S_OK. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Thomas Weidenmueller | Forward to user32 when appropriate. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Robert Reif | Some block align cleanups. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | Add a border to the edit control, add some more controls. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | Fix up the summary information code a little. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Aric Stewart | Stubs for MsiUseFeature. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Robert Reif | Fixed invalid buffer size by rounding up to next multip... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Lauri Tulmin | Make minimized windows stay minimized. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | Remove const declaration from non-const function. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | Allow MsiViewExecute to be called twice on the same... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | Implement MsiDatabaseGetPrimaryKeys. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | MsiGetComponentPath should allow null pointers for... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Mike McCormack | Small fixes, indentation and comments. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Shearman | - Use I_RpcGetBuffer, instead of our own buffer routine... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Uwe Bonnes | Use local buffer in RtlUpcaseUnicodeStringToCountedOemS... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Ivan Leo Puoti | Move Rtl*Registry* structs, defines and prototypes... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Henning Gerhardt | Add/updated German resources. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Mike McCormack | Reindent some code to improve readability. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Shearman | - Add a stub implementation of RpcImpersonateClient. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Paul van Schayck | Only stop writing a volume label if we found a non... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Shearman | The Global Interface Table should do table-strong marsh... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Shearman | - Remove cruft left over from previous RPC backend... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Mike McCormack | Define some extra SHFGI values. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Mike McCormack | Add some more SPI values. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Shearman | Fix RPC server thread race. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Shearman | ERROR_IO_PENDING is expected, so don't return an error. |
commit | commitdiff | tree | snapshot |
next |