Jukka Heinonen [Wed, 5 Dec 2001 22:09:33 +0000 (22:09 +0000)]
Fixed incorrect packing.
François Gouget [Wed, 5 Dec 2001 22:09:00 +0000 (22:09 +0000)]
getenv is case insensitive.
François Gouget [Wed, 5 Dec 2001 22:08:46 +0000 (22:08 +0000)]
mktime must normalize the struct tm fields.
Eric Pouech [Tue, 4 Dec 2001 20:46:54 +0000 (20:46 +0000)]
- allow to save/restore some properties into the registry (like font,
cursor size...)
- implement the two sets of properties (default & current)
- fixed some bugs mainly in dialog
- enhanced font selection mechanisms,
- added and protected sub-menu for all operations (sysmenu is not
avail in managed mode)
- better data separation for the backend(s)
Eric Pouech [Tue, 4 Dec 2001 20:17:43 +0000 (20:17 +0000)]
Let the console renderer be defined as a thread.
James Juran [Tue, 4 Dec 2001 20:16:58 +0000 (20:16 +0000)]
Only include the necessary files to avoid conflicts in gethostname
prototypes between winsock.h and unistd.h
Erik Inge Bolsø [Tue, 4 Dec 2001 20:16:25 +0000 (20:16 +0000)]
CreateBitmap can take nHeight or nWidth = zero, and then returns a
pointer to a 1x1 monochrome bitmap.
Guy L. Albertelli [Tue, 4 Dec 2001 20:13:40 +0000 (20:13 +0000)]
- Correct implementation of _169 (call of Release). This fixes crashes
when actually attempting to call Release.
- Correct some traces.
Alexandre Julliard [Tue, 4 Dec 2001 19:54:44 +0000 (19:54 +0000)]
Moved most of the real-mode stuff to dlls/winedos.
Alexandre Julliard [Tue, 4 Dec 2001 19:50:18 +0000 (19:50 +0000)]
Added SYNCHRONIZE access to stdio handles.
Marcus Meissner [Tue, 4 Dec 2001 19:40:54 +0000 (19:40 +0000)]
Copy the correct number of bytes in WriteConsoleInputA.
Eric Pouech [Tue, 4 Dec 2001 19:40:28 +0000 (19:40 +0000)]
Fixed bugs in output functions (write).
Rewrote some parts for better DLL separation.
Fixed some prototypes.
Fixed mmioAdvance in write mode.
Eric Pouech [Tue, 4 Dec 2001 19:39:54 +0000 (19:39 +0000)]
Fixed acmFormatChoose returned fields.
Gerard Patel [Tue, 4 Dec 2001 19:39:33 +0000 (19:39 +0000)]
Initialize dialog data correctly in CreateTemplateDialog.
Gerard Patel [Tue, 4 Dec 2001 19:39:13 +0000 (19:39 +0000)]
Misc fixes to DCB building from command line.
Gerard Patel [Tue, 4 Dec 2001 19:38:46 +0000 (19:38 +0000)]
Better handling of configuration with several Windows installations.
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:41 +0000 (00:37 +0000)]
Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
0x80000000 set then the command id is really the index.
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:12 +0000 (00:37 +0000)]
- Fixed PathIsURL{A|W}.
- Implemented PathRenameExtension{A|W}, SHRegDuplicateHKey,
ChrCmpI{A|W}.
- Added forwards to DrawTextW, CreateDialogParamA, CreateFontW,
TracePopupMenuEx.
Guy L. Albertelli [Sat, 1 Dec 2001 00:36:18 +0000 (00:36 +0000)]
- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
ColorRGBToHLS
- Implement routines for _172, _174, _176, _199, _215, _219, _236, _377,
_378, UrlCompare{A|W}, UrlApplyScheme{A|W}.
- Fix routines _217, _169, _240, _276, _342, _376.
Andriy Palamarchuk [Fri, 30 Nov 2001 23:15:32 +0000 (23:15 +0000)]
Removed Get/SetScreenSaveTimeout user driver functions because they
are not used.
Michael Stefaniuc [Fri, 30 Nov 2001 23:15:00 +0000 (23:15 +0000)]
Implemented ImageList_GetDragImage.
Fixed ImageList_SetDragCursorImage and ImageList_Merge.
No need for StretchBlt in ImageList_BeginDrag.
Added some traces.
Glenn Schrader [Fri, 30 Nov 2001 23:14:18 +0000 (23:14 +0000)]
Use gdi_display everywhere to avoid BadColor errors.
Gerard Patel [Fri, 30 Nov 2001 23:13:22 +0000 (23:13 +0000)]
Remove some possible interlocking problems with peb lock.
Paul Rupe [Fri, 30 Nov 2001 23:12:13 +0000 (23:12 +0000)]
Fixed WS_getpeername parameter in WS_accept.
Changed order of event processing in WINSOCK_DoAsyncEvent.
Andrew Lewycky [Fri, 30 Nov 2001 23:08:21 +0000 (23:08 +0000)]
map_image: map the PE header readonly.
Andrew Lewycky [Fri, 30 Nov 2001 23:08:02 +0000 (23:08 +0000)]
do_relocations: process relocation blocks with a VirtualAddress of 0,
stop once SizeOfBlock == 0.
Michael Stefaniuc [Fri, 30 Nov 2001 23:07:30 +0000 (23:07 +0000)]
Rename debug.h to debugtools.h.
Alexandre Julliard [Fri, 30 Nov 2001 18:46:42 +0000 (18:46 +0000)]
Redesign of the server communication protocol to allow arbitrary sized
data to be exchanged.
Split request and reply structures to make backwards compatibility
easier.
Moved many console functions to dlls/kernel, added code page support,
changed a few requests to behave properly with the new protocol.
Andreas Mohr [Sun, 25 Nov 2001 00:51:36 +0000 (00:51 +0000)]
Avoid potential problems with filenames containing spaces.
Eric Pouech [Sun, 25 Nov 2001 00:49:36 +0000 (00:49 +0000)]
Now passing event with --use-event to let programs starting with
digits being run.
Joshua Thielen [Sun, 25 Nov 2001 00:49:10 +0000 (00:49 +0000)]
mmsystem.dll should be automatically loaded for 16-bit apps.
Eric Pouech [Sun, 25 Nov 2001 00:48:44 +0000 (00:48 +0000)]
Fixed IO when not run with wineconsole.
Alexandre Julliard [Sat, 24 Nov 2001 17:07:08 +0000 (17:07 +0000)]
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
Alexandre Julliard [Sat, 24 Nov 2001 03:44:47 +0000 (03:44 +0000)]
Skip queue cleanups if queue has been destroyed already.
Alexandre Julliard [Sat, 24 Nov 2001 03:41:37 +0000 (03:41 +0000)]
Fixed registry routines broken by the structure sizes fix.
Eric Pouech [Fri, 23 Nov 2001 23:10:08 +0000 (23:10 +0000)]
Revisited console support (got rid of old hacks and private editline
since we now have a brand new console), removed private debug heap.
Eric Pouech [Fri, 23 Nov 2001 23:04:58 +0000 (23:04 +0000)]
New console code based on Win32 windows.
Dmitry Timoshkov [Fri, 23 Nov 2001 18:44:43 +0000 (18:44 +0000)]
Fixed packing and layout of many system structures.
Uwe Bonnes [Fri, 23 Nov 2001 18:30:19 +0000 (18:30 +0000)]
MSVCRT_getenv: compare for the length of the key and return NULL in
case of failure.
Michael Stefaniuc [Fri, 23 Nov 2001 18:28:37 +0000 (18:28 +0000)]
Add missing </para>.
Mike McCormack [Fri, 23 Nov 2001 18:26:30 +0000 (18:26 +0000)]
Check for completed overlappeds in ReadComm16 to solve problems with
programs that loop on it but don't get data.
Uwe Bonnes [Fri, 23 Nov 2001 18:25:34 +0000 (18:25 +0000)]
_dev_t is an unsigned integer.
Andriy Palamarchuk [Tue, 20 Nov 2001 20:27:26 +0000 (20:27 +0000)]
Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
SPI_GET/SETSCREENSAVEACTIVE, SPI_GET/SETSCREENSAVERRUNNING.
James Juran [Tue, 20 Nov 2001 20:26:54 +0000 (20:26 +0000)]
GetUserName should include the terminating null character when
returning the size of the buffer returned. Correctly handle the
ERROR_MORE_DATA case.
Andreas Mohr [Tue, 20 Nov 2001 20:26:35 +0000 (20:26 +0000)]
Use exception handler for GlobalUnlock, GlobalFree.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:39 +0000 (18:55 +0000)]
Documentation fixes.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:02 +0000 (18:55 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Tue, 20 Nov 2001 18:54:43 +0000 (18:54 +0000)]
Minor API files update.
Dave Hawkes [Tue, 20 Nov 2001 18:54:04 +0000 (18:54 +0000)]
TOOLBAR_GetRect did not correctly translate the command ID to the
button index.
Dusan Lacko [Tue, 20 Nov 2001 18:53:33 +0000 (18:53 +0000)]
Add Debian/Mandrake menu system support.
Bill Medland [Tue, 20 Nov 2001 18:53:16 +0000 (18:53 +0000)]
It is legal to call UnregisterClass with an hInstance of zero.
Francois Gouget [Tue, 20 Nov 2001 18:52:42 +0000 (18:52 +0000)]
Only include 'sys/user.h' for Linux. Fixes a compilation error on
FreeBSD 5.0.
Francois Gouget [Tue, 20 Nov 2001 18:52:20 +0000 (18:52 +0000)]
Fix LUID definition.
Dmitry Timoshkov [Tue, 20 Nov 2001 18:50:56 +0000 (18:50 +0000)]
Convert message spy to unicode.
Dave Hawkes [Tue, 20 Nov 2001 18:49:38 +0000 (18:49 +0000)]
Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
a char type and max_keycode is 255.
Andreas Mohr [Mon, 19 Nov 2001 02:30:01 +0000 (02:30 +0000)]
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address
James Juran [Mon, 19 Nov 2001 02:24:14 +0000 (02:24 +0000)]
Prevent warnings about labels at end of switch statements when
compiling with gcc-3.x.
Francois Gouget [Mon, 19 Nov 2001 02:23:22 +0000 (02:23 +0000)]
Fix the Solaris and FreeBSD compilation errors introduced by the
recent winsock update.
Simon Britnell [Mon, 19 Nov 2001 02:10:50 +0000 (02:10 +0000)]
Fix a loop playing failure and a problem with choppy sound.
Francois Gouget [Mon, 19 Nov 2001 02:09:49 +0000 (02:09 +0000)]
A few typos.
Francois Gouget [Mon, 19 Nov 2001 02:08:56 +0000 (02:08 +0000)]
MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
Francois Gouget [Mon, 19 Nov 2001 02:08:34 +0000 (02:08 +0000)]
Better relaying for _lcreat.
Marcus Meissner [Mon, 19 Nov 2001 02:07:40 +0000 (02:07 +0000)]
Small typo in avicap32.spec fixed.
Gerard Patel [Mon, 19 Nov 2001 02:07:11 +0000 (02:07 +0000)]
Fix exchanged lines in WIN_GetWindowLong.
Alexandre Julliard [Fri, 16 Nov 2001 18:14:17 +0000 (18:14 +0000)]
Truncate the window text if it is too large for the request buffer.
Joshua Thielen [Fri, 16 Nov 2001 18:11:43 +0000 (18:11 +0000)]
Local classes registered with USER instance handle now are now found
in CLASS_FindClassByAtom.
Jussi Jumppanen [Fri, 16 Nov 2001 18:11:15 +0000 (18:11 +0000)]
Added missing RichEdit defines.
Alexandre Julliard [Wed, 14 Nov 2001 21:28:36 +0000 (21:28 +0000)]
Moved WIN_FindWinToRepaint functionality to the server.
Francois Gouget [Wed, 14 Nov 2001 21:26:23 +0000 (21:26 +0000)]
Make winsock.h and winsock2.h independent from the Unix headers.
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.
Dmitry Timoshkov [Wed, 14 Nov 2001 21:23:46 +0000 (21:23 +0000)]
Structure NEWTEXTMETRIC uses packing 4.
Jussi Jumppanen [Wed, 14 Nov 2001 21:23:17 +0000 (21:23 +0000)]
Added missing MAPI defines.
Alexandre Julliard [Tue, 13 Nov 2001 22:23:48 +0000 (22:23 +0000)]
Store the window caption text in the server.
Maintain a paint count separately for each window.
Gerard Patel [Tue, 13 Nov 2001 22:02:20 +0000 (22:02 +0000)]
Fix the server paint count in SetWindowPos.
Eric Pouech [Tue, 13 Nov 2001 21:58:32 +0000 (21:58 +0000)]
Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
16/32 API call ordering.
Andriy Palamarchuk [Tue, 13 Nov 2001 21:30:59 +0000 (21:30 +0000)]
Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
acceleration/threshold for relative mouse movements.
Andreas Mohr [Tue, 13 Nov 2001 21:29:38 +0000 (21:29 +0000)]
EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
starting line char index, not line index (== line number).
Guy L. Albertelli [Tue, 13 Nov 2001 21:28:21 +0000 (21:28 +0000)]
- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
- Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}
Eric Pouech [Mon, 12 Nov 2001 15:55:37 +0000 (15:55 +0000)]
Fixed some race conditions in notification vs. operation
synchronization using the same in process message ring in waveIn as in
waveOut.
Huw D M Davies [Mon, 12 Nov 2001 15:50:01 +0000 (15:50 +0000)]
Fixes stupid bug with typelib filenames.
Lawson Whitney [Mon, 12 Nov 2001 15:49:38 +0000 (15:49 +0000)]
Cast id to unsigned in GetDlgItem16.
Gerson Kurz [Mon, 12 Nov 2001 15:49:08 +0000 (15:49 +0000)]
Parity settings were not set properly in BuildCommDCBAndTimeouts()
because of an off-by-one error.
Gerard Patel [Mon, 12 Nov 2001 15:48:20 +0000 (15:48 +0000)]
Fixed handling of -1 itemid in WM_DRAWITEM.
Gerard Patel [Mon, 12 Nov 2001 15:47:26 +0000 (15:47 +0000)]
- implement mbscspn mostly as a stub
- reimplement mktime
Andreas Mohr [Mon, 12 Nov 2001 15:46:33 +0000 (15:46 +0000)]
- don't forget to initialize number of connections to 0
- add "RAS doesn't work" warning
Simon Britnell [Fri, 9 Nov 2001 20:26:59 +0000 (20:26 +0000)]
Cleaned up the wodPlayer functionality to make it easier to follow.
Changed notification to be calculated from bytes played rather than
time elapsed.
Travis Michielsen [Fri, 9 Nov 2001 20:05:06 +0000 (20:05 +0000)]
Test bits with '&' instead of '&&'.
Andriy Palamarchuk [Fri, 9 Nov 2001 20:02:41 +0000 (20:02 +0000)]
Implemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
parameters processing.
François Gouget [Fri, 9 Nov 2001 19:32:02 +0000 (19:32 +0000)]
Correct handling of strings in setValue.
Better handling of str(x) and hex(x) in setValue.
Misc typos.
Francois Gouget [Fri, 9 Nov 2001 19:21:16 +0000 (19:21 +0000)]
Document the new -winver versions.
Joshua Thielen [Fri, 9 Nov 2001 19:18:45 +0000 (19:18 +0000)]
Changed BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
GETCHECK16 in CheckDlgItem16 and IsDlgItemChecked16.
Cast UINT16 value to UINT or INT depending on sign in SetDlgItemInt16.
François Gouget [Fri, 9 Nov 2001 19:17:35 +0000 (19:17 +0000)]
Recognize the FreeBSD dlopen equivalent of "cannot open".
Guy L. Albertelli [Fri, 9 Nov 2001 19:16:36 +0000 (19:16 +0000)]
Use proper unicode routine.
François Gouget [Fri, 9 Nov 2001 19:15:51 +0000 (19:15 +0000)]
Make out-of-source-tree builds work with Solaris make.
Alexandre Julliard [Thu, 8 Nov 2001 19:58:05 +0000 (19:58 +0000)]
Alexandre Julliard [Thu, 8 Nov 2001 19:16:34 +0000 (19:16 +0000)]
Implemented inline version of the iswxxx functions.
Ove Kaaven [Thu, 8 Nov 2001 17:06:40 +0000 (17:06 +0000)]
Moved the int 9 (keyboard) handler to dlls/winedos.
Mike McCormack [Thu, 8 Nov 2001 17:06:08 +0000 (17:06 +0000)]
Find out how much data is available when calling ReadFileEx.
Gerard Patel [Wed, 7 Nov 2001 23:19:42 +0000 (23:19 +0000)]
Repaired child window activation broken by previous change.
Dmitry Timoshkov [Wed, 7 Nov 2001 21:52:24 +0000 (21:52 +0000)]
Add dumping of window styles at the window creation time.
Ove Kaaven [Wed, 7 Nov 2001 20:54:08 +0000 (20:54 +0000)]
Added a few default palette entries for the VGA/MCGA 256-color mode.
Made the VGA mode set go through RunInThread, so that the VGA graphics
window gets owned by the right thread.