Jonathan Ernst
|
964d2d1629
|
winecfg: Updated French translation.
|
2008-04-15 14:33:14 +02:00 |
Jonathan Ernst
|
eb2dadaea1
|
comdlg32: Updated French translation.
|
2008-04-15 14:33:06 +02:00 |
Jörg Höhle
|
b36d4a1d51
|
wined3d: Fix missing break inside switch in SetAutoGenFilterType.
|
2008-04-14 23:50:13 +02:00 |
Aric Stewart
|
f51542d9b5
|
user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to.
|
2008-04-14 23:50:13 +02:00 |
Hwang YunSong(황윤성
|
d20d374f77
|
user32: Updated Korean resource.
|
2008-04-14 23:50:13 +02:00 |
Hwang YunSong(황윤성
|
06acbbe064
|
winecfg: Updated Korean resource.
|
2008-04-14 23:50:13 +02:00 |
Hwang YunSong(황윤성
|
0928df2483
|
winemine: Updated Korean resource.
|
2008-04-14 23:50:13 +02:00 |
Alexander Nicolaysen Sørnes
|
a593d07d2d
|
winhelp: Update Norwegian Bokmål resource.
|
2008-04-14 23:50:13 +02:00 |
Alexander Nicolaysen Sørnes
|
a4649d3730
|
regedit: Update Norwegian Bokmål resource.
|
2008-04-14 23:50:13 +02:00 |
Maarten Lankhorst
|
271f2eda14
|
include: Add dvdmedia stub header.
|
2008-04-14 23:50:13 +02:00 |
Maarten Lankhorst
|
ebe438c82a
|
quartz: Bring waveparser to the same level as the mpeg splitter.
|
2008-04-14 23:50:13 +02:00 |
Maarten Lankhorst
|
ba10e6104a
|
quartz: Silence seeking fixmes on transform filter.
|
2008-04-14 23:50:13 +02:00 |
Maarten Lankhorst
|
5fb4224f81
|
quartz: Silence requests for IVideoWindow.
|
2008-04-14 23:50:13 +02:00 |
Maarten Lankhorst
|
c8e31b5bdd
|
quartz: Set sane defaults for pin stream rate.
|
2008-04-14 23:50:13 +02:00 |
Maarten Lankhorst
|
48f80f6296
|
quartz: Don't clean up in avi decoder if driver isn't opened.
|
2008-04-14 23:50:13 +02:00 |
Eric Pouech
|
296a59da7e
|
richedit: Force window update when the word wrap option has changed.
|
2008-04-14 23:50:12 +02:00 |
Dmitry Timoshkov
|
baded8789d
|
gdi32: Map glyph to Symbol range only if the font supports symbol encoding.
|
2008-04-14 21:28:46 +02:00 |
Austin English
|
e8dbd66c23
|
oleaut32: Spelling fixes.
|
2008-04-14 21:28:38 +02:00 |
Alexandre Julliard
|
16e8633ee5
|
winedos: Handle memory reservation errors more gracefully.
|
2008-04-14 20:39:52 +02:00 |
Alexandre Julliard
|
f02ef19fdb
|
kernel32: Reserve the low 64Kb area separately from the rest of the DOS memory.
|
2008-04-14 20:39:27 +02:00 |
Alexandre Julliard
|
195ca1e85f
|
preloader: Reserve low memory areas in separate chunks.
|
2008-04-14 20:38:17 +02:00 |
Alexandre Julliard
|
876257a6dc
|
shdocvw: Fixed typo in CLSID_InternetShortcut.
|
2008-04-14 13:57:53 +02:00 |
Rob Shearman
|
2ac495c85d
|
widl: Add checking to arguments of non-local functions.
Check that out arguments have enough levels of indirection and that they
don't derive from void * or a function pointer.
|
2008-04-14 13:39:47 +02:00 |
Rob Shearman
|
0053599688
|
widl: Add functions to print an error or warning message using location information to enable these to be printed accurately when a check is done after an element is parsed.
Add location information to variable automatically, since this is will
be useful for type checking of arguments.
|
2008-04-14 13:39:42 +02:00 |
Rob Shearman
|
f728fe168b
|
widl: Write out TYPEFLAG, FUNCFLAG and VARFLAG flags for all attribute we currently parse.
Add FIXMEs for the remaining ones and remove the warning for
unimplemented attribute types since we now support all the attributes
that we parse.
|
2008-04-14 13:39:35 +02:00 |
Rob Shearman
|
56e2553eff
|
widl: Add support for the broadcast and idempotent operation attributes.
|
2008-04-14 13:39:28 +02:00 |
Rob Shearman
|
66b8574d8d
|
widl: Output a warning if duplicate attributes are specified.
|
2008-04-14 13:39:21 +02:00 |
Rob Shearman
|
aa20221771
|
widl: Check that attributes are applicable for libraries, modules, dispinterfaces and coclasses and otherwise issue an error.
|
2008-04-14 13:39:16 +02:00 |
Rob Shearman
|
fcc8a028d8
|
widl: The odl attribute is valid for dispinterfaces.
|
2008-04-14 13:39:08 +02:00 |
Rob Shearman
|
abdc08e013
|
widl: Make the attrs parameter passed to start_typelib const.
|
2008-04-14 13:39:02 +02:00 |
Rob Shearman
|
e9afe272be
|
widl: Check that attributes applied to typedefs and fields are applicable and issue an error otherwise.
|
2008-04-14 13:38:56 +02:00 |
Rob Shearman
|
5f39b41526
|
widl: Check that attributes applied to interfaces, functions and arguments are applicable and issue an error if not.
|
2008-04-14 13:38:48 +02:00 |
Rob Shearman
|
413af76988
|
pstorec: Fix incorrectly spelt PPST_PROMPTIFO type in pstorec.c and pstore.idl.
|
2008-04-14 13:33:26 +02:00 |
Rob Shearman
|
b4efe919cc
|
include: Add local to interfaces or functions that take a void * parameter and so aren't designed to work remotely.
|
2008-04-14 13:33:23 +02:00 |
Rob Shearman
|
0120c1a582
|
include: Fix a typo in a level of indirection in tom.idl.
The parameter for ITextPara::GetDuplicate should have two levels of
indirection.
|
2008-04-14 13:33:13 +02:00 |
Rob Shearman
|
f86ace9067
|
include: The unique attribute doesn't make any sense in the interface header, so remove it.
It is only accepted by MIDL as a synonym for pointer_default(unique),
but it isn't a synonym in widl so remove it.
|
2008-04-14 13:32:57 +02:00 |
Alexandre Julliard
|
18f4fb9883
|
winex11: Fix the type hint for the desktop window.
|
2008-04-14 13:27:38 +02:00 |
Alexandre Julliard
|
9bf9c0b7ec
|
winex11: Make WS_EX_APPWINDOW windows have normal type.
|
2008-04-14 13:27:19 +02:00 |
Alexandre Julliard
|
8577358ef5
|
winex11: Don't set full screen style on minimized windows.
|
2008-04-14 13:26:38 +02:00 |
Kai Blin
|
ab62cd360f
|
dpnhpast: Implement a stub for DirectPlayNATHelpCreate.
|
2008-04-14 12:43:06 +02:00 |
Rok Mandeljc
|
a2a8d1ad19
|
shell32: Updated Slovenian translation to reflect changes in About dialog.
|
2008-04-14 12:42:56 +02:00 |
Rok Mandeljc
|
7445e90b7a
|
winecfg: Update Slovenian translation to reflect recently introduced changes.
|
2008-04-14 12:42:48 +02:00 |
Rok Mandeljc
|
202cbcc11b
|
comdlg32: Fix a mistake in Slovenian translation.
|
2008-04-14 12:42:45 +02:00 |
Rok Mandeljc
|
f261e6db4d
|
winmm: Slovenian translation: Add a string that got lost during last update.
|
2008-04-14 12:42:43 +02:00 |
Andrew Talbot
|
369d414d59
|
comctl32: Remove unused variables.
|
2008-04-14 12:42:36 +02:00 |
Aric Stewart
|
43dc41168d
|
imm32: Implement ImmProcessKey and ImmTranslateMessage.
|
2008-04-14 12:42:06 +02:00 |
Aric Stewart
|
3dde049f31
|
imm32: All HIMCC in the InputContext should be initialized at creation.
|
2008-04-14 12:41:53 +02:00 |
John Klehm
|
352c98d7d5
|
wintab32: Implement WTSetA/W.
|
2008-04-14 12:40:23 +02:00 |
Vitaliy Margolen
|
7a651e1c15
|
gphoto2.ds: Add Russian translation.
|
2008-04-14 12:40:23 +02:00 |
Vitaliy Margolen
|
a1eb6b7ece
|
Update Russian translation.
|
2008-04-14 12:40:22 +02:00 |