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 |
2000-05-14 |
Gerald Pfeifer | #include <sys/types.h> before <sys/mman.h>. |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Dimitrie O... | Moved DDEML into dlls/user. |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Alexandre Julliard | Added support for registry values larger than the serve... |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Ove Kaaven | Improved DIBSection support for IDirectDrawSurface... |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Lionel Ulmer | - set debug messages after a TRACE_ON test |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Gerard Patel | When new menu Id is not found or index > nitems, insert... |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Peter Hunnisett | - Added ability to create 3D3 interfaces for Xlib |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Susan Farley | Distinguish RADIOCHECK style menu items from standard... |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Susan Farley | Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON... |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Uwe Bonnes | GetFullPathname: add missing termination to the string. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Patrik Stridvall | Fixed byte order on Solaris and FreeBSD. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Eric Pouech | Fixed absolute path to pidl generation. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Alexandre Julliard | Fixed buffer overflow. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Patrik Stridvall | Fixed some debug messages. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Patrik Stridvall | Fixed issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Patrik Stridvall | - Check for missing modules in modules.dat. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Marcus Meissner | Fixed asm() constraints. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Eric Pouech | Fixed %p in printf (now using wsprintf which doesn... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Eric Pouech | Fixed division by zero. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Eric Pouech | Fixed some quirks (range is 32 bit, page up/dn mismatch... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ove Kaaven | Scroll off-screen controls when scroll rectangle is... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ken Thomases | Implemented tab control style TCS_HOTTRACK (tabs are... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Aric Stewart | Remove the background from the new image when it is... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Bernd Herd | Make sure hInstance is a proper global handle and not... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Alexandre Julliard | Jean-Claude Batista |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Aric Stewart | Clean up the drawing code after a label update. There... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Guy Albertelli | Clear menu handle after destroying menu. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Guy Albertelli | Revalidate menu handle in mt.hTopMenu after DispatchMes... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Bernd Herd | Pass CTLDATA as SEGPTR for 16-bit programs. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Alexander Frink | Prevent possible NULL pointer access. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Aric Stewart | - Wine was passing the wrong hwnd as the owner when... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Aric Stewart | Allow the user to cancel label editing with esc and... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Ken Thomases | Restore accidentally undone changes. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Aric Stewart | - Wine was not properly reporting back the edited label... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Aric Stewart | - Cleaned up some of the drawing code, specifically... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Eric Pouech | Make internal buffers size multiple of 4. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Guy L. Albertelli | Verify the menu handle is non-zero prior to use. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Ken Thomases | Fixed to display popup-menu arrow on owner-drawn popup... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Alexandre Julliard | Specify the service thread timers in ms instead of us. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Alexandre Julliard | Reserve space for the PE header at the start of the... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Aric Stewart | Some programs switch their status bar back and forth... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Alexandre Julliard | Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Eric Pouech | Changed WAVEHDR notification heuristic. |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Bertho Stultiens | - Bugfix: Corrected a SEGV in the rawdata handling... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Aric Stewart | Added the ability to use multiline tab controls to... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Marcus Meissner | Number of surface Lock/Unlocks must NOT match, so do... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Ove Kaaven | Update for new Wine features; use ttydrv instead of... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Ove Kaaven | Fixed jump_alias for non-PIC, and disabled it for PIC... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Eric Pouech | Fixed x /s command. |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Andreas Mohr | Added some reg temp file clutter check (more than 100... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Marcus Meissner | SetImageBits_8: added ->15 conversion in optimized... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Alexandre Julliard | Jean-Claude Batista |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Alexandre Julliard | Do not send WM_SIZING to 16-bit windows. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Alexandre Julliard | Cleaned up local heap initialisation. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Dimitrie O... | Separate OLE2NLS out of KERNEL. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Patrik Stridvall | - Check for missing modules in modules.dat. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Alexandre Julliard | Jean-Claude Batista (Macadamian/Corel) |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Marcus Meissner | Old versions of glibc might not have STN_UNDEF defined. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gerard Patel | Revert the test for Virtual_HandleFault in ReadFile... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gerard Patel | Set the itemID member of the DRAWITEMSTRUCT to the... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gerard Patel | Always calls SetMenu in MDISetMenu. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Dimitrie O... | Small debug channel cleanup. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Chris Morgan | Fixed scrolling bug. |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Chris Morgan | Implemented ListView_SetHoverTime(), ListView_GetHoverT... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Aric Stewart | Added WM_SIZING message support. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Rob Farnum | Removed warnings from freeing path in DeleteDC. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Aric Stewart | Fixed a bug with the processing of HitTest. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Susan Farley | Handle ^C, ^V and ^X in an edit control properly. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Huw D M Davies | Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWA... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Huw D M Davies | Fixed DC leak. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Stephane Lussier | If we do not find a resource for both (primary lang... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Sheri Steeves | Worked around some tooltips hide problems by checking... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Andreas Mohr | Added a configuration hint for the CD-ROM "unhide"... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Alexandre Julliard | Henning Hoffmann (of Macadamian for Corel) |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Eric Pouech | Fixed some buffer overflows. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | Generated again. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | PE_LoadImage: removed version parameter, set last error... |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | Store process file name in startup info. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | Fixed typo. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Hidenori Takeshima | Added stubs for riched32.dll. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Lionel Ulmer | Call XOpenIM on the large stack. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Bang Jun-Young | FreeBSD 3.4 compile fix. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | Fixed COORD structure definition. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | Small optimization. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | Fixed default thread stack size. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Alexandre Julliard | Fixed DrawTextW length handling. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Lionel Ulmer | Remove the assertion when there is no source surface. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Huw D M Davies | Add DosDateTimeToVariantTime prototype. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Huw D M Davies | Map StrChrA to strchr. Fix StrChrW arg list. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Huw D M Davies | Added HWND_MESSAGE. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Huw D M Davies | Allow ISequentialStream_Write to work if access mode... |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Bertho Stultiens | Mmap does not fail on zero-length files. |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Alexandre Julliard | Use exception handling to implement the IsBad* functions. |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Alexandre Julliard | Setup the initial thread %fs from a constructor. |
commit | commitdiff | tree | snapshot |
next |