wine
19 years agoFix memory leak in error path.
Robert Reif [Tue, 15 Mar 2005 15:39:03 +0000 (15:39 +0000)] 
Fix memory leak in error path.

19 years agoFix memory leak when there are too many drivers.
Robert Reif [Tue, 15 Mar 2005 15:38:48 +0000 (15:38 +0000)] 
Fix memory leak when there are too many drivers.

19 years agoAvoid trap in mixerGetLineControlsA when cControls is uninitialized
Jason Edmeades [Tue, 15 Mar 2005 15:38:34 +0000 (15:38 +0000)] 
Avoid trap in mixerGetLineControlsA when cControls is uninitialized
and MIXER_GETLINECONTROLSSF_ONEBYTYPE requested.

19 years agoMake mlang_test.exe loadable on NT 4.0.
Stefan Leichter [Mon, 14 Mar 2005 21:41:27 +0000 (21:41 +0000)] 
Make mlang_test.exe loadable on NT 4.0.

19 years agoInitial implementation of EM_STREAMOUT and RTF writer.
Phil Krylov [Mon, 14 Mar 2005 21:41:16 +0000 (21:41 +0000)] 
Initial implementation of EM_STREAMOUT and RTF writer.

19 years agoAdded "generator" RTF destination handling.
Phil Krylov [Mon, 14 Mar 2005 21:40:48 +0000 (21:40 +0000)] 
Added "generator" RTF destination handling.

19 years agoAdded missing PFA_JUSTIFY definition.
Phil Krylov [Mon, 14 Mar 2005 21:39:57 +0000 (21:39 +0000)] 
Added missing PFA_JUSTIFY definition.

19 years agoAvoid accessing an uninitialized string in the failure case.
Alexandre Julliard [Mon, 14 Mar 2005 17:20:58 +0000 (17:20 +0000)] 
Avoid accessing an uninitialized string in the failure case.

19 years agoGet rid of the remaining registry configuration parameters.
Alexandre Julliard [Mon, 14 Mar 2005 17:18:40 +0000 (17:18 +0000)] 
Get rid of the remaining registry configuration parameters.

19 years agoAvoid returning hardware messages if they have no chance to match the
Alexandre Julliard [Mon, 14 Mar 2005 17:17:09 +0000 (17:17 +0000)] 
Avoid returning hardware messages if they have no chance to match the
filter.

19 years agoImplement RegisterOCX.
Matthew Mastracci [Mon, 14 Mar 2005 17:16:03 +0000 (17:16 +0000)] 
Implement RegisterOCX.
Stub for DelNodeRunDLL32.

19 years agoDo not release capture before sending WM_NCDESTROY message, update the
Dmitry Timoshkov [Mon, 14 Mar 2005 17:15:33 +0000 (17:15 +0000)] 
Do not release capture before sending WM_NCDESTROY message, update the
tests to reflect that.

19 years agoMove interface declarations to shobjidl.idl.
Mike McCormack [Mon, 14 Mar 2005 17:14:40 +0000 (17:14 +0000)] 
Move interface declarations to shobjidl.idl.

19 years agoAssorted memleak fixes. Found on Michael Stefaniuc smatch list.
Peter Berg Larsen [Mon, 14 Mar 2005 17:13:44 +0000 (17:13 +0000)] 
Assorted memleak fixes. Found on Michael Stefaniuc smatch list.

19 years agoGet rid of the registry saving level hack.
Alexandre Julliard [Mon, 14 Mar 2005 11:00:43 +0000 (11:00 +0000)] 
Get rid of the registry saving level hack.
Make periodic saving the default behavior.

19 years agoFix incorrect random multicast MAC address creation.
Ralf S. Engelschall [Mon, 14 Mar 2005 10:53:57 +0000 (10:53 +0000)] 
Fix incorrect random multicast MAC address creation.

19 years agoUpdate ntdll.spec against current Microsoft build.
Ivan Leo Puoti [Mon, 14 Mar 2005 10:53:36 +0000 (10:53 +0000)] 
Update ntdll.spec against current Microsoft build.

19 years agoAdded implementation of ATLRegistrar.
Jacek Caban [Mon, 14 Mar 2005 10:51:27 +0000 (10:51 +0000)] 
Added implementation of ATLRegistrar.

19 years agoTREEVIEW_DoSelectItem should not do any of the TVGN_FIRSTVISIBLE work
Evan Deaubl [Mon, 14 Mar 2005 10:51:06 +0000 (10:51 +0000)] 
TREEVIEW_DoSelectItem should not do any of the TVGN_FIRSTVISIBLE work
if the newSelect parameter is NULL.

