Dmitry Chapyshev
607f12562e
- FIXME -> TRACE. This function is not implemented in Windows XP SP3.
...
svn path=/trunk/; revision=39251
2009-01-31 20:57:28 +00:00
Dmitry Chapyshev
29f2b90096
- Implement GetComputerObjectNameA/W (from Wine)
...
svn path=/trunk/; revision=39250
2009-01-31 20:22:17 +00:00
Colin Finck
5ed8401b33
Radek Liska (radekliska@gmail.com)
...
- Try to get the Czech netshell working again by copying some missing stuff from the English translation
svn path=/trunk/; revision=39248
2009-01-31 19:27:09 +00:00
Colin Finck
c22c004a09
Update mIRC to 6.35, works under 0.3.8 and as long as this version is the latest one, it doesn't ask for updates all the time :-)
...
svn path=/trunk/; revision=39246
2009-01-31 17:23:09 +00:00
Dmitry Chapyshev
f71841ce0c
- Fix typo (revealed by Kario)
...
svn path=/trunk/; revision=39244
2009-01-31 16:53:06 +00:00
Dmitry Chapyshev
92ad6e2242
- Add qmgr to build and bootcd
...
- Add more stuff to bootcd
See issue #4095 for more details.
svn path=/trunk/; revision=39243
2009-01-31 16:49:22 +00:00
Christoph von Wittich
84cc142d0b
replace hack by manually generated msiserver.idl_i.c (which should be generated by rbuild)
...
svn path=/trunk/; revision=39242
2009-01-31 15:46:48 +00:00
Gregor Schneider
3c8f0a1df6
Remove dead StretchBlt code
...
svn path=/trunk/; revision=39241
2009-01-31 15:38:16 +00:00
Dmitry Chapyshev
2ab5d20abb
- Add some headers from Wine
...
- Import qmgr from Wine (not included yet to build)
svn path=/trunk/; revision=39240
2009-01-31 15:32:09 +00:00
Christoph von Wittich
15a996c26b
sync shlwapi_winetest with wine 1.1.14
...
svn path=/trunk/; revision=39239
2009-01-31 14:49:08 +00:00
Christoph von Wittich
56a6541f3d
sync shlwapi with wine 1.1.14
...
svn path=/trunk/; revision=39238
2009-01-31 14:48:46 +00:00
Christoph von Wittich
66e2845732
sync crypt32_winetest with wine 1.1.14
...
svn path=/trunk/; revision=39237
2009-01-31 14:31:11 +00:00
Christoph von Wittich
e09c7694fd
sync crypt32 with wine 1.1.14
...
svn path=/trunk/; revision=39236
2009-01-31 14:28:46 +00:00
Christoph von Wittich
fe9f224169
sync msi_winetest with wine 1.1.14
...
svn path=/trunk/; revision=39235
2009-01-31 14:17:07 +00:00
Christoph von Wittich
d89de67fd6
sync msi with wine 1.1.14
...
svn path=/trunk/; revision=39234
2009-01-31 14:13:20 +00:00
Christoph von Wittich
731e445229
add stubs for SHFlushSFCache and SHGetImageList (from wine)
...
svn path=/trunk/; revision=39233
2009-01-31 14:01:57 +00:00
Christoph von Wittich
5d4d38c175
make explicit use of unicode functions
...
svn path=/trunk/; revision=39232
2009-01-31 13:44:48 +00:00
Christoph von Wittich
da4305f0d2
add lodctr
...
svn path=/trunk/; revision=39231
2009-01-31 13:21:11 +00:00
Christoph von Wittich
976a57af06
add loadperf and lodctr from wine 1.1.14
...
svn path=/trunk/; revision=39228
2009-01-31 13:09:48 +00:00
Gregor Schneider
2bb3d73470
Evgeny Boltik <BSTSoft AT narod DOT ru>:
...
Generic StretchBlt implementation for all bitrates with partial ROP and clipping support, see bug #4075 .
Some changes from me applied to the patch:
- ROP variables renamed, applied consistent indentation, abort operation if pattern ROP and dprint once, split src and dst dprints
- Access source surface only if source is actually used, fixes mem access crashes
- Offer external drivers a NULL surface ptr if source is not used, since they (VMWare for example) access it although they shouldn't (another crash)
- Fixes bug #2609 , support for pattern ROPs will be added after some restructuring
- Clipping still has some issues (bugs 3325, 3477, 4089) which seem to be related to IntEng- and EngStretchBlt
svn path=/trunk/; revision=39227
2009-01-31 13:05:11 +00:00
Johannes Anderwald
a51869e510
- Fix a few definitions
...
svn path=/trunk/; revision=39226
2009-01-31 12:59:56 +00:00
Christoph von Wittich
cca55b4587
sync ole32 with wine 1.1.14
...
svn path=/trunk/; revision=39225
2009-01-31 12:40:36 +00:00
Christoph von Wittich
5bb24c753a
sync riched20 with wine 1.1.14
...
svn path=/trunk/; revision=39224
2009-01-31 12:10:24 +00:00
Christoph von Wittich
804d0d56f0
sync cryptui with wine 1.1.14
...
svn path=/trunk/; revision=39223
2009-01-31 11:47:29 +00:00
Christoph von Wittich
16d774c385
sync msxml3_winetest to wine 1.1.14
...
svn path=/trunk/; revision=39222
2009-01-31 11:27:33 +00:00
Christoph von Wittich
0704f1af38
sync msxml3 to wine 1.1.14
...
svn path=/trunk/; revision=39221
2009-01-31 11:27:22 +00:00
Dmitry Gorbachev
b0bff7e4d7
"whois" -> "nicname"
...
svn path=/trunk/; revision=39220
2009-01-31 09:37:35 +00:00
Christoph von Wittich
9d23dc93bf
tabs -> spaces
...
svn path=/trunk/; revision=39219
2009-01-31 08:48:59 +00:00
Art Yerkes
37866eb8f9
Fix misuse of std::string in assuming that it's always null terminated, and that
...
the c_str result is writable.
svn path=/trunk/; revision=39218
2009-01-31 08:43:10 +00:00
Gregor Schneider
7059620a5e
Unify identical StretchBlt implementations in preparation of partial ROP suppport.
...
svn path=/trunk/; revision=39217
2009-01-30 20:02:58 +00:00
Colin Finck
61c4b88ea4
Fix some deadlinks
...
svn path=/trunk/; revision=39215
2009-01-30 17:13:37 +00:00
Stefan Ginsberg
febd189901
- Inline Guarded Mutex and Fast Mutex implementations when called from within the kernel
...
svn path=/trunk/; revision=39214
2009-01-30 16:45:17 +00:00
Dmitry Chapyshev
01eaa29cb3
- Fix 1 wine console test
...
svn path=/trunk/; revision=39211
2009-01-30 14:36:57 +00:00
Dmitry Chapyshev
e1e7e5586d
- Formatting fix. No code change
...
svn path=/trunk/; revision=39210
2009-01-30 14:25:00 +00:00
Dmitry Chapyshev
b40287d6f5
.def -> .spec
...
svn path=/trunk/; revision=39209
2009-01-30 08:54:30 +00:00
Dmitry Chapyshev
47d9dbb647
- Add activeds from Wine
...
svn path=/trunk/; revision=39208
2009-01-30 08:51:45 +00:00
Dmitry Chapyshev
1ba757fca4
- Update header
...
svn path=/trunk/; revision=39207
2009-01-30 08:49:40 +00:00
Dmitry Chapyshev
5de5bc84a2
- Update Greek translation
...
- Update Italian translation
See issue #4078,4088 for more details.
svn path=/trunk/; revision=39206
2009-01-30 08:19:51 +00:00
Timo Kreuzer
b9e20bc7be
formatting, no code change
...
svn path=/trunk/; revision=39203
2009-01-29 21:33:38 +00:00
Timo Kreuzer
891cc22a1e
Fix IntGdiSetMapMode
...
svn path=/trunk/; revision=39202
2009-01-29 19:17:53 +00:00
Timo Kreuzer
fa581e2636
Add more tests for SetMapMode
...
svn path=/trunk/; revision=39201
2009-01-29 19:16:45 +00:00
Christoph von Wittich
9adff95dd9
fix lsa handle leak
...
See issue #3999 for more details.
svn path=/trunk/; revision=39196
2009-01-29 14:42:13 +00:00
Matthias Kupfer
dc406bd2bc
remove outdated unimplemented MessageBox
...
svn path=/trunk/; revision=39195
2009-01-29 13:53:13 +00:00
Christoph von Wittich
4756f82dd3
define NDEBUG
...
svn path=/trunk/; revision=39194
2009-01-29 12:30:02 +00:00
Dmitry Chapyshev
d5d69b5bb2
- Update Russian translation
...
svn path=/trunk/; revision=39193
2009-01-29 10:34:29 +00:00
Colin Finck
2028a69cc0
- Update versions of Firefox, Thunderbird, Opera and SeaMonkey.
...
The previous links were all broken.
- Remove the Thunderbird 1.5 entry, I didn't find any official working download link for it and version 2.x can also be used for testing.
svn path=/trunk/; revision=39187
2009-01-28 21:01:26 +00:00
Matthias Kupfer
165d233b51
one more attempt to fix clock size, absolute coord values for hands and clock replaced by scale of client size
...
svn path=/trunk/; revision=39183
2009-01-28 18:00:23 +00:00
Johannes Anderwald
9ef3e5fb21
- Fix exhaustive debug message flood
...
svn path=/trunk/; revision=39182
2009-01-28 16:30:19 +00:00
Johannes Anderwald
0b4e713e5d
- Add wdmaud and sysaudio to bootcd
...
svn path=/trunk/; revision=39181
2009-01-28 16:19:37 +00:00
Gregor Schneider
5fbf308acc
Set the header size as expected instead of setting the bitmap width
...
svn path=/trunk/; revision=39180
2009-01-28 15:43:02 +00:00