wine
25 years agoPretend successful execution of SHELL_NotifyIcon*().
Andreas Mohr [Mon, 13 Sep 1999 15:12:08 +0000 (15:12 +0000)] 
Pretend successful execution of SHELL_NotifyIcon*().

25 years agoAdded MenuItemFromPoint stub.
Eric Pouech [Mon, 13 Sep 1999 15:11:35 +0000 (15:11 +0000)] 
Added MenuItemFromPoint stub.

25 years agoFixed off by one allocation error (DPA and DSA).
Eric Pouech [Mon, 13 Sep 1999 15:11:02 +0000 (15:11 +0000)] 
Fixed off by one allocation error (DPA and DSA).

25 years agoFixed crash in PlaySound thread.
Eric Pouech [Mon, 13 Sep 1999 15:10:36 +0000 (15:10 +0000)] 
Fixed crash in PlaySound thread.

25 years agoFor Win 3.x applications, if they have either horizontal or vertical
Nick Holloway [Sat, 11 Sep 1999 16:29:00 +0000 (16:29 +0000)] 
For Win 3.x applications, if they have either horizontal or vertical
scrollbars, enable both.

25 years agoEliminated warnings.
Patrik Stridvall [Sat, 11 Sep 1999 16:27:20 +0000 (16:27 +0000)] 
Eliminated warnings.

25 years agoSet the mouse capture on the combo listbox.
Pierre Mageau [Sat, 11 Sep 1999 16:26:03 +0000 (16:26 +0000)] 
Set the mouse capture on the combo listbox.

25 years ago- fixed the creation of back-buffers in DGA mode
Lionel Ulmer [Sat, 11 Sep 1999 16:24:28 +0000 (16:24 +0000)] 
- fixed the creation of back-buffers in DGA mode
- added a check on the validity of the Locking rectangle
- fixed the enumeration for DX-6.0

25 years agoFixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
Stephane Lussier [Sat, 11 Sep 1999 16:23:35 +0000 (16:23 +0000)] 
Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().

25 years agoDraw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
Abey George [Sat, 11 Sep 1999 16:22:10 +0000 (16:22 +0000)] 
Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
BS_CHECKBOX, BS_AUTO* styles.

25 years agoWinspool DocumentProperties and DeviceCapabilities should now work on
Huw D M Davies [Fri, 10 Sep 1999 14:38:19 +0000 (14:38 +0000)] 
Winspool DocumentProperties and DeviceCapabilities should now work on
native 16 bit drivers.

25 years agoFixes DeviceCapabilities for DC_PAPERSIZE.
Huw D M Davies [Fri, 10 Sep 1999 14:37:29 +0000 (14:37 +0000)] 
Fixes DeviceCapabilities for DC_PAPERSIZE.
Various fixes for OpenPrinter and EnumPrinters.
Separation of GetPrinter in preparation for unification with EnumPrinters.

25 years agoAdd support for a large number of different paper sizes to PostScript
Huw D M Davies [Fri, 10 Sep 1999 14:36:49 +0000 (14:36 +0000)] 
Add support for a large number of different paper sizes to PostScript
driver.

25 years agoAdded definitions of COM objects for D3D 6.x support.
Lionel Ulmer [Fri, 10 Sep 1999 14:21:27 +0000 (14:21 +0000)] 
Added definitions of COM objects for D3D 6.x support.

25 years agoIf there is not an exact match found for the requested font name,
Nick Holloway [Fri, 10 Sep 1999 14:18:18 +0000 (14:18 +0000)] 
If there is not an exact match found for the requested font name,
instead of using the first font defined for the printer, map some
common font families (e.g. Arial -> Helvetica), and search again.

25 years agoFixed bug in CBClient routines by storing the SEGPTR in the global
Ulrich Weigand [Fri, 10 Sep 1999 14:02:28 +0000 (14:02 +0000)] 
Fixed bug in CBClient routines by storing the SEGPTR in the global
table and translating it on every use.

25 years agoChanged the pixmap to look like the windows default application icon.
Abey George [Fri, 10 Sep 1999 14:00:57 +0000 (14:00 +0000)] 
Changed the pixmap to look like the windows default application icon.

25 years agoStop crash in GetDiskFreeSpaceEx.
Richard Cohen [Fri, 10 Sep 1999 13:59:55 +0000 (13:59 +0000)] 
Stop crash in GetDiskFreeSpaceEx.

25 years agoMade sure that the windows with the WS_EX_TOOLWINDOW style didn't get
Francis Beaudet [Fri, 10 Sep 1999 13:59:24 +0000 (13:59 +0000)] 
Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
handled by the window manager.