19 years ago- switch to correct shell desktop context menu
Martin Fuchs [Mon, 14 Mar 2005 10:49:03 +0000 (10:49 +0000)] 
- switch to correct shell desktop context menu
- launch desk.cpl when activating the desktop context menu entry
  "properties"
- don't send WM_COMMAND if we didn't get a shell view window

19 years agoAdd tSTRING to the pathname production, so that you can quote a
C. Scott Ananian [Mon, 14 Mar 2005 10:48:29 +0000 (10:48 +0000)] 
Add tSTRING to the pathname production, so that you can quote a
pathname which contains 'odd' characters.

19 years agoMove definition of 'tPATH' token up, so that '/', '.' and '0xA' (etc)
C. Scott Ananian [Mon, 14 Mar 2005 10:48:08 +0000 (10:48 +0000)] 
Move definition of 'tPATH' token up, so that '/', '.' and '0xA' (etc)
are lexed as paths (in the appropriate contexts) instead of as
operator or number tokens.
Add '-' to the set of characters legal in a pathname.

19 years ago- reorganisation of full chapter
Eric Pouech [Mon, 14 Mar 2005 10:47:14 +0000 (10:47 +0000)] 
- reorganisation of full chapter
- rewrote the console part
- added FS documentation

19 years agoA few memory checks avoiding memory leaks.
Joris Huizer [Mon, 14 Mar 2005 10:46:50 +0000 (10:46 +0000)] 
A few memory checks avoiding memory leaks.

19 years agoEncapsulate texture, surface encapsulated.
Oliver Stieber [Mon, 14 Mar 2005 10:12:52 +0000 (10:12 +0000)] 
Encapsulate texture, surface encapsulated.
Added BindTexture, GetTextureDimensions, UnBindTexture.
Proper GetContainer support for surface.
SetContainer added to surface and volume.
SetInPbufferState added to surface (until gl context management is
implemented).
Minor changes:
- BaseTexture no longer 'holds' a reference to IWineD3DDevice to
  prevent circular referencing.
- Better managment of referinging for texture.
- Some TODO's for implementing a context manager.
- Better preload implementation.
- Fix compile warning in device.c Set/GetSamplerState.
- Add QueryInterface support for surface.
- Format X8R8G8B8 added to locking.

19 years ago- RpcMgmtStopServerListen should not affect auto-listen interfaces.
Robert Shearman [Mon, 14 Mar 2005 10:11:04 +0000 (10:11 +0000)] 
- RpcMgmtStopServerListen should not affect auto-listen interfaces.
- Implement stub for RpcRevertToSelfEx.
- Change the more verbose files to use a new debug channel, "rpc."

19 years agoComment out a test that crashes on early versions.
Jon Griffiths [Mon, 14 Mar 2005 10:10:00 +0000 (10:10 +0000)] 
Comment out a test that crashes on early versions.

19 years agoTests and small fix for PathMakePretty().
Jon Griffiths [Mon, 14 Mar 2005 10:09:53 +0000 (10:09 +0000)] 
Tests and small fix for PathMakePretty().
Fix a crash and test failure with early native dlls.

19 years agoUnicodification and typesafe interfaces.
Dimitrie O. Paun [Mon, 14 Mar 2005 10:09:24 +0000 (10:09 +0000)] 
Unicodification and typesafe interfaces.

19 years agoAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
Alexandre Julliard [Mon, 14 Mar 2005 10:09:11 +0000 (10:09 +0000)] 
Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
- Implement VT_BYREF | VT_BSTR marshalling.
- Add more integer types for marshaling and unmarshaling.
- Implement VT_BYREF | VT_BSTR unmarshaling.
- Don't allocate memory for TKIND_DISPATCH/TKIND_INTERFACE
  unmarshaling as it will be lost in the success case and interferes
  with the failure case.

19 years agoMake Rtl*Registry* functions case insensitive.
Ivan Leo Puoti [Mon, 14 Mar 2005 10:08:21 +0000 (10:08 +0000)] 
Make Rtl*Registry* functions case insensitive.

19 years agoMake ME_ArrowLeft() return a value in every case.
Gerald Pfeifer [Mon, 14 Mar 2005 10:08:00 +0000 (10:08 +0000)] 
Make ME_ArrowLeft() return a value in every case.

