2000-05-30 |
Ulrich Czekalla | Add stub for SetConsoleOutputCP. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Marcus Meissner | Add a ; needed by some YACCs. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Lionel Ulmer | Install the colormap only if it was created. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Andreas Mohr | Implemented int 0x21 long file name function 0x71a0... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Lionel Ulmer | Implemented wglShareLists and wglGetCurrentDC. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Alexandre Julliard | Moved idle event handling to the server. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Alexandre Julliard | Use GetStartupInfoA() instead of accessing process... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Alexandre Julliard | Make sure initial task is not marked as 32-bit. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Alexandre Julliard | Make child processes inherit command-line options throu... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Alexandre Julliard | Serge Ivanov |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Dimitrie O... | Moved DISPDIB out of the kernel into GDI. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
David Grant | - Creating combobox with CBS_SIMPLE style shall set... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Alexandre Julliard | Do not load wineps on startup. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Gerald Pfeifer | Fixed warning. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Alexandre Julliard | Owen Wang |
commit | commitdiff | tree | snapshot |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Alexandre Julliard | Release 20000526. wine-20000526 |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Alexandre Julliard | Serge Ivanov |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Peter Hunnisett | Started local name server framework. |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Huw D M Davies | Add PrintSetup dialog and support for hooks and templates. |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Alexandre Julliard | Henning Hoffmann |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Ulrich Czekalla | Moved the EN_UPDATE notification out of the paint handl... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Alexandre Julliard | Francois Methot (Macadamian) |
commit | commitdiff | tree | snapshot |
2000-05-26 |
James Juran | DEBUG_ExternalDebugger() needs to be a part of wine... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Alexandre Julliard | Do not clear suffixes list (breaks BSD make). |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Huw D M Davies | Move winspool to unicode. |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Aric Stewart | Reworked the thumb drawing code, thumb calculation... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Alexandre Julliard | Louis-Philippe Gagnon (of Macadamian Technologies for... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Chris Morgan | Use clipping regions to reduce the amount of processing... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Gerard Patel | Fixes crash when calling Treeview_EndEditLabelNow and... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Susan Farley | Defer to standard scrolling APIs for non-flatSB specifi... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Rob Farnum | Separate out the 32bit case from the 24bit case, and... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Francois Gouget | Sorted out a few misplaced definitions. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Aric Stewart | Added handling for TVS_SINGLEEXPAND. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Aric Stewart | Corrected the problem where a tab control marked multil... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Marcus Meissner | Commented out broken __asm__, added comments where... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Martin Fuchs | Inserted a missing call to SetWindowPos(). With this... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Alexandre Julliard | Revived the GEN_C_SRCS variable to support wrc lex... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Alexandre Julliard | Send a normal mouse message code in WM_PARENTNOTIFY... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Patrik Stridvall | Fixed issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Patrik Stridvall | - Updated API files |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Hidenori Takeshima | If system doesn't have OpenGL, don't refer to libopengl... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Alexandre Julliard | Abey George (of Macadamian/Corel) |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Rob Farnum | Post a WM_CANCELMODE message to wake up the internal... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Gerald Pfeifer | Fix a mismatch between format string and parameter. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Susan Farley | SetBuddy no longer overwrites its superclass' WndProc... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
John R. Sheets | Cleaned up X11 extension tests. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ulrich Czekalla | Capture ^V,^X,^C and translate it to the corresponding... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Lionel Ulmer | - fixed the OpenGL32 spec file (and the make_opengl_spe... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ove Kaaven | Improved DirectDrawPalette handling (set it on init... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ove Kaaven | Scale mouse coordinates to default width 640. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Ove Kaaven | Made WINE_DirectDraw a decorationless popup window... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Gerald Pfeifer | #undef DELETE before (re)defining it. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Morgan | Fixed tooltips. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Morgan | Reduce toolbar redrawing and flicker by calling RedrawW... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Alexandre Julliard | Serge Ivanov |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Susan Farley | Set and retrieve the window icon that is drawn under... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Aric Stewart | Corrected a problem of when oldHit is negative and... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Francois Gouget | Should include commdlg.h. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Francois Gouget | Define the _X86_ macro on Intel processors. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andreas Mohr | Some part of EDIT_EM_LineLength code was commented... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Lionel Ulmer | Remove the PRIMARYSURFACE attribute from back buffers. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Aric Stewart | If a listview is created with LVS_NOCOLUMNEHEADER then... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Gerard Patel | Remove the direct call into core (DIALOG_DoDialogBox). |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Lionel Ulmer | Initialize the back-buffer with the correct VTable. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Lionel Ulmer | - added option to get double-buffered desktop |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Bertho Stultiens | - Implemented animated cursors and icons resource types. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Francois Gouget | Send regular messages to stdout so that they are separa... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Gerard Patel | Regression testing using CVS. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Peter Hunnisett | - Small fixes/updates |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Eric Pouech | A bit of documentation on new debugging features. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
James Juran | SearchPathA needs to set the last error to ERROR_FILE_N... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andreas Mohr | Use WARN() instead of TRACE() in DebugOutputA(). |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Huw D M Davies | HeapFree on a NULL ptr should return TRUE. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Morgan | Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Ulrich Weigand | Fixed initialization of INSTANCEDATA in InitTask(). |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Uwe Bonnes | StgOpenStorage16: correct arguments to the CreateFile... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Uwe Bonnes | DOSFS_DoGetFullPathName: terminate string weh called... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Francois Gouget | Replace the calls to malloc by calls to HeapAlloc and... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Aric Stewart | Fixes the line of garbage at the bottom of images and... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Dimitrie O... | Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Peter Hunnisett | - Added remaining DirectX 3D3 6&7 3D interfaces. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Juergen Lock | Minor update. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Patrik Stridvall | Fixed issues found by winapi_test. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Patrik Stridvall | GetRelAbs for some reason takes 2 parameters, even... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Alexandre Julliard | Sheri Steeves |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Alexandre Julliard | Francois Boisvert |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Patrik Stridvall | Fixed issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Patrik Stridvall | Minor bug fixes. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Francois Gouget | Convert C++ comments to regular C comments. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Ove Kaaven | Made IDirectDrawSurface::SetPalette set the surface... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Ove Kaaven | Initialize an identity mapping in CreatePalette if... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Ove Kaaven | Made X11DRV_DIB_MapColor map back to the original color... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Alexandre Julliard | Use the correct display for cached metrics file name. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Alexandre Julliard | Make sure all Wine processes share the same X display. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Ove Kaaven | Use unsigned int instead of unsigned short in DirectDraw |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Susan Farley | Avoid calls to SetFocus when they are unnecessary. |
commit | commitdiff | tree | snapshot |
2000-05-14 |
David Black | Implemented TVM_EDITLABELA, plus some improvements... |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Andreas Mohr | More verbose errors. |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Chris Morgan | Fixed borders of windows while dragging or sizing to... |
commit | commitdiff | tree | snapshot |
next |