25 years agoImplemented the behavior around the ES_WANTRETURN style in the edit
Pascal Lessard [Fri, 10 Sep 1999 13:58:34 +0000 (13:58 +0000)] 
Implemented the behavior around the ES_WANTRETURN style in the edit
control.

25 years agoPressing the delete key using an extended keyboard with numlock on is
Stephane Lussier [Fri, 10 Sep 1999 13:57:59 +0000 (13:57 +0000)] 
Pressing the delete key using an extended keyboard with numlock on is
not generating anymore a WM_CHAR message.

25 years agoFixed pattern matching in PathMatchSpecA/W
Niclas Karlsson [Fri, 10 Sep 1999 13:57:13 +0000 (13:57 +0000)] 
Fixed pattern matching in PathMatchSpecA/W

25 years agoTabbing in the listview of the shellview.
Francois Boisvert [Fri, 10 Sep 1999 13:56:31 +0000 (13:56 +0000)] 
Tabbing in the listview of the shellview.

25 years agoFixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
Luc Tourangeau [Fri, 10 Sep 1999 13:56:00 +0000 (13:56 +0000)] 
Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
column width.
Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.

25 years agoFixed crash in detach sequence.
Juergen Schmied [Fri, 10 Sep 1999 13:54:35 +0000 (13:54 +0000)] 
Fixed crash in detach sequence.

25 years agoFixed wrong return value.
Juergen Schmied [Fri, 10 Sep 1999 13:54:15 +0000 (13:54 +0000)] 
Fixed wrong return value.

25 years agoPrevent endless loop in except2.
Juergen Schmied [Fri, 10 Sep 1999 13:53:50 +0000 (13:53 +0000)] 
Prevent endless loop in except2.

25 years agoNow works around wine never exiting the debugger.
Adam Sacarny [Fri, 10 Sep 1999 13:53:20 +0000 (13:53 +0000)] 
Now works around wine never exiting the debugger.
Should put bug reports in the right place now.

25 years agoAdded stub for RegisterActiveObject().
Marcus Meissner [Fri, 10 Sep 1999 13:52:12 +0000 (13:52 +0000)] 
Added stub for RegisterActiveObject().

25 years agoAdded stub for WIN32S16.EXP1 (most likely LoadPeResource16).
Marcus Meissner [Fri, 10 Sep 1999 13:51:11 +0000 (13:51 +0000)] 
Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).

25 years agoRemoved __winelib flag.
Alexandre Julliard [Sun, 5 Sep 1999 16:48:16 +0000 (16:48 +0000)] 
Removed __winelib flag.

25 years agoUpdated to new MM header organization.
Eric Pouech [Sun, 5 Sep 1999 16:44:38 +0000 (16:44 +0000)] 
Updated to new MM header organization.

25 years agoMoved DDK level material to new include/mmddk.h file.
Eric Pouech [Sun, 5 Sep 1999 16:39:23 +0000 (16:39 +0000)] 
Moved DDK level material to new include/mmddk.h file.
Copied some SDK level material from include/multimedia.h file.

25 years agoUpdated to new MM header organization.
Eric Pouech [Sun, 5 Sep 1999 16:31:37 +0000 (16:31 +0000)] 
Updated to new MM header organization.
Cleaned-up internal structures (now 32 bit only).
Now using the MMSYSTEM entry points rather than the low level driver
ones directly.

