Add the ID of the blocking thread to the error message.
[wine] / dlls /
2003-06-16  Mike HearnAdd the ID of the blocking thread to the error message.
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-06-16  Eric PouechImplemented:
2003-06-16  Lionel Ulmer- GL state change optimizations
2003-06-16  Juan LangUse iphlpapi to enumerate LAN adapters.
2003-06-16   <mirq@ziemniak... Correct mode nr passed to X11DRV_XF86VM_SetCurrentMode.
2003-06-16  Steven EdwardsSplit Win16/32 file dialogs.
2003-06-16  Jukka HeinonenRemove SIGALRM handler.
2003-06-16  Jukka HeinonenMigrate create/open file functions to winedos.
2003-06-16  Jukka HeinonenMake DOSVM_Wait work in protected mode.
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-06-13  Lionel Ulmer- fixes the COLORFILL case for front-buffer
2003-06-13  Sylvain PetreolleTrace which real mode interrupt is emulated.
2003-06-13  Michael Günnewig- Fixed end flags while encoding -- only EOI instead...
2003-06-13  Gregory M. Turner- most of FDICopy is now implemented, although the...
2003-06-13  Alexandre JulliardRemoved ordinals that differ between Windows versions.
2003-06-13  Jason EdmeadesFix the texture operations to resolve glitches shown...
2003-06-13  Raphael Junqueira- always use IDirectMusicPerformance8Impl instead of
2003-06-13  Christian CostaMake dinput8 behaviour more correct for mouse and keyboard.
2003-06-13  Christian CostaFix matrix multiplication.
2003-06-13  Gregory M. TurnerFix some uglies.
2003-06-13  Sylvain PetreolleAdded Euro and antiquote to the French keyboard layout.
2003-06-13  Jason EdmeadesWhen emulating fullscreen it helps to not allocate...
2003-06-13  Francois GougetAdd stubs for RasDeleteSubEntry* (new in WinMe/WinXP).
2003-06-13  Jason EdmeadesMake the fixed function pipeline support multiple strea...
2003-06-13  Steven EdwardsSplit Win16/32 color dialog support.
2003-06-13  Lionel UlmerStubbed some interfaces for the FilterGraph CLSID.
2003-06-13  Jukka HeinonenMove get current directory and set current directory...
2003-06-13  Gregory M. Turner- implement FDI{Create,Destroy,IsCabinet}
2003-06-13  Marcus MeissnerFixed index handling for multi dimensional arrays.
2003-06-13  Eric PouechAdded support for overlapped ioctl requests (and a...
2003-06-13  Paul BainPut IID_IDirectInputDevice2A back in
2003-06-13  Lionel UlmerBe more stringent in the 'Lock' invalid RECT check.
2003-06-13  Lionel UlmerUpgrade OpenGL thunks with latest version of OpenGL...
2003-06-13  Robert Shearman- Make button text centre correctly when dropdown arrow...
2003-06-13  Francois GougetAdd stubs for some new WinXP APIs.
2003-06-13  Francois GougetAdd a stub for CompareSecurityIds (new in WinXP).
2003-06-13  Lionel UlmerFix the BLT COLOR_FILL case.
2003-06-13  Jukka HeinonenSplit timer code into separate source file.
2003-06-13  Gregory M. Turner- paranoia: eliminate some global variables
2003-06-07  Rok Mandeljc- added debug
2003-06-07  Christian CostaFix SetDataFormat and implement GetDeviceInfo for mouse...
2003-06-07  Kester MaddockCheck for a null pointer in WS_setsockopt.
2003-06-07  Mike HearnProtect WDML_GetConv against null handles.
2003-06-07  Steven EdwardsSeparate Win16 and Win32 font dialog support.
2003-06-07  Eric PouechCorrectly convert into EXCEPTION_RECORD SIGTRAPs receiv...
2003-06-06  Sylvain PetreolleImplemented wininet.InternetGetConnectedStateEx.
2003-06-06  Dimitrie O. PaunAlign the text vertically in single line labels (spotte...
2003-06-06  Raphael JunqueiraFixed compilation problems.
2003-06-06  Martin FuchsStub implementation for _Gettnames.
2003-06-06  Mike McCormackAlways return FALSE when doing an overlapped ConnectNam...
2003-06-06  Robert Shearman- Support a few more flags
2003-06-06  Jukka HeinonenPending timer interrupts no longer deadlock DOSVM_Wait.
2003-06-04  Lionel Ulmer- fix the texture upload code when RECT is actually...
2003-06-04  Lionel Ulmer- Viewport hack to get some old D3D1 games to work
2003-06-04  Lionel Ulmer- small TRACEing fix
2003-06-04  Lionel Ulmer- fix (stupid) regressions introduced by last series...
2003-06-04  Lionel Ulmer- some GL critical section fixes
2003-06-04  Lionel Ulmer- proper (tested on Win2K) reference counting for Direc...
2003-06-04  Lionel UlmerFixed a bug in the FrameBuffer => Texture blits.
2003-06-04  Lionel Ulmer- added RECT support to the texture upload code
2003-06-04  Lionel Ulmer- some clean-ups (extension code to be added soon)
2003-06-04  Lionel UlmerRefactoring of the texture upload code.
2003-06-04  Lionel UlmerFix texture parameters handling on texture change.
2003-06-04  Lionel Ulmer- remove some extraneous saving of the read buffer...
2003-06-04  Lionel Ulmer- protect viewport setting with GL lock
2003-06-04  Lionel UlmerSome threading fixes (prevents some dead-locks).
2003-06-04  Lionel Ulmer- implement FB => Texture blits
2003-06-04  Raphael Junqueira- cleaning of volume.c/volumetexture.c as done previous...
2003-06-04  Raphael Junqueira- add a new private header d3dcore_gl.h that declares...
2003-06-04  Raphael Junqueira- some cleanup and warning fixes
2003-06-04  Jason EdmeadesFix the glRead call when pRect != NULL, resolve the...
2003-06-04  Raphael Junqueira- fix another time the stupid locking bug (i had alread...
2003-06-04  Raphael Junqueira- pixel shader program dump code
2003-06-04  Jason EdmeadesAdd support for a lot of the remaining texture ops...
2003-06-04  Raphael Junqueira- some cleanups
2003-06-04  Jason EdmeadesCorrect specular enable renderstate.
2003-06-04  Jason EdmeadesAvoid the use of glGet when we know the information...
2003-06-04  Jason EdmeadesOpengl 1.4 added stencil wrap support as per directx...
2003-06-04  Raphael Junqueira- implemented render to surfaces (and render to new...
2003-06-04  Lionel Ulmer- do not search for attached surfaces if the texture...
2003-06-04  Yorick HardyAdded the D3DTBLEND_DECAL render state.
2003-06-04  Francois GougetFix some typos.
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-06-04  Marcus MeissnerImplemented localeconv() with libc function.
2003-06-04  Antonio Larrosa... Added WSASetEvent forward.
2003-06-04  Vitaliy MargolenDrawTextEx: honor clipping for underscores.
2003-06-04  Dimitrie O. PaunRemove bFirstPain funky optimization, it is causing...
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-06-04  Lionel UlmerImplemented a semi-stub for GetProcessPriorityBoost.
2003-06-04  Dmitry TimoshkovRevert some really unwanted changes to the DDE code.
2003-06-04  Yorick HardyImprove CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
2003-06-04  Yorick HardyUse SA_RESTART on NetBSD.
2003-06-04  Jukka HeinonenTimer routines must check for NULL timer name.
2003-06-04  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Lionel...
2003-06-04  Mark WestcottDInput keyboard handling checks for incoming X11 events.
2003-06-04  Ove KaavenPreliminary support for COM apartments.
2003-06-04  Jason EdmeadesFill in lots of unimplemented render states.
2003-05-22  Duane ClarkFix compile error.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
next