19 years agoFix function definitions for msvc build.
Martin Fuchs [Mon, 14 Mar 2005 10:07:40 +0000 (10:07 +0000)] 
Fix function definitions for msvc build.

19 years agoChange a fixme to a warn, and use W version of call.
Juan Lang [Mon, 14 Mar 2005 10:07:11 +0000 (10:07 +0000)] 
Change a fixme to a warn, and use W version of call.

19 years agoIf a zero index is passed to META_SELECTCLIPREGION reset the clip
Ulrich Czekalla [Mon, 14 Mar 2005 10:06:54 +0000 (10:06 +0000)] 
If a zero index is passed to META_SELECTCLIPREGION reset the clip
region.

19 years agoSpecial case Win9x platforms in the desktop visibility test, in Win98
Dmitry Timoshkov [Mon, 14 Mar 2005 10:06:22 +0000 (10:06 +0000)] 
Special case Win9x platforms in the desktop visibility test, in Win98
GetUserObjectInformation is a stub returning ERROR_CALL_NOT_IMPLEMENTED.

19 years agoFix a test to pass under XP.
Juan Lang [Mon, 14 Mar 2005 10:05:58 +0000 (10:05 +0000)] 
Fix a test to pass under XP.

19 years agoFix some msg.c and win.c failures running on NT4 and XP.
Dmitry Timoshkov [Mon, 14 Mar 2005 10:05:50 +0000 (10:05 +0000)] 
Fix some msg.c and win.c failures running on NT4 and XP.

19 years agoPorting fixes.
Steven Edwards [Mon, 14 Mar 2005 10:05:12 +0000 (10:05 +0000)] 
Porting fixes.

19 years agoCorrect CheckBitmapBits entry.
Steven Edwards [Mon, 14 Mar 2005 10:04:56 +0000 (10:04 +0000)] 
Correct CheckBitmapBits entry.

19 years agoLink mapi32 to ntdll.
Steven Edwards [Mon, 14 Mar 2005 10:04:40 +0000 (10:04 +0000)] 
Link mapi32 to ntdll.

19 years agoAdd ECT to timezone list.
Alex Villacís Lasso [Mon, 14 Mar 2005 10:04:30 +0000 (10:04 +0000)] 
Add ECT to timezone list.

19 years agoPrivate property sets do not exist in early versions of Direct Sound
Robert Reif [Mon, 14 Mar 2005 10:04:07 +0000 (10:04 +0000)] 
Private property sets do not exist in early versions of Direct Sound
so skip tests if not supported.
Add tests for A, W and 1 variations of data.

19 years agoAdd missing functionality.
Robert Reif [Mon, 14 Mar 2005 10:03:54 +0000 (10:03 +0000)] 
Add missing functionality.
Add more and better error messages.
Add checks for failed HeapAlloc.

19 years agoAssorted memleak fixes. Found on Michael Stefaniuc smatch list.
Peter Berg Larsen [Mon, 14 Mar 2005 10:03:39 +0000 (10:03 +0000)] 
Assorted memleak fixes. Found on Michael Stefaniuc smatch list.

19 years agoReplace calloc() by HeapAlloc().
Alexandre Julliard [Fri, 11 Mar 2005 13:25:42 +0000 (13:25 +0000)] 
Replace calloc() by HeapAlloc().

19 years agoGet rid of version #ifdefs.
Alexandre Julliard [Fri, 11 Mar 2005 13:19:36 +0000 (13:19 +0000)] 
Get rid of version #ifdefs.

19 years agoStgOpenStorage shouldn't open zero length storage files.
Mike McCormack [Fri, 11 Mar 2005 13:17:10 +0000 (13:17 +0000)] 
StgOpenStorage shouldn't open zero length storage files.

19 years agoInternationalization.
Jonathan Ernst [Fri, 11 Mar 2005 13:16:35 +0000 (13:16 +0000)] 
Internationalization.

19 years agoGet rid of the Windows registry loading on startup, this needs to be
Alexandre Julliard [Fri, 11 Mar 2005 13:10:25 +0000 (13:10 +0000)] 
Get rid of the Windows registry loading on startup, this needs to be
done differently.

19 years agoAdded select_server() test that uses select() in serving clients.
Thomas Kho [Fri, 11 Mar 2005 12:53:12 +0000 (12:53 +0000)] 
Added select_server() test that uses select() in serving clients.

