- 29 Jul, 2000 2 commits
-
-
Marcus Meissner authored
-desktop mode.
-
Francois Boisvert authored
clicking on a window having a customize non client area.
-
- 28 Jul, 2000 16 commits
-
-
Ove Kaaven authored
-
Wolfgang Schwotzer authored
-
Francois Jacques authored
- X11DRV and TTYDRV updated with new API SetWindowRgn
-
Ove Kaaven authored
routines now always use the current memory space.
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
Stephane Lussier authored
of the Window. Service thread is doing the invalidation part, and the application thread is doing the erasing part. All this has been implemented using WM_SYNCPAINT message.
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Stephane Lussier authored
- In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate a WM_PAINT eventually for the dialog, no need to force a paint right away. (based on a patch from James Hatheway in the Corel tree)
-
Ove Kaaven authored
trying to find and read from the current task's module structures.
-
Ove Kaaven authored
don't need those complex constraints either.
-
Ove Kaaven authored
even if no such wake bits are set, because in a PeekMessage loop, there's no sleeping, so the necessary wake bits are never set...
-
Huw D M Davies authored
Add some more TRACE()s.
-
Alexandre Julliard authored
32-bit dll that contains it.
-
- 26 Jul, 2000 8 commits
-
-
Alexandre Julliard authored
Merged sound.dll into winmm.dll. Merged stress.dll into kernel32.dll.
-
Alexandre Julliard authored
file.
-
Eric Pouech authored
- upgraded vfw.h content
-
Alexandre Julliard authored
-
Alexandre Julliard authored
(thanks to Peter Ganten).
-
Andreas Mohr authored
-
Andreas Mohr authored
MODULE_GetBinaryType().
-
Alexandre Julliard authored
-
- 25 Jul, 2000 14 commits
-
-
Alexandre Julliard authored
the wineserver too.
-
Andreas Mohr authored
non-existent directory would leave the new drive enabled upon aborting (fixes CuteFTP install and should fix MANY apps) This has probably been caused by myself. *brownpaperbag* - added GetVolumeInformation serial number bug-for-bug compatibility - corrected Unicode labels (better CD-ROM handling in general) - moved CD-ROM label detection code to misc/cdrom.c - possible to use loopback mounted ISO9660 files - init some uninitialised drive fields - remove some unnecessary header includes
-
Susan Farley authored
-
Dave Pickles authored
- Added full support for FORMAT_MESSAGE_FROM_SYSTEM - Implemented language search as documented - Illegal combinations of options trapped. - Message table for system messages added.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
James Hatheway authored
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
Bertho Stultiens authored
does not generate proper default transition rules for non-terminals. See comments in parser.y how the fix works. - Changed the error-line/char position to make emacs happy parsing the position of the error. - Added comments in the documentation in which order the line-numer and character-position of the error is written.
-
Ove Kaaven authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
made advapi32 a separate dll.
-
Eric Pouech authored
- segmented expressions didn't display correctly - using dynamic size array for nested types parsing - correct display of source code after a crash factorized some code
-