Rein Klazes
2826f575ae
Catch EXCEPTION_PRIV_INSTRUCTION exception too.
2000-09-19 02:39:59 +00:00
Stephane Lussier
c5e86a2c19
Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
...
should set lParam to a NMLISTVIEW instead of a NMHDR. According to
MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
the DLL version.
2000-09-19 02:38:45 +00:00
Andreas Mohr
6f07e8abbc
Fixed window lock problem in SetMenu().
2000-09-19 02:38:11 +00:00
Alexandre Julliard
ab86a9e563
Henning Hoffmann
...
Avoid deadlocks in EnumMetaFile.
2000-09-19 02:37:48 +00:00
Gerard Patel
9005713d39
Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
2000-09-19 02:37:07 +00:00
Alexandre Julliard
9edc7d0529
Misc cleanups.
2000-09-18 02:15:25 +00:00
Alexandre Julliard
45b2c868bb
Added preliminary support for switching to vm86 mode with proper
...
exception handling.
2000-09-18 02:15:07 +00:00
Alexandre Julliard
6dbf67e566
Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
2000-09-18 01:44:08 +00:00
Chris Morgan
7b7c32c801
Change FIXME("Button size set after button in toolbar\n") in
...
SetButtonSize() to WARN as quite a few applications are doing this
after adding each button to the toolbar and there is no way we can
stop them.
2000-09-18 01:41:50 +00:00
Gerald Pfeifer
54449ce348
Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
2000-09-18 01:41:26 +00:00
Mike McCormack
556d11de46
- removed redundant functions COMM_Get(Read/Write)Fd
...
- corrected the name of 16bit functions in comments
- removed unused static variable
2000-09-18 01:41:07 +00:00
Andreas Mohr
581fc9261b
- prefer wineinstall
...
- mention debugger setup (temporary)
2000-09-18 01:40:32 +00:00
Mike McCormack
46bc534c82
Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
...
report an error.
2000-09-18 01:40:13 +00:00
Stephane Lussier
3872d0a218
Sorting items in a listview using LVW_SORTITEMS is only sorting the items
...
and not the subitems. This patch fix this issue. I've remove the temporary
Sortlist, it was not necessary to create another list, and it was buggy.
2000-09-18 01:39:27 +00:00
Alexandre Julliard
f37e3a471b
Removed a coupld of unused functions in the Callout structure.
2000-09-16 20:58:06 +00:00
Alexandre Julliard
3993216776
Moved Select/RealizePalette implementation to USER and use
...
pfnSelect/RealizePalette function pointers in GDI.
Make sure the palette handle is valid in GDISelectPalette16 (thanks to
Uwe Bonnes).
2000-09-16 20:57:39 +00:00
Mike McCormack
654fcc721b
Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
2000-09-16 20:55:12 +00:00
Andreas Mohr
007fb24088
Added support for non-deletable system brushes and pens created by
...
USER.
2000-09-16 20:53:51 +00:00
John Gilmore
5180d5635d
Cleaned it up so that code paths which have unsupported WS_SO values
...
never actually pass them to Unix system calls.
2000-09-16 20:51:40 +00:00
Andreas Mohr
5bb74648d8
Added VirtualAllocEx.
2000-09-16 20:50:36 +00:00
Hidenori Takeshima
ecdde38906
Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
2000-09-16 20:49:19 +00:00
Andreas Mohr
05aa048691
Fixed tab control to use HTTRANSPARENT when mouse hits client area,
...
but not tab control buttons.
2000-09-16 20:47:27 +00:00
Andreas Mohr
0c6e36999b
Silence some bogus error message.
2000-09-16 20:47:00 +00:00
Jeremy White
65cab52a5c
Adjusted to allow MFC compilation; prevent definition of struct fd_set
...
which conflicts with the fd_set typedef.
2000-09-16 20:46:16 +00:00
Jeremy White
58254446fc
Added PWNDCLASS definition.
2000-09-16 20:45:46 +00:00
Stephane Lussier
88968b89cb
Allow having a transparent background text color for the listview.
2000-09-16 20:45:09 +00:00
Dimitrie O. Paun
b2628e5278
Use the system local time if lpTime=NULL.
2000-09-16 20:44:19 +00:00
Ulrich Weigand
53dbe16cc2
Update ESP correctly on return from flat thunk routines.
2000-09-13 20:30:03 +00:00
Ulrich Weigand
a761e3dad0
Modified CallTo16Register routines to update register context after
...
call returns. Callers adapted.
2000-09-13 20:29:44 +00:00
Huw D M Davies
52b2d2cff6
Add some Str* prototypes to shlwapi.h.
2000-09-13 20:28:31 +00:00
Chris Morgan
5f9fd77db3
Merged main Wine changes into Corel's treeview control rewritten by
...
Serge Ivanov and Andrew Lewycky. Fixed item focus behavior to match
Windows. Fixed item selection when un/expanding items. Implemented
WM_SETREDRAW. Added Corel's COMCTL32_CreateToolTip() helper function
to commctrl.c.
2000-09-13 20:27:30 +00:00
Serge Ivanov
6117fc4165
(Merged by Marcus Meissner <marcus@jet.franken.de>)
...
Fixed problem with origin for DST_COMPLEX style.
Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
Added handling of BS_MULTILINE style, label alignment
styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
pushbuttons for now), and BS_PUSHLIKE.
Modified label drawing procedure: now all kinds of buttons
use common BUTTON_DrawLabel function. Actual label drawing is
performed by DrawStateW function.
GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
2000-09-13 00:00:55 +00:00
Lionel Ulmer
48455b369a
Upgrade also 15bpp to 16bpp surfaces.
2000-09-13 00:00:26 +00:00
James Hatheway
3489997573
KDE 1.x has problems with using XShapeCombineMask when there was no
...
previous region.
2000-09-12 23:59:57 +00:00
Gerard Patel
ed66930518
SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
...
maxval) change.
2000-09-12 23:59:10 +00:00
Alexandre Julliard
7f04a17ec6
Added missing __volatile__.
2000-09-12 23:41:07 +00:00
Andreas Mohr
20cd9356a8
- fixes debugger output
...
- get rid of wrong comments
- fix comments
- .spec spelling fix
- improve warning message
2000-09-12 23:40:40 +00:00
Andreas Mohr
973cc74066
"implemented" GetSystemTimeAdjustment.
2000-09-12 23:39:10 +00:00
Huw D M Davies
2f245af009
Don't try to delete a wndclass background brush if it's a COLOR_*
...
constant.
2000-09-12 23:38:33 +00:00
Mike McCormack
a2bdadec88
Make sure NC_HandleNCCalcSize returns a valid rectangle.
...
Painting fails if the rectangle is invalid.
2000-09-12 23:37:57 +00:00
Chris Morgan
2a6c1e498c
Hide the vertical scrollbar when listview style is LVS_LIST.
2000-09-12 23:37:19 +00:00
Jeremy White
9982a2487e
Add WM_USERCHANGED.
2000-09-12 23:36:51 +00:00
Uwe Bonnes
7f0b104953
Use tpXXX instead of tbXXX in tagTHREADENTRY32.
2000-09-12 23:36:18 +00:00
Lionel Ulmer
5e14b07961
Fixed DGA / DGA 2 palette creation.
2000-09-12 23:35:17 +00:00
Gerard Patel
0ca52b2e42
Fix a memory leak in X11DRV_GetTextExtentPoint.
2000-09-12 23:34:30 +00:00
Alexandre Julliard
5ba91b691f
Release 20000909.
2000-09-10 03:54:52 +00:00
Alexandre Julliard
50097a0ce8
Added WINESERVER environment variable to allow overriding the normal
...
server search sequence.
2000-09-10 03:24:28 +00:00
Alexandre Julliard
46b8c24f9c
Removed chdir("/") until we have proper Unix cwd management.
2000-09-10 03:18:29 +00:00
Alexandre Julliard
4b15574923
Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
2000-09-10 03:16:08 +00:00
Andreas Mohr
c4a264428b
Fixed NE_LoadExeHeader error handling.
2000-09-10 03:14:36 +00:00