25 years agoFix %fs for signal handlers in the FS_sig undefined case (this patch
Juergen Lock [Sun, 5 Sep 1999 16:26:12 +0000 (16:26 +0000)] 
Fix %fs for signal handlers in the FS_sig undefined case (this patch
actually from Ulrich Weigand, I only tested it).

25 years agoAdded support of __thr_errno for reentrance on UnixWare.
Ron Record [Sun, 5 Sep 1999 12:32:05 +0000 (12:32 +0000)] 
Added support of __thr_errno for reentrance on UnixWare.

25 years agoNo longer needs to calculate its own character size.
Richard Cohen [Sun, 5 Sep 1999 12:25:33 +0000 (12:25 +0000)] 
No longer needs to calculate its own character size.

25 years agoConsequential changes to default system font sizes
Richard Cohen [Sun, 5 Sep 1999 12:24:30 +0000 (12:24 +0000)] 
Consequential changes to default system font sizes

25 years agoVarious fixes for the X11 font mapper, particularly:
Richard Cohen [Sun, 5 Sep 1999 12:18:57 +0000 (12:18 +0000)] 
Various fixes for the X11 font mapper, particularly:
- size fonts with negative heights correctly
- calculate average width correctly.

25 years agoUse a special value in the hotspot coordinate to identify which HICON
Francis Beaudet [Sun, 5 Sep 1999 12:15:49 +0000 (12:15 +0000)] 
Use a special value in the hotspot coordinate to identify which HICON
are cursors and which are icons.

25 years agoModified CBDropDown to find the best height of the listbox.
Pierre Mageau [Sun, 5 Sep 1999 12:12:30 +0000 (12:12 +0000)] 
Modified CBDropDown to find the best height of the listbox.

25 years agoAdded configure check for str[n]casecmp.
Alexandre Julliard [Sat, 4 Sep 1999 14:36:02 +0000 (14:36 +0000)] 
Added configure check for str[n]casecmp.

25 years agoAllow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
Uwe Bonnes [Sat, 4 Sep 1999 14:32:27 +0000 (14:32 +0000)] 
Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.

25 years agoAdded type PWORD.
Huw D M Davies [Sat, 4 Sep 1999 14:31:08 +0000 (14:31 +0000)] 
Added type PWORD.

25 years agoAdded loads of types, defines and declarations to winspool.h.
Huw D M Davies [Sat, 4 Sep 1999 14:30:33 +0000 (14:30 +0000)] 
Added loads of types, defines and declarations to winspool.h.

25 years agoFixed the height of items in the lookin combobox of the filedlg95.
Francois Boisvert [Sat, 4 Sep 1999 14:28:49 +0000 (14:28 +0000)] 
Fixed the height of items in the lookin combobox of the filedlg95.

25 years agoInitialize the enabling state variable in the edit.
Stephane Lussier [Sat, 4 Sep 1999 14:27:50 +0000 (14:27 +0000)] 
Initialize the enabling state variable in the edit.

25 years agoThe fast window frame size should be the same as the frame size used
Noomen Hamza [Sat, 4 Sep 1999 14:25:55 +0000 (14:25 +0000)] 
The fast window frame size should be the same as the frame size used
by NC_DrawFrame function.

25 years agoFixed compiler warnings.
Huw D M Davies [Sat, 4 Sep 1999 14:25:02 +0000 (14:25 +0000)] 
Fixed compiler warnings.

25 years agolstrncmpi isn't a windows API, use strncasecmp instead.
Huw D M Davies [Sat, 4 Sep 1999 14:23:26 +0000 (14:23 +0000)] 
lstrncmpi isn't a windows API, use strncasecmp instead.

25 years agoFixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
Alexandre Julliard [Sat, 4 Sep 1999 11:26:56 +0000 (11:26 +0000)] 
Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).

25 years agoAdded missing HFONT type.
Alexandre Julliard [Sat, 4 Sep 1999 11:21:10 +0000 (11:21 +0000)] 
Added missing HFONT type.

25 years agoChanged CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
Pierre Mageau [Sat, 4 Sep 1999 11:16:48 +0000 (11:16 +0000)] 
Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
CURSORICON_FindBestIcon changed to find the correct icon.
ImageList_ReplaceIcon now calls CopyImage internally.
Assign a value for the hIconSm CLASS member (using CopyImage).

25 years agoFixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
Guy Albertelli [Sat, 4 Sep 1999 11:11:02 +0000 (11:11 +0000)] 
Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.

25 years agoGive applications a copy of the property sheet dialog template as they
Thuy Nguyen [Sat, 4 Sep 1999 11:09:20 +0000 (11:09 +0000)] 
Give applications a copy of the property sheet dialog template as they
might modify it.

25 years agoRelay exclude lists were not working due to some CharUpperA()
Marcus Meissner [Sat, 4 Sep 1999 11:07:27 +0000 (11:07 +0000)] 
Relay exclude lists were not working due to some CharUpperA()
somewhere else.

25 years agowinspool -> winspool.drv
Huw D M Davies [Sat, 4 Sep 1999 11:05:41 +0000 (11:05 +0000)] 
winspool -> winspool.drv

25 years agoImplemented StrCmpNIA like the other StrCmpXX functions.
Uwe Bonnes [Sat, 4 Sep 1999 11:04:45 +0000 (11:04 +0000)] 
Implemented StrCmpNIA like the other StrCmpXX functions.

25 years agoResolve environment variable when enumerating values.
Thuy Nguyen [Sat, 4 Sep 1999 11:03:22 +0000 (11:03 +0000)] 
Resolve environment variable when enumerating values.

25 years agoThe format rect is recalculated for each font change. MoveEnd &
Pascal Lessard [Sat, 4 Sep 1999 10:59:07 +0000 (10:59 +0000)] 
The format rect is recalculated for each font change. MoveEnd &
MoveHome improved.

