Commit graph

34850 commits

Author SHA1 Message Date
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
Gregor Schneider
aeb01dd869 - bcSize holds the size of the BITMAPHEADER structure (not the image size) and should already be set
- Clean up unneeded comments

svn path=/trunk/; revision=39179
2009-01-28 15:35:57 +00:00
Johannes Anderwald
3f066801c8 - Implement enumerating available virtual audio devices and opening them
svn path=/trunk/; revision=39178
2009-01-28 15:24:57 +00:00
Christoph von Wittich
45041346e6 -sync RtlDeleteTimer with wine
Giannis Adamopoulos (johnyadams at hotmail dot com)

svn path=/trunk/; revision=39177
2009-01-28 14:08:13 +00:00
Christoph von Wittich
0d38c9174f fix formatting
svn path=/trunk/; revision=39176
2009-01-28 13:55:37 +00:00
Christoph von Wittich
13b4ba7cc6 calculate toolbar height instead of use the hardcoded value 35
svn path=/trunk/; revision=39175
2009-01-28 12:28:11 +00:00
Matthias Kupfer
c1628a99dd Fix and add German translation
svn path=/trunk/; revision=39174
2009-01-28 12:20:12 +00:00
Christoph von Wittich
c2e449ca08 update bi->biBitCount before using it - fixes 5 gdi32 bitmap winetests
svn path=/trunk/; revision=39172
2009-01-28 11:55:56 +00:00
Aleksey Bragin
bb2d6f3675 Rob Shearman <robertshearman@gmail.com>
widl: Add a new function, type_alias_get_aliasee to wrap the retrieval of the type that the alias aliases.

Rob Shearman <robertshearman@gmail.com> 
widl: Add new type_get_type and type_get_real_type_type functions.
Use these to implement a few helper functions. Change the type verification in type accessor functions to use these new functions.

Austin English <austinenglish@gmail.com>
widl: Fix a compiler warning.

Alexandre Julliard <julliard@winehq.org>
widl: We need an offset after the correlation descriptor for unencapsulated unions.

svn path=/trunk/; revision=39170
2009-01-28 10:41:01 +00:00
KJK::Hyperion
ea39ea0e30 modified ntoskrnl/include/internal/ob.h
modified   ntoskrnl/ob/obhandle.c
   New helper routine ObGetProcessHandleCount to safely read the count of handles in a process without messing with Ob internals
   Goodbye ObpGetHandleCountByHandleTable

modified   ntoskrnl/ex/sysinfo.c
modified   ntoskrnl/ps/query.c
   Read handle counts with ObGetProcessHandleCount instead of ObpGetHandleCountByHandleTable
   Fixes at least one crash

Thanks to Stefan Ginsberg for reporting the issue and testing
Thanks to Alex Ionescu for code review and suggestions

See issue #4050 for more details.

svn path=/trunk/; revision=39169
2009-01-28 10:32:43 +00:00
KJK::Hyperion
4897bf42c4 Corrected prototype of SystemFunction036 (RtlGenRandom): BOOL -> BOOLEAN
Fixes a build regression introduced in r39167

svn path=/trunk/; revision=39168
2009-01-28 09:58:46 +00:00
Aleksey Bragin
5a2b19609a - Add RtlGenRandom.
svn path=/trunk/; revision=39167
2009-01-28 09:38:49 +00:00
Christoph von Wittich
5660c9a6d9 draw a rect around the (not yet drawn) image
svn path=/trunk/; revision=39166
2009-01-28 09:09:30 +00:00
Christoph von Wittich
12883a745e remove redundant code
svn path=/trunk/; revision=39165
2009-01-28 08:56:55 +00:00
Dmitry Chapyshev
2c7e4bb2d7 - Add more TODO to .def
svn path=/trunk/; revision=39164
2009-01-28 08:22:39 +00:00
Dmitry Chapyshev
156ea61f0f - More implement User32InitializeImmEntryTable
svn path=/trunk/; revision=39163
2009-01-28 08:08:31 +00:00
Johannes Anderwald
5e4a5d2b4b -fix build
svn path=/trunk/; revision=39159
2009-01-28 02:06:55 +00:00
Johannes Anderwald
04a9e81b9e - Implement initializing routines for wdmaud
- Register plug&play notification routines for guid KSCATEGORY_SYSAUDIO

svn path=/trunk/; revision=39158
2009-01-28 00:04:00 +00:00
Art Yerkes
a565c5b364 Finish fixing round trip of gmutex's various lock bits. Patch by alex ionescu.
svn path=/trunk/; revision=39157
2009-01-27 23:11:50 +00:00
Art Yerkes
548f7458c7 Remove extra args.
svn path=/trunk/; revision=39156
2009-01-27 23:04:10 +00:00
James Tabor
65254afcef - Set the length for IntGetWindowPlacement.
svn path=/trunk/; revision=39154
2009-01-27 22:04:37 +00:00
James Tabor
ac781172f7 - Quick implemention of NtUserGetInternalWindowPos with internal support function IntGetWindowPlacement.
svn path=/trunk/; revision=39153
2009-01-27 21:57:15 +00:00
Johannes Anderwald
97111999d7 - Fix msvc project generation for kernel mode drivers without a driver entry
svn path=/trunk/; revision=39152
2009-01-27 21:52:36 +00:00
Dmitry Chapyshev
a167adfcb4 - Partially implement User32InitializeImmEntryTable
svn path=/trunk/; revision=39150
2009-01-27 21:23:44 +00:00
Johannes Anderwald
d9286e5bec - Register sysaudio device interfaces
svn path=/trunk/; revision=39149
2009-01-27 20:02:50 +00:00
Art Yerkes
aa1756a335 Not sure if anybody else uses ccache, but this saves almost 800 recompilations
every time wmc runs.

svn path=/trunk/; revision=39148
2009-01-27 19:58:30 +00:00
Dmitry Chapyshev
74e38ab6c0 - Add file for imm-functions
- Move all imm-functions to imm.c

svn path=/trunk/; revision=39147
2009-01-27 19:06:46 +00:00
Dmitry Chapyshev
3dabe3bd8d - Direct call NtSetInternalWindowPos
- Add TODO for GetInternalWindowPos

svn path=/trunk/; revision=39146
2009-01-27 18:47:08 +00:00
Dmitry Chapyshev
22ad6867b2 - Sync gdiplus with Wine head
svn path=/trunk/; revision=39144
2009-01-27 18:03:33 +00:00
Johannes Anderwald
820978650e - Fix registered guids for IPortMidi
- Fix InterfaceGuids array in IPortTopology 
- Add a hack to prevent es1371 driver from crashing

svn path=/trunk/; revision=39143
2009-01-27 17:54:46 +00:00
Johannes Anderwald
bc9b8cbda8 - Add guids for IPortMidi and IMiniportMidi
- Add UNIMPLEMENTED macro to NewPortDMus
- Partly implement IPortMidi (based on IPortTopology)

svn path=/trunk/; revision=39142
2009-01-27 17:38:56 +00:00