2002-06-22 |
Huw D M Davies | - Implement AddFontResource*, add stubs for RemoveFontR... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Dmitry Timoshkov | Added Bulgarian keyboards. |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Huw D M Davies | Store the cache entry indices and not the ptrs. |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Alexandre Julliard | Added printf format checking to the ok() and trace... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Aric Stewart | Reworking of http and asyncronous calls to get IE6... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Alexandre Julliard | Fixed CLSIDFromString endianness assumptions (reported... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Alexandre Julliard | getmainargs: new_mode argument is not a pointer in... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Rok Mandeljc | Added Slovenian keyboard. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
John K. Hohm | Implemented SizeOfVariantData cases for VT_DISPATCH... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bill Medland | Test the ability to handle hex values in excess of... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bill Medland | - Rework the line reading. This version uses a single... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bill Medland | Correct the comparison of two files. Just because... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Gregg Mattinson | Implemented DbgBreakPoint and DbgUserBreakPoint for... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Gregg Mattinson | Moved all #includes to the top so that __stdcall is... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Steven Edwards | Moved a few win32 functions to a better location for... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Alexandre Julliard | Attempt at fixing POLLHUP handling for Linux 2.2.x. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Alexandre Julliard | Moved succeeding test out of todo block. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Alexandre Julliard | Fixed regression caused by previous change. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Mike McCormack | Fixed ordinals to match the Windows values. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Alexandre Julliard | Store dirty flag in each registry key and use it to... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Alexandre Julliard | Make sure that DRIVE_FindDriveRoot always returns an... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Alexandre Julliard | Added dependency on program symlink for unit tests. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Andriy Palamarchuk | Added regedit unit test, a couple minor changes to... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Jason Edmeades | - VarAnd, VarCmp (Strings only), VarNot implemented. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Alexandre Julliard | Avoid loading programs into the DOS memory area. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Andriy Palamarchuk | Removed traces of the regedit unit tests. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Guy L. Albertelli | - Add routines to dump out tab items internally and... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Marcus Meissner | ITypelib::Invoke: Handle different length arguments... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Steven Edwards | Portability fix. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Steven Edwards | Give the import libs a proper name. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Sander van... | 'class' is a reserved word (C++). |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Alexandre Julliard | Fixed make install target to work even when nothing... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Alexandre Julliard | Unregister 16-bit dlls on module unload. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Mike McCormack | Implemented recursive RegDeleteKey in Win95 emulation. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Aric Stewart | Added GetCurrentHwProfileA. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Shachar Shemesh | ExtTextOutW: if GetFontLanguageInfo says that the font... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Shachar Shemesh | - Implemented a skeleton for GetFontLanguageInfo. Using... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Shachar Shemesh | Changed the country's name to "IL" to conform to common... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guy L. Albertelli | - Dump out the TCITEM structure for appropriate messages. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guy L. Albertelli | Support images on the tabs of pages that are added... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Alexandre Julliard | Removed install_libdir targets and centralized the... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Ove Kaaven | - support DirectInput 8 interfaces. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Marcus Meissner | Handle argsize for VT_DATE. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Mike McCormack | Partially implement NtOpenFile and NtReadFile. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Alexandre Julliard | Update the cursor for each window on receiving an X11... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Alexandre Julliard | Store the current cursor in the thread queue instead... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Dmitry Timoshkov | Cosmetic fix. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Huw D M Davies | Added PatBlt support in enhanced metafiles. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dmitry Timoshkov | Fixed the names of some stock fonts. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Aric Stewart | Stub for StiCreateInstance. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dmitry Timoshkov | Fixed version info. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
François Gouget | Fix handling of strings that do not finish with "||". |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Mike McCormack | Added a few stubs. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dmitry Timoshkov | Added Bulgarian NLS definitions (with the help of Anton... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
François Gouget | Reset signals to SIG_DFL before starting a child process. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dmitry Timoshkov | Avoid crashes if window belongs to another process. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Make builtins pretend to be loaded from the system... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Don't go through the export table if we are not tracing... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | For lines that contain a single field, the field is... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Aric Stewart | When processing the reg section we need to delete befor... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Mike McCormack | Added an empty implementation for UuidFromStringA/W. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Restored MakeCriticalSectionGlobal that got lost somewhere. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Don't try to open CDROM device if none was specified. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Ulrich Czekalla | Added support for CAL_ITWODIGITYEARMAX. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | struct _stat layout is different between crtdll and... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Store print dlg structure in a property instead of... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Dmitry Timoshkov | Added stubs for capGetDriverDescription. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Added /g debug format to dump GUIDs. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Don't ask for source file in auto mode. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Paul Millar | Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberForma... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Make sure edit and listbox controls are of same ASCII... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Ove Kaaven | Support DirectSound 8 interfaces. Split interface imple... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
John K. Hohm | Completed implementation of comcat.dll, incl. Dll[Un... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Don't use msvcrt. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Gregg Mattinson | Replaced stricmp/strnicmp with strcasecmp/strncasecmp. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Uwe Bonnes | Display the name of the started process in the desktop... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Won Kyu Park | Fixed defaultGuiFont for Korean. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guy L. Albertelli | - Correct page rectangle calculation. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Alexandre Julliard | Authors: Peter Hunnisett <peter@transgaming.com>, Ove... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
David Hammerton | MapVirtualKey actually returns uppercase keys in Windows. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Alexandre Julliard | Authors: David Hammerton <david@transgaming.com>, Peter... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Huw D M Davies | Add more magic to find the start of the nametable. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
David D. Hagood | ADPCM nybble processing order was incorrect. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Paul Rupe | Faster performance in TEXT_Ellipsify for long strings. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Paul Rupe | Support for LVM_SUBITEMHITTEST; check for out-of-bounds... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Nix N. Nix | Added RunFileDlg with MRU list. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Tony Lambregts | Some grammar fixes. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Won-kyu Park | Added Korean resources. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Sander van... | - Save and restore current directory in GetFileDialog95W if |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Marcus Meissner | Changed DllOverrides so we use builtin rpcrt4, ole32... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Marcus Meissner | Merged the two serializer and unserializer functions... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Marcus Meissner | Added some debugoutput functions for TYPEATTR, IDLDESC... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Sander van... | Handle ascii & unicode drag and drop structures in... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Alexandre Julliard | Authors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Mike McCormack | - Partially implement LdrGetDllHandle. |
commit | commitdiff | tree | snapshot |
next |