wine
2000-05-30  Ulrich CzekallaAdd stub for SetConsoleOutputCP.
2000-05-30  Marcus MeissnerAdd a ; needed by some YACCs.
2000-05-30  Lionel UlmerInstall the colormap only if it was created.
2000-05-30  Andreas MohrImplemented int 0x21 long file name function 0x71a0...
2000-05-30  Lionel UlmerImplemented wglShareLists and wglGetCurrentDC.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-30  Alexandre JulliardUse GetStartupInfoA() instead of accessing process...
2000-05-30  Alexandre JulliardMake sure initial task is not marked as 32-bit.
2000-05-30  Alexandre JulliardMake child processes inherit command-line options throu...
2000-05-30  Alexandre JulliardSerge Ivanov
2000-05-30  Dimitrie O... Moved DISPDIB out of the kernel into GDI.
2000-05-30  David Grant- Creating combobox with CBS_SIMPLE style shall set...
2000-05-30  Alexandre JulliardDo not load wineps on startup.
2000-05-30  Gerald PfeiferFixed warning.
2000-05-30  Alexandre JulliardOwen Wang
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-26  Alexandre JulliardRelease 20000526. wine-20000526
2000-05-26  Alexandre JulliardSerge Ivanov
2000-05-26  Peter HunnisettStarted local name server framework.
2000-05-26  Huw D M DaviesAdd PrintSetup dialog and support for hooks and templates.
2000-05-26  Alexandre JulliardHenning Hoffmann
2000-05-26  Ulrich CzekallaMoved the EN_UPDATE notification out of the paint handl...
2000-05-26  Alexandre JulliardFrancois Methot (Macadamian)
2000-05-26  James JuranDEBUG_ExternalDebugger() needs to be a part of wine...
2000-05-25  Alexandre JulliardDo not clear suffixes list (breaks BSD make).
2000-05-25  Huw D M DaviesMove winspool to unicode.
2000-05-25  Aric StewartReworked the thumb drawing code, thumb calculation...
2000-05-25  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian Technologies for...
2000-05-25  Chris MorganUse clipping regions to reduce the amount of processing...
2000-05-25  Gerard PatelFixes crash when calling Treeview_EndEditLabelNow and...
2000-05-24  Susan FarleyDefer to standard scrolling APIs for non-flatSB specifi...
2000-05-24  Rob FarnumSeparate out the 32bit case from the 24bit case, and...
2000-05-24  Francois GougetSorted out a few misplaced definitions.
2000-05-24  Aric StewartAdded handling for TVS_SINGLEEXPAND.
2000-05-24  Aric StewartCorrected the problem where a tab control marked multil...
2000-05-24  Marcus MeissnerCommented out broken __asm__, added comments where...
2000-05-24  Martin FuchsInserted a missing call to SetWindowPos(). With this...
2000-05-24  Alexandre JulliardRevived the GEN_C_SRCS variable to support wrc lex...
2000-05-23  Alexandre JulliardSend a normal mouse message code in WM_PARENTNOTIFY...
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-23  Patrik Stridvall- Updated API files
2000-05-23  Hidenori TakeshimaIf system doesn't have OpenGL, don't refer to libopengl...
2000-05-23  Alexandre JulliardAbey George (of Macadamian/Corel)
2000-05-23  Rob FarnumPost a WM_CANCELMODE message to wake up the internal...
2000-05-23  Gerald PfeiferFix a mismatch between format string and parameter.
2000-05-23  Susan FarleySetBuddy no longer overwrites its superclass' WndProc...
2000-05-23  John R. SheetsCleaned up X11 extension tests.
2000-05-23  Ulrich CzekallaCapture ^V,^X,^C and translate it to the corresponding...
2000-05-23  Lionel Ulmer- fixed the OpenGL32 spec file (and the make_opengl_spe...
2000-05-23  Ove KaavenImproved DirectDrawPalette handling (set it on init...
2000-05-23  Ove KaavenScale mouse coordinates to default width 640.
2000-05-23  Ove KaavenMade WINE_DirectDraw a decorationless popup window...
2000-05-23  Gerald Pfeifer#undef DELETE before (re)defining it.
2000-05-23  Chris MorganFixed tooltips.
2000-05-23  Chris MorganReduce toolbar redrawing and flicker by calling RedrawW...
2000-05-23  Alexandre JulliardSerge Ivanov
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-05-23  Aric StewartCorrected a problem of when oldHit is negative and...
2000-05-23  Francois GougetShould include commdlg.h.
2000-05-23  Francois GougetDefine the _X86_ macro on Intel processors.
2000-05-23  Andreas MohrSome part of EDIT_EM_LineLength code was commented...
2000-05-23  Lionel UlmerRemove the PRIMARYSURFACE attribute from back buffers.
2000-05-23  Aric StewartIf a listview is created with LVS_NOCOLUMNEHEADER then...
2000-05-23  Gerard PatelRemove the direct call into core (DIALOG_DoDialogBox).
2000-05-23  Lionel UlmerInitialize the back-buffer with the correct VTable.
2000-05-23  Lionel Ulmer- added option to get double-buffered desktop
2000-05-23  Bertho Stultiens- Implemented animated cursors and icons resource types.
2000-05-23  Francois GougetSend regular messages to stdout so that they are separa...
2000-05-23  Gerard PatelRegression testing using CVS.
2000-05-23  Peter Hunnisett- Small fixes/updates
2000-05-23  Eric PouechA bit of documentation on new debugging features.
2000-05-23  James JuranSearchPathA needs to set the last error to ERROR_FILE_N...
2000-05-23  Andreas MohrUse WARN() instead of TRACE() in DebugOutputA().
2000-05-23  Huw D M DaviesHeapFree on a NULL ptr should return TRUE.
2000-05-19  Chris MorganUpdate nItemWidth in LISTVIEW_SetItem() if LVS_LIST...
2000-05-19  Ulrich WeigandFixed initialization of INSTANCEDATA in InitTask().
2000-05-19  Uwe BonnesStgOpenStorage16: correct arguments to the CreateFile...
2000-05-19  Uwe BonnesDOSFS_DoGetFullPathName: terminate string weh called...
2000-05-19  Francois GougetReplace the calls to malloc by calls to HeapAlloc and...
2000-05-19  Aric StewartFixes the line of garbage at the bottom of images and...
2000-05-19  Dimitrie O... Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
2000-05-18  Peter Hunnisett- Added remaining DirectX 3D3 6&7 3D interfaces.
2000-05-18  Juergen LockMinor update.
2000-05-18  Patrik StridvallFixed issues found by winapi_test.
2000-05-18  Patrik StridvallGetRelAbs for some reason takes 2 parameters, even...
2000-05-18  Alexandre JulliardSheri Steeves
2000-05-18  Alexandre JulliardFrancois Boisvert
2000-05-18  Patrik StridvallFixed issues found by winapi_check.
2000-05-18  Patrik StridvallMinor bug fixes.
2000-05-18  Francois GougetConvert C++ comments to regular C comments.
2000-05-18  Ove KaavenMade IDirectDrawSurface::SetPalette set the surface...
2000-05-18  Ove KaavenInitialize an identity mapping in CreatePalette if...
2000-05-18  Ove KaavenMade X11DRV_DIB_MapColor map back to the original color...
2000-05-15  Alexandre JulliardUse the correct display for cached metrics file name.
2000-05-15  Alexandre JulliardMake sure all Wine processes share the same X display.
2000-05-15  Ove KaavenUse unsigned int instead of unsigned short in DirectDraw
2000-05-15  Susan FarleyAvoid calls to SetFocus when they are unnecessary.
2000-05-14  David BlackImplemented TVM_EDITLABELA, plus some improvements...
2000-05-14  Andreas MohrMore verbose errors.
2000-05-14  Chris MorganFixed borders of windows while dragging or sizing to...
next