25 years agoIan Ward
Karl Lessard [Fri, 3 Sep 1999 16:49:17 +0000 (16:49 +0000)] 
Ian Ward
Dan Langlois
Speed up conversion between XImages and DIBSections.

25 years agoSome <open> features in the file dialog 95.
Francois Boisvert [Fri, 3 Sep 1999 16:46:41 +0000 (16:46 +0000)] 
Some <open> features in the file dialog 95.

25 years agoRemoved global variable pCurrentTeb.
Ulrich Weigand [Fri, 3 Sep 1999 16:45:44 +0000 (16:45 +0000)] 
Removed global variable pCurrentTeb.

25 years agoHEAP_Commit/Decommit were assuming a page size of 4KB
Ulrich Weigand [Fri, 3 Sep 1999 16:45:04 +0000 (16:45 +0000)] 
HEAP_Commit/Decommit were assuming a page size of 4KB
unconditionally.

25 years agoA few more DC_ defines from Win2000.
Huw D M Davies [Fri, 3 Sep 1999 16:43:56 +0000 (16:43 +0000)] 
A few more DC_ defines from Win2000.

25 years agoCheck that lpCreate->lpszName is non-NULL.
Huw D M Davies [Fri, 3 Sep 1999 16:42:42 +0000 (16:42 +0000)] 
Check that lpCreate->lpszName is non-NULL.

25 years agoMore restrictive checks, so DIALOG_IsAccelerator don't loop
Marcus Meissner [Fri, 3 Sep 1999 16:39:36 +0000 (16:39 +0000)] 
More restrictive checks, so DIALOG_IsAccelerator don't loop
endlessly.

25 years agoMenu hides when clicked for a second time.
Pascal Lessard [Fri, 3 Sep 1999 16:38:52 +0000 (16:38 +0000)] 
Menu hides when clicked for a second time.

25 years ago- select the font into the dc before calculating the extent
Richard Cohen [Fri, 3 Sep 1999 16:38:03 +0000 (16:38 +0000)] 
- select the font into the dc before calculating the extent
- make buttonheight correspond to text height + width to caption
- button was "flashing" on EndDialog (must delete font AFTER EndDialog)
- #defines for DlgItemIds
- implement MB_RETRYCANCEL

25 years agoKeep the enable state in the edit structure instead of calling
Stephane Lussier [Fri, 3 Sep 1999 16:37:00 +0000 (16:37 +0000)] 
Keep the enable state in the edit structure instead of calling
IsWindowEnabled().

25 years ago- Implement interprocess clipboard communication.
Noel Borthwick [Fri, 3 Sep 1999 15:17:57 +0000 (15:17 +0000)] 
- Implement interprocess clipboard communication.
- Support for the PRIMARY and CLIPBOARD selection atoms.
- Support for the TARGETS selection format.
- Expose native Windows clipboard formats through X selection targets.

25 years agoMake stock fonts independent of mapping mode.
Richard Cohen [Fri, 3 Sep 1999 15:16:23 +0000 (15:16 +0000)] 
Make stock fonts independent of mapping mode.
System font should only be bold for Win31.

25 years agoRemoved truncating errors that happen when converting fom dialog units
Francis Beaudet [Fri, 3 Sep 1999 15:14:27 +0000 (15:14 +0000)] 
Removed truncating errors that happen when converting fom dialog units
to pixels.

25 years agoCheck new coordinates received in WM_NCCALCSIZE message.
Abey George [Fri, 3 Sep 1999 15:09:57 +0000 (15:09 +0000)] 
Check new coordinates received in WM_NCCALCSIZE message.

25 years agoSlight 1 pixel adjustment on the position of the radio button bitmap.
Francis Beaudet [Fri, 3 Sep 1999 15:07:21 +0000 (15:07 +0000)] 
Slight 1 pixel adjustment on the position of the radio button bitmap.

25 years agoFixed off by one allocation errors.
Eric Pouech [Fri, 3 Sep 1999 15:06:25 +0000 (15:06 +0000)] 
Fixed off by one allocation errors.

25 years agoThe backspace is now handled in the WM_CHAR message.
Pascal Lessard [Fri, 3 Sep 1999 15:02:48 +0000 (15:02 +0000)] 
The backspace is now handled in the WM_CHAR message.

25 years agoMake sure that all MDI children have the WS_EX_MDICHILD style set.
Francis Beaudet [Fri, 3 Sep 1999 15:00:45 +0000 (15:00 +0000)] 
Make sure that all MDI children have the WS_EX_MDICHILD style set.

25 years agoFixed prototype order.
Marcus Meissner [Fri, 3 Sep 1999 14:59:10 +0000 (14:59 +0000)] 
Fixed prototype order.

