Kevin Koltzau
|
80d8cc36b4
|
Define SPI_* values introduced in XP.
|
2004-02-19 01:10:34 +00:00 |
Ulrich Czekalla
|
0bc05d41a3
|
Advance index as we set the atom values.
|
2004-02-19 01:10:16 +00:00 |
Mike Hearn
|
a41017f81d
|
The presence of FGetComponentPath is used to check if mapi32.dll is
the Outlook version or not. It's common to GetProcAddress for it, so
let's not export it as otherwise apps may call it.
|
2004-02-19 01:09:52 +00:00 |
Michael Stefaniuc
|
8ae9b8926e
|
Added winedump man page, heavily based on the README file.
|
2004-02-17 22:49:33 +00:00 |
Jon Griffiths
|
2e2d6ec7c9
|
Stub the stopwatch API.
Implement DoesStringRoundTripW,@371-3,@392.
Move a couple of string functions into string.c
|
2004-02-17 22:48:56 +00:00 |
Alexandre Julliard
|
1c63357e78
|
Fixed a trace.
|
2004-02-17 22:48:25 +00:00 |
Fabian Cenedese
|
7142a4e0b2
|
ListView should behave in OWNERDRAW as in FULLROWSELECT. This allows
to select cells not in the first column in REPORT mode with OWNERDRAW
style set.
|
2004-02-17 22:47:51 +00:00 |
Robert Shearman
|
997ce1926e
|
Forward some wrapper functions since we don't care about compatibility
with Win98 in this case.
|
2004-02-17 22:47:21 +00:00 |
Marcus Meissner
|
0462858eac
|
Support emulation of the privileged mov dr7,eax instruction.
|
2004-02-17 22:46:06 +00:00 |
Christian Costa
|
fabcd27800
|
Added some stubs.
|
2004-02-17 21:05:44 +00:00 |
Kevin Koltzau
|
0fd8e51365
|
Corrected method of creating registry keys, both to fix an issue where
they were not created and to act more like Windows.
|
2004-02-17 21:03:33 +00:00 |
Robert Shearman
|
187c8b71ce
|
Move string functions to separate file.
|
2004-02-17 21:02:18 +00:00 |
Alexandre Julliard
|
492ac292b9
|
Added support for building a dll from a .def file for cases where we
don't want to write a full .spec.
Renamed --spec option to --dll for consistency.
|
2004-02-17 20:36:16 +00:00 |
Huw Davies
|
14743a0f3b
|
SetMenu should always call SetWindowPos whether the window is visible
or not. However we shouldn't call SWP from CreateWindowEx.
Added a test for this behaviour.
|
2004-02-17 20:29:05 +00:00 |
Robert Shearman
|
41596e8031
|
- Fix some traces.
- The TBM_GET*HOTLIST functions take imagelist ID in wParam.
- Implement TBM_GETSTRING{A,W}.
- Implement undocumented 0x462 message.
|
2004-02-17 20:28:19 +00:00 |
Robert van Herk
|
2f1bc74b2e
|
Allow user to choose "native", "native,builtin", "builtin",
"builtin,native" and "disable" for each library they override.
|
2004-02-17 20:26:15 +00:00 |
Fabian Cenedese
|
393ae7d204
|
Accept VT_BOOL mixed with another type as valid combination in
VarOr/VarAnd.
|
2004-02-17 20:25:41 +00:00 |
Alexandre Julliard
|
1415a11034
|
Fixed IntlStrEqWorkerA/W prototypes.
|
2004-02-17 20:25:12 +00:00 |
Robert Shearman
|
780deecfd7
|
- Add IntlStrEqWorkerA/W.
- StrCmp tests.
|
2004-02-17 20:24:50 +00:00 |
Robert Shearman
|
524cad7413
|
Documentation update.
|
2004-02-17 20:23:05 +00:00 |
Dmitry Timoshkov
|
cba227bcec
|
Write section access also assumes read access.
|
2004-02-17 20:22:43 +00:00 |
Kevin Koltzau
|
f28552b3d3
|
Keep track of theme filename within THEME_FILE.
|
2004-02-17 20:22:27 +00:00 |
Marcus Meissner
|
68eb0dd58d
|
Allow specification of "DLLMODE=native" for native dlls.
|
2004-02-16 22:24:46 +00:00 |
Alexandre Julliard
|
095b498b17
|
Renamed --exe-mode option to --mode now that it can be used for dlls
too.
|
2004-02-16 22:24:24 +00:00 |
Mike Hearn
|
d04f253aa9
|
Grow the treeview control expander button by 1px in each direction to
match the native look.
|
2004-02-16 22:19:29 +00:00 |
Sami Aario
|
d3383740d6
|
No need to link against the uuid library.
|
2004-02-16 22:18:59 +00:00 |
Alexandre Julliard
|
685b936214
|
The clip rectangle for ExtTextOut is in logical coords.
|
2004-02-16 20:35:52 +00:00 |
Dmitry Timoshkov
|
80064d78e2
|
Take palette into account while responding on
ICM_DECOMPRESS_GETFORMAT.
|
2004-02-16 20:34:18 +00:00 |
Dimitrie O. Paun
|
8e7f81c49e
|
Add the new RSA encryption DLL.
|
2004-02-16 20:33:37 +00:00 |
Kevin Koltzau
|
533a999adb
|
Implement DrawThemeBackgroundEx, DrawThemeText, GetThemeTextExtent.
|
2004-02-16 20:32:59 +00:00 |
Marcus Meissner
|
d496eb08e7
|
No need to check for DllEntryPoint style constants.
|
2004-02-16 20:24:32 +00:00 |
Lionel Ulmer
|
676e059c61
|
Store pointers in the internal structures and not handles.
|
2004-02-16 20:24:15 +00:00 |
Sami Aario
|
225f142c8d
|
Added surface tests.
|
2004-02-16 20:23:58 +00:00 |
Robert Reif
|
d6993619ef
|
Add secondary buffer array.
|
2004-02-16 20:23:42 +00:00 |
Alexandre Julliard
|
30c7548b04
|
Release 20040213.
|
2004-02-13 23:41:13 +00:00 |
Alexandre Julliard
|
5e4a5beccb
|
Added native mode dll support (based on a patch by Marcus Meissner).
|
2004-02-13 22:42:13 +00:00 |
Alexandre Julliard
|
69063fa035
|
Don't build getopt at all if it's not needed.
|
2004-02-13 22:41:32 +00:00 |
Aric Stewart
|
e56178d9d5
|
Work toward properly updating the SelectionMark when the selected
state changed inside a listbox.
|
2004-02-13 22:40:37 +00:00 |
Robert Reif
|
20fff3d111
|
Enable hardware secondary buffer support on cards that support it (SB
live and audigy).
|
2004-02-13 21:10:21 +00:00 |
Robert Reif
|
61cb01781e
|
Save oss device fd and creation flags in dsound buffer object.
|
2004-02-13 21:04:28 +00:00 |
Alexandre Julliard
|
7fd58cb13f
|
Get rid of a few 16-bit exports in gdi32.
|
2004-02-13 20:58:27 +00:00 |
Mike McCormack
|
7fc37b1670
|
Use the Mozilla Active X control in place of the IE6 Active X
control.
|
2004-02-13 20:57:34 +00:00 |
Robert Reif
|
e9b7222e34
|
Split buffer creation function into primary and secondary buffer
creation functions. Secondary buffer creation function is stubbed
out.
|
2004-02-13 20:56:21 +00:00 |
Mike McCormack
|
b6de304722
|
Implement enough of rsabase.dll to get Steam to login.
|
2004-02-13 20:47:07 +00:00 |
Robert Reif
|
b6adacb81c
|
Moved dsound mmap mapping info into dsound objects.
|
2004-02-13 20:44:42 +00:00 |
Robert Reif
|
391aede4ba
|
Use pipe sync code from wineoss.
|
2004-02-13 20:44:12 +00:00 |
Alexandre Julliard
|
e04fe7da4e
|
Moved hGCClipRgn handling to the graphics driver.
|
2004-02-13 20:26:27 +00:00 |
Robert Reif
|
41b89ddd53
|
Properly release hardware primary buffer when changing formats.
|
2004-02-13 20:22:02 +00:00 |
Robert Reif
|
9a3056b243
|
Don't need primary lock. Fixes error in dsound tests in interactive
mode.
|
2004-02-13 20:21:47 +00:00 |
Dimitrie O. Paun
|
1c4a69cf90
|
Fix location of the FreeBSD port (thanks to lazybones).
|
2004-02-13 20:21:12 +00:00 |