James Juran [Sat, 7 Aug 1999 14:07:53 +0000 (14:07 +0000)]
Make sure we compile winestub.o before trying to build a Winelib test
program.
Andreas Mohr [Sat, 7 Aug 1999 12:36:11 +0000 (12:36 +0000)]
Fixed case sensitivity flag.
Klaas van Gend [Sat, 7 Aug 1999 12:34:54 +0000 (12:34 +0000)]
Implemented the return of hDevModes and hDevNames in the PRINTDLG
structure of PrintDlgA().
Ove Kaaven [Sat, 7 Aug 1999 12:33:35 +0000 (12:33 +0000)]
Made hardware_event use win32-conformant parameters.
Juergen Schmied [Sat, 7 Aug 1999 12:32:42 +0000 (12:32 +0000)]
Explicitly load shell32.dll.
Thuy Nguyen [Sat, 7 Aug 1999 12:30:04 +0000 (12:30 +0000)]
Take into account icons when determining tab size.
Morten Eriksen [Sat, 7 Aug 1999 12:29:04 +0000 (12:29 +0000)]
Improved GetDiskFreeSpaceEx() implementation a little bit.
Uwe Bonnes [Sat, 7 Aug 1999 12:28:09 +0000 (12:28 +0000)]
- added some more Baudrates
- fixed a hang in tcsetattr when the input buffer isn't empty
- added more verbosity for debugging
Francis Beaudet [Sat, 7 Aug 1999 12:26:52 +0000 (12:26 +0000)]
Handle the case when the button is really small.
Thuy Nguyen [Sat, 7 Aug 1999 12:25:32 +0000 (12:25 +0000)]
WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
specify WS_CAPTION.
Marcus Meissner [Wed, 4 Aug 1999 15:07:56 +0000 (15:07 +0000)]
Implemented DirectInput Joystick support (tested with WC:Prophecy).
Andreas Mohr [Wed, 4 Aug 1999 14:32:03 +0000 (14:32 +0000)]
Implemented SetLocalTime.
Ivan De Saedeleer [Wed, 4 Aug 1999 14:28:03 +0000 (14:28 +0000)]
Minor fix to the French Canadian keyboard.
Marcus Meissner [Wed, 4 Aug 1999 14:26:50 +0000 (14:26 +0000)]
When flipping backbuffer -> frontbuffer, first exchange surfaces, then
copy XImage, since the palette might only be defined in the frontbuffer.
Joerg Mayer [Wed, 4 Aug 1999 14:26:08 +0000 (14:26 +0000)]
Create sysconfdir on install.
Alexandre Julliard [Wed, 4 Aug 1999 12:24:32 +0000 (12:24 +0000)]
Fixed typo.
Alexandre Julliard [Wed, 4 Aug 1999 12:22:42 +0000 (12:22 +0000)]
Got rid of dsprintf and related macros.
Alexandre Julliard [Wed, 4 Aug 1999 09:52:33 +0000 (09:52 +0000)]
Remove the mutex from the thread list when destroying it.
Ulrich Weigand [Wed, 4 Aug 1999 09:49:49 +0000 (09:49 +0000)]
Moved various DLLs to dlls/
Alexandre Julliard [Sun, 1 Aug 1999 14:58:01 +0000 (14:58 +0000)]
Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
aliasing optimization problems.
Alexandre Julliard [Sun, 1 Aug 1999 14:54:16 +0000 (14:54 +0000)]
Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
Alexandre Julliard [Sun, 1 Aug 1999 14:51:26 +0000 (14:51 +0000)]
Removed async I/O support.
Alexandre Julliard [Sun, 1 Aug 1999 14:46:51 +0000 (14:46 +0000)]
Use the service thread for comm notifications.
Alexandre Julliard [Sun, 1 Aug 1999 12:51:55 +0000 (12:51 +0000)]
Made stack manipulation macros into inline functions.
Changed a few accesses to context registers to avoid potential
aliasing optimization problems.
Alexandre Julliard [Sun, 1 Aug 1999 12:15:12 +0000 (12:15 +0000)]
Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
SIGCONTEXT.
Alexandre Julliard [Sun, 1 Aug 1999 12:10:24 +0000 (12:10 +0000)]
Remove wine.conf.man on distclean
Alexandre Julliard [Sat, 31 Jul 1999 19:55:06 +0000 (19:55 +0000)]
Release 990731.
Noomen Hamza [Sat, 31 Jul 1999 19:35:58 +0000 (19:35 +0000)]
Close the right window when clicking on a non active window close
button.
Pavel Roskin [Sat, 31 Jul 1999 19:25:22 +0000 (19:25 +0000)]
Removed the dependency on "dummy" for wine and wine.sym.
Alexandre Julliard [Sat, 31 Jul 1999 19:24:11 +0000 (19:24 +0000)]
Remove file from cache when flushing it (based on a patch by Ian
Schmidt).
Marcus Meissner [Sat, 31 Jul 1999 19:22:25 +0000 (19:22 +0000)]
Added CONTEXT for ALPHA and MIPS.
Patrik Stridvall [Sat, 31 Jul 1999 17:39:44 +0000 (17:39 +0000)]
Added support for Solaris Lint.
Patrik Stridvall [Sat, 31 Jul 1999 17:36:48 +0000 (17:36 +0000)]
Fixed some of the issues reported by Solaris Lint.
Patrik Stridvall [Sat, 31 Jul 1999 17:35:33 +0000 (17:35 +0000)]
Solaris C/C++ compile fix.
Patrik Stridvall [Sat, 31 Jul 1999 17:34:43 +0000 (17:34 +0000)]
Various ANSI C compability fixes.
Patrik Stridvall [Sat, 31 Jul 1999 17:32:05 +0000 (17:32 +0000)]
Fixed some of the issues reported by winapi-check.
Marcus Meissner [Sat, 31 Jul 1999 17:29:20 +0000 (17:29 +0000)]
Actually create the man/ subdirectories before installing.
Ulrich Weigand [Sat, 31 Jul 1999 17:27:38 +0000 (17:27 +0000)]
Implemented KERNEL.447 (WIN32_OldYield16).
Ulrich Weigand [Sat, 31 Jul 1999 17:26:11 +0000 (17:26 +0000)]
Suspend WND lock before EVENT_Synchronize.
Ulrich Weigand [Sat, 31 Jul 1999 17:25:36 +0000 (17:25 +0000)]
Create VxD handle only for known VxDs.
Patrik Stridvall [Sat, 31 Jul 1999 14:45:22 +0000 (14:45 +0000)]
Made compilation of *.spec.c files use -fno-builtin regardless of
where they are.
Patrik Stridvall [Sat, 31 Jul 1999 14:41:43 +0000 (14:41 +0000)]
Fixed/added missing/wrong function prototypes and made internal
functions static.
Patrik Stridvall [Sat, 31 Jul 1999 14:38:31 +0000 (14:38 +0000)]
Fixed missing prototypes and made it work with Solaris X11.
Patrik Stridvall [Sat, 31 Jul 1999 13:13:23 +0000 (13:13 +0000)]
Eliminated warnings.
Andreas Mohr [Sat, 31 Jul 1999 13:11:22 +0000 (13:11 +0000)]
Fixed the DSEG value in the SEGTABLEENTRY struct.
Eric Kohl [Sat, 31 Jul 1999 13:10:46 +0000 (13:10 +0000)]
Added builtin toolbar bitmaps.
Eric Kohl [Sat, 31 Jul 1999 13:09:40 +0000 (13:09 +0000)]
Some more messages.
Eric Kohl [Sat, 31 Jul 1999 13:07:19 +0000 (13:07 +0000)]
Added stub for CryptSetKeyParams().
Eric Kohl [Sat, 31 Jul 1999 13:06:39 +0000 (13:06 +0000)]
Added stubs for DAD_SetDragImage() and PathCleanupSpec().
Eric Kohl [Sat, 31 Jul 1999 13:05:53 +0000 (13:05 +0000)]
Added stub for _except_handler2().
Eric Kohl [Sat, 31 Jul 1999 13:04:36 +0000 (13:04 +0000)]
Improved GetRandomRegion().
Pascal Lessard [Sat, 31 Jul 1999 13:02:02 +0000 (13:02 +0000)]
Implemented the system button behavior and associated it to the system
menu in win95. Also permit the SC_CLOSE item to be disabled.
Ove Kaaven [Sat, 31 Jul 1999 13:00:24 +0000 (13:00 +0000)]
Bugfixes and a fake GETBASEIRQ.
Ove Kaaven [Sat, 31 Jul 1999 12:59:29 +0000 (12:59 +0000)]
Made async fds nonblocking.
Dan Langlois [Sat, 31 Jul 1999 12:58:04 +0000 (12:58 +0000)]
Removed an inappropriate if statement from MDI_ChildActivate that
prevented the activation code from executing.
Alex Priem [Sat, 31 Jul 1999 11:13:25 +0000 (11:13 +0000)]
Bugfixes & further updates for the month calendar common control.
Alex Priem [Sat, 31 Jul 1999 11:12:45 +0000 (11:12 +0000)]
Started implementing date/time common control.
Huw D M Davies [Sat, 31 Jul 1999 11:11:21 +0000 (11:11 +0000)]
PSDRV_WriteArc shouldn't write a newpath.
Rein Klazes [Sat, 31 Jul 1999 11:10:52 +0000 (11:10 +0000)]
Fix handling of WM_LBUTTONDCLICK message for buttons with certain
styles.
Abey George [Sat, 31 Jul 1999 11:10:12 +0000 (11:10 +0000)]
Bug fix for updating the clipping region in nested GetDCEx calls.
Yuxi Zhang [Sat, 31 Jul 1999 11:09:33 +0000 (11:09 +0000)]
Tried to fix the code for SetWindowPos to erase the background
properly.
Klaas van Gend [Fri, 30 Jul 1999 18:10:21 +0000 (18:10 +0000)]
- added Collate/NoCollate Icons to Print32 dialog (unfortunately they
don't display yet).
- added status strings.
- added string table for internationalisation of several internal
message boxes.
Yuxi Zhang [Fri, 30 Jul 1999 18:09:07 +0000 (18:09 +0000)]
Removed duplicated defines in winuser.h and commctrl.h. Also corrected
a typo for SW_MAX value.
Francis Beaudet [Fri, 30 Jul 1999 18:07:37 +0000 (18:07 +0000)]
Fixed a memory leak in the file dialog.
Huw D M Davies [Fri, 30 Jul 1999 18:06:35 +0000 (18:06 +0000)]
Strip .drv extensions to MODULE_GetLoadOrder.
Francis Beaudet [Fri, 30 Jul 1999 18:06:04 +0000 (18:06 +0000)]
Fixed a memory leak.
Ulrich Weigand [Fri, 30 Jul 1999 18:05:07 +0000 (18:05 +0000)]
Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
Luc Tourangeau [Fri, 30 Jul 1999 18:04:25 +0000 (18:04 +0000)]
Added a call to the newpath operator immediately before the arc
operator.
Pierre Mageau [Fri, 30 Jul 1999 18:03:15 +0000 (18:03 +0000)]
Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
icon needed to be centered when the button is smaller than the bitmap.
Francis Beaudet [Fri, 30 Jul 1999 18:02:04 +0000 (18:02 +0000)]
Fixed a memory leak that occurs when we maximize/minimize an MDI
child.
Francis Beaudet [Fri, 30 Jul 1999 18:00:28 +0000 (18:00 +0000)]
Added more support for buddy windows in the updown control.
Francis Beaudet [Fri, 30 Jul 1999 17:59:35 +0000 (17:59 +0000)]
Implemented proper win95 support for the WS_BORDER style.
Francis Beaudet [Fri, 30 Jul 1999 17:58:24 +0000 (17:58 +0000)]
Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
listbox control.
Francis Beaudet [Fri, 30 Jul 1999 17:57:45 +0000 (17:57 +0000)]
Fixed the border for the listbox created by the simple combobox.
Andreas Mohr [Fri, 30 Jul 1999 17:56:38 +0000 (17:56 +0000)]
Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
Ulrich Weigand [Fri, 30 Jul 1999 17:55:44 +0000 (17:55 +0000)]
GetModuleHandle16: treat Win32 modules correctly.
Juergen Schmied [Wed, 28 Jul 1999 16:38:45 +0000 (16:38 +0000)]
Fixed use of StrRetToStrN.
Juergen Schmied [Wed, 28 Jul 1999 16:38:21 +0000 (16:38 +0000)]
StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
Klaas van Gend [Wed, 28 Jul 1999 16:37:19 +0000 (16:37 +0000)]
Added explanation of the current DLL support.
Ulrich Weigand [Wed, 28 Jul 1999 16:36:29 +0000 (16:36 +0000)]
Bugfix: fixed freshly introduced bug in GlobalLock16.
Ian Schmidt [Wed, 28 Jul 1999 16:35:24 +0000 (16:35 +0000)]
Added stubs for InitMUILanguage and COMCTL32.410.
Fixed some compiler warnings.
Ulrich Weigand [Tue, 27 Jul 1999 17:10:06 +0000 (17:10 +0000)]
Added FinalUserInit16/FinalGdiInit16 stubs.
Call out to FinalUserInit in MAIN_EmulatorRun.
Ulrich Weigand [Tue, 27 Jul 1999 17:09:14 +0000 (17:09 +0000)]
Added IsBadFlatReadWritePtr16().
Abey George [Tue, 27 Jul 1999 17:08:26 +0000 (17:08 +0000)]
Fixed incorrect edit control behaviour in mouse message handling.
Abey George [Tue, 27 Jul 1999 17:06:55 +0000 (17:06 +0000)]
Send normal mouse messages to WM_SETCURSOR when non-client mouse
messages occur.
Thuy Nguyen [Tue, 27 Jul 1999 17:03:16 +0000 (17:03 +0000)]
Check if the window has the WS_CLIPSIBLINGS style before using the
DCX_CLIPSIBLINGS flag.
Francois Boisvert [Tue, 27 Jul 1999 16:20:36 +0000 (16:20 +0000)]
Implemented the Win95 file open/save dialogs.
Marcus Meissner [Tue, 27 Jul 1999 16:11:17 +0000 (16:11 +0000)]
Do tools/ before any of the other subdirectories, even when doing
parallel makes.
Ulrich Weigand [Tue, 27 Jul 1999 16:10:24 +0000 (16:10 +0000)]
Bugfix: Return selector also in CX from GlobalLock16().
Ulrich Weigand [Tue, 27 Jul 1999 16:10:04 +0000 (16:10 +0000)]
More gcc bug workarounds.
Huw D M Davies [Tue, 27 Jul 1999 16:09:40 +0000 (16:09 +0000)]
Added more paper sizes and bin names to PPD parser.
Marcus Meissner [Tue, 27 Jul 1999 16:08:59 +0000 (16:08 +0000)]
Actually return the number of events in Mouse_GetDeviceData (fixes
Wing Commander Prophecy). Added timestamp and sequence generation,
critical section for mousedata. Disabled mouse warping in
GetDeviceData for now (generates excess mouse events).
Ulrich Weigand [Sun, 25 Jul 1999 13:14:13 +0000 (13:14 +0000)]
Moved .spec files to corresponding dlls/ directory.
Gerard Patel [Sun, 25 Jul 1999 13:03:17 +0000 (13:03 +0000)]
Several focus and selection problems in listboxes.
Francis Beaudet [Sun, 25 Jul 1999 12:27:13 +0000 (12:27 +0000)]
Retrieve the clipping region before setting the drawable and reset the
clipping region after.
Juergen Schmied [Sun, 25 Jul 1999 12:26:05 +0000 (12:26 +0000)]
Many fixes/reimplementations.
Juergen Schmied [Sun, 25 Jul 1999 12:24:47 +0000 (12:24 +0000)]
Removed experimental/unused code.
Use ShellFolder to get ViewObjects.
Started cleanup of the contextmenu code.
Juergen Schmied [Sun, 25 Jul 1999 12:24:04 +0000 (12:24 +0000)]
Complete redesign, split into 3 implementations (Desktop, MyComputer
and filesystem folders). All parsing and binding is done recursive.
Juergen Schmied [Sun, 25 Jul 1999 12:23:15 +0000 (12:23 +0000)]
Implemented SHGetSpecialFolderPathA.
Juergen Schmied [Sun, 25 Jul 1999 12:22:57 +0000 (12:22 +0000)]
Implemented SHCreateShellFolderViewEx.