Alexandre Julliard
a44d1e5f6e
libwine: Update the Unicode tables to version 5.0.1 of the standard.
2007-03-14 16:22:46 +01:00
Alexandre Julliard
62c3d3d620
libwine: Added support for Unicode surrogates in utf-8 conversions.
...
Also make the conversions more strict against invalid input data.
2007-03-14 15:58:56 +01:00
Alexandre Julliard
a79b26284a
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
2007-03-14 15:57:50 +01:00
Alexandre Julliard
e13c9cd6a1
winnls.h: Added some defines for Unicode surrogates.
2007-03-14 15:56:10 +01:00
Alexandre Julliard
42050fbf91
ntdll: Fixed typo in previous patch, spotted by Ken Thomases.
2007-03-14 15:02:22 +01:00
Erich Hoover
9795e6839f
wined3d: Allow SetCursorProperties on existing cursor.
2007-03-14 13:14:08 +01:00
Kanit Therdsteerasukdi
fe5471e717
comctl32: datetime: Reject out of range dates in DTM_SETSYSTEMTIME.
2007-03-14 13:14:02 +01:00
Louis Lenders
d9445ce76b
winex11.drv: Small spelling fix.
2007-03-14 13:13:52 +01:00
Alexandre Julliard
7744443feb
ntdll: Add a wrapper to call the thread entry point for broken apps.
2007-03-14 12:28:38 +01:00
Alexandre Julliard
8f097d8c9d
msvcrt: _initterm doesn't return anything.
2007-03-14 12:26:43 +01:00
Francois Gouget
e11ca0a7fd
wined3d: Remove space before '\n' in trace.
2007-03-14 12:10:47 +01:00
Francois Gouget
b8f517b063
comctl32/tests: Add missing '\n's in ok() calls.
2007-03-14 12:10:44 +01:00
Andrew Talbot
76c99d976a
avifil32: Constify some variables.
2007-03-14 12:10:27 +01:00
Jason Edmeades
98e37021ab
cmd.exe: Add DIR /O ordering support.
2007-03-14 12:04:57 +01:00
Jason Edmeades
1497a2fec4
cmd.exe: Add dir /X support (sort of...).
2007-03-14 12:04:38 +01:00
Alexandre Julliard
cdb833bf33
ntdll: Fixed some exception codes and parameters.
2007-03-14 12:02:43 +01:00
Alexandre Julliard
0963b84603
ntdll/tests: Mask reserved bits before testing dr7.
...
Also some spelling fixes.
2007-03-14 12:01:12 +01:00
Alexandre Julliard
7d12fbcc5b
ntdll: Changed some Solaris defines so that we can access the signal error code.
2007-03-14 09:53:59 +01:00
Felix Nawothnig
6a514819db
comctl32: Fix visual glitches with TVS_HASLINES.
2007-03-13 21:55:01 +01:00
Felix Nawothnig
0f2f718dea
comctl32: Layout and redraw on TCM_SETIMAGELIST.
2007-03-13 21:54:47 +01:00
Felix Nawothnig
7fc0becf6e
gdi32: Add PS_ALTERNATE tests.
2007-03-13 21:54:42 +01:00
George Gov
aa685beb07
comctl32: Add some listview message tests.
2007-03-13 21:32:36 +01:00
Chris Robinson
2e726e6e11
quartz: Avoid asserting from used samples on allocator release.
2007-03-13 21:28:57 +01:00
Chris Robinson
809f68420f
quartz: Force disconnect when a filter is fully released.
2007-03-13 21:28:26 +01:00
Chris Robinson
559d541cf8
quartz: Cleanup properly around error conditions and avoid a potential infinite loop.
2007-03-13 21:28:08 +01:00
Mikołaj Zalewski
8afb94837d
localspl: Add Polish translation.
2007-03-13 21:28:00 +01:00
Mikołaj Zalewski
f215727c03
wordpad: Update Polish translation.
2007-03-13 21:27:50 +01:00
Mikołaj Zalewski
88bdc3af95
comctl32: listview: Compute the state icon rect in GetItemMetrics.
2007-03-13 21:27:44 +01:00
Alexandre Julliard
f0ddaedc29
oleview: Use standard APIs in SaveIdl and avoid overflows.
2007-03-13 21:17:03 +01:00
Aric Stewart
ea8e860903
wineps.drv: Check for correct value for end of list.
2007-03-13 21:11:40 +01:00
Paul Vriens
33e310f63d
advapi32/tests: Use GetModuleHandle and skip.
2007-03-13 21:08:13 +01:00
Paul Vriens
f41ebce136
advapi32/tests: Use GetModuleHandle and skip.
2007-03-13 21:08:07 +01:00
Paul Vriens
68fec9028c
crypt32/tests: Use GetModuleHandle and skip.
2007-03-13 21:07:58 +01:00
Eric Pouech
9a0e666733
dbghelp: Renamed pe_load_module (resp pe_load_module_from_pcs)
...
to pe_load_native_module (resp pe_load_builtin_module) to better describe
what those functions actually do.
2007-03-13 21:07:47 +01:00
Eric Pouech
a6fd78d9a3
imagehlp: Added a few more forward definitions to dbghelp.
2007-03-13 21:02:50 +01:00
Eric Pouech
f2cfb374a4
dbghelp: Get rid of module_name in all traces (using Unicode flavor).
2007-03-13 21:02:42 +01:00
Eric Pouech
ade919c603
dbghelp: Cleanups for module loading (lookups on module name and image name are two different things)
...
- split up module_find_by_name in two different functions:
+ reused module_find_by_name which looks upon the module name
+ added module_is_already_loaded which looks upon the image name
- cleanup module loading using these functions (removed extra parameter
to pe_load_module_from_pcs)
2007-03-13 20:58:08 +01:00
Eric Pouech
59f93f64b7
dbghelp: Rewrote module_is_elf_container_loaded so that it no longer
...
uses the stored ModuleName (that the dbghelp's caller can override) but rather a
combination of base address and filename for the module.
2007-03-13 20:54:21 +01:00
Eric Pouech
a6a57c934c
dbghelp: Added helper to get the basename + extension from full filename.
2007-03-13 20:52:58 +01:00
Jacek Caban
b68e0cef1b
itss: Added test of URLs with trailing slash.
2007-03-13 20:52:51 +01:00
Jacek Caban
dda4420f05
itss: Use object_name in FindMimeFromData.
2007-03-13 20:52:48 +01:00
Jacek Caban
62c257acca
itss: Ignore trailing slash in ITSProtocol::Start.
2007-03-13 20:52:43 +01:00
Jacek Caban
ff0a61365c
itss: Ignore trailing slash in IStorage::OpenStream.
2007-03-13 20:52:38 +01:00
Mikołaj Zalewski
7ae93d05a9
credui: Add Polish translation.
2007-03-13 20:52:24 +01:00
Mikołaj Zalewski
840890e3b9
credui: Move language-dependent resources to credui_En.rc.
2007-03-13 20:52:14 +01:00
Mikołaj Zalewski
c3ca421ac8
shell32: Update Polish translation.
2007-03-13 20:52:05 +01:00
Mikołaj Zalewski
a17be3df68
start: Add Polish translation.
2007-03-13 20:51:57 +01:00
Mikołaj Zalewski
deba96b0b1
cmd: Update Polish translation.
2007-03-13 20:50:43 +01:00
Mikołaj Zalewski
c3a379c12c
oledlg: Fix Korean resource name.
2007-03-13 20:50:02 +01:00
Mikołaj Zalewski
c5082679e5
kernel32: Fix LANGID for Korean resource.
2007-03-13 20:49:49 +01:00