Alexandre Julliard
1eeed68514
Moved signal handling to exception.c, generate exceptions on signals.
...
Added hook for debugger in exception handling (temporary).
1999-06-18 18:21:24 +00:00
Pablo Saratxaga
66f53a8a8b
Walloon language update.
1999-06-18 17:05:55 +00:00
Ulrich Weigand
7f53c57321
- Do not call XConfigureWindow if SetWindowPos was called due to a
...
received ConfigureNotify event (to avoid recursion).
- Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
walking the tree.
- Set XSizeHint.win_gravity to StaticGravity for managed windows.
1999-06-18 17:03:13 +00:00
Andreas Mohr
d1fc9e80ac
Bug fix.
1999-06-18 17:00:58 +00:00
Ulrich Weigand
5d617e5002
Fix compiler warning.
1999-06-18 16:59:37 +00:00
Alexander V. Lukyanov
0bc384f0f7
Install wine.man from current directory.
...
Remove wine.man on distclean, not on clean.
1999-06-18 16:58:06 +00:00
Alexandre Julliard
f1293a46c8
Release 990613.
1999-06-13 09:23:59 +00:00
Alexandre Julliard
75b217712f
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
1999-06-13 08:49:47 +00:00
Alexandre Julliard
a79cc39ffa
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
1999-06-13 08:46:30 +00:00
Alexandre Julliard
49080d3b59
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Adds some undocumented behavior to TREEVIEW_GetItemA().
1999-06-13 08:40:45 +00:00
Marcus Meissner
1ab8907fce
Fixed ambigous else/brace problem, moved "name" computation in
...
CreateProcess _before_ outputting it in the FIXME_()s.
1999-06-13 08:39:04 +00:00
Marcus Meissner
b8830034d9
Do not reuse a passed CONST RECT * pointer.
1999-06-13 08:36:34 +00:00
Ulrich Weigand
a7617a05d1
Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
...
used with native USER ...
1999-06-13 08:35:26 +00:00
Ulrich Weigand
23f4b09cc3
Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
...
replaced it by a somewhat less broken hack :-/
1999-06-13 08:34:42 +00:00
Marcus Meissner
352c939737
Fixed small memory corruption.
1999-06-13 08:32:27 +00:00
Patrik Stridvall
857eb39206
Mad the include files idempotent using a consistent macro naming
...
scheme.
1999-06-12 18:36:54 +00:00
Noomen Hamza
ff0149e73b
Avoid painting destroyed windows.
1999-06-12 18:29:07 +00:00
Alexandre Julliard
a099a555c3
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-06-12 15:45:58 +00:00
Patrik Stridvall
fdcfdb9a6d
Added missing/wrong includes.
1999-06-12 14:55:11 +00:00
Patrik Stridvall
4bf335497d
Removed direct references to CLASS internals.
1999-06-12 14:52:15 +00:00
Andreas Mohr
cd3278be3f
Rearrange winver detection code and cache the winver value we
...
determined in the PDB to speed up.
1999-06-12 14:46:54 +00:00
Gerard Patel
5773dade8e
Draws a border around windows with old win31 style (only ws_border) in
...
win95 look.
1999-06-12 14:45:56 +00:00
Patrik Stridvall
6a3ad42293
Added CINTERFACE and NONAMELESSUNION support.
1999-06-12 11:05:29 +00:00
Patrik Stridvall
14da7b1c93
Added extern "C" if __cplusplus is defined.
1999-06-12 10:53:06 +00:00
Francis Beaudet
6ec3eaf54b
Fixed a few behaviors of the combobox that were broken.
1999-06-12 10:51:19 +00:00
Guy Albertelli
0e65b38ff3
Add new "walk" command options to list processes and modref's.
1999-06-12 10:49:36 +00:00
Uwe Bonnes
63ec7daa69
X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
...
and negative lines.
1999-06-12 10:46:31 +00:00
Patrik Stridvall
9e61c1cc9b
Changed xxx(VOID) to xxx(void).
1999-06-12 08:27:49 +00:00
Eric Pouech
0e35ebada0
- simplified internal data
...
- thread safe access to internal structures
- fixed bug on ONE_SHOT timers
- deferred service thread call until really needed (no longer on WINMM
or MMSYSTEM attachement)
1999-06-12 08:25:36 +00:00
Eric Pouech
63c7cdf196
Made the service thread instanciable in every process.
1999-06-12 08:24:23 +00:00
James Juran
ffe6b7679a
Use Autoconf to find path to ldconfig.
1999-06-12 08:21:57 +00:00
Francis Beaudet
98231044e3
Fixed a problem with the LoadTypeLib method.
1999-06-12 08:20:30 +00:00
Marcus Meissner
adf8a0cbe6
Use @sysconfdir@ for the default registries in misc/registry.c too.
1999-06-12 08:18:38 +00:00
Marcus Meissner
e1f81a6814
Added generic pixel converter for 8->24.
1999-06-12 08:16:40 +00:00
Pavel Roskin
4b5f876e74
DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
...
were expanded to WORD incorrectly.
1999-06-12 08:11:32 +00:00
Ove Kaaven
e78e1af43e
Various DPMI fixes and preliminary DPMI raw mode switch handler.
1999-06-12 08:09:52 +00:00
Noomen Hamza
fe0a5e8895
Fixed imprecision in the MDI tiling functionality.
1999-06-12 08:08:35 +00:00
Huw D M Davies
e987634c44
Open files with more appropriate sharing mode.
1999-06-12 06:50:57 +00:00
Huw D M Davies
0ae4e09188
Small fixes for EnhMetaFile playback.
1999-06-12 06:49:52 +00:00
Ian Schmidt
64eed99f8e
Fixed an error and an off-by-one bug in DSA_SetItem(). This
...
eliminates some crashes with Win98 native SHELL32.
1999-06-12 06:48:49 +00:00
Marcus Meissner
8c7266009c
Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
...
with caps1==NULL.
1999-06-12 06:48:08 +00:00
Slava Monich
50d74e1ff2
dwDataSize needs to be reset before each RegQueryValueEx() call.
1999-06-12 06:46:46 +00:00
Ove Kaaven
db98ffdd8e
Don't ignore application-requested primary buffer flags.
1999-06-12 06:45:56 +00:00
Ove Kaaven
d2ca108b34
Clear high word of %esp when returning from CallFrom16.
1999-06-12 06:44:56 +00:00
Ove Kaaven
a88444e1b3
Implementation of EV_RXFLAG.
1999-06-12 06:43:48 +00:00
Ulrich Weigand
b38e1decb8
Better implementation of [GS]etForegroundWindow.
...
Fixed focus handling on inter-thread activation.
Adapted FocusIn/Out event handling to per-queue focus.
1999-06-12 06:42:20 +00:00
Ulrich Weigand
85bcb2e152
Release Win16Lock during PROCESS_Create.
1999-06-12 06:41:16 +00:00
Luc Tourangeau
103a2ea356
ImageList_GetIcon bug fix.
1999-06-12 06:40:00 +00:00
Rein Klazes
874b8a3e19
Corrected a problem in GetTimeZoneInformation() due a change to
...
mktime() in glibc-2.1.1 when daylight saving time is in effect.
1999-06-12 06:39:22 +00:00
Patrik Stridvall
e22a4e573a
Changed K&R C function definition to ANSI C.
1999-06-12 06:38:22 +00:00