2004-02-12 |
Alexandre Julliard | Avoid a few more GetModuleHandle calls. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Ove Kaaven | Don't add imported constructs to any typelib output... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Alexandre Julliard | Store the kernel32 module handle globally to avoid... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Alexandre Julliard | Better fix for the thread exit race on pthreads. |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Dimitrie O... | Document four new dlls: dswave, iccvid, msvcrt40, and... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Ove Kaaven | Parse the [input_sync] attribute. |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Dmitry Timoshkov | There is no point in specifying both MEM_RESERVE and... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Dmitry Timoshkov | AFMT_AC3 might be not defined in the system headers. |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Dmitry Timoshkov | Avoid double checking free type flags in NtFreeVirtualM... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Alexandre Julliard | Store all information about the current dll in a struct... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Alexandre Julliard | Don't request PROT_EXEC permissions when mapping an... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Alexandre Julliard | Moved some more definitions out of undocshell.h into... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Huw Davies | Only redraw button in PressButton and Indeterminate... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Alexandre Julliard | Don't depend on the name of the main binary, always... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Martin Fuchs | - move some PIDL function declarations from undocshell... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Huw Davies | Honour TB_SETMAXTEXTROWS. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Steven Edwards | Porting Fixes for Mingw/MSVC. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Francois Gouget | Remove the winetest_ok() hack that adds a trailing... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Ge van Geldorp | Set upper-left corner of destination to (0, 0), using |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Ulrich Czekalla | Add support for BTNS_WHOLEDROPDOWN. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Huw Davies | Add the F_NOTIFY defines if we're compiling with linux... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Dmitry Timoshkov | Add GetProcessHeaps() prototype. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Dmitry Timoshkov | Fix a couple of copy/paste errors. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Mike McCormack | Use GetFullPathName to convert unix path names to DOS... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Alastair Bridgewater | Support for a small handful more return value/argument... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Alexandre Julliard | Dynamically retrieve the metrics that depend on the... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Alastair Bridgewater | Fixes and support for TypeInfo alignment values. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Jon Griffiths | Test StrRetToBSTR. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Jon Griffiths | Add some missing prototypes, fix AssocIsDangerous. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Jon Griffiths | Tests for StrRetToStrAW. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Jon Griffiths | StrRetToStrN returns BOOL and shouldn't crash on NULL... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Robert Shearman | - CoSetState info should be thread local. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Leonardo Quijano... | Fixed Latin American keyboard. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Alastair Bridgewater | Stubbed-out implementation of the ITypeLib interface. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Dmitry Timoshkov | Add partial support for some undocumented toolbar messages. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alexandre Julliard | Fixed TrackPopupMenu return value (based on a patch... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Lionel Ulmer | Better TRACEing in some functions. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alastair Bridgewater | Preliminary support for ICreateTypeInfo::AddImplType(). |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Huw Davies | TB_ADDBUTTONS can pass a string ptr instead of an index. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Lionel Ulmer | Implemented proper asynchronous InternetOpenUrl handling. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alastair Bridgewater | Preliminary support for recording custom data in a... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alexandre Julliard | libwine_uuid has been renamed to libuuid. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Pofis | Don't print FIXME for FILE_ATTRIBUTE_TEMPORARY. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alexandre Julliard | Workaround for broken artsc-config script (based on... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Huw Davies | Use the BTNS_* toolbar button style defines rather... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Robert Shearman | Fix proc name reported in delay load failure. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Dmitry Timoshkov | Add a test case for Virtual* APIs, fix a few bugs disco... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Juan Lang | Declare some SetupDi functions and related constants. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Hannu Valtonen | Remove some useless comments and rearrange the GUI... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Mike McCormack | Fix the bounds checking in SHGetPathFromIDListA/W. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Lionel Ulmer | Report real handles to the application, not Wine intern... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Robert Reif | Fixed a problem on BSD. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Juan Lang | Remove dead comment. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alfons Hoogervorst | Fix infinite loop in _flushall. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Juan Lang | #ifdef guard the declaration of type IID to be compatib... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alastair Bridgewater | Support for recording the SYSKIND of the type library. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Dmitry Timoshkov | Allow compilation with MSVC. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Jon Griffiths | Documentation fixes. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Jon Griffiths | Thai language translation. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Jon Griffiths | Use Unicode calls instead of ASCII where applicable. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Jon Griffiths | Allow API-doc generation for non WINAPI calls (e.g... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Jon Griffiths | Define empty rules for documentation generation. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Alexandre Julliard | Added memchrW and memrchrW to the exported Unicode... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Alexandre Julliard | Added missing parameter check in SetLocaleInfoA reveale... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Robert Shearman | - Use Win32 instead of Unix file functions. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Lionel Ulmer | Beginning of infrastructure to support WGL extensions. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Michael Stefaniuc | Update doc about cross-compiling of the Wine tests. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Bill Medland | Correct GetNumberFormat for negative numbers with e... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Alex Pasadyn | Report the mouse wheel as present in the system metrics. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Huw Davies | Add a missing return. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Troy Rollo | Added documentation for DocFiles, based on the CorVu... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Alexandre Julliard | Get pointer to CreateFileW earlier on during startup. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Leonardo Quijano... | Added check for unhide option. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Mike McCormack | Implement proper HINTERNET handles. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Francois Gouget | Add trailing '\n's to ok() calls. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Francois Gouget | Add trailing '\n's to ok() calls. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Kevin Koltzau | Process color metrics for themes. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Vitaliy Margolen | - Fix handling of TCS_RAGGEDRIGHT style. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Chris Morgan | Rename 'General tab' to 'About', move to the last position. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Alexandre Julliard | Trace register contents on exception. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Robert Reif | Fallback to software buffer if failed to create hardwar... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Francois Gouget | Add trailing '\n's to ok() calls. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Morgan | Implement tests for VarMod(). |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Morgan | Implement VarMod(). |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Eric Pouech | Fixed typo. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Robert Reif | Fallback to software buffer if duplicating hardware... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Robert Reif | Actual buffer format may be different from requested... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Robert Reif | Show sound card info in trace. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Ivan Leo Murray... | Translate "options". |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Dmitry Timoshkov | Add a test case and a fix for the window styles state... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Alex Pasadyn | Make full-screen popup windows managed. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Morgan | Stub NetUserEnum(). |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Lionel Ulmer | Properly handle asynchronous HttpSendRequestA. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Robert Shearman | Cancel rename if value to rename to already exists. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Robert Shearman | Fix nGrow initialization in DPA_CreateEx. |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Alexandre Julliard | Revert the thread exit race fix for now, it doesn't... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Alexandre Julliard | Fixed a couple of race conditions in the wine_pthread... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Alexandre Julliard | Do a protocol error instead of crashing if the reply... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Hans Leidekker | Improved error reporting. |
commit | commitdiff | tree | snapshot |
next |