Alexandre Julliard
4b9cc8684b
Added dependency on program symlink for unit tests.
2002-06-20 23:10:19 +00:00
Andriy Palamarchuk
f5aad76936
Added regedit unit test, a couple minor changes to regedit.
2002-06-20 23:09:33 +00:00
Jason Edmeades
5b6a9ff537
- VarAnd, VarCmp (Strings only), VarNot implemented.
...
- VarParseNumFromStr/VarNumFromParseNum handle negative currency
numbers.
- More VarCmp support (Decimals and Dates).
- Date support for VB time only (0.0->1.0), corrected some date
rounding and calculation errors around variant dates and the system
time.
- Variant date support now round trips! (Date->Variant->Date) due to
misuse of tm_mon (0..11 not 1..12).
- Better pre-1899 support for dates in the SYSTEMTIME format.
- VarBstrFromCy, VarCyFromStr implemented.
- VarFormat partial implementation (currency and date support).
- VarFormatFromTokens, VarTokenizeFormatString partial implementation
as per w2k (dates only so far).
- Better debugging when dumping variants, and some additional trace
points to help debugging.
- Fix to VarBstrCmp to handle null and empty string the same (as per
w2k, different to msdn).
- Fix return from VarDateFromUdate.
- Correct definition of CY structure.
2002-06-20 23:07:55 +00:00
Alexandre Julliard
bc524e92d2
Avoid loading programs into the DOS memory area.
2002-06-20 22:54:26 +00:00
Andriy Palamarchuk
a47710717b
Removed traces of the regedit unit tests.
2002-06-20 22:46:04 +00:00
Guy L. Albertelli
533905e2ab
- Add routines to dump out tab items internally and externally
...
- Adjust TAB_SetItemBounds to split vertical tabs more like the native.
- Document major difference in laying out the vertical tabs.
- Fix drawing of icons. Wrong item padding used in vertical case.
- Fixed size of horizontal padding.
2002-06-20 22:45:29 +00:00
Marcus Meissner
30f9da4b58
ITypelib::Invoke: Handle different length arguments better, we also
...
return 1 VARIANT only.
2002-06-20 22:45:08 +00:00
Steven Edwards
a0587c4a08
Portability fix.
2002-06-20 22:44:41 +00:00
Steven Edwards
f86c57d9de
Give the import libs a proper name.
2002-06-20 22:43:06 +00:00
Sander van Leeuwen
8e35fe47ec
'class' is a reserved word (C++).
2002-06-20 22:42:41 +00:00
Alexandre Julliard
f673b71ece
Fixed make install target to work even when nothing has been compiled
...
yet.
Added install-lib and install-dev targets to allow partial
installations; moved winemaker.man and winelauncher.in to better fit
in the new install categories.
2002-06-14 23:48:27 +00:00
Alexandre Julliard
cceab98642
Unregister 16-bit dlls on module unload.
2002-06-14 23:42:53 +00:00
Mike McCormack
da00742aa7
Implemented recursive RegDeleteKey in Win95 emulation.
2002-06-14 23:35:37 +00:00
Aric Stewart
49467be6d9
Added GetCurrentHwProfileA.
2002-06-14 23:32:46 +00:00
Shachar Shemesh
4ebb7b536e
ExtTextOutW: if GetFontLanguageInfo says that the font may require
...
reordering, call GetCharacterPlacementW and print the result.
2002-06-14 23:29:16 +00:00
Shachar Shemesh
74bd0da3eb
- Implemented a skeleton for GetFontLanguageInfo. Using const masks to
...
match against the result of GetTextCharsetInfo. Not all attributes are
implemented yet.
- Enhanced the implementation of GetCharacterPlacementW to support
basic reordering. Not implementing the full BiDi algorithm yet.
2002-06-14 23:28:55 +00:00
Shachar Shemesh
8d9918e456
Changed the country's name to "IL" to conform to commonly held
...
practices.
2002-06-14 23:27:18 +00:00
Guy L. Albertelli
2beb9c10f8
- Dump out the TCITEM structure for appropriate messages.
...
- Dump out the rectangle for the TCM_ADJUSTRECT message.
2002-06-14 23:26:55 +00:00
Guy L. Albertelli
6c7769e488
Support images on the tabs of pages that are added (not just the
...
first).
2002-06-14 23:26:37 +00:00
Alexandre Julliard
1c40426e95
Removed install_libdir targets and centralized the symlinks creation
...
in the main dll makefile.
2002-06-14 02:09:08 +00:00
Ove Kaaven
d2d08f0c28
- support DirectInput 8 interfaces.
...
- implemented mouse wheel support.
2002-06-14 00:39:44 +00:00
Marcus Meissner
c18a6aa8fd
Handle argsize for VT_DATE.
2002-06-14 00:36:42 +00:00
Mike McCormack
55d1ea7c75
Partially implement NtOpenFile and NtReadFile.
2002-06-14 00:36:20 +00:00
Alexandre Julliard
9428f06993
Update the cursor for each window on receiving an X11 event, don't
...
wait for the SetCursor call.
Added EnterNotify handler to set the cursor on window map/unmap.
2002-06-14 00:08:40 +00:00
Alexandre Julliard
c0d1ff5967
Store the current cursor in the thread queue instead of globally.
2002-06-14 00:07:05 +00:00
Dmitry Timoshkov
e4a33c0660
Cosmetic fix.
2002-06-14 00:01:44 +00:00
Huw D M Davies
3955d1a94f
Added PatBlt support in enhanced metafiles.
2002-06-14 00:00:56 +00:00
Dmitry Timoshkov
5cd279aae4
Fixed the names of some stock fonts.
2002-06-13 23:59:53 +00:00
Aric Stewart
9ddc5b7c28
Stub for StiCreateInstance.
2002-06-13 23:57:26 +00:00
Alexandre Julliard
a5755b10a7
Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers.com>
...
Fixed memory leaks.
2002-06-13 23:54:55 +00:00
Dmitry Timoshkov
bf2c7efaa2
Fixed version info.
2002-06-13 23:49:01 +00:00
François Gouget
9e82510ec8
Fix handling of strings that do not finish with "||".
...
Fix the indentation of the while loop in TOOLBAR_AddStringW.
2002-06-13 22:04:45 +00:00
Mike McCormack
29853a9025
Added a few stubs.
2002-06-13 22:02:17 +00:00
Dmitry Timoshkov
967508981e
Added Bulgarian NLS definitions (with the help of Anton Zinoviev).
2002-06-13 21:58:30 +00:00
François Gouget
103295c769
Reset signals to SIG_DFL before starting a child process.
2002-06-13 21:57:38 +00:00
Dmitry Timoshkov
b4d3cb599e
Avoid crashes if window belongs to another process.
2002-06-13 21:56:12 +00:00
Alexandre Julliard
9c6ba05436
Make builtins pretend to be loaded from the system directory.
2002-06-13 21:54:56 +00:00
Alexandre Julliard
2ad28d62d7
Don't go through the export table if we are not tracing anything.
2002-06-13 21:54:12 +00:00
Alexandre Julliard
6f2791093b
For lines that contain a single field, the field is also the line key
...
(thanks to Aric Stewart).
2002-06-13 21:52:44 +00:00
Aric Stewart
5de3334a7f
When processing the reg section we need to delete before adding.
...
First pass implementation of UpdateIni.
2002-06-13 21:51:45 +00:00
Mike McCormack
161f555a06
Added an empty implementation for UuidFromStringA/W.
2002-06-13 21:50:12 +00:00
Alexandre Julliard
4301d3e5c6
Restored MakeCriticalSectionGlobal that got lost somewhere.
2002-06-13 21:46:46 +00:00
Alexandre Julliard
f8d321c2d6
Don't try to open CDROM device if none was specified.
2002-06-13 21:46:02 +00:00
Ulrich Czekalla
bdcf66f800
Added support for CAL_ITWODIGITYEARMAX.
2002-06-13 21:44:15 +00:00
Alexandre Julliard
945bb366d7
struct _stat layout is different between crtdll and msvcrt.
2002-06-13 21:42:01 +00:00
Alexandre Julliard
1921948463
Store print dlg structure in a property instead of DWL_USER.
2002-06-13 21:41:08 +00:00
Dmitry Timoshkov
72db9a2046
Added stubs for capGetDriverDescription.
2002-06-13 21:38:52 +00:00
Alexandre Julliard
14dbbe0613
Added /g debug format to dump GUIDs.
2002-06-13 21:37:41 +00:00
Alexandre Julliard
a3edecaa6f
Don't ask for source file in auto mode.
2002-06-13 21:37:07 +00:00
Paul Millar
449bb92bc0
Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and
...
GetCurrencyFormatA.
2002-06-13 19:22:17 +00:00