Dimitrie O. Paun
|
c5150fb682
|
Fix realloc() to match the documented behaviour.
Add a few simple tests for it.
|
2003-11-20 23:41:13 +00:00 |
Gregory M. Turner
|
9e85bf3f87
|
- Trace the argument to RPCRT4_server_thread.
- ^null implies two indirections, we have one.
- Ove's intent doesn't matter, the current implementation is right.
|
2003-11-20 23:39:18 +00:00 |
Ulrich Czekalla
|
032bdc9f1d
|
Initial implementation to support XDND protocol.
|
2003-11-20 22:09:51 +00:00 |
Ivan Leo Murray-Smith
|
5a2f3c1f1f
|
Added/updated Italian resources.
|
2003-11-20 22:07:35 +00:00 |
Dimitrie O. Paun
|
c594043316
|
Make the controls send notifications to the parent window passed to
them in CREATESTRUCT. Based on a treeview patch by Igor Grahek.
|
2003-11-20 22:04:13 +00:00 |
Alexandre Julliard
|
d09c3289a2
|
Intern all the atoms we'll need in one step to avoid multiple server
round trips.
|
2003-11-20 04:24:18 +00:00 |
Francois Gouget
|
cd1a13b00e
|
If using the default values, also set dwType to REG_SZ as our default
strings don't need to be expanded (found by Valgrind).
|
2003-11-20 04:21:12 +00:00 |
Francois Gouget
|
a971f54816
|
Don't use the data returned by RegQueryValueExW if it fails (found by
Valgrind).
A spelling fix.
|
2003-11-20 04:20:50 +00:00 |
Dimitrie O. Paun
|
6443ee58bc
|
Cleanup the edit wndproc a bit.
|
2003-11-20 04:19:59 +00:00 |
Dimitrie O. Paun
|
e5762652d2
|
Remove some dead code: hwndParent is not used anywhere.
|
2003-11-20 04:19:41 +00:00 |
Ivan Leo Murray-Smith
|
baa2b1f04f
|
Added Italian language support.
|
2003-11-20 04:19:18 +00:00 |
Gerald Pfeifer
|
e04b8d5056
|
Avoid long long constant.
|
2003-11-20 04:18:50 +00:00 |
Grant Williamson
|
2a825b9e3b
|
Dutch keyboard support.
|
2003-11-20 04:14:30 +00:00 |
Alexandre Julliard
|
12d3d81cbd
|
Use a more portable way to generate authors.c.
|
2003-11-19 02:35:31 +00:00 |
Rein Klazes
|
e617a9c528
|
Include ft2build.h before freetype/freetype.h. Libfreetype 2.1.7
requires this.
|
2003-11-19 02:18:13 +00:00 |
Ivan Leo Murray-Smith
|
15a9d28707
|
Added/updated Italian resources.
|
2003-11-19 02:14:44 +00:00 |
Lionel Ulmer
|
63d9cfcf11
|
Fix some other multi-texturing problems.
|
2003-11-18 23:20:25 +00:00 |
Robert Shearman
|
d6254fcb43
|
- AVI Splitter implementation.
- Add new debugging function wine_dbstr_longlong.
|
2003-11-18 20:47:48 +00:00 |
Francois Gouget
|
84540b4dc7
|
Assorted spelling fixes.
|
2003-11-18 20:41:24 +00:00 |
Mike McCormack
|
a7270ec780
|
Improve error handling in CryptAcquireContext.
|
2003-11-18 20:40:12 +00:00 |
Hans Leidekker
|
af7e65b46d
|
Account for the fact that the temporary directory may expand to a long
name.
|
2003-11-18 20:39:34 +00:00 |
Alexandre Julliard
|
129f1e6910
|
Generate the authors list for the shell about dialog from AUTHORS at
compile time. Converted the about dialog to Unicode.
|
2003-11-18 19:50:24 +00:00 |
Dmitry Timoshkov
|
f2963aeb86
|
Make national (hot)keys work in menus. Make menu code use unicode APIs.
|
2003-11-18 19:42:31 +00:00 |
Huw Davies
|
a63270f183
|
Unswap Page Up & Down and fix TBS_DOWNISLEFT.
NM_* notifications go via WM_NOTIFY not WN_?SCROLL.
Pull the notification window from the CreateStruct.
Send a TB_THUMBPOSITION at the end of a drag.
|
2003-11-18 19:39:40 +00:00 |
Francois Gouget
|
6768ecb6c1
|
Scale the buffer sizes with MAX_LISTED_ENV_VAR.
Add a note about the limited buffer size used by the *Profile functions.
Fix a couple of spelling errors.
|
2003-11-18 19:38:51 +00:00 |
Rein Klazes
|
b76e883344
|
The LVN_GETDISPINFO notify message should point to the same iSubItem
as in the call to LISTVIEW_GetItemT, valid or not. Fix a badly placed
brace.
|
2003-11-18 19:38:30 +00:00 |
Alexandre Julliard
|
a7ce2abc9d
|
Removed include/selectors.h.
|
2003-11-18 00:16:25 +00:00 |
Alexandre Julliard
|
746d900b04
|
Force minimum stack size to 1Mb for Xlib.
|
2003-11-18 00:14:17 +00:00 |
Martin Fuchs
|
76adb1ff0d
|
- Move shell window into the background.
- Add tests for Get/SetShellWindow().
|
2003-11-18 00:13:34 +00:00 |
Sami Aario
|
f22a4720b5
|
Added some conformance tests for ddraw. These enumerate some display
modes and then attempt to open them.
|
2003-11-18 00:12:00 +00:00 |
Alexandre Julliard
|
204847e8f6
|
Use the wine_ldt_* functions directly in winedos instead of calling
SELECTOR_AllocBlock.
|
2003-11-18 00:06:15 +00:00 |
Aric Stewart
|
89ba8760f3
|
We need to make sure that customdraw_fill is called even if
CDRF_NOTIFYITEMDRAW is not being used because we used the text and
background colors from that struct later.
|
2003-11-18 00:04:27 +00:00 |
Dmitry Timoshkov
|
1fa82e51c2
|
Apply same magic to LibAttr.lcid from MSFT to SLTG.
|
2003-11-18 00:02:25 +00:00 |
Alexandre Julliard
|
d868549754
|
Moved toolhelp.h to dlls/kernel.
|
2003-11-17 20:49:45 +00:00 |
Alexandre Julliard
|
f9be2f3d21
|
Removed some unnecessary includes.
|
2003-11-17 20:31:29 +00:00 |
Alexandre Julliard
|
464cc10419
|
Fixed regression in loading of builtin apps from the system dir when
the native doesn't exist.
|
2003-11-17 20:18:19 +00:00 |
Alexandre Julliard
|
d3fb25cd0f
|
Moved a few definitions used in only one source file out of module.h.
|
2003-11-17 20:16:38 +00:00 |
Alexandre Julliard
|
8fb98a41e0
|
Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro,
and stop exporting the WINE_LDT_FIRST_ENTRY constant.
|
2003-11-17 20:12:56 +00:00 |
Jason Edmeades
|
912c09b8ef
|
Disable the use of the 'w' parm in rhw mode.
|
2003-11-17 20:04:44 +00:00 |
Jason Edmeades
|
61608b71fc
|
If swap mode is discard, clear the backbuffer before moving onto the
next frame.
|
2003-11-17 20:04:30 +00:00 |
Jason Edmeades
|
96be4449f3
|
Use the current window visual only.
|
2003-11-17 20:04:08 +00:00 |
Robert Reif
|
58fe9f1fc0
|
Initialize buffer reference count.
|
2003-11-17 20:03:42 +00:00 |
Lionel Ulmer
|
a122673ebf
|
Fix graphical corruption on surface lock when multi-texturing is
active.
|
2003-11-17 20:02:33 +00:00 |
Rein Klazes
|
7b6b9d6e93
|
Ignore invalid iSubItem in LISTVIEW_GetItemT().
|
2003-11-17 20:01:49 +00:00 |
Ivan Leo Murray-Smith
|
e2b29cc65f
|
Improved Italian translations.
|
2003-11-17 20:00:33 +00:00 |
Ivan Leo Murray-Smith
|
e51000f44f
|
Added Italian translation.
|
2003-11-17 19:59:13 +00:00 |
Alexandre Julliard
|
e983652363
|
Moved a number of DOS definitions out of the global headers and into
winedos private files. Removed the msdos.h header.
|
2003-11-15 00:13:20 +00:00 |
Alexandre Julliard
|
4044372596
|
Moved winedos loading functionality to dlls/kernel/instr.c and get rid
of msdos/dpmi.c.
|
2003-11-14 21:08:39 +00:00 |
Robert Reif
|
3f1498fc6c
|
Fixes more use before set races.
Work around for queue reordering feature.
Stop recording on reset.
Better debug info.
Dsound callback capture state fix.
|
2003-11-14 21:03:24 +00:00 |
Jon Griffiths
|
136fa03fbf
|
Implement the non-variant date conversions correctly, without going
through 'struct tm' first. Handle negative & 'rolling' dates too.
|
2003-11-14 21:01:36 +00:00 |