Jeremy Shaw [Thu, 11 Dec 2003 04:25:41 +0000 (04:25 +0000)]
Add a '\r\n' to lpszHeaders if it is not already terminated by
'\r\n'.
Frank [Thu, 11 Dec 2003 04:25:00 +0000 (04:25 +0000)]
Fixed size check in GetCommConfig().
Richard Cohen [Thu, 11 Dec 2003 04:24:38 +0000 (04:24 +0000)]
- Fix obsolete comments about windowsx, commdlg.
- Increase filename length to MAX_PATH.
- Set the windows extent before playing the metafile.
- Don't hardcode logpixels to 96.
Richard Cohen [Thu, 11 Dec 2003 04:24:16 +0000 (04:24 +0000)]
- Check FindFirstFile against INVALID_HANDLE_VALUE not 0.
- Display window & messagebox even if there are no applets.
Alexandre Julliard [Wed, 10 Dec 2003 04:25:48 +0000 (04:25 +0000)]
Added tests for class style and instance handling.
Alexandre Julliard [Wed, 10 Dec 2003 04:14:35 +0000 (04:14 +0000)]
System classes must not have the CS_GLOBALCLASS style.
Alexandre Julliard [Wed, 10 Dec 2003 04:08:06 +0000 (04:08 +0000)]
Added window classes in the server, and support for inter-process
GetClassWord/Long (based on a patch by Mike McCormack).
Various fixes to the class instance handling.
Alexandre Julliard [Wed, 10 Dec 2003 02:14:23 +0000 (02:14 +0000)]
Print names for Win32 errors too, plus a few more status codes.
Andreas Rosenberg [Wed, 10 Dec 2003 02:12:09 +0000 (02:12 +0000)]
Point size in DLG_TEMPLATE may be negative.
Jon Griffiths [Wed, 10 Dec 2003 02:10:52 +0000 (02:10 +0000)]
Sort the listview when clicking the Name or Type headers.
Dmitry Timoshkov [Wed, 10 Dec 2003 02:10:18 +0000 (02:10 +0000)]
Add support for some MCIWNDF_ styles, indicate that we do not support
MCIWNDM_* messages at all.
Alexandre Julliard [Wed, 10 Dec 2003 01:46:52 +0000 (01:46 +0000)]
Made all the RegisterClass and GetClassInfo variants call the
corresponding Ex function.
Alexandre Julliard [Wed, 10 Dec 2003 01:34:51 +0000 (01:34 +0000)]
Added support for inter-process GetWindowWord.
Do better range checking on the window extra bytes.
Alexandre Julliard [Wed, 10 Dec 2003 01:12:18 +0000 (01:12 +0000)]
Added set_win32_error() for error codes that don't have an NT status
equivalent.
Marcelo Duarte [Wed, 10 Dec 2003 00:39:31 +0000 (00:39 +0000)]
- Implementation of HCR_GetExecuteCommandExW for internal use.
- New inline function __SHCloneStrAtoW.
Andrew de Quincey [Wed, 10 Dec 2003 00:38:17 +0000 (00:38 +0000)]
Upwards traversal of inheritance tree didn't occur for dispatch
interfaces.
Jon Griffiths [Wed, 10 Dec 2003 00:37:35 +0000 (00:37 +0000)]
Fix a couple of tests for w2k (Russian).
Jon Griffiths [Wed, 10 Dec 2003 00:37:14 +0000 (00:37 +0000)]
Don't call GetWindowLong for every comparison while sorting.
Huw Davies [Wed, 10 Dec 2003 00:36:22 +0000 (00:36 +0000)]
If a font has a version 0 OS2 table then Windows uses ANSI_CHARSET if
the first charcode < 0x100, else it uses SYMBOL_CHARSET. Based on a
patch by Rein Klazes.
Jon Griffiths [Wed, 10 Dec 2003 00:35:44 +0000 (00:35 +0000)]
Add a few soon-to-be-implemented functions.
Jon Griffiths [Tue, 9 Dec 2003 00:05:53 +0000 (00:05 +0000)]
Fix the tests to pass when locale settings are user-overriden.
Fix those tests which pass now.
Test copying, formatting, VarAbs, VarNot.
Jon Griffiths [Tue, 9 Dec 2003 00:05:31 +0000 (00:05 +0000)]
Implement conversions between dates and strings.
Remove the final cruft associated with the old date code
BPB's: Roll milliseconds correctly; LOCALE_NOUSEROVERRIDE for num
parsing.
Implement VarAbs and VarNot.
Kevin Koltzau [Mon, 8 Dec 2003 23:46:29 +0000 (23:46 +0000)]
Implemented GetTitleBarInfo.
Dimitrie O. Paun [Mon, 8 Dec 2003 22:48:07 +0000 (22:48 +0000)]
Reformat regedit in a consistent manner.
Robert Shearman [Mon, 8 Dec 2003 22:46:08 +0000 (22:46 +0000)]
- Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet been called and
debugging is on.
- Fix OleMetafilePictFromIconAndLabel (fixes attachments in Outlook2k).
- Implement OleTranslateAccelerator.
- Move OleCreate and a load of PropVariant functions out of stubs file.
- Change OleCreate to a semi-stub.
Kevin Koltzau [Mon, 8 Dec 2003 22:45:26 +0000 (22:45 +0000)]
Load, validate and retrieve a few properties from an msstyles theme.
Richard Cohen [Mon, 8 Dec 2003 22:23:03 +0000 (22:23 +0000)]
- Implement 'Choose font', 'No title', 'Always on Top'.
- Paint to offscreen bitmap to eliminate flicker.
- Put 'Always on top' on the main menu not the system menu.
- Date format should be DATE_LONGDATE.
- L button drag to move.
- Cosmetic adjustments.
Hans Leidekker [Mon, 8 Dec 2003 22:21:20 +0000 (22:21 +0000)]
Include tests for MoveFile[W|A].
Hans Leidekker [Mon, 8 Dec 2003 22:20:44 +0000 (22:20 +0000)]
Deal with kernels that don't have IsValidLanguageGroup.
Deal with non-implemented FoldString[A|W].
Hans Leidekker [Mon, 8 Dec 2003 22:20:25 +0000 (22:20 +0000)]
Check for ERROR_CALL_NOT_IMPLEMENTED error from RemoveDirectoryW.
Dmitry Timoshkov [Mon, 8 Dec 2003 22:19:12 +0000 (22:19 +0000)]
Correct "MCI Extensions" registry section, add MCI32 section.
Alexandre Julliard [Mon, 8 Dec 2003 22:02:33 +0000 (22:02 +0000)]
Added CS_DROPSHADOW.
Dimitrie O. Paun [Mon, 8 Dec 2003 21:58:55 +0000 (21:58 +0000)]
Move content of global.h into the appropriate private headers.
Eric Pouech [Mon, 8 Dec 2003 21:54:29 +0000 (21:54 +0000)]
Move (again) usage of 16 bit specific functions (thunk lock) to 16 bit
code only.
Lionel Ulmer [Mon, 8 Dec 2003 21:53:40 +0000 (21:53 +0000)]
Limit usage of vertex arrays to correct states.
Huw Davies [Mon, 8 Dec 2003 21:53:15 +0000 (21:53 +0000)]
If usWinAscent + usWinDescent == 0 then use the Ascender and Descender
values instead.
Dmitry Timoshkov [Mon, 8 Dec 2003 21:52:43 +0000 (21:52 +0000)]
Fix a font object leak in the font dialog's WM_PAINT handler.
Dmitry Timoshkov [Mon, 8 Dec 2003 21:52:01 +0000 (21:52 +0000)]
Correct a couple of incorrect registry root key names.
Mike McCormack [Mon, 8 Dec 2003 21:51:40 +0000 (21:51 +0000)]
Stub implementations for CertCreateCRLContext and CertCloseStore.
Dimitrie O. Paun [Mon, 8 Dec 2003 21:48:39 +0000 (21:48 +0000)]
Streamline dlls/ and programs/ in terms of indentation.
Updated the programs/ (added and deleted a bunch of entries).
Added the include/{msvcrt,wine} to the list of include dirs.
Pavel Roskin [Mon, 8 Dec 2003 21:48:18 +0000 (21:48 +0000)]
Make inactive LED segments dimmer to make numbers easier to read.
Ove Kaaven [Mon, 8 Dec 2003 21:47:50 +0000 (21:47 +0000)]
Remove an instance of exit(). We should return failure, not kill the
thread, when a bad stream is encountered.
Christian Costa [Mon, 8 Dec 2003 21:46:50 +0000 (21:46 +0000)]
First enumerate all internal devices and then external midi ports.
Hans Leidekker [Mon, 8 Dec 2003 21:46:06 +0000 (21:46 +0000)]
Remove ntdll from imports.
Juan Lang [Mon, 8 Dec 2003 21:45:44 +0000 (21:45 +0000)]
Partially implement NetWkstaGetInfo.
Dimitrie O. Paun [Mon, 8 Dec 2003 21:44:24 +0000 (21:44 +0000)]
Move include/bitmaps/*.xpm where they belong.
Stefan Leichter [Mon, 8 Dec 2003 21:40:49 +0000 (21:40 +0000)]
Fixed parameter types of function Extract.
Huw Davies [Mon, 8 Dec 2003 21:40:27 +0000 (21:40 +0000)]
Run length and ascii85 encode image data.
Alexandre Julliard [Fri, 5 Dec 2003 04:45:50 +0000 (04:45 +0000)]
Get rid of clipboard.h.
Alexandre Julliard [Fri, 5 Dec 2003 04:43:20 +0000 (04:43 +0000)]
Removed now useless call to glXQueryExtensionsString.
Alexandre Julliard [Fri, 5 Dec 2003 04:42:43 +0000 (04:42 +0000)]
In RDW_ValidateParent, get rid of the parent update region if it is
empty after the validation, to avoid a useless WM_PAINT.
Francois Gouget [Fri, 5 Dec 2003 04:42:06 +0000 (04:42 +0000)]
Print error messages to stderr as is customary.
Alexandre Julliard [Fri, 5 Dec 2003 00:20:27 +0000 (00:20 +0000)]
Moved all the files in graphics/x11drv to dlls/x11drv.
Alexandre Julliard [Fri, 5 Dec 2003 00:17:41 +0000 (00:17 +0000)]
Added a WINEDEBUG environment variable that allows turning on debug
output as early as possible during startup.
Alexandre Julliard [Fri, 5 Dec 2003 00:11:48 +0000 (00:11 +0000)]
Removed X11 display parameter from the config file, this is more
confusing than useful.
Filip Navara [Fri, 5 Dec 2003 00:09:54 +0000 (00:09 +0000)]
Fixed some flags in calls to CreateWindowEx.
Fixed color of the splitter.
Alexandre Julliard [Thu, 4 Dec 2003 21:59:51 +0000 (21:59 +0000)]
Initialize Xlib threading support to see what it breaks...
Mike Hearn [Thu, 4 Dec 2003 21:54:13 +0000 (21:54 +0000)]
Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_TYPE_UTILITY.
Rein Klazes [Thu, 4 Dec 2003 21:53:14 +0000 (21:53 +0000)]
Correct the test for the ODS_SELECTED bit in the WM_DRAWITEM message
handler.
Dimitrie O. Paun [Thu, 4 Dec 2003 21:52:52 +0000 (21:52 +0000)]
More tests for {Local,Global}{,Re}Alloc() calls.
Cleanup of the Heap*() tests.
Alexandre Julliard [Thu, 4 Dec 2003 21:14:04 +0000 (21:14 +0000)]
Define ALSA_PCM_OLD_* symbols for compatibility with Alsa 1.0.
Juan Lang [Thu, 4 Dec 2003 21:05:13 +0000 (21:05 +0000)]
Partially implement DeviceIoControl for VDHCP, VNETBIOS, and VNB.
Gets rid of FIXMEs for ipconfig.exe and winipcfg.exe.
Kevin Koltzau [Thu, 4 Dec 2003 20:55:30 +0000 (20:55 +0000)]
Added stubs for all functions.
Huw Davies [Thu, 4 Dec 2003 20:54:05 +0000 (20:54 +0000)]
Let PSDRV_WriteSpool cope with strings longer than 0xffff bytes.
Mike McCormack [Thu, 4 Dec 2003 20:53:46 +0000 (20:53 +0000)]
Stub implementations for some functions.
Dimitrie O. Paun [Thu, 4 Dec 2003 20:52:39 +0000 (20:52 +0000)]
Add missing ListView_GetViewRect() macro.
Jon Griffiths [Thu, 4 Dec 2003 20:52:12 +0000 (20:52 +0000)]
Implement the Rtlp* registry functions.
Alexandre Julliard [Thu, 4 Dec 2003 05:51:01 +0000 (05:51 +0000)]
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
Alexandre Julliard [Thu, 4 Dec 2003 05:48:03 +0000 (05:48 +0000)]
Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h.
Removed the C fallback code, do that in the callers instead.
Alexandre Julliard [Thu, 4 Dec 2003 05:13:03 +0000 (05:13 +0000)]
We no longer need a special case for codepages on startup,
initialization is done in the correct order now.
Alexandre Julliard [Thu, 4 Dec 2003 05:11:56 +0000 (05:11 +0000)]
Portability fixes.
Jon Griffiths [Thu, 4 Dec 2003 04:46:13 +0000 (04:46 +0000)]
Added Thai translation.
Juan Lang [Thu, 4 Dec 2003 04:45:43 +0000 (04:45 +0000)]
Removed unused structure declaration.
Alexandre Julliard [Thu, 4 Dec 2003 02:01:39 +0000 (02:01 +0000)]
Authors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>, Ferenc Wagner <wferi@afavant.elte.hu>
New Wine test shell utility.
Rein Klazes [Thu, 4 Dec 2003 01:43:01 +0000 (01:43 +0000)]
Use the lfHeight field to initialize the font dialog's point size. Do
not forget to return some values in the choosefont structure in the 16
bit version of the ChooseFont function.
Dimitrie O. Paun [Thu, 4 Dec 2003 01:42:34 +0000 (01:42 +0000)]
Fix NetApiBufferReallocate and add a few tests for the border cases
(thanks to Juan Lang for clarifications).
Rein Klazes [Thu, 4 Dec 2003 01:42:16 +0000 (01:42 +0000)]
Add Fonts key for NT versions of Windows.
Marcus Meissner [Thu, 4 Dec 2003 01:41:53 +0000 (01:41 +0000)]
On i686, report processor level 6.
Alexandre Julliard [Wed, 3 Dec 2003 22:32:11 +0000 (22:32 +0000)]
Converted locale setup to Unicode so that we don't use code pages
before they are initialized. Improved error reporting a bit.
Alexandre Julliard [Wed, 3 Dec 2003 22:29:05 +0000 (22:29 +0000)]
Use delayed imports instead of explicit GetProcAddress calls.
Rein Klazes [Wed, 3 Dec 2003 22:25:10 +0000 (22:25 +0000)]
Implement combobox to select the font's character set.
Bug fixes: handle WM_MEASUREITEM message; handle the WM_PAINT message
in the 16bit font dialog, so it displays the sample string too.
Alexandre Julliard [Wed, 3 Dec 2003 20:29:24 +0000 (20:29 +0000)]
Added support for loading 16-bit dlls.
Alexandre Julliard [Wed, 3 Dec 2003 20:28:41 +0000 (20:28 +0000)]
Removed no longer used extra space allocated in the modref structure.
Alexandre Julliard [Wed, 3 Dec 2003 20:28:10 +0000 (20:28 +0000)]
Revert change for handling user overrides as numbers and reimplement
it differently.
Jacek Caban [Wed, 3 Dec 2003 20:26:43 +0000 (20:26 +0000)]
Added -lXmu and -lXi for glut library.
Dimitrie O. Paun [Wed, 3 Dec 2003 20:25:24 +0000 (20:25 +0000)]
Added support for editing strings.
Alexandre Julliard [Wed, 3 Dec 2003 04:44:52 +0000 (04:44 +0000)]
Implemented RunDLL_CallEntry16.
Richard Cohen [Wed, 3 Dec 2003 04:44:18 +0000 (04:44 +0000)]
- Properly disable the second hand.
- Remove unneeded #include "winnls", #define MIN.
- Get the digital clock working.
Kirill Smelkov [Wed, 3 Dec 2003 04:01:57 +0000 (04:01 +0000)]
IBindHost interface additions.
Kirill Smelkov [Wed, 3 Dec 2003 04:01:26 +0000 (04:01 +0000)]
Added IObjectWithSite interface.
Richard Cohen [Wed, 3 Dec 2003 03:58:52 +0000 (03:58 +0000)]
Search for libraries in the order - .so - .def - .a
Richard Cohen [Wed, 3 Dec 2003 03:58:29 +0000 (03:58 +0000)]
- Use resource ids IDM_*, IDS_* instead of numbers.
- Move ... from toplevel "Info..." onto sub items (eg "About").
Andrew de Quincey [Wed, 3 Dec 2003 03:56:04 +0000 (03:56 +0000)]
Check brush style before printing FIXME.
Huw Davies [Wed, 3 Dec 2003 03:55:12 +0000 (03:55 +0000)]
Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set.
Tom Wickline [Wed, 3 Dec 2003 03:54:44 +0000 (03:54 +0000)]
Updated.
Alexandre Julliard [Tue, 2 Dec 2003 05:33:26 +0000 (05:33 +0000)]
Use normal dll imports instead of GetProcAddress hacks.
Aric Stewart [Tue, 2 Dec 2003 05:28:26 +0000 (05:28 +0000)]
Invalidate items on set selection.
Alexandre Julliard [Tue, 2 Dec 2003 05:27:54 +0000 (05:27 +0000)]
Authors: Aric Stewart <aric@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Some support for SBS_SIZEGRIP.
Daniel Skorka [Tue, 2 Dec 2003 05:27:00 +0000 (05:27 +0000)]
Fixed a problem using glXGetProcAddresARB with bad OpenGL libs.
Alexandre Julliard [Tue, 2 Dec 2003 04:48:16 +0000 (04:48 +0000)]
Removed no longer needed dll separation hack.