25 years agoFix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
Juergen Lock [Fri, 3 Sep 1999 12:46:38 +0000 (12:46 +0000)] 
Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).

25 years agoFixed crash.
Eric Pouech [Fri, 3 Sep 1999 12:44:03 +0000 (12:44 +0000)] 
Fixed crash.

25 years agoFixed the support for the close button in the ShellAbout dialogs.
Francis Beaudet [Fri, 3 Sep 1999 12:42:40 +0000 (12:42 +0000)] 
Fixed the support for the close button in the ShellAbout dialogs.

25 years agoAdded Dutch resources for PrintDlg32.
Klaas van Gend [Fri, 3 Sep 1999 12:41:54 +0000 (12:41 +0000)] 
Added Dutch resources for PrintDlg32.

25 years agoCompleted PrintDlg32 resource stringtable.
Klaas van Gend [Fri, 3 Sep 1999 12:41:23 +0000 (12:41 +0000)] 
Completed PrintDlg32 resource stringtable.

25 years agoAdded sanity checks in the cleanup code.
Francis Beaudet [Fri, 3 Sep 1999 12:40:34 +0000 (12:40 +0000)] 
Added sanity checks in the cleanup code.

25 years agoCompleted GetKeyNameText for non-character keys.
Guy Albertelli [Fri, 3 Sep 1999 12:39:29 +0000 (12:39 +0000)] 
Completed GetKeyNameText for non-character keys.

25 years agoMake directories name appear in the BrowseForFolder dialog.
Francois Boisvert [Fri, 3 Sep 1999 12:38:02 +0000 (12:38 +0000)] 
Make directories name appear in the BrowseForFolder dialog.

25 years agoDo not remove .drv from filenames.
Eric Pouech [Fri, 3 Sep 1999 12:36:20 +0000 (12:36 +0000)] 
Do not remove .drv from filenames.

25 years agoFixed a little positioning bug with the checkbox.
Francis Beaudet [Fri, 3 Sep 1999 12:35:18 +0000 (12:35 +0000)] 
Fixed a little positioning bug with the checkbox.

25 years agoFixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
Abey George [Fri, 3 Sep 1999 12:33:40 +0000 (12:33 +0000)] 
Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
styles.

25 years agoChanged snprintf to wsnprintfA to remove unresolved external when
Michael McCormack [Fri, 3 Sep 1999 12:31:39 +0000 (12:31 +0000)] 
Changed snprintf to wsnprintfA to remove unresolved external when
compiling on Solaris/Sun.

25 years agoImplemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
Marcus Meissner [Fri, 3 Sep 1999 12:29:57 +0000 (12:29 +0000)] 
Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
equivalents. (WinWord 97, File Open dialog)

25 years agoUse in GetClassInfoW the same hack for systemclasses as in
Marcus Meissner [Fri, 3 Sep 1999 12:28:20 +0000 (12:28 +0000)] 
Use in GetClassInfoW the same hack for systemclasses as in
GetClassInfoA (winword 97 with native comctl32).

25 years agoHandle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
Marcus Meissner [Fri, 3 Sep 1999 12:26:33 +0000 (12:26 +0000)] 
Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.

25 years agoImplemented wParam of WM_PAINT msg for edit control.
Gerard Patel [Fri, 3 Sep 1999 12:23:52 +0000 (12:23 +0000)] 
Implemented wParam of WM_PAINT msg for edit control.

25 years agoFix off by one error in WINSPOOL_GetOpenedPrinterA.
Huw D M Davies [Fri, 3 Sep 1999 12:20:57 +0000 (12:20 +0000)] 
Fix off by one error in WINSPOOL_GetOpenedPrinterA.

25 years agosubkey_found did not search for _all_ sub keys.
Marcus Meissner [Fri, 3 Sep 1999 12:19:34 +0000 (12:19 +0000)] 
subkey_found did not search for _all_ sub keys.

25 years agoImplemented basic browsing in the file name edit of the filedlg 95.
Francois Boisvert [Sat, 21 Aug 1999 14:47:28 +0000 (14:47 +0000)] 
Implemented basic browsing in the file name edit of the filedlg 95.

25 years agoAvoid changing the activation state in EnableMenuItem.
Stephane Lussier [Sat, 21 Aug 1999 14:46:06 +0000 (14:46 +0000)] 
Avoid changing the activation state in EnableMenuItem.

25 years agoFixed #ifdef symbol for PowerPC.
Alexandre Julliard [Sat, 21 Aug 1999 14:44:18 +0000 (14:44 +0000)] 
Fixed #ifdef symbol for PowerPC.