2000-05-23 |
Alexandre Julliard | Serge Ivanov
|
commit | commitdiff | tree |
2000-05-23 |
Susan Farley | Set and retrieve the window icon that is drawn under...
|
commit | commitdiff | tree |
2000-05-23 |
Aric Stewart | Corrected a problem of when oldHit is negative and...
|
commit | commitdiff | tree |
2000-05-23 |
Francois Gouget | Should include commdlg.h.
|
commit | commitdiff | tree |
2000-05-23 |
Francois Gouget | Define the _X86_ macro on Intel processors.
|
commit | commitdiff | tree |
2000-05-23 |
Andreas Mohr | Some part of EDIT_EM_LineLength code was commented...
|
commit | commitdiff | tree |
2000-05-23 |
Lionel Ulmer | Remove the PRIMARYSURFACE attribute from back buffers.
|
commit | commitdiff | tree |
2000-05-23 |
Aric Stewart | If a listview is created with LVS_NOCOLUMNEHEADER then...
|
commit | commitdiff | tree |
2000-05-23 |
Gerard Patel | Remove the direct call into core (DIALOG_DoDialogBox).
|
commit | commitdiff | tree |
2000-05-23 |
Lionel Ulmer | Initialize the back-buffer with the correct VTable.
|
commit | commitdiff | tree |
2000-05-23 |
Lionel Ulmer | - added option to get double-buffered desktop
|
commit | commitdiff | tree |
2000-05-23 |
Bertho Stultiens | - Implemented animated cursors and icons resource types.
|
commit | commitdiff | tree |
2000-05-23 |
Francois Gouget | Send regular messages to stdout so that they are separate...
|
commit | commitdiff | tree |
2000-05-23 |
Gerard Patel | Regression testing using CVS.
|
commit | commitdiff | tree |
2000-05-23 |
Peter Hunnisett | - Small fixes/updates
|
commit | commitdiff | tree |
2000-05-23 |
Eric Pouech | A bit of documentation on new debugging features.
|
commit | commitdiff | tree |
2000-05-23 |
James Juran | SearchPathA needs to set the last error to ERROR_FILE_NOT_FO...
|
commit | commitdiff | tree |
2000-05-23 |
Andreas Mohr | Use WARN() instead of TRACE() in DebugOutputA().
|
commit | commitdiff | tree |
2000-05-23 |
Huw D M Davies | HeapFree on a NULL ptr should return TRUE.
|
commit | commitdiff | tree |
2000-05-19 |
Chris Morgan | Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST...
|
commit | commitdiff | tree |
2000-05-19 |
Ulrich Weigand | Fixed initialization of INSTANCEDATA in InitTask().
|
commit | commitdiff | tree |
2000-05-19 |
Uwe Bonnes | StgOpenStorage16: correct arguments to the CreateFile...
|
commit | commitdiff | tree |
2000-05-19 |
Uwe Bonnes | DOSFS_DoGetFullPathName: terminate string weh called...
|
commit | commitdiff | tree |
2000-05-19 |
Francois Gouget | Replace the calls to malloc by calls to HeapAlloc and...
|
commit | commitdiff | tree |
2000-05-19 |
Aric Stewart | Fixes the line of garbage at the bottom of images and...
|
commit | commitdiff | tree |
2000-05-19 |
Dimitrie O. Paun | Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
|
commit | commitdiff | tree |
2000-05-18 |
Peter Hunnisett | - Added remaining DirectX 3D3 6&7 3D interfaces.
|
commit | commitdiff | tree |
2000-05-18 |
Juergen Lock | Minor update.
|
commit | commitdiff | tree |
2000-05-18 |
Patrik Stridvall | Fixed issues found by winapi_test.
|
commit | commitdiff | tree |
2000-05-18 |
Patrik Stridvall | GetRelAbs for some reason takes 2 parameters, even...
|
commit | commitdiff | tree |
2000-05-18 |
Alexandre Julliard | Sheri Steeves
|
commit | commitdiff | tree |
2000-05-18 |
Alexandre Julliard | Francois Boisvert
|
commit | commitdiff | tree |
2000-05-18 |
Patrik Stridvall | Fixed issues found by winapi_check.
|
commit | commitdiff | tree |
2000-05-18 |
Patrik Stridvall | Minor bug fixes.
|
commit | commitdiff | tree |
2000-05-18 |
Francois Gouget | Convert C++ comments to regular C comments.
|
commit | commitdiff | tree |
2000-05-18 |
Ove Kaaven | Made IDirectDrawSurface::SetPalette set the surface...
|
commit | commitdiff | tree |
2000-05-18 |
Ove Kaaven | Initialize an identity mapping in CreatePalette if...
|
commit | commitdiff | tree |
2000-05-18 |
Ove Kaaven | Made X11DRV_DIB_MapColor map back to the original color...
|
commit | commitdiff | tree |
2000-05-15 |
Alexandre Julliard | Use the correct display for cached metrics file name.
|
commit | commitdiff | tree |
2000-05-15 |
Alexandre Julliard | Make sure all Wine processes share the same X display.
|
commit | commitdiff | tree |
2000-05-15 |
Ove Kaaven | Use unsigned int instead of unsigned short in DirectDraw
|
commit | commitdiff | tree |
2000-05-15 |
Susan Farley | Avoid calls to SetFocus when they are unnecessary.
|
commit | commitdiff | tree |
2000-05-14 |
David Black | Implemented TVM_EDITLABELA, plus some improvements...
|
commit | commitdiff | tree |
2000-05-14 |
Andreas Mohr | More verbose errors.
|
commit | commitdiff | tree |
2000-05-14 |
Chris Morgan | Fixed borders of windows while dragging or sizing to...
|
commit | commitdiff | tree |
2000-05-14 |
Gerald Pfeifer | #include <sys/types.h> before <sys/mman.h>.
|
commit | commitdiff | tree |
2000-05-14 |
Dimitrie O. Paun | Moved DDEML into dlls/user.
|
commit | commitdiff | tree |
2000-05-14 |
Alexandre Julliard | Added support for registry values larger than the server...
|
commit | commitdiff | tree |
2000-05-14 |
Ove Kaaven | Improved DIBSection support for IDirectDrawSurface...
|
commit | commitdiff | tree |
2000-05-14 |
Lionel Ulmer | - set debug messages after a TRACE_ON test
|
commit | commitdiff | tree |
2000-05-14 |
Gerard Patel | When new menu Id is not found or index > nitems, insert...
|
commit | commitdiff | tree |
2000-05-13 |
Peter Hunnisett | - Added ability to create 3D3 interfaces for Xlib
|
commit | commitdiff | tree |
2000-05-12 |
Susan Farley | Distinguish RADIOCHECK style menu items from standard...
|
commit | commitdiff | tree |
2000-05-12 |
Susan Farley | Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON...
|
commit | commitdiff | tree |
2000-05-12 |
Uwe Bonnes | GetFullPathname: add missing termination to the string.
|
commit | commitdiff | tree |
2000-05-12 |
Patrik Stridvall | Fixed byte order on Solaris and FreeBSD.
|
commit | commitdiff | tree |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL.
|
commit | commitdiff | tree |
2000-05-12 |
Eric Pouech | Fixed absolute path to pidl generation.
|
commit | commitdiff | tree |
2000-05-11 |
Alexandre Julliard | Fixed buffer overflow.
|
commit | commitdiff | tree |
2000-05-11 |
Patrik Stridvall | Fixed some debug messages.
|
commit | commitdiff | tree |
2000-05-11 |
Patrik Stridvall | Fixed issues found by winapi_check.
|
commit | commitdiff | tree |
2000-05-11 |
Patrik Stridvall | - Check for missing modules in modules.dat.
|
commit | commitdiff | tree |
2000-05-11 |
Marcus Meissner | Fixed asm() constraints.
|
commit | commitdiff | tree |
2000-05-11 |
Eric Pouech | Fixed %p in printf (now using wsprintf which doesn...
|
commit | commitdiff | tree |
2000-05-11 |
Eric Pouech | Fixed division by zero.
|
commit | commitdiff | tree |
2000-05-11 |
Eric Pouech | Fixed some quirks (range is 32 bit, page up/dn mismatch...
|
commit | commitdiff | tree |
2000-05-11 |
Ove Kaaven | Scroll off-screen controls when scroll rectangle is...
|
commit | commitdiff | tree |
2000-05-11 |
Ken Thomases | Implemented tab control style TCS_HOTTRACK (tabs are...
|
commit | commitdiff | tree |
2000-05-11 |
Aric Stewart | Remove the background from the new image when it is...
|
commit | commitdiff | tree |
2000-05-11 |
Bernd Herd | Make sure hInstance is a proper global handle and not...
|
commit | commitdiff | tree |
2000-05-11 |
Alexandre Julliard | Jean-Claude Batista
|
commit | commitdiff | tree |
2000-05-11 |
Aric Stewart | Clean up the drawing code after a label update. There...
|
commit | commitdiff | tree |
2000-05-11 |
Guy Albertelli | Clear menu handle after destroying menu.
|
commit | commitdiff | tree |
2000-05-11 |
Guy Albertelli | Revalidate menu handle in mt.hTopMenu after DispatchMessage.
|
commit | commitdiff | tree |
2000-05-11 |
Bernd Herd | Pass CTLDATA as SEGPTR for 16-bit programs.
|
commit | commitdiff | tree |
2000-05-11 |
Alexander Frink | Prevent possible NULL pointer access.
|
commit | commitdiff | tree |
2000-05-10 |
Aric Stewart | - Wine was passing the wrong hwnd as the owner when...
|
commit | commitdiff | tree |
2000-05-10 |
Aric Stewart | Allow the user to cancel label editing with esc and...
|
commit | commitdiff | tree |
2000-05-10 |
Ken Thomases | Restore accidentally undone changes.
|
commit | commitdiff | tree |
2000-05-10 |
Aric Stewart | - Wine was not properly reporting back the edited label...
|
commit | commitdiff | tree |
2000-05-10 |
Aric Stewart | - Cleaned up some of the drawing code, specifically...
|
commit | commitdiff | tree |
2000-05-10 |
Eric Pouech | Make internal buffers size multiple of 4.
|
commit | commitdiff | tree |
2000-05-10 |
Guy L. Albertelli | Verify the menu handle is non-zero prior to use.
|
commit | commitdiff | tree |
2000-05-10 |
Ken Thomases | Fixed to display popup-menu arrow on owner-drawn popup...
|
commit | commitdiff | tree |
2000-05-10 |
Alexandre Julliard | Specify the service thread timers in ms instead of us.
|
commit | commitdiff | tree |
2000-05-10 |
Alexandre Julliard | Reserve space for the PE header at the start of the...
|
commit | commitdiff | tree |
2000-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory...
|
commit | commitdiff | tree |
2000-05-10 |
Aric Stewart | Some programs switch their status bar back and forth...
|
commit | commitdiff | tree |
2000-05-09 |
Alexandre Julliard | Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole...
|
commit | commitdiff | tree |
2000-05-09 |
Eric Pouech | Changed WAVEHDR notification heuristic.
|
commit | commitdiff | tree |
2000-05-09 |
Bertho Stultiens | - Bugfix: Corrected a SEGV in the rawdata handling...
|
commit | commitdiff | tree |
2000-05-09 |
Aric Stewart | Added the ability to use multiline tab controls to...
|
commit | commitdiff | tree |
2000-05-09 |
Marcus Meissner | Number of surface Lock/Unlocks must NOT match, so do...
|
commit | commitdiff | tree |
2000-05-09 |
Ove Kaaven | Update for new Wine features; use ttydrv instead of...
|
commit | commitdiff | tree |
2000-05-09 |
Ove Kaaven | Fixed jump_alias for non-PIC, and disabled it for PIC...
|
commit | commitdiff | tree |
2000-05-09 |
Eric Pouech | Fixed x /s command.
|
commit | commitdiff | tree |
2000-05-09 |
Andreas Mohr | Added some reg temp file clutter check (more than 100...
|
commit | commitdiff | tree |
2000-05-07 |
Marcus Meissner | SetImageBits_8: added ->15 conversion in optimized...
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Jean-Claude Batista
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Do not send WM_SIZING to 16-bit windows.
|
commit | commitdiff | tree |