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 |
2000-05-07 |
Alexandre Julliard | Cleaned up local heap initialisation.
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h.
|
commit | commitdiff | tree |
2000-05-07 |
Dimitrie O. Paun | Separate OLE2NLS out of KERNEL.
|
commit | commitdiff | tree |
2000-05-07 |
Patrik Stridvall | - Check for missing modules in modules.dat.
|
commit | commitdiff | tree |
2000-05-07 |
Alexandre Julliard | Jean-Claude Batista (Macadamian/Corel)
|
commit | commitdiff | tree |
2000-05-07 |
Marcus Meissner | Old versions of glibc might not have STN_UNDEF defined.
|
commit | commitdiff | tree |
2000-05-07 |
Gerard Patel | Revert the test for Virtual_HandleFault in ReadFile...
|
commit | commitdiff | tree |
2000-05-07 |
Gerard Patel | Set the itemID member of the DRAWITEMSTRUCT to the...
|
commit | commitdiff | tree |
2000-05-07 |
Gerard Patel | Always calls SetMenu in MDISetMenu.
|
commit | commitdiff | tree |
2000-05-07 |
Dimitrie O. Paun | Small debug channel cleanup.
|
commit | commitdiff | tree |
2000-05-07 |
Chris Morgan | Fixed scrolling bug.
|
commit | commitdiff | tree |
2000-05-07 |
Chris Morgan | Implemented ListView_SetHoverTime(), ListView_GetHoverTime...
|
commit | commitdiff | tree |
2000-05-05 |
Aric Stewart | Added WM_SIZING message support.
|
commit | commitdiff | tree |
2000-05-05 |
Rob Farnum | Removed warnings from freeing path in DeleteDC.
|
commit | commitdiff | tree |
2000-05-05 |
Aric Stewart | Fixed a bug with the processing of HitTest.
|
commit | commitdiff | tree |
2000-05-05 |
Susan Farley | Handle ^C, ^V and ^X in an edit control properly.
|
commit | commitdiff | tree |
2000-05-05 |
Huw D M Davies | Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE...
|
commit | commitdiff | tree |
2000-05-05 |
Huw D M Davies | Fixed DC leak.
|
commit | commitdiff | tree |
2000-05-05 |
Stephane Lussier | If we do not find a resource for both (primary lang...
|
commit | commitdiff | tree |
2000-05-05 |
Sheri Steeves | Worked around some tooltips hide problems by checking...
|
commit | commitdiff | tree |
2000-05-05 |
Andreas Mohr | Added a configuration hint for the CD-ROM "unhide"...
|
commit | commitdiff | tree |
2000-05-05 |
Alexandre Julliard | Henning Hoffmann (of Macadamian for Corel)
|
commit | commitdiff | tree |
2000-05-05 |
Eric Pouech | Fixed some buffer overflows.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Generated again.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | PE_LoadImage: removed version parameter, set last error...
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Store process file name in startup info.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed typo.
|
commit | commitdiff | tree |
2000-05-03 |
Hidenori Takeshima | Added stubs for riched32.dll.
|
commit | commitdiff | tree |
2000-05-03 |
Lionel Ulmer | Call XOpenIM on the large stack.
|
commit | commitdiff | tree |
2000-05-03 |
Bang Jun-Young | FreeBSD 3.4 compile fix.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed COORD structure definition.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Small optimization.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed default thread stack size.
|
commit | commitdiff | tree |
2000-05-03 |
Alexandre Julliard | Fixed DrawTextW length handling.
|
commit | commitdiff | tree |
2000-05-03 |
Lionel Ulmer | Remove the assertion when there is no source surface.
|
commit | commitdiff | tree |
2000-05-03 |
Huw D M Davies | Add DosDateTimeToVariantTime prototype.
|
commit | commitdiff | tree |
2000-05-03 |
Huw D M Davies | Map StrChrA to strchr. Fix StrChrW arg list.
|
commit | commitdiff | tree |
2000-05-03 |
Huw D M Davies | Added HWND_MESSAGE.
|
commit | commitdiff | tree |
2000-05-03 |
Huw D M Davies | Allow ISequentialStream_Write to work if access mode...
|
commit | commitdiff | tree |
2000-05-03 |
Bertho Stultiens | Mmap does not fail on zero-length files.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Use exception handling to implement the IsBad* functions.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Setup the initial thread %fs from a constructor.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Added DECL_GLOBAL_CONSTRUCTOR macro.
|
commit | commitdiff | tree |
2000-05-01 |
Bertho Stultiens | - Implemented a new preprocessor that is (nearly) ANSI...
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup...
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Added ENOEXEC error code.
|
commit | commitdiff | tree |
2000-05-01 |
Alexandre Julliard | Added atfork support.
|
commit | commitdiff | tree |
2000-05-01 |
Lionel Ulmer | Added DGA2 driver to DirectDraw.
|
commit | commitdiff | tree |
2000-05-01 |
Uwe Bonnes | COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError...
|
commit | commitdiff | tree |
2000-05-01 |
Eric Pouech | Fixed segv when debugger registry key doesn't exist.
|
commit | commitdiff | tree |
2000-05-01 |
Gerald Pfeifer | Use <stdlib.h> instead of the deprecated and non-portable...
|
commit | commitdiff | tree |
2000-04-30 |
Alexandre Julliard | Release 20000430.
|
commit | commitdiff | tree |
2000-04-30 |
Gerard Patel | X11DRV_SetFocus: really don't mess with focus for managed...
|
commit | commitdiff | tree |
2000-04-30 |
Dimitrie O. Paun | Removed HEAP_xalloc.
|
commit | commitdiff | tree |
2000-04-30 |
Eric Pouech | - Enhanced internal variables framework (including...
|
commit | commitdiff | tree |
2000-04-30 |
Eric Pouech | Insure we always try to launch a debugger.
|
commit | commitdiff | tree |
2000-04-30 |
Uwe Bonnes | Use Thread pseudo handle and not Thread Id as argument...
|
commit | commitdiff | tree |
2000-04-29 |
Alexandre Julliard | Clear the remainder of the page when mapping a section...
|
commit | commitdiff | tree |
2000-04-29 |
Lionel Ulmer | - added thread-safety protection to XListPixmapFormats
|
commit | commitdiff | tree |
2000-04-29 |
Eric Pouech | Fixed GetLargestConsoleWindowSize prototype.
|
commit | commitdiff | tree |
2000-04-29 |
Gerald Pfeifer | FreeBSD compile fix.
|
commit | commitdiff | tree |
2000-04-29 |
Ove Kaaven | Added DIB_CreateDIBSection with extra parameter ovr_pitch...
|
commit | commitdiff | tree |
2000-04-29 |
Ove Kaaven | Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
|
commit | commitdiff | tree |
2000-04-29 |
Eric Pouech | Enhanced libc's pthread configuration detection.
|
commit | commitdiff | tree |
2000-04-29 |
Eric Pouech | Fixed a few compilation warnings.
|
commit | commitdiff | tree |
2000-04-29 |
Patrik Stridvall | Fixed some warnings.
|
commit | commitdiff | tree |
2000-04-29 |
Patrik Stridvall | Fixed issues reported by winapi_check.
|
commit | commitdiff | tree |
2000-04-29 |
Patrik Stridvall | - API files update
|
commit | commitdiff | tree |
2000-04-29 |
Lionel Ulmer | Added '--enable-opengl' flag to bypass the thread-safety...
|
commit | commitdiff | tree |
2000-04-29 |
Dimitrie O. Paun | Removed some HEAP_xalloc calls.
|
commit | commitdiff | tree |
2000-04-29 |
Eric Pouech | Fixed bug when file doesn't exist in MCI_OPEN handling.
|
commit | commitdiff | tree |
2000-04-29 |
Eric Pouech | Fixed argv handling for cuiexe winelib programs.
|
commit | commitdiff | tree |
2000-04-29 |
Ove Kaaven | Made pthread_kill_other_threads_np and pthread_atfork...
|
commit | commitdiff | tree |
2000-04-29 |
Rein Klazes | WinHelp must accept a NULL pointer to the help key...
|
commit | commitdiff | tree |
2000-04-28 |
Guy L. Albertelli | - Correct check for minimum buffer length.
|
commit | commitdiff | tree |
2000-04-28 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello...
|
commit | commitdiff | tree |
2000-04-28 |
Uwe Bonnes | DOSFS_DoGetFullPathName: rewrite to return results...
|
commit | commitdiff | tree |
2000-04-28 |
Alexandre Julliard | Authors: Gavriel State <gavriels@corel.com>, Ulrich...
|
commit | commitdiff | tree |
2000-04-28 |
Juergen Schmied | Complete cleanup, bugfixes.
|
commit | commitdiff | tree |