Alexandre Julliard
|
618a7e5813
|
Added support for window regions in the server.
|
2004-06-29 03:53:25 +00:00 |
Mike McCormack
|
7e168ee798
|
Fix refcounting of streams.
|
2004-06-29 03:49:54 +00:00 |
Alexandre Julliard
|
8ac61c5a1e
|
Ignore empty rectangles in ExtCreateRegion.
|
2004-06-29 03:44:30 +00:00 |
Aric Stewart
|
e95136b7e3
|
Implement MsiGetTargetPathA/W.
|
2004-06-29 03:44:01 +00:00 |
Mike McCormack
|
0eecfdef67
|
Allow reading records containing streams.
|
2004-06-29 03:41:28 +00:00 |
Mike McCormack
|
8079d2ae33
|
Fixed the way the parser takes input strings.
|
2004-06-28 23:57:11 +00:00 |
Alexandre Julliard
|
e59ec7cd94
|
Use X11DRV_GetRegionData to implement X11DRV_SetWindowRgn instead of
duplicating that functionality.
|
2004-06-28 23:54:22 +00:00 |
Filip Navara
|
2d63dae1d9
|
Set the palette for image list DIBs that has 8 or less bits per
pixel.
|
2004-06-28 23:52:51 +00:00 |
Robert Shearman
|
41716ce9c1
|
Start of balloon tip support.
|
2004-06-28 23:52:37 +00:00 |
Hannu Valtonen
|
9b386b7347
|
Don't display the commandline text (A trace still gives it).
Set a few fonts to avoid using the horrible system font on native
Windows.
|
2004-06-28 23:51:55 +00:00 |
Stefan Leichter
|
ec596c06e9
|
Fixed tests of GetFileVersionInfoSizeA for win98 / XP.
|
2004-06-28 23:51:35 +00:00 |
Mike Hearn
|
3186bd2300
|
Make typelib marshaller safe for systems that don't allow executable
code on the heap, plug a leak of the assembly stub block.
|
2004-06-28 23:51:24 +00:00 |
José Manuel Ferrer Ortiz
|
27a7a7a69a
|
Added some Spanish translations.
|
2004-06-28 23:51:05 +00:00 |
Hajime Segawa
|
76e280b401
|
Added some Japanese translations.
|
2004-06-28 23:50:22 +00:00 |
Aric Stewart
|
401bd3f772
|
Start implementing actions.
|
2004-06-28 20:34:35 +00:00 |
Ge van Geldorp
|
c390bb2aea
|
Match prototypes to Platform SDK.
|
2004-06-28 20:32:53 +00:00 |
Mike Hearn
|
163eb22bff
|
Dump function return type in typelib traces, add trace support for
VT_HRESULT.
|
2004-06-28 20:31:39 +00:00 |
Mike Hearn
|
e1d7def952
|
Change REFIID to IID* for stack declarations to avoid initializers
being discarded.
|
2004-06-28 20:30:29 +00:00 |
Stefan Leichter
|
8d34b14f0b
|
Skip tests of GetAcceptLanguagesA if a correct call to the function
does not return anything useful.
|
2004-06-28 20:29:54 +00:00 |
Stefan Leichter
|
204ec74044
|
Skip tests without error if psapi.dll could not be loaded.
|
2004-06-28 20:29:36 +00:00 |
Uwe Bonnes
|
60acd897b4
|
Change desktop size for _INS5576._MP.
|
2004-06-28 20:29:22 +00:00 |
Robert Shearman
|
5c5a0608e5
|
- Clean up the mask drawing code.
- Improve bitmap not found message.
|
2004-06-28 20:29:00 +00:00 |
Dimitrie O. Paun
|
f3b681a2ad
|
Fix the function names in some of the comments.
|
2004-06-28 20:28:38 +00:00 |
Mike McCormack
|
2113bd43f1
|
Define AT_SYSINFO_* if it's missing.
|
2004-06-28 20:28:05 +00:00 |
Jon Griffiths
|
024dc2f572
|
Correct struct tag name for UDACCEL.
Add missing TCITEMHEADER and old names TC_ITEMHEADER/TC_ITEM.
|
2004-06-28 20:27:33 +00:00 |
Mike McCormack
|
c0523aaa57
|
Pull the codepage from the string table.
|
2004-06-26 00:18:36 +00:00 |
Mike McCormack
|
fb3f40b962
|
Fix crash that occurred when an invalid query string was deleted
twice.
|
2004-06-26 00:18:23 +00:00 |
Alexandre Julliard
|
f558741fab
|
Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if the sysinfo page
is in one of our reserved ranges.
|
2004-06-26 00:12:20 +00:00 |
Mike McCormack
|
9d66d94780
|
Implement queries by string value.
|
2004-06-26 00:11:08 +00:00 |
Alexandre Julliard
|
495e0c9498
|
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Update header declarations for msi.
|
2004-06-26 00:10:40 +00:00 |
Dmitry Timoshkov
|
b3569e7015
|
Add a test case for clipboard functionality and fix some bugs revealed
by it.
|
2004-06-25 02:55:37 +00:00 |
Dimitrie O. Paun
|
0377462460
|
Split the MSVCRT implementation headers from the public headers.
Fix some naming conventions aberrations.
Add tests to ensure consistency between the two sets of symbols.
|
2004-06-25 01:19:15 +00:00 |
Jon Griffiths
|
7d12892731
|
Correct tag names for RECTL and SCROLLINFO structs.
|
2004-06-25 01:18:10 +00:00 |
Michael Jung
|
de22be2c9e
|
Changed type of "Signature" registry key value to REG_BINARY.
|
2004-06-25 01:17:37 +00:00 |
Alexandre Julliard
|
2130f61310
|
In GlobalMemoryStatus, also cap the sum of dwAvailPhys and
dwAvailPageFile at 2Gb to avoid a bug in Photoshop 4.
|
2004-06-24 04:08:33 +00:00 |
Alexandre Julliard
|
9bfe0c4ec4
|
Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug.
Call dlsym with RTLD_DEFAULT for symbols that we don't redefine to
work around another glibc bug.
|
2004-06-24 04:07:22 +00:00 |
Robert Shearman
|
55efefddee
|
Fix small mistake in the previous visible region patch.
|
2004-06-24 04:06:51 +00:00 |
Dmitry Timoshkov
|
fdc295db0b
|
Add a prototype for MDI message tests.
|
2004-06-23 20:51:21 +00:00 |
Dmitry Timoshkov
|
eb30a1c7b2
|
Make sure that both deactivated and activated MDI children receive
WM_MDIACTIVATE message in all cases.
|
2004-06-23 20:51:06 +00:00 |
Dmitry Timoshkov
|
d530e54883
|
WM_WINDOWPOSCHANGED should always contain a final window position.
|
2004-06-23 20:50:30 +00:00 |
Alexandre Julliard
|
e8d86b7cd4
|
Moved visible region calculation to the server.
|
2004-06-23 20:44:58 +00:00 |
Alexandre Julliard
|
00844ee036
|
Fixed wrong Unicode string syntax in GetMonitorInfoW.
|
2004-06-23 00:12:03 +00:00 |
Mike Hearn
|
86cc2d54c7
|
- Don't ERR on a used connection being destroyed.
- Don't print an extra newline in the olerelay code.
|
2004-06-23 00:10:29 +00:00 |
Mike Hearn
|
48210fc3e4
|
Add a --command option to winedbg, add an "all" option to the
backtrace command.
|
2004-06-23 00:10:02 +00:00 |
Alexandre Julliard
|
38affc4097
|
We no longer need to make the import directory writable, the loader
takes care of that now.
|
2004-06-22 03:02:35 +00:00 |
Alexandre Julliard
|
bfac60bfeb
|
Do direct Linux system calls in the preloader to avoid trouble with
some broken static libcs.
|
2004-06-22 02:42:05 +00:00 |
Filip Navara
|
fc51760f48
|
Unprotect Import Address Table while filling it.
|
2004-06-22 02:07:47 +00:00 |
Eric Pouech
|
4e0b582903
|
Fix compile error on non-i386.
|
2004-06-22 02:06:37 +00:00 |
Vincent Béron
|
9d8036e1d8
|
Replace some more -debugmsg references for WINEDEBUG.
|
2004-06-21 23:56:15 +00:00 |
Mike Hearn
|
b6908b4c9f
|
Default to Win98 in DLL linkage heuristics.
|
2004-06-21 23:55:07 +00:00 |