19 years agoAssorted memleak fixes. Found on Michael Stefaniuc smatch list.
Peter Berg Larsen [Fri, 11 Mar 2005 12:50:27 +0000 (12:50 +0000)] 
Assorted memleak fixes. Found on Michael Stefaniuc smatch list.

19 years agoAdd search field with find-as-you-type function.
Jonathan Ernst [Fri, 11 Mar 2005 10:26:41 +0000 (10:26 +0000)] 
Add search field with find-as-you-type function.

19 years agoUse -isystem for system includes as they should be processed after the
Dimitrie O. Paun [Fri, 11 Mar 2005 10:25:59 +0000 (10:25 +0000)] 
Use -isystem for system includes as they should be processed after the
-I includes. Spotted by Boaz Harrosh.

19 years agoChange AddRef in queryInterface to IUnknown_AddRef.
Oliver Stieber [Fri, 11 Mar 2005 10:25:30 +0000 (10:25 +0000)] 
Change AddRef in queryInterface to IUnknown_AddRef.
Move ppVoulme to d3d9voloumeimpl structure.
Some minor stylistic changes (making everything the same).

19 years ago- EM_STREAMIN can now deal with undo in a reasonable manner (no
Krzysztof Foltman [Fri, 11 Mar 2005 10:24:56 +0000 (10:24 +0000)] 
- EM_STREAMIN can now deal with undo in a reasonable manner (no
  multiple undo actions in one EM_STREAMIN).
- Related changes to undo code (umIgnore mode is now handled
  correctly).
- Numerous improvements in the RTF reader: it reads some character
  attributes now (you will have proper small print in license agreements
  now).
- Fixed a memory overwrite bug in conversion from CHARFORMAT2A to
  CHARFORMAT2W.

19 years ago- Rename apartment functions to become more object-oriented.
Robert Shearman [Fri, 11 Mar 2005 10:19:10 +0000 (10:19 +0000)] 
- Rename apartment functions to become more object-oriented.
- Rename register_ifstub to marshal_object to more accurately describe
  what it does.
- Add new function, apartment_getoxid, to prepare for a possible
  future patch where remoting is started on demand.

19 years agoAdd outer unknown support for typelib marshaler.
Robert Shearman [Fri, 11 Mar 2005 10:18:31 +0000 (10:18 +0000)] 
Add outer unknown support for typelib marshaler.

19 years agoRelease 20050310. wine-20050310
Alexandre Julliard [Thu, 10 Mar 2005 20:10:32 +0000 (20:10 +0000)] 
Release 20050310.

19 years agoFix a crash if the Mozilla ActiveX control doesn't implement
Juan Lang [Thu, 10 Mar 2005 17:25:23 +0000 (17:25 +0000)] 
Fix a crash if the Mozilla ActiveX control doesn't implement
DllCanUnloadNow.

19 years agoFix the calling convention of DllCanUnloadNow.
Juan Lang [Thu, 10 Mar 2005 17:25:02 +0000 (17:25 +0000)] 
Fix the calling convention of DllCanUnloadNow.

19 years agoFix a regression in AppSearch.
Juan Lang [Thu, 10 Mar 2005 17:24:20 +0000 (17:24 +0000)] 
Fix a regression in AppSearch.

19 years agoImplement MsiEnumRelatedProducts.
Juan Lang [Thu, 10 Mar 2005 17:24:05 +0000 (17:24 +0000)] 
Implement MsiEnumRelatedProducts.

19 years agoClear the internal paint flag in the server before returning a
Alexandre Julliard [Thu, 10 Mar 2005 17:19:33 +0000 (17:19 +0000)] 
Clear the internal paint flag in the server before returning a
WM_PAINT message to avoid an extra server round-trip.

19 years agoImplement a test for the desktop visibility based on the MSDN article
Dmitry Timoshkov [Thu, 10 Mar 2005 17:17:35 +0000 (17:17 +0000)] 
Implement a test for the desktop visibility based on the MSDN article
pointed out by Robert Shearman.

19 years agoUse 512 byte buffer for buffer of LB_GETTEXT and CB_GETLBTEXT.
Marcus Meissner [Thu, 10 Mar 2005 17:17:22 +0000 (17:17 +0000)] 
Use 512 byte buffer for buffer of LB_GETTEXT and CB_GETLBTEXT.
Added testcase with > 256 byte string in listbox.

19 years agoFix menu backslash escaping.
Brouard Nicolas [Thu, 10 Mar 2005 17:16:22 +0000 (17:16 +0000)] 
Fix menu backslash escaping.

19 years agoTest for %Systemroot%.
Uwe Bonnes [Thu, 10 Mar 2005 17:15:39 +0000 (17:15 +0000)] 
Test for %Systemroot%.

19 years agoImplemented GetScrollBarInfo() function and SBM_GETSCROLLBARINFO
Phil Krylov [Thu, 10 Mar 2005 17:15:32 +0000 (17:15 +0000)] 
Implemented GetScrollBarInfo() function and SBM_GETSCROLLBARINFO
message.

19 years agoMerge the rest of the messaging code into dlls/user/message.c and get
Alexandre Julliard [Thu, 10 Mar 2005 15:47:53 +0000 (15:47 +0000)] 
Merge the rest of the messaging code into dlls/user/message.c and get
rid of windows/message.c.

19 years agoUse a dialog instead of a normal window.
Jonathan Ernst [Thu, 10 Mar 2005 15:46:33 +0000 (15:46 +0000)] 
Use a dialog instead of a normal window.

19 years agoProperly cope with get_message being called recursively while
Alexandre Julliard [Thu, 10 Mar 2005 11:52:25 +0000 (11:52 +0000)] 
Properly cope with get_message being called recursively while
processing a hardware message.

19 years ago- XListInputDevices spec say that device list should be freed using
Raphael Junqueira [Thu, 10 Mar 2005 11:48:28 +0000 (11:48 +0000)] 
- XListInputDevices spec say that device list should be freed using
  XFreeDeviceList
- better robustness on X11DRV_AttachEventQueueToTablet

19 years agoAllow scanf to continue parsing format string after a '%n'.
C. Scott Ananian [Thu, 10 Mar 2005 11:44:19 +0000 (11:44 +0000)] 
Allow scanf to continue parsing format string after a '%n'.

19 years agoTake message filtering into account when updating the static data for
Alexandre Julliard [Thu, 10 Mar 2005 11:25:58 +0000 (11:25 +0000)] 
Take message filtering into account when updating the static data for
double click support.

19 years agoAllocate fonts and regions from the large heap too.
Alexandre Julliard [Thu, 10 Mar 2005 11:20:51 +0000 (11:20 +0000)] 
Allocate fonts and regions from the large heap too.

19 years agoTmp was not freed in case of errors in save_branch().
Peter Berg Larsen [Thu, 10 Mar 2005 11:18:31 +0000 (11:18 +0000)] 
Tmp was not freed in case of errors in save_branch().

19 years agoForward the RichEdit 1.0 control to the RichEdit 2.0 control.
Mike McCormack [Thu, 10 Mar 2005 11:16:35 +0000 (11:16 +0000)] 
Forward the RichEdit 1.0 control to the RichEdit 2.0 control.

19 years ago- make sure msihandle2msiinfo is correctly matched with msiobj_release
Juan Lang [Thu, 10 Mar 2005 11:15:40 +0000 (11:15 +0000)] 
- make sure msihandle2msiinfo is correctly matched with msiobj_release
- don't do redundant NULL checks

19 years agoAdd some missing declarations.
Juan Lang [Thu, 10 Mar 2005 11:14:59 +0000 (11:14 +0000)] 
Add some missing declarations.

19 years ago- Fully delete custom headers on connection opening.
Robert Shearman [Thu, 10 Mar 2005 11:14:24 +0000 (11:14 +0000)] 
- Fully delete custom headers on connection opening.
- Free unneeded memory on clearing of standard headers.
- Fix index sanity test in delete function.

19 years agoCorrect incorrect use of arguments to QueryServiceConfigA. Spotted by
Alexander Yaworsky [Thu, 10 Mar 2005 11:14:04 +0000 (11:14 +0000)] 
Correct incorrect use of arguments to QueryServiceConfigA. Spotted by
Troy Rollo.

19 years ago- implements WGL_ARB_render_texture support (no more stubs)
Raphael Junqueira [Thu, 10 Mar 2005 11:13:33 +0000 (11:13 +0000)] 
- implements WGL_ARB_render_texture support (no more stubs)
- pass glXGetProcAddressARB ptr to initialise function

19 years agoCheck always if destination surface is locked.
Paul Vriens [Thu, 10 Mar 2005 11:13:11 +0000 (11:13 +0000)] 
Check always if destination surface is locked.

19 years agoAdded WM_X11DRV_DELETE_WINDOW message to handle close requests so that
Alexandre Julliard [Wed, 9 Mar 2005 18:46:13 +0000 (18:46 +0000)] 
Added WM_X11DRV_DELETE_WINDOW message to handle close requests so that
we can send the WM_SYSCOMMAND with SendMessage instead of PostMessage.
Added missing NONAMELESSUNION define.

19 years ago- Optimized repaint of the area below the text.
Krzysztof Foltman [Wed, 9 Mar 2005 18:43:18 +0000 (18:43 +0000)] 
- Optimized repaint of the area below the text.
- ME_JoinRuns didn't mark the paragraph for rewrapping, fixed.
- Removed PostQuitMessage(0) from WM_DESTROY handler (duh!).
- Use of EM_GETOLEINTERFACE is reported with FIXME instead of TRACE
  (any app using this message is likely to encounter major problems).

19 years ago- Implementation stubs for GenerateCopyFilePaths,
Hans Leidekker [Wed, 9 Mar 2005 18:42:52 +0000 (18:42 +0000)] 
- Implementation stubs for GenerateCopyFilePaths,
  SpoolerCopyFileEvent.
- Call DisableThreadLibraryCalls on process attach.
- Document more functions.

19 years agoCheck for NULL before touching src.
Paul Vriens [Wed, 9 Mar 2005 18:42:35 +0000 (18:42 +0000)] 
Check for NULL before touching src.

19 years agoMoved SendInput and related functions to the USER driver to avoid a
Alexandre Julliard [Wed, 9 Mar 2005 16:45:23 +0000 (16:45 +0000)] 
Moved SendInput and related functions to the USER driver to avoid a
number of dll separation hacks.

19 years agoRemove a trace that's causing too much output.
Alexandre Julliard [Wed, 9 Mar 2005 16:42:28 +0000 (16:42 +0000)] 
Remove a trace that's causing too much output.

19 years agoImplemented 'Browse' functionality for the drive mapping property
Michael Jung [Wed, 9 Mar 2005 16:41:30 +0000 (16:41 +0000)] 
Implemented 'Browse' functionality for the drive mapping property
sheet.

19 years agoBeginning of a shell namespace extension to browse the unix
Michael Jung [Wed, 9 Mar 2005 16:41:17 +0000 (16:41 +0000)] 
Beginning of a shell namespace extension to browse the unix
filesystem.

19 years agoWM_CANCELMODE resets menu flag in the default window procedure.
Krzysztof Foltman [Wed, 9 Mar 2005 12:40:38 +0000 (12:40 +0000)] 
WM_CANCELMODE resets menu flag in the default window procedure.

19 years agoChanged buffer size for EM_STREAMIN message to 4096, as it's what M$
Phil Krylov [Wed, 9 Mar 2005 12:40:01 +0000 (12:40 +0000)] 
Changed buffer size for EM_STREAMIN message to 4096, as it's what M$
uses.

19 years agoRemove duplicate message defines in header.
Robert Shearman [Wed, 9 Mar 2005 12:39:15 +0000 (12:39 +0000)] 
Remove duplicate message defines in header.

19 years agoImplemented MIIM_BITMAP state.
Maxime Bellengé [Wed, 9 Mar 2005 12:39:01 +0000 (12:39 +0000)] 
Implemented MIIM_BITMAP state.
Handle MNS_CHECKORBMP style.

19 years agoMake the SwapMouseButton function and the SPI_SETMOUSEBUTTONSWAP
Alexandre Julliard [Wed, 9 Mar 2005 11:51:31 +0000 (11:51 +0000)] 
Make the SwapMouseButton function and the SPI_SETMOUSEBUTTONSWAP
parameter work on the same flag.

19 years agoDon't check children of minimized windows in get_update_region.
Alexandre Julliard [Wed, 9 Mar 2005 11:49:46 +0000 (11:49 +0000)] 
Don't check children of minimized windows in get_update_region.

19 years agoThe meaning of the rewrap flag got inverted (MEPF_REWRAP instead of
Krzysztof Foltman [Wed, 9 Mar 2005 11:48:59 +0000 (11:48 +0000)] 
The meaning of the rewrap flag got inverted (MEPF_REWRAP instead of
MEPF_WRAPPED) for consistency.
Major code cleanups in rewrap/repaint code, leading to "smarter"
behaviour wrt repainting selections.

19 years agoAvoid ConvertToGlobalHandle calls.
Raphael Junqueira [Wed, 9 Mar 2005 11:48:05 +0000 (11:48 +0000)] 
Avoid ConvertToGlobalHandle calls.