wine/eterwine.git
20 years agoGive the first menu item of a popup menu a distance of 1 pixel to the
William Poetra Yoga H [Mon, 8 Nov 2004 22:12:42 +0000 (22:12 +0000)]
Give the first menu item of a popup menu a distance of 1 pixel to the
top border.

20 years agoFix the size and position of the system menu icon on the caption bar.
William Poetra Yoga H [Mon, 8 Nov 2004 22:11:48 +0000 (22:11 +0000)]
Fix the size and position of the system menu icon on the caption bar.

20 years agoNow that name undecoration works, fix the type info.
Eric Pouech [Mon, 8 Nov 2004 22:11:05 +0000 (22:11 +0000)]
Now that name undecoration works, fix the type info.

20 years agoImplemented __unDName and __unDNameEx functions.
Eric Pouech [Mon, 8 Nov 2004 22:10:43 +0000 (22:10 +0000)]
Implemented __unDName and __unDNameEx functions.

20 years ago- return "want all keys" for WM_GETDLGCODE when multi-line
Vitaliy Margolen [Mon, 8 Nov 2004 22:10:05 +0000 (22:10 +0000)]
- return "want all keys" for WM_GETDLGCODE when multi-line
- single-line edit control does not want all messages
- additional style combinations are possible for both multi-line and
  single-line edit controls
- tests to confirm it

20 years agoDimensions of month calendar control should not depend on the client
Dmitry Timoshkov [Mon, 8 Nov 2004 20:27:02 +0000 (20:27 +0000)]
Dimensions of month calendar control should not depend on the client
window size.

20 years agoAdd version information.
Hans Leidekker [Mon, 8 Nov 2004 20:26:45 +0000 (20:26 +0000)]
Add version information.

20 years ago- fixed loading stabs from PE modules compiled with MingW
Eric Pouech [Mon, 8 Nov 2004 20:26:22 +0000 (20:26 +0000)]
- fixed loading stabs from PE modules compiled with MingW
- enhance some loading logic between ELF/PE DLL pairs
- removed unused indirect memory access function
- get rid of some GCC generated symbols

20 years ago- fixed regression in watchpoint setting (by addr)
Eric Pouech [Mon, 8 Nov 2004 20:25:55 +0000 (20:25 +0000)]
- fixed regression in watchpoint setting (by addr)
- in backtrace, show at least module when no symbol is found
- protect event parsing from command line (when no real number)

20 years agoTurn ISO_Left_Tab back into a tab character if needed.
Walt Ogburn [Mon, 8 Nov 2004 20:25:37 +0000 (20:25 +0000)]
Turn ISO_Left_Tab back into a tab character if needed.

20 years agoUse COLOR_MENUBAR (instead of COLOR_GRADIENTINACTIVECAPTION) as the
William Poetra Yoga H [Mon, 8 Nov 2004 20:24:50 +0000 (20:24 +0000)]
Use COLOR_MENUBAR (instead of COLOR_GRADIENTINACTIVECAPTION) as the
upper limit in GetSysColor() validation.

20 years agoFix the button edge color, by using the BF_SOFT border style for
William Poetra Yoga H [Mon, 8 Nov 2004 20:24:26 +0000 (20:24 +0000)]
Fix the button edge color, by using the BF_SOFT border style for
buttons.

20 years agoAdd some structure tags.
Rémi Assailly [Mon, 8 Nov 2004 20:24:02 +0000 (20:24 +0000)]
Add some structure tags.

20 years agoFree the memory view before we unload a builtin dll to avoid a race
Alexandre Julliard [Sat, 6 Nov 2004 03:54:23 +0000 (03:54 +0000)]
Free the memory view before we unload a builtin dll to avoid a race
condition.

20 years ago- RtlTimeFieldsToTime should not normalize the time fields
Rein Klazes [Sat, 6 Nov 2004 03:53:53 +0000 (03:53 +0000)]
- RtlTimeFieldsToTime should not normalize the time fields
  structure. Instead return error when it is given an unormalized
  date.
- Use better algorithms for RtlTimeToTimeFields and
  RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster.
- Add tests for RtlTimeFieldsToTime.
- SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users
  of SystemTimeToFileTime must do likewise.
- Remove a todo_wine from SystemTimeToFileTime tests.
- Since msvcrt.mktime must accept unnormalized dates, it cannot use
  SystemTimeToFileTime and do the calculations itself.
- Add some tests for mktime accepting unnormalized dates.

