2004-07-12 |
Eric Pouech | Fixed regression on 'bt <tid>' command. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Lionel Ulmer | Better handle the frame-buffer locking case. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Stefan Leichter | Fix tests of GetModuleFileNameA on 98/XP. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Marcus Meissner | Replaced lvalue casts / postincrement mixes. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Robert Reif | - Create IDirectSound and IDirectSound8 objects using the |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Mike McCormack | Implement MsiVerifyPackage, cosmetic fixes. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Alexandre Julliard | Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Rob Shearman | Add TRACE to ReadFileEx. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Aric Stewart | Cleanup of actions. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Aric Stewart | Add a stub for MsiModifyView, fix a couple of bugs. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Mike McCormack | Cosmetic fixes. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Aric Stewart | Implement logging. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Mike Hearn | Output X11 protocol errors before breaking into debugger. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Robert Reif | Better error checking and recovery. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Dmitry Timoshkov | Add a test case for scroll APIs, fix a few bugs spotted... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Dmitry Timoshkov | Add WS_HSCROLL style to the notepad's edit control. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Andreas Mohr | Several GDI object handling functions are defined to... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Francois Gouget | Assorted spelling fixes. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Troy Rollo | - Setting the scroll range with the "bRedraw" flag... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Ulrich Czekalla | If the selection owner doesn't understand TARGETS,... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Ulrich Czekalla | Handle case when data type is not registered. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Robert Reif | Added HKEY_DYN_DATA support. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Roger Olson | Added stub for CreateRemoteThread(). |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Robert Reif | Number of arguments to IDirectSoundBuffer8_GetObjectInP... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Ge van Geldorp | Add missing privilege names. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Dmitry Timoshkov | Initialize also ACP, OEMCP and MACCP in registry on... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Emmanuel Maillard | Added Darwin support in get_default_drive_device. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Alexandre Julliard | Fixed X11DRV_GetDC for the desktop window. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Alexandre Julliard | get_visible_region: do not clip out siblings of the... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike Hearn | Correct error code returned by CreateFile when given... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike McCormack | Refcounting fixes. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike Hearn | Add some explanations to compobj.c, implement flushing... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike McCormack | Create a tooltip on demand in the Listview. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Richard Stonehouse | Updated for the new 'dosdevices' directory system. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Ferenc Wagner | Suppress some more error message boxes. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Ferenc Wagner | Avoid segfaults on uninitialized data. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Jon Griffiths | Fix a typo in the TabCtrl_SetItem macro. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | First implementation of the Advanced Template Library... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Report NOT_IMPLEMENTED for not implemented token classes. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike McCormack | Translate ENODEV and ENXIO error codes to NT status... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Robert Reif | Added some missing **LPLP typedefs. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Emmanuel Maillard | Check for -lresolv for Darwin. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike McCormack | Add Multi Language support IDL and headers. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Robert Reif | Fix IDirectSoundBuffer8_Initialize function prototype... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Marcus Meissner | Generic SKIP_TAG to skip a number of bytes, use it... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Marcus Meissner | Replace lvalue casts of post increments for newer compiler. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Robert Reif | Create DirectSound or DirectSound8 depending on riid. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike McCormack | Allow binary fields with stream names longer than table... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Implemented CreateShortcut and PublishProduct. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike McCormack | Fetch binary streams at the table level. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | MsiGetProperty should return empty strings on error. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Implemented registering Classes and ProgID. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Implemented RegisterTypeLibraries. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Implemented ProcessComponents. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Send progress and action messages. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Allow ADDLOCAL to override INSTALLLEVEL, implement... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Alexandre Julliard | Avoid using strlen. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Alexandre Julliard | Added tests for div_t and ldiv_t. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Pierre d'Herbemont | Define MSVCRT_div_t and MSVCRT_ldiv_t. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Mike McCormack | Add trustee functions. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Robert Reif | Get certification for VerifyCertification from driver... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Marcus Meissner | COPY_COLORKEY_FX: Do not use lvalue casts. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Aric Stewart | Fix bugs in resolve_folder. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Aric Stewart | Activate features and components based on their various... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Aric Stewart | Beginnings of costing and organizing into components... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Aric Stewart | Fix command line processing and folder paths. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Aric Stewart | Fix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Aric Stewart | Use the newly implemented UPDATE code to set properties. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Implement the UPDATE query. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Create the WHERE part of a query in one function call. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Aric Stewart | Implement SetTargetPath, start the basics for tracking... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Eric Pouech | - enhanced 'info share' output |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Cosmetic fixes. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Build http requests in a more consistent way. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Alexandre Julliard | Fixed a warning. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Robert Reif | Separated DirectSoundCreate8 into two functions and... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Fix string conversion bugs. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Fix a buffer overrun in autocomplete. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Eric Pouech | - added support for GCC static local variables |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike Hearn | Move variant code to its own debug channel. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
José Manuel... | Added Spanish translation. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Vitaly Lipatov | Return proper codepage value in GetCPInfoEx. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Aric Stewart | Start implementing Feature and Component level install... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Allocate the correct size string in InternetCrackUrl. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Mike McCormack | Fix memory allocation problems. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Mike McCormack | Fix retrieval of nul records as strings. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Mike McCormack | Fix the INSERT query when inserting integers into a... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Aric Stewart | Start implementing MsiOpenPackage. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Mike McCormack | Set the storage file's GUID so native MSI recognizes it. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Mike McCormack | Hack field types, fix ref counting. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Mike McCormack | Fix buffer overflow. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Mike McCormack | Fix the UPDATE query. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Aric Stewart | Fix field numbering so the CREATE query works for multi... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Aric Stewart | Fix the INSERT query. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Mike McCormack | Make the SQL insert query work. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Uwe Bonnes | HeapAlloc for WSTR must allocate len* sizeof(WCHARS). |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Steven Edwards | Fixed Extract prototype. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Dmitry Timoshkov | Add more MDI message tests. |
commit | commitdiff | tree | snapshot |
next |