Stefan Leichter
ab5bba62f9
Added NULL pointer check in CallWindowProc16.
2002-05-07 18:31:10 +00:00
David Hammerton
ca30e48f71
Added implementation of GetWindowInfo.
2002-05-06 20:11:18 +00:00
Alexandre Julliard
5cab46ee58
Cleaned up some inter-dll dependencies in palette management.
2002-05-02 21:49:50 +00:00
Alexandre Julliard
d0893548e6
Moved remaining files in windows/x11drv to dlls/x11drv.
2002-04-30 21:16:39 +00:00
Alexandre Julliard
5769d1de00
Better support for configure detection of missing types, added check
...
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.
2002-04-26 19:05:15 +00:00
Alexandre Julliard
605cba3c8e
Update the queue key state even if no window has the focus (spotted by
...
Rizsanyi Zsolt).
2002-04-26 18:36:06 +00:00
Alexandre Julliard
894b188fcf
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
2002-04-25 21:40:56 +00:00
Alexandre Julliard
06c665d75a
Clear the DC dirty flag before calling SetDCState to avoid spurious
...
vis region updates.
2002-04-22 22:37:34 +00:00
Raul Metsma
77d6a07c3c
Added Estonian keyboard layout.
2002-04-17 16:49:15 +00:00
Guy L. Albertelli
c7ec93d2ea
Put the MCN_ and DTN_ in correct order.
2002-04-17 16:48:45 +00:00
Guy L. Albertelli
16c04be4ae
- When dumping NMCUSTOMDRAW, use correct size for a Toolbar.
...
- Add notify names for controls: tooltips, updown, calendar, datetime,
ip, and status.
2002-04-14 19:30:28 +00:00
Alexandre Julliard
daa2886c10
Updated configure to take advantage of new autoconf 2.53 features.
2002-04-11 21:54:01 +00:00
Dmitry Timoshkov
5474aa941b
Fixed problem with mouse cursors in Word.
2002-04-09 01:37:06 +00:00
Alexandre Julliard
481f8ffeba
Need to check for focus and capture also on the children of the window
...
being disabled.
2002-04-08 23:57:08 +00:00
Guy Albertelli
9f33f5cd5e
Some additional traces.
2002-04-08 23:50:20 +00:00
Paul Rupe
c86e5c9020
Added keymap tables for US dvorak layout.
2002-04-08 20:15:32 +00:00
Hidenori Takeshima
2223450ad2
Use default GUI font instead of hard-coded 'MS Sans Serif'.
2002-04-08 20:12:36 +00:00
Huw D M Davies
68ef5e0327
Don't hang around for a minute if we can't exec the clipboard server.
2002-04-06 00:41:43 +00:00
François Gouget
392f6f8775
Replace some SendMessage with SendNotifyMessage in case the target
...
window belongs to another thread.
2002-04-06 00:40:41 +00:00
Huw D M Davies
79fdd847e0
The horizontal dialog base unit is calculated as the straight average
...
of a-z,A-Z (tmAveCharWidth is supposed to be a weighted average
according to character usage, so we shouldn't use this).
2002-04-03 20:06:04 +00:00
Dmitry Timoshkov
047ab4060a
Fix sign extension in message mapping routines.
2002-04-02 02:53:08 +00:00
Alexandre Julliard
fb23e10c1b
We cannot ignore NotifyNonlinear focus events.
2002-03-22 01:03:36 +00:00
Duane Clark
f9340ff94d
On WM_GETTEXT, terminate the lparam buffer even if string is empty.
2002-03-20 01:31:03 +00:00
Matthias Fechner
94e9a6f901
Added German 105 keys keyboard.
2002-03-20 01:28:20 +00:00
Mehmet Yasar
ffd4d33d12
Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT
...
and CB/LB_SELECTSTRING.
2002-03-11 05:05:16 +00:00
Jason Phillips
7c18771736
Make wineclipsrv run as a daemon (close stdout/stderr, no controlling
...
terminal, session group leader).
2002-03-11 01:13:27 +00:00
Axel Schmidt
46a9db644f
Added keyboard layout for Logitech Cordless Desktop Pro.
2002-03-11 01:12:07 +00:00
Andriy Palamarchuk
41024bcd86
Added FIXMEs for actions with id>=115. These actions were not
...
processed before.
2002-03-11 01:11:41 +00:00
Guy L. Albertelli
ac2defb3e7
Trace undocumented toolbar messages.
2002-03-11 01:10:40 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Dave Hawkes
60502143d2
Fixed winproc memory leak.
2002-02-28 21:43:06 +00:00
Guy L. Albertelli
f1a624d59f
Fix the strange case in WIN_FixCoordinates where x and cx are not
...
default but cy is CW_USEDEFAULT.
2002-02-27 01:20:54 +00:00
Guy L. Albertelli
db728b0b72
Add additional CCM_ message names.
2002-02-26 00:38:59 +00:00
Peter Hunnisett
73ab649ced
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
2002-02-25 20:10:35 +00:00
Dave Hawkes
d0a06ec7a5
Prevent lock-up with a focus loop between two top level unmanaged
...
windows.
2002-02-25 19:47:31 +00:00
Peter Hunnisett
f11de4fc3d
Fix return type of GetAsyncKeyState.
2002-02-22 21:24:25 +00:00
Jukka Heinonen
3fead8fa3b
Convert some invalid offsets in GetWindowLong16 into valid offsets.
2002-02-15 18:22:23 +00:00
Dave Hawkes
95d8c95f11
Added a keyboard matched to VNC.
2002-02-15 18:21:16 +00:00
Alexandre Julliard
70437035e3
version.h is now in include/wine directory.
2002-02-14 19:48:16 +00:00
Dmitry Timoshkov
f40fb64d6f
Allow ToAscii/ToUnicode to work with scanCode = 0.
2002-02-12 18:42:50 +00:00
Alexandre Julliard
d473d304bd
Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Guy Albertelli <guy@codeweavers.com>
...
Use GetSystemMetrics() to for caption metrics in NONCLIENTMETRICS
struct. Initialize iScrollWidth and iScrollHeight entries for
SPI_GETNONCLIENTMETRICS.
2002-02-04 18:30:44 +00:00
Patrik Stridvall
57e5784c21
Move __stdcall/__cdecl to the right place.
2002-02-02 18:42:11 +00:00
Guy Albertelli
3687100cbf
Added NULL checks on all rectangle pointers.
2002-01-31 20:34:01 +00:00
Dimitrie O. Paun
693cca5d4d
Make FIXMEs more grep-able.
2002-01-29 03:12:19 +00:00
Dmitry Timoshkov
7180536524
Do not be too smart and add WS_CAPTION in AdjustWindowRectEx.
2002-01-29 02:56:05 +00:00
Alexandre Julliard
9f5922089a
Removed no longer used average width calculation.
2002-01-22 20:09:44 +00:00
Tommy Schultz Lassen
440adc193a
Make EnumWindows return TRUE if no windows exists.
2002-01-22 00:50:07 +00:00
Francois Gouget
e6ebf42c2b
Fix a couple of warnings and a typo.
2002-01-21 17:59:38 +00:00
Dimitrie O. Paun
9e99d2b763
- Make the ListView control Unicode ready.
...
- Support both ANSI & Unicode ListView notifications.
- Fixed a few bugs.
2002-01-18 19:05:35 +00:00
Andriy Palamarchuk
4163e08541
SystemParametersInfo: fixed return value for SPI_SETFASTTASKSWITCH.
2002-01-18 18:10:11 +00:00