2003-10-31 |
Mike McCormack | Mostly stub implemenation for cfgmgr32.
|
commit | commitdiff | tree |
2003-10-31 |
Jason Edmeades | Clear should not be affected by write masks.
|
commit | commitdiff | tree |
2003-10-31 |
Alexandre Julliard | Implemented RtlCreateUserThread, and use it to move...
|
commit | commitdiff | tree |
2003-10-31 |
Jason Edmeades | ColorWriteEnable should not impact clearing the screen.
|
commit | commitdiff | tree |
2003-10-31 |
Robert Shearman | - Use the style returned in custom draw structure to...
|
commit | commitdiff | tree |
2003-10-31 |
Raphael Junqueira | - better traces
|
commit | commitdiff | tree |
2003-10-31 |
Vitaliy Margolen | - Fix tab size for TCS_OWNERDRAWFIXED style.
|
commit | commitdiff | tree |
2003-10-30 |
Jason Edmeades | CopyRects (per rect) copied one too many lines, trashing...
|
commit | commitdiff | tree |
2003-10-30 |
Mike McCormack | Added a test for mailslots.
|
commit | commitdiff | tree |
2003-10-30 |
Alexandre Julliard | Fixed race in %gs selector restoring during vm86 mode...
|
commit | commitdiff | tree |
2003-10-30 |
Gerald Pfeifer | Change some variables from int to unsigned to avoid...
|
commit | commitdiff | tree |
2003-10-30 |
Gerald Pfeifer | Add proper casts to avoid signed vs. unsigned mismatches in
|
commit | commitdiff | tree |
2003-10-30 |
Robert Reif | Cache the wave volume so it can be returned rather...
|
commit | commitdiff | tree |
2003-10-30 |
Mike McCormack | Return more sane mailslot error values.
|
commit | commitdiff | tree |
2003-10-30 |
Robert Reif | Clean up *GetDevCaps to check for valid pointer and...
|
commit | commitdiff | tree |
2003-10-30 |
Pavel Roskin | Include ntdll_misc.h to avoid undefined reference to...
|
commit | commitdiff | tree |
2003-10-30 |
Mike McCormack | Fix incorrectly sized buffer.
|
commit | commitdiff | tree |
2003-10-30 |
Jason Edmeades | Culling to different viewports failed as clearing the...
|
commit | commitdiff | tree |
2003-10-30 |
Alexandre Julliard | Better defaults for heap and stack sizes.
|
commit | commitdiff | tree |
2003-10-30 |
Hannu Valtonen | JoystickAImpl_Unacquire should return DI_NOEFFECT if...
|
commit | commitdiff | tree |
2003-10-30 |
Mike McCormack | Some stub implementations.
|
commit | commitdiff | tree |
2003-10-30 |
Mike McCormack | Sql tokens are case insensitive in msi.dll.
|
commit | commitdiff | tree |
2003-10-30 |
Jason Edmeades | Correct writing to back buffer in non-ortho mode, and...
|
commit | commitdiff | tree |
2003-10-28 |
Alexandre Julliard | Restored emulation of protected instructions in 32...
|
commit | commitdiff | tree |
2003-10-28 |
Mike McCormack | Treat missing MSI tables as empty.
|
commit | commitdiff | tree |
2003-10-28 |
Alexandre Julliard | Increase WINE_LDT_FIRST_ENTRY to leave room for glibc...
|
commit | commitdiff | tree |
2003-10-28 |
Alexandre Julliard | Removed no longer needed SIGNAL_Unblock() function.
|
commit | commitdiff | tree |
2003-10-28 |
Francois Gouget | Weekly spelling fixes.
|
commit | commitdiff | tree |
2003-10-28 |
Mike McCormack | Fixed MSI buffer overflow.
|
commit | commitdiff | tree |
2003-10-28 |
Alexandre Julliard | Implemented Add/RemoveVectoredExceptionHandler.
|
commit | commitdiff | tree |
2003-10-28 |
Francois Gouget | Add support for .dbg.c files. This makes it possible...
|
commit | commitdiff | tree |
2003-10-28 |
Pierre d'Herbemont | Fixed _wfullpath prototype.
|
commit | commitdiff | tree |
2003-10-28 |
Gerald Pfeifer | Move event_names[] into EVENT_ProcessEvent().
|
commit | commitdiff | tree |
2003-10-28 |
Uwe Bonnes | FormatMessageW: Allocate anough space.
|
commit | commitdiff | tree |
2003-10-28 |
Mike McCormack | Fix string value lookups in MSI.
|
commit | commitdiff | tree |
2003-10-28 |
Rok Mandeljc | Some fixes in dmband loading.
|
commit | commitdiff | tree |
2003-10-28 |
Hannu Valtonen | SysMouseAImpl_Unacquire should return DI_NOEFFECT if...
|
commit | commitdiff | tree |
2003-10-28 |
Alexandre Julliard | Fixed typo that broke handling of .com and .bat files.
|
commit | commitdiff | tree |
2003-10-28 |
Alexandre Julliard | Switch back to the main process stack before calling...
|
commit | commitdiff | tree |
2003-10-28 |
Alexandre Julliard | Repaired relay debugging for kernel and ntdll (spotted...
|
commit | commitdiff | tree |
2003-10-28 |
Rein Klazes | Test WM_KEY* and WM_SYSKEY* messages generated by various...
|
commit | commitdiff | tree |
2003-10-28 |
Robert Reif | Added support for getting the wave device name.
|
commit | commitdiff | tree |
2003-10-28 |
Rok Mandeljc | Fix dmloader's behavior to be more MS compliant.
|
commit | commitdiff | tree |
2003-10-28 |
Marcus Meissner | Use freetype 2.0 defines for font encodings instead...
|
commit | commitdiff | tree |
2003-10-28 |
Uwe Bonnes | get_full_path_helper: Handle the case \\.\\ as intended...
|
commit | commitdiff | tree |
2003-10-28 |
Uwe Bonnes | Another difference in the printf family.
|
commit | commitdiff | tree |
2003-10-28 |
Rein Klazes | Correct the logic that decides whether a WM_SYSKEYUP...
|
commit | commitdiff | tree |
2003-10-27 |
Alexandre Julliard | libntdll.dll.so no longer exists, check for libntdll...
|
commit | commitdiff | tree |
2003-10-27 |
Alexandre Julliard | Added printing of the target of forwarded exports.
|
commit | commitdiff | tree |
2003-10-27 |
Alexandre Julliard | Make init_thread request deal better with fd allocation...
|
commit | commitdiff | tree |
2003-10-27 |
Raphael Junqueira | - Some fixes on DirectSound init (need SetCooperativeLevel...
|
commit | commitdiff | tree |
2003-10-27 |
Uwe Bonnes | Control_DoLaunch: memmove needs bytes as length argument.
|
commit | commitdiff | tree |
2003-10-27 |
Jukka Heinonen | Clean up mouse driver implementation.
|
commit | commitdiff | tree |
2003-10-27 |
Jukka Heinonen | Moved drive parameter block (DPB) routines to winedos.
|
commit | commitdiff | tree |
2003-10-27 |
Uwe Bonnes | Added a few stubs.
|
commit | commitdiff | tree |
2003-10-27 |
Pierre d'Herbemont | Fix PowerPC assembler syntax mistakes.
|
commit | commitdiff | tree |
2003-10-27 |
Hans Leidekker | Added Dutch translations.
|
commit | commitdiff | tree |
2003-10-27 |
Hans Leidekker | - Dutch translations of Wine programs.
|
commit | commitdiff | tree |
2003-10-27 |
Hans Leidekker | - Added Dutch translation.
|
commit | commitdiff | tree |
2003-10-27 |
Shachar Shemesh | Updated Hebrew resources.
|
commit | commitdiff | tree |
2003-10-27 |
Robert Reif | Fix SMPTE time.
|
commit | commitdiff | tree |
2003-10-27 |
Robert Reif | Only copy amount requested up to size of structure.
|
commit | commitdiff | tree |
2003-10-27 |
Robert Reif | Clear a new hardware buffer to proper silence values...
|
commit | commitdiff | tree |
2003-10-27 |
Pierre d'Herbemont | Include <arpa/nameser.h> before <resolv.h>.
|
commit | commitdiff | tree |
2003-10-24 |
Alexandre Julliard | Updated some of the generated tests.
|
commit | commitdiff | tree |
2003-10-24 |
Alexandre Julliard | Specify include quotes in the tests.dat file.
|
commit | commitdiff | tree |
2003-10-24 |
Alexandre Julliard | Use sigsetjmp instead of setjmp in Wine internal exception...
|
commit | commitdiff | tree |
2003-10-24 |
Alexandre Julliard | Added support for the linuxthreads cancel signal as...
|
commit | commitdiff | tree |
2003-10-24 |
Uwe Bonnes | Added a test case for sprintf.
|
commit | commitdiff | tree |
2003-10-24 |
Filip Navara | - Removed initialization of sh32_policy_table in SHInitRestr...
|
commit | commitdiff | tree |
2003-10-24 |
Dmitry Timoshkov | More tests for window creation parameters.
|
commit | commitdiff | tree |
2003-10-24 |
Dmitry Timoshkov | Initialize MinMax.ptReserved, use better defaults for...
|
commit | commitdiff | tree |
2003-10-24 |
Dmitry Timoshkov | Windows always sets cbtc.hwndInsertAfter to HWND_TOP.
|
commit | commitdiff | tree |
2003-10-24 |
Pavel Roskin | Make MSVCRT__sopen() complain louder about unknown...
|
commit | commitdiff | tree |
2003-10-24 |
Robert Shearman | Added amvideo.{idl,h} and aviriff.h.
|
commit | commitdiff | tree |
2003-10-24 |
Ivan Leo Murray... | Added Italian resources.
|
commit | commitdiff | tree |
2003-10-24 |
Robert Shearman | Don't store band text if "" is passed into SetBandInfo.
|
commit | commitdiff | tree |
2003-10-24 |
Mike Hearn | Minor GUI relayout.
|
commit | commitdiff | tree |
2003-10-24 |
Alexandre Julliard | Call the application entry point from kernel32, some...
|
commit | commitdiff | tree |
2003-10-24 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes.
|
commit | commitdiff | tree |
2003-10-24 |
Pierre d'Herbemont | Change mctr PowerPC asm instruction to mtctr. Add Support...
|
commit | commitdiff | tree |
2003-10-24 |
Jon Griffiths | Added tests for FoldStringA/W.
|
commit | commitdiff | tree |
2003-10-24 |
Jon Griffiths | Implemented FoldStringA (using W version).
|
commit | commitdiff | tree |
2003-10-24 |
Pavel Roskin | Added test for tmpnam().
|
commit | commitdiff | tree |
2003-10-24 |
Pavel Roskin | MSVCRT_tmpnam(): complete rewrite. Use the same names...
|
commit | commitdiff | tree |
2003-10-22 |
Alexandre Julliard | Simplified signal stack allocation a bit, and avoid...
|
commit | commitdiff | tree |
2003-10-22 |
Alexandre Julliard | A signal stack is not needed on PowerPC.
|
commit | commitdiff | tree |
2003-10-22 |
Vincent Béron | Added support for neutral language.
|
commit | commitdiff | tree |
2003-10-22 |
Alexandre Julliard | Fixed naming of the A/W types.
|
commit | commitdiff | tree |
2003-10-22 |
Robert Shearman | - Fix error paths in advapi32.CryptAcquireContextA.
|
commit | commitdiff | tree |
2003-10-22 |
Robert Reif | Fix MMDRV_PhysicalFeatures to handle both 16 and 32...
|
commit | commitdiff | tree |
2003-10-22 |
Mike Hearn | Complete support DOS version and winelook settings.
|
commit | commitdiff | tree |
2003-10-22 |
Dave Belanger | Fix EMF driver UpdateBBox routine. The EMF bounding...
|
commit | commitdiff | tree |
2003-10-22 |
Mike Hearn | - Clear screen depth combo box on page init.
|
commit | commitdiff | tree |
2003-10-21 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings".
|
commit | commitdiff | tree |
2003-10-21 |
Dave Belanger | Fix splitpath and wsplitpath for the file extension.
|
commit | commitdiff | tree |
2003-10-21 |
Gregory M. Turner | - Remove an erroneous check in NdrSendReceive.
|
commit | commitdiff | tree |
2003-10-21 |
Gerald Pfeifer | Remove unused variables EXE, BAT, CMD, and COM.
|
commit | commitdiff | tree |
2003-10-21 |
Gerald Pfeifer | Remove unused variable depths[].
|
commit | commitdiff | tree |
2003-10-21 |
Rein Klazes | A WM_CREATE message sent to an Edit window procedure...
|
commit | commitdiff | tree |