Ferenc Wagner
|
feaad968b8
|
Report the error sent by the CGI script.
Make progress bar selection explicit.
|
2004-02-21 04:01:56 +00:00 |
Dimitrie O. Paun
|
69880eb587
|
Rewrite winegcc in preparation for merging with winewrap.
We now have comprehensive (and correct) options parsing.
|
2004-02-21 04:01:38 +00:00 |
Mike Hearn
|
27c0a06197
|
Implement SHDOCVW_DllGetVersion. It returns the same information as
the Win98/IE6 implementation does.
|
2004-02-21 04:01:22 +00:00 |
Patrik Stridvall
|
ede82e3055
|
Fixed some issues found by winapi_check.
|
2004-02-20 20:19:23 +00:00 |
Alexandre Julliard
|
f310fdf3a0
|
Removed a couple of unneeded helper functions.
|
2004-02-20 19:58:39 +00:00 |
Dimitrie O. Paun
|
a9d4b07166
|
Fix typo introduced during the path search reorganizaton.
|
2004-02-20 19:57:56 +00:00 |
Patrik Stridvall
|
9c39156efd
|
- API files update.
- Minor bug fixes.
|
2004-02-20 19:57:42 +00:00 |
Ulrich Czekalla
|
5a864b2f70
|
Use dibsections for the images.
|
2004-02-20 19:57:09 +00:00 |
Huw Davies
|
9af2de85ea
|
If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate the area that
changes in a resize.
Don't call SWP unless we're actually adjusting anything.
|
2004-02-20 19:56:52 +00:00 |
Ferenc Wagner
|
8c4a4dffd6
|
Add a free() call at the end.
|
2004-02-20 19:56:29 +00:00 |
Ulrich Czekalla
|
455a22394a
|
Implemented rendering synthesized BITMAP and DIB formats.
|
2004-02-20 05:43:00 +00:00 |
Alexandre Julliard
|
4d984fd9c1
|
Create real file handles for VxDs instead of using the server device
object hack (partly based on a patch by Eric Pouech).
|
2004-02-20 05:22:20 +00:00 |
Robert Shearman
|
64d68b106a
|
- Implement string functions in comctl32.
- Use CompareString in shlwapi wherever possible instead of ugly
helpers.
|
2004-02-20 05:16:37 +00:00 |
Dmitry Timoshkov
|
c162263d3f
|
First step in using faster approach for A<->W message mapping.
|
2004-02-20 05:14:48 +00:00 |
Dimitrie O. Paun
|
29872b8b26
|
Update DEVELOPERS-HINTS with the newly added VxDs.
|
2004-02-20 05:13:05 +00:00 |
Dimitrie O. Paun
|
e879638d36
|
LVN_BEGINRDRAG is implemented now. Fix typo.
|
2004-02-20 05:12:49 +00:00 |
Kevin Koltzau
|
92002d924b
|
Implemented system metric functions.
|
2004-02-20 05:12:21 +00:00 |
Alexandre Julliard
|
a21cf075a8
|
Added support for implementing VxDs as separate dlls and loading them
on demand.
Moved all the DeviceIoControl code into the respective VxD dlls.
|
2004-02-20 01:18:43 +00:00 |
Brian Vincent
|
652919b6d3
|
Remove reference to Calmira file manager, add bit about Winefile.
|
2004-02-20 01:09:49 +00:00 |
Gerald Pfeifer
|
3061e97b47
|
Fix non-standard code in report().
|
2004-02-20 01:09:31 +00:00 |
Ulrich Czekalla
|
6cc56740f5
|
Get the rectangle from the dc and uncomment PlayEnhMetaFile in
GetWinMetaFileBits.
|
2004-02-20 01:08:57 +00:00 |
Rein Klazes
|
8677fbf362
|
Add stub implementation for SetICMProfileA().
|
2004-02-20 01:08:16 +00:00 |
Aric Stewart
|
d240ae8d62
|
Implemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
|
2004-02-20 01:05:39 +00:00 |
Finlo Boyde
|
bb6fde284e
|
Fix for deadlock when using private colormap.
|
2004-02-20 01:04:51 +00:00 |
Ferenc Wagner
|
efc67253fd
|
- command line handling (GUI will follow)
- strip .exe[.so] from test names
- version 2 output
|
2004-02-19 04:12:42 +00:00 |
Christian Costa
|
87bef514db
|
Replaced the timer and its callback by a thread for receiving midi in
events.
Fixed time of MIM_LONGDATA notification.
Handled DRVM_EXIT in ALSA_midMessage.
|
2004-02-19 04:12:18 +00:00 |
Mike Hearn
|
ca8901640e
|
To reduce debugging noise, make IMalloc32/IMallocSpy implementations
output to the new olemalloc debug channel.
|
2004-02-19 01:26:45 +00:00 |
Alexandre Julliard
|
c042e13ef6
|
Fixed varargs handling in the scanf functions (spotted by Eric
Pouech).
|
2004-02-19 01:13:12 +00:00 |
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 |