20 years agoSupport assigning font objects to other font objects.
Mike Hearn [Sat, 6 Nov 2004 03:49:18 +0000 (03:49 +0000)]
Support assigning font objects to other font objects.

20 years agoRemove unnecessary WNDPROC casts.
Robert Shearman [Sat, 6 Nov 2004 03:49:03 +0000 (03:49 +0000)]
Remove unnecessary WNDPROC casts.

20 years agoFix format string in WSAAddressToStringA().
Gerald Pfeifer [Sat, 6 Nov 2004 03:47:01 +0000 (03:47 +0000)]
Fix format string in WSAAddressToStringA().

20 years agoDocument the linked list support code.
Mike Hearn [Sat, 6 Nov 2004 03:45:49 +0000 (03:45 +0000)]
Document the linked list support code.

20 years agoImplement TBN_RESTORE notification.
Robert Shearman [Sat, 6 Nov 2004 03:45:38 +0000 (03:45 +0000)]
Implement TBN_RESTORE notification.

20 years agoLimit StackWalk iterations to prevent infinite loop.
Robert Shearman [Sat, 6 Nov 2004 03:44:44 +0000 (03:44 +0000)]
Limit StackWalk iterations to prevent infinite loop.

20 years agoImplemented a substantial part of rsaenh.dll.
Michael Jung [Thu, 4 Nov 2004 21:15:32 +0000 (21:15 +0000)]
Implemented a substantial part of rsaenh.dll.

20 years agoDocument how SEH works in Wine.
Mike Hearn [Thu, 4 Nov 2004 21:06:14 +0000 (21:06 +0000)]
Document how SEH works in Wine.

20 years agoAdd unix locale to code page mapping for ISO-8859-16.
Dmitry Timoshkov [Thu, 4 Nov 2004 21:06:03 +0000 (21:06 +0000)]
Add unix locale to code page mapping for ISO-8859-16.

20 years agoImplement WSAAddressToString{A,W}.
Hans Leidekker [Thu, 4 Nov 2004 21:05:48 +0000 (21:05 +0000)]
Implement WSAAddressToString{A,W}.
Add tests for WSAAddressToString{A,W} and WSAStringToAddress{A,W}.
Add TRACEs to WSAStringToAddress{A,W}.

20 years agoImplemented InternetGetConnectedStateExA.
Aric Stewart [Thu, 4 Nov 2004 21:05:03 +0000 (21:05 +0000)]
Implemented InternetGetConnectedStateExA.

20 years ago- Move printf tests from scanf.c to printf.c (and fix one on the
Aneurin Price [Thu, 4 Nov 2004 21:03:30 +0000 (21:03 +0000)]
- Move printf tests from scanf.c to printf.c (and fix one on the
  way).
- Add some more.

20 years agoImplementation of PathCleanupSpec.
Aric Stewart [Thu, 4 Nov 2004 04:54:08 +0000 (04:54 +0000)]
Implementation of PathCleanupSpec.

20 years agoDisable memory reservation code on FreeBSD, where it just doesn't
Gerald Pfeifer [Thu, 4 Nov 2004 04:52:48 +0000 (04:52 +0000)]
Disable memory reservation code on FreeBSD, where it just doesn't
work.

20 years ago- implement LookupPrivilegeName
Juan Lang [Thu, 4 Nov 2004 04:52:17 +0000 (04:52 +0000)]
- implement LookupPrivilegeName
- correct LookupPrivilegeValue (had a buffer overrun and sometimes
  returned incorrect LUIDs for well-known values)
- make AllocateLocallyUniqueId less obviously incorrect
- add a bunch of test cases

20 years agoFix broken thread start routines.
Robert Shearman [Wed, 3 Nov 2004 22:18:44 +0000 (22:18 +0000)]
Fix broken thread start routines.

20 years agoProper implementation of sysmodal message boxes.
Ivan Leo Puoti [Wed, 3 Nov 2004 22:18:11 +0000 (22:18 +0000)]
Proper implementation of sysmodal message boxes.

20 years agoFix up init_fp test for freopen.
Tony Lambregts [Wed, 3 Nov 2004 22:17:05 +0000 (22:17 +0000)]
Fix up init_fp test for freopen.

20 years agoHandle 3 more custom action types
Aric Stewart [Wed, 3 Nov 2004 22:16:53 +0000 (22:16 +0000)]
Handle 3 more custom action types

20 years agoAllocateAndInitializeSid does not work on Win98.
Jakob Eriksson [Wed, 3 Nov 2004 22:14:55 +0000 (22:14 +0000)]
AllocateAndInitializeSid does not work on Win98.

20 years agoImprove {Uninstall,Install}ColorProfile{A,W}.
Hans Leidekker [Wed, 3 Nov 2004 22:14:25 +0000 (22:14 +0000)]
Improve {Uninstall,Install}ColorProfile{A,W}.
Better tests for these functions.

20 years agoDon't consider a MMSYSERR_NOTSUPPORTED failure a test failure.
Robert Reif [Wed, 3 Nov 2004 22:13:44 +0000 (22:13 +0000)]
Don't consider a MMSYSERR_NOTSUPPORTED failure a test failure.

20 years agoRestore chunk of code lost in previous changes.
Alexandre Julliard [Tue, 2 Nov 2004 20:15:53 +0000 (20:15 +0000)]
Restore chunk of code lost in previous changes.

20 years agoTune the behavior of Sleep() and Waitxxx() to more closely resemble
Jeremy White [Tue, 2 Nov 2004 19:32:03 +0000 (19:32 +0000)]
Tune the behavior of Sleep() and Waitxxx() to more closely resemble
Windows behavior.  The key is to yield in a Sleep and in any Wait that
times out.

20 years agoDownloading the platform sdk doesn't require IE any more.
Ivan Leo Puoti [Tue, 2 Nov 2004 19:26:42 +0000 (19:26 +0000)]
Downloading the platform sdk doesn't require IE any more.

20 years agoThe Sleep(0) in this loop is incorrect, and should be removed. This
Jeremy White [Tue, 2 Nov 2004 19:26:22 +0000 (19:26 +0000)]
The Sleep(0) in this loop is incorrect, and should be removed.  This
fixes iTunes and a game reported by che.

20 years agoScale the patterns so that they're rendered at 300dpi.
Huw Davies [Tue, 2 Nov 2004 19:25:51 +0000 (19:25 +0000)]
Scale the patterns so that they're rendered at 300dpi.
Create the image dictionary once, rather than every time the PaintProc
is called - should speed printing up somewhat.

20 years agoAdded WSAAddressToStringA/W stubs.
Stefan Dösinger [Tue, 2 Nov 2004 19:25:34 +0000 (19:25 +0000)]
Added WSAAddressToStringA/W stubs.

20 years agoAdded MSK timezone info.
Vitaly Lipatov [Tue, 2 Nov 2004 19:25:05 +0000 (19:25 +0000)]
Added MSK timezone info.

20 years agoMake sure we match output of Win2k protocol enumeration functions.
Hans Leidekker [Tue, 2 Nov 2004 19:24:46 +0000 (19:24 +0000)]
Make sure we match output of Win2k protocol enumeration functions.

20 years agoAdded CET timezone info.
Michael Jung [Tue, 2 Nov 2004 05:28:01 +0000 (05:28 +0000)]
Added CET timezone info.

20 years ago- Extended support for BITMAPCOREINFO / BITMAPCOREHEADER structures.
Michael Kaufmann [Tue, 2 Nov 2004 05:23:49 +0000 (05:23 +0000)]
- Extended support for BITMAPCOREINFO / BITMAPCOREHEADER structures.
- Always calculate the location of the color table.
- CreateCompatibleBitmap: Create a DIB section if necessary.
- Added some tests.

20 years agoCheck the type of error returned by SHCreateDirectoryExW.
Fabrice Ménard [Tue, 2 Nov 2004 05:22:39 +0000 (05:22 +0000)]
Check the type of error returned by SHCreateDirectoryExW.

20 years agoAdd Pacific Standard Time (PST) to TZ_INFO.
Roger Olson [Tue, 2 Nov 2004 05:22:01 +0000 (05:22 +0000)]
Add Pacific Standard Time (PST) to TZ_INFO.

20 years agoStart the reboot process in ExitWindowsEx.
Mike McCormack [Mon, 1 Nov 2004 23:30:46 +0000 (23:30 +0000)]
Start the reboot process in ExitWindowsEx.

20 years agoDownload the Mozilla Active X control on demand.
Mike McCormack [Mon, 1 Nov 2004 23:22:14 +0000 (23:22 +0000)]
Download the Mozilla Active X control on demand.

20 years agoFill WSAPROTOCOL_INFO structures instead of PROTOCOL_INFO structures.
Hans Leidekker [Mon, 1 Nov 2004 23:18:47 +0000 (23:18 +0000)]
Fill WSAPROTOCOL_INFO structures instead of PROTOCOL_INFO structures.
Implement WSCEnumProtocols().
Add some tests.

20 years agoConvert NativeFont control to unicode, use hbrBackground as in native.
Dmitry Timoshkov [Mon, 1 Nov 2004 21:08:10 +0000 (21:08 +0000)]
Convert NativeFont control to unicode, use hbrBackground as in native.

20 years agoAdd simple implementation of advpack.DoInfInstall.
Dmitry Timoshkov [Mon, 1 Nov 2004 21:07:53 +0000 (21:07 +0000)]
Add simple implementation of advpack.DoInfInstall.

20 years agoDo not retrieve infoPtr twice in ToolbarWindowProc entry.
Dmitry Timoshkov [Mon, 1 Nov 2004 21:07:43 +0000 (21:07 +0000)]
Do not retrieve infoPtr twice in ToolbarWindowProc entry.

20 years agoCryptGetUserKey: Set return key handle to zero in case of failure.
Michael Jung [Mon, 1 Nov 2004 21:07:24 +0000 (21:07 +0000)]
CryptGetUserKey: Set return key handle to zero in case of failure.

20 years agoSend notification messages in the format dictated by
Dimitrie O. Paun [Mon, 1 Nov 2004 21:07:11 +0000 (21:07 +0000)]
Send notification messages in the format dictated by
infoPtr->notifyFormat.

20 years agoPut $(FREETYPELIBS) as the last part, as it can include the dir of an
Vincent Béron [Mon, 1 Nov 2004 21:06:43 +0000 (21:06 +0000)]
Put $(FREETYPELIBS) as the last part, as it can include the dir of an
older Wine install which do not have the same exports (reported by
jooke).

20 years agoSet the correct last error in EnumUILanguagesA, with tests.
Stefan Leichter [Mon, 1 Nov 2004 21:06:28 +0000 (21:06 +0000)]
Set the correct last error in EnumUILanguagesA, with tests.

20 years agoAdd COLOR_MENUHILIGHT and COLOR_MENUBAR to the system colors.
William Poetra Yoga H [Mon, 1 Nov 2004 21:06:06 +0000 (21:06 +0000)]
Add COLOR_MENUHILIGHT and COLOR_MENUBAR to the system colors.

20 years agoGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop
Alexandre Julliard [Sat, 30 Oct 2004 02:13:48 +0000 (02:13 +0000)]
Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop
forever too if WM_PAINT is not handled properly.

20 years agoBased on the last 36+ months Wine is released once a month on
Francois Gouget [Sat, 30 Oct 2004 02:12:05 +0000 (02:12 +0000)]
Based on the last 36+ months Wine is released once a month on
average.
Assorted spelling fixes and tweaks.

20 years agoRemove DS_SYSMODAL from msgbox resource.
Ivan Leo Puoti [Sat, 30 Oct 2004 02:11:50 +0000 (02:11 +0000)]
Remove DS_SYSMODAL from msgbox resource.

20 years agoAdd support for REG_EXPAND_SZ in set_registry_variables().
Francois Gouget [Sat, 30 Oct 2004 02:11:33 +0000 (02:11 +0000)]
Add support for REG_EXPAND_SZ in set_registry_variables().
Fix processing of environment variables that are too big (>1024
characters): they should be truncated, not ignored.

20 years agoAlter the functions declaration order or predeclare them so perl can
Francois Gouget [Sat, 30 Oct 2004 02:11:19 +0000 (02:11 +0000)]
Alter the functions declaration order or predeclare them so perl can
check the prototypes.

20 years ago#ifdef out the tests if compiling with the Platform SDK headers since
Francois Gouget [Sat, 30 Oct 2004 02:10:38 +0000 (02:10 +0000)]
#ifdef out the tests if compiling with the Platform SDK headers since
they are missing TIME_FIELDS.

20 years agoMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in the latest SDK so
Francois Gouget [Sat, 30 Oct 2004 02:10:22 +0000 (02:10 +0000)]
MIDL_STUB_MESSAGE.UniquePtrCount has been renamed in the latest SDK so
ignore it.

20 years agoAdd stubs for EnumPrintProcessorsAW.
Ulrich Czekalla [Fri, 29 Oct 2004 21:27:38 +0000 (21:27 +0000)]
Add stubs for EnumPrintProcessorsAW.

20 years ago- Simplify the calculation in TIME_DaylightCompareDate;
Rein Klazes [Fri, 29 Oct 2004 21:27:18 +0000 (21:27 +0000)]
- Simplify the calculation in TIME_DaylightCompareDate;
- Expand the number of applicable test cases.

20 years agoClean up user32/input.c test, remove the wrong assumption that a
Dmitry Timoshkov [Fri, 29 Oct 2004 21:27:04 +0000 (21:27 +0000)]
Clean up user32/input.c test, remove the wrong assumption that a
window always receives input focus upon creation.

20 years agoDefine some extra HTTP_QUERY values.
Mike McCormack [Fri, 29 Oct 2004 21:26:47 +0000 (21:26 +0000)]
Define some extra HTTP_QUERY values.

20 years agoKill all wine processes when doing ExitWindowsEx.
Mike McCormack [Fri, 29 Oct 2004 21:26:33 +0000 (21:26 +0000)]
Kill all wine processes when doing ExitWindowsEx.

20 years agoFixed size check in GetDeviceData.
Torbjörn Andersson [Thu, 28 Oct 2004 21:01:44 +0000 (21:01 +0000)]
Fixed size check in GetDeviceData.

20 years agoSupposedly fix http test on Windows.
Jakob Eriksson [Thu, 28 Oct 2004 21:01:04 +0000 (21:01 +0000)]
Supposedly fix http test on Windows.

20 years agoIn VOLUME_ReadFATSuperblock:
Rein Klazes [Thu, 28 Oct 2004 21:00:36 +0000 (21:00 +0000)]
In VOLUME_ReadFATSuperblock:
- do not test on the JMP instruction: most boot blocks have that
- test instead on the "FAT" strings first, before the size
  calculation
- do some parameter checking to prevent arithmetic errors
- use meaningful names instead of block offsets
(based on a rejected patch from Vincent Béron).

20 years agoUse SHCreateDirectoryEx function instead of doing explicit recursive
Rolf Kalbermatter [Thu, 28 Oct 2004 20:58:51 +0000 (20:58 +0000)]
Use SHCreateDirectoryEx function instead of doing explicit recursive
directory creation.

20 years agoAdd test for SHCreateDirectoryEx function.
Rolf Kalbermatter [Thu, 28 Oct 2004 20:58:38 +0000 (20:58 +0000)]
Add test for SHCreateDirectoryEx function.
Fixed some typos.

20 years agoTake into account window visibility when searching for a target for a
Dmitry Timoshkov [Wed, 27 Oct 2004 21:55:00 +0000 (21:55 +0000)]
Take into account window visibility when searching for a target for a
hardware mouse message.

20 years agoAdded is_window_visible function.
Alexandre Julliard [Wed, 27 Oct 2004 21:54:41 +0000 (21:54 +0000)]
Added is_window_visible function.

20 years agoUse correct type instead of void* in item linked list.
Alexandre Julliard [Wed, 27 Oct 2004 21:37:02 +0000 (21:37 +0000)]
Use correct type instead of void* in item linked list.

20 years agoSome French translations added.
Fabrice Ménard [Wed, 27 Oct 2004 21:36:17 +0000 (21:36 +0000)]
Some French translations added.

20 years ago- Reordered some code from the existing helper _GetTimeZoneBias to
Rein Klazes [Wed, 27 Oct 2004 21:19:22 +0000 (21:19 +0000)]
- Reordered some code from the existing helper _GetTimeZoneBias to
  make it more general useful (and changed the helper names to
  TIME_xyz).
- Make GetTimeZoneInformation return the correct zone id constants.
- Changed some "const LPX_Y_Z" declarations to "const X_Y_Z *".

20 years agoFix bad memory allocation for unicode buffer.
Rolf Kalbermatter [Wed, 27 Oct 2004 21:18:35 +0000 (21:18 +0000)]
Fix bad memory allocation for unicode buffer.

20 years agoFixed GetAcceptLanguagesA tests for Win98.
Stefan Leichter [Wed, 27 Oct 2004 21:18:21 +0000 (21:18 +0000)]
Fixed GetAcceptLanguagesA tests for Win98.

20 years agoFlush pending messages before testing painting message sequences.
Dmitry Timoshkov [Wed, 27 Oct 2004 21:18:01 +0000 (21:18 +0000)]
Flush pending messages before testing painting message sequences.

20 years agoIn MSVCRT_localtime() return tm_isdst = 0 when there are no daylight
Rein Klazes [Wed, 27 Oct 2004 21:17:44 +0000 (21:17 +0000)]
In MSVCRT_localtime() return tm_isdst = 0 when there are no daylight
time changes in the local time zone.

20 years ago_SHExpandEnvironmentStrings should return input string if no % found
Juan Lang [Wed, 27 Oct 2004 21:17:30 +0000 (21:17 +0000)]
_SHExpandEnvironmentStrings should return input string if no % found
to expand, and should call ExpandEnvironmentStringsW if it doesn't
handle an environment variable directly.  Based on a patch from Dan
Kegel.

20 years agoAdd proper prototypes for GetClassLongPtrA/W for _WIN64 case.
Dmitry Timoshkov [Wed, 27 Oct 2004 21:17:06 +0000 (21:17 +0000)]
Add proper prototypes for GetClassLongPtrA/W for _WIN64 case.

20 years agoUse typesafe signature where possible.
Dimitrie O. Paun [Wed, 27 Oct 2004 21:16:27 +0000 (21:16 +0000)]
Use typesafe signature where possible.

20 years agoRename STATUSWINDOWINFO to STATUS_INFO, for consistency with other
Dimitrie O. Paun [Wed, 27 Oct 2004 21:16:17 +0000 (21:16 +0000)]
Rename STATUSWINDOWINFO to STATUS_INFO, for consistency with other
controls. Fix some prototypes. Always pass infoPtr around.

20 years agoMinor cleanups.
Dimitrie O. Paun [Wed, 27 Oct 2004 21:16:03 +0000 (21:16 +0000)]
Minor cleanups.

20 years agoUse Unicode functions where possible.
Dimitrie O. Paun [Wed, 27 Oct 2004 21:15:53 +0000 (21:15 +0000)]
Use Unicode functions where possible.

20 years agoAdd stub implementations for LaunchINFSection(Ex).
Mike McCormack [Wed, 27 Oct 2004 21:15:34 +0000 (21:15 +0000)]
Add stub implementations for LaunchINFSection(Ex).

20 years agoCryptCreateHash: Set returned hash handle to zero in case of failure.
Michael Jung [Wed, 27 Oct 2004 21:15:10 +0000 (21:15 +0000)]
CryptCreateHash: Set returned hash handle to zero in case of failure.

20 years agoAdded fallback syscalls for epoll functions.
Alexandre Julliard [Wed, 27 Oct 2004 01:03:30 +0000 (01:03 +0000)]
Added fallback syscalls for epoll functions.

20 years agoUse only one .res file.
Ge van Geldorp [Wed, 27 Oct 2004 00:47:53 +0000 (00:47 +0000)]
Use only one .res file.

20 years agoAdd stretching support to AlphaBlend.
Kevin Koltzau [Wed, 27 Oct 2004 00:43:50 +0000 (00:43 +0000)]
Add stretching support to AlphaBlend.

20 years agoReorganizing wine-devel:
Eric Pouech [Tue, 26 Oct 2004 22:45:47 +0000 (22:45 +0000)]
Reorganizing wine-devel:
- killing the advanced part (and moving its chapters in both
  developing Wine and Wine archi parts)
- creating a new book on coding practices from i18n.sgml, patches.sgml
  and porting.sgml
- creating a new book on some debugging strategies from the old
  advanced book and cvs-regression.sgml
- creating a new book on the kernel modules (NTDLL & KERNEL32) from
  architecture.sgml / related DLLs and address-space.sgml,
  console.sgml, threading.sgml
- creating a new book on the windowing from architecture.sgml / USER32
  and related
- creating a new book on the graphical parts from architecture.sgml /
  GDI32 and related
Other changes:
- removed list of DLLs and their role (from the modules overview)
- removed in X11 keyboard mapping section the part related to submit a
  patch

20 years agoSplit up audio.c into three separate .c files:
Robert Reif [Tue, 26 Oct 2004 22:04:55 +0000 (22:04 +0000)]
Split up audio.c into three separate .c files:
audio.c: OSS functions and waveIn and waveOut driver functions.
dscapture.c: direct sound capture driver implementation.
dsrender.c: direct sound renderer driver implementation.

20 years agoAdd some tests for time conversion functions.
Mike McCormack [Tue, 26 Oct 2004 22:03:11 +0000 (22:03 +0000)]
Add some tests for time conversion functions.