wine
21 years agoAdded checks when editing window and sb size so that they are kept
Eric Pouech [Mon, 24 Feb 2003 20:41:08 +0000 (20:41 +0000)] 
Added checks when editing window and sb size so that they are kept
consistent.

21 years agoAdded handling for PSNRET_INVALID in PSN_APPLY notification.
Eric Pouech [Mon, 24 Feb 2003 20:40:45 +0000 (20:40 +0000)] 
Added handling for PSNRET_INVALID in PSN_APPLY notification.

21 years agoSet a default 50 lines in history for console apps.
Eric Pouech [Mon, 24 Feb 2003 20:40:20 +0000 (20:40 +0000)] 
Set a default 50 lines in history for console apps.

21 years agoMake 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.
Dan Kegel [Mon, 24 Feb 2003 20:39:53 +0000 (20:39 +0000)] 
Make 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.

21 years agoAdd missing LeaveCriticalSection's in error path.
Michael Stefaniuc [Mon, 24 Feb 2003 20:39:22 +0000 (20:39 +0000)] 
Add missing LeaveCriticalSection's in error path.

21 years agoPrint out name of float exceptions.
Marcus Meissner [Mon, 24 Feb 2003 20:38:44 +0000 (20:38 +0000)] 
Print out name of float exceptions.

21 years agoLink in shell32 only in gui mode.
Dimitrie O. Paun [Mon, 24 Feb 2003 20:38:25 +0000 (20:38 +0000)] 
Link in shell32 only in gui mode.
Add all the standard defines that MinGW provides (with the exception
of __MINGW__, that's MinGW prerogative).
Do not pass along linker options when only compiling.

21 years agoAdded definitions for DirectSoundFullDuplex and moved some GUIDs
Robert Reif [Mon, 24 Feb 2003 20:37:50 +0000 (20:37 +0000)] 
Added definitions for DirectSoundFullDuplex and moved some GUIDs
around.

21 years agoRelease 20030219. wine-20030219
Alexandre Julliard [Thu, 20 Feb 2003 01:11:16 +0000 (01:11 +0000)] 
Release 20030219.

21 years agoAdded pipe.ok.
Alexandre Julliard [Wed, 19 Feb 2003 23:30:39 +0000 (23:30 +0000)] 
Added pipe.ok.

21 years agoUpdated authors list.
Alexandre Julliard [Wed, 19 Feb 2003 23:30:10 +0000 (23:30 +0000)] 
Updated authors list.

21 years agoFixed read-overflow spotted by valgrind.
Eric Pouech [Wed, 19 Feb 2003 23:27:49 +0000 (23:27 +0000)] 
Fixed read-overflow spotted by valgrind.

21 years agoIgnore get shadow buffer function.
Jukka Heinonen [Wed, 19 Feb 2003 23:27:01 +0000 (23:27 +0000)] 
Ignore get shadow buffer function.
Remember to synchronize VGA display on program exit because update
thread may not have time to run.

21 years agoFixed installation order of linkable dlls.
Alexandre Julliard [Wed, 19 Feb 2003 22:11:37 +0000 (22:11 +0000)] 
Fixed installation order of linkable dlls.

21 years agoMove resize memory block to winedos and make it resize in place and
Jukka Heinonen [Wed, 19 Feb 2003 22:11:04 +0000 (22:11 +0000)] 
Move resize memory block to winedos and make it resize in place and
work correctly even when trying to allocate too much memory.

21 years agoRough implementation of _O_TEXT/_O_BINARY translation by doing single
Uwe Bonnes [Wed, 19 Feb 2003 22:09:33 +0000 (22:09 +0000)] 
Rough implementation of _O_TEXT/_O_BINARY translation by doing single
byte read/writes in _O_TEXT mode and CR/LR handling.
fput/getwc must read multibyte characters in _O_TEXT.
Added test cases for _O_TEXT/_O_BINARY file handling and fgetws.

21 years ago- Some systems/drives are very slow to read the TOC. To address this
Waldeck Schutzer [Wed, 19 Feb 2003 22:08:50 +0000 (22:08 +0000)] 
- Some systems/drives are very slow to read the TOC. To address this
  issue, we are caching it inside the driver.
- Windows will seek while not playing, Linux will not. We are
  providing better compatibility with Windows by also caching the
  current position.

21 years agoAvoid playing data tracks.
Waldeck Schutzer [Wed, 19 Feb 2003 22:08:03 +0000 (22:08 +0000)] 
Avoid playing data tracks.

21 years agoAvoid warnings.
Gerald Pfeifer [Wed, 19 Feb 2003 22:07:14 +0000 (22:07 +0000)] 
Avoid warnings.

21 years agoAdded check for illegal pipe names.
Dan Kegel [Wed, 19 Feb 2003 22:06:36 +0000 (22:06 +0000)] 
Added check for illegal pipe names.
Added regression test.

21 years agoConvert Twips values from the registry.
Andreas Mohr [Wed, 19 Feb 2003 22:04:46 +0000 (22:04 +0000)] 
Convert Twips values from the registry.

21 years agoAuthors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickne...
Alexandre Julliard [Wed, 19 Feb 2003 22:04:03 +0000 (22:04 +0000)] 
Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickner@t-online.de>
- Fixed incorrect undo buffer size (previous code caused heap
  corruption when using backspace many times).
- Always kill timer when left mouse button is released and in captured
  state.

21 years agoFor better concurrency, separate the connections from the bindings.
Ove Kaaven [Wed, 19 Feb 2003 03:44:35 +0000 (03:44 +0000)] 
For better concurrency, separate the connections from the bindings.

21 years ago- Avoid possible seg fault when calling TRACE with NULL string pointers.
Warren Baird [Wed, 19 Feb 2003 03:43:08 +0000 (03:43 +0000)] 
- Avoid possible seg fault when calling TRACE with NULL string pointers.
- Fix bad side-effect of makepath on input parameters.

21 years agoIncrease size of insufficiently big stack allocated buffer used for
Warren Baird [Wed, 19 Feb 2003 03:42:38 +0000 (03:42 +0000)] 
Increase size of insufficiently big stack allocated buffer used for
error messages in PROCESS_InitWine.

21 years agoWhen updating the edited line, remember to update attributes, too.
Jukka Heinonen [Wed, 19 Feb 2003 03:42:06 +0000 (03:42 +0000)] 
When updating the edited line, remember to update attributes, too.

21 years ago- removed unused function: SetSymbolValue
Eric Pouech [Wed, 19 Feb 2003 03:41:48 +0000 (03:41 +0000)] 
- removed unused function: SetSymbolValue
- enhanced a bit AddSymbol regarding invalid symbol management (and
  enhanced its traces)
- now printing type information in 'info sym'

21 years ago- added parsing of C++ inheritence information
Eric Pouech [Wed, 19 Feb 2003 03:41:25 +0000 (03:41 +0000)] 
- added parsing of C++ inheritence information
- added an internal trace for displaying errors in typedef parsing
- enhanced ELF symbol management (direct call to AddSymbol in ELF
  header)

21 years agoA fix to get edit control scrolls bars to draw in the correct
Duane Clark [Wed, 19 Feb 2003 03:40:33 +0000 (03:40 +0000)] 
A fix to get edit control scrolls bars to draw in the correct
position.

21 years agoTests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
Thomas Mertes [Wed, 19 Feb 2003 03:40:14 +0000 (03:40 +0000)] 
Tests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
RtlUpcaseUnicodeChar.

21 years ago- Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
Thomas Mertes [Wed, 19 Feb 2003 03:39:46 +0000 (03:39 +0000)] 
- Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
  RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
  RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
  RtlUpcaseUnicodeChar.
- Use toupperW instead of toupper in RtlCompareUnicodeString.

21 years ago- the first argument in several Unicode functions was an ASCII string
Alberto Massari [Wed, 19 Feb 2003 03:39:12 +0000 (03:39 +0000)] 
- the first argument in several Unicode functions was an ASCII string
  instead of a Unicode one
- added more macro definitions

21 years ago"Implemented" IID_BS_* macros.
Ove Kaaven [Wed, 19 Feb 2003 03:38:07 +0000 (03:38 +0000)] 
"Implemented" IID_BS_* macros.

21 years agoAdded missing release_object.
Mike McCormack [Wed, 19 Feb 2003 00:38:12 +0000 (00:38 +0000)] 
Added missing release_object.

21 years agoMoved all references to file descriptors out of the generic object
Alexandre Julliard [Wed, 19 Feb 2003 00:33:32 +0000 (00:33 +0000)] 
Moved all references to file descriptors out of the generic object
structure.
Changed the poll()-related routines to deal with file descriptors
instead of objects and integrated poll support into fd.c.

21 years agoPrint thread ids in traces with only 4 digits now that they are small
Alexandre Julliard [Tue, 18 Feb 2003 23:29:47 +0000 (23:29 +0000)] 
Print thread ids in traces with only 4 digits now that they are small
integers.

21 years agoPrint dll name too for stub exceptions.
Alexandre Julliard [Tue, 18 Feb 2003 23:25:34 +0000 (23:25 +0000)] 
Print dll name too for stub exceptions.

21 years agoCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
Duane Clark [Tue, 18 Feb 2003 23:24:57 +0000 (23:24 +0000)] 
Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.

21 years agoAdded stub for CryptUnprotectData.
Alberto Massari [Tue, 18 Feb 2003 23:23:52 +0000 (23:23 +0000)] 
Added stub for CryptUnprotectData.

21 years agoAdd entry for no html in patches.
Tony Lambregts [Tue, 18 Feb 2003 23:23:35 +0000 (23:23 +0000)] 
Add entry for no html in patches.

21 years agoPorting fixes.
Steven Edwards [Tue, 18 Feb 2003 23:23:10 +0000 (23:23 +0000)] 
Porting fixes.

21 years ago- Fix small bug in RtlFindMostSignificantBit. It returned sometimes
Thomas Mertes [Tue, 18 Feb 2003 23:22:49 +0000 (23:22 +0000)] 
- Fix small bug in RtlFindMostSignificantBit. It returned sometimes
  wrong results if more then one bit was set.
- Update the test cases as well.

21 years agoMake sure get_file_size uses a valid fd (spotted by Uwe Bonnes).
Alexandre Julliard [Mon, 17 Feb 2003 01:50:40 +0000 (01:50 +0000)] 
Make sure get_file_size uses a valid fd (spotted by Uwe Bonnes).

21 years agoSet default loadorder to native for dlls that contain an explicit
Alexandre Julliard [Mon, 17 Feb 2003 01:49:47 +0000 (01:49 +0000)] 
Set default loadorder to native for dlls that contain an explicit
path.

21 years agoUpdated regression testing documentation.
Tony Lambregts [Mon, 17 Feb 2003 01:49:13 +0000 (01:49 +0000)] 
Updated regression testing documentation.

21 years agoAllowed waveInMessage to use physical information (as waveOut does).
Eric Pouech [Mon, 17 Feb 2003 01:48:47 +0000 (01:48 +0000)] 
Allowed waveInMessage to use physical information (as waveOut does).

21 years agoNDR marshalling fixes.
Ove Kaaven [Mon, 17 Feb 2003 01:48:24 +0000 (01:48 +0000)] 
NDR marshalling fixes.

21 years agoMake NdrDllRegisterProxy use the interface stub header instead of the
Ove Kaaven [Mon, 17 Feb 2003 01:47:54 +0000 (01:47 +0000)] 
Make NdrDllRegisterProxy use the interface stub header instead of the
interface proxy header to avoid stubless proxy ambiguities.

21 years ago- added GetName() to retrieve type name
Eric Pouech [Mon, 17 Feb 2003 01:47:38 +0000 (01:47 +0000)] 
- added GetName() to retrieve type name
- reimplemented DumpTypes so that it really dumps the types content
- now printing type information in 'info sym'

21 years agoMoved expr freeing when translating a command (no longer done on each
Eric Pouech [Mon, 17 Feb 2003 01:47:20 +0000 (01:47 +0000)] 
Moved expr freeing when translating a command (no longer done on each
command which uses an expr).

21 years agoReimplemented distance attenuation formula.
Rok Mandeljc [Mon, 17 Feb 2003 01:46:46 +0000 (01:46 +0000)] 
Reimplemented distance attenuation formula.
Removed coning formula since i believe it's inappropriate.

21 years ago- Implemented two lookup tables for the sample fonts. The first,
Shachar Shemesh [Sat, 15 Feb 2003 00:02:24 +0000 (00:02 +0000)] 
- Implemented two lookup tables for the sample fonts. The first,
  "CHARSET_ORDER", is for converting codepage to ordinal charset num,
  and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample
  text.
- Removed all references to changing the font directly in stc5.
- Modified the "InvalidateRect" calls to invalidate the rect where
  stc5 is, rather than stc5 itself.
- Added handling of WM_PAINT that draws the sample text, properly
  truncated.
- Removed handling of WM_CTLCOLOR - no longer neccessary.

21 years agoAdded support for direct sound capture and a real direct sound capture
Robert Reif [Sat, 15 Feb 2003 00:01:17 +0000 (00:01 +0000)] 
Added support for direct sound capture and a real direct sound capture
driver. Capture now works with some skipping. Full duplex does not but
I will be working on that next.

21 years agoAdded additional formats.
Robert Reif [Sat, 15 Feb 2003 00:00:12 +0000 (00:00 +0000)] 
Added additional formats.
Fixed a few bugs in read/write positions when the format is mapped
using acm.
Fixed a bug where the number of waveOut devices is used when iterating
over waveIn devices.

21 years agoStarted to add support for a real direct sound capture driver.
Robert Reif [Fri, 14 Feb 2003 23:59:15 +0000 (23:59 +0000)] 
Started to add support for a real direct sound capture driver.
Changed the capture fragment size but this still needs tuning for best
performance.

21 years agoAdded/fixed some definitions for direct sound capture.
Robert Reif [Fri, 14 Feb 2003 23:57:27 +0000 (23:57 +0000)] 
Added/fixed some definitions for direct sound capture.

21 years agoSupport the undocumented behavior of deleting column zero.
Duane Clark [Fri, 14 Feb 2003 23:31:45 +0000 (23:31 +0000)] 
Support the undocumented behavior of deleting column zero.

21 years agoFixed regression in process parent handling.
Eric Pouech [Fri, 14 Feb 2003 23:31:10 +0000 (23:31 +0000)] 
Fixed regression in process parent handling.

21 years agoRoll loop back up to avoid code duplication.
Dan Kegel [Fri, 14 Feb 2003 23:30:50 +0000 (23:30 +0000)] 
Roll loop back up to avoid code duplication.

21 years agoAuthors: Mike McCormack <mike@codeweavers.com>, Huw Davies <huw@codeweavers.com>
Alexandre Julliard [Fri, 14 Feb 2003 23:30:27 +0000 (23:30 +0000)] 
Authors: Mike McCormack <mike@codeweavers.com>, Huw Davies <huw@codeweavers.com>
- make world transforms work in EMFs
- fix declaration of GDICOMMENT_* macros
- refuse to load unaligned EMFs
- fix SetWinMetaFileBits

21 years agoSeparate "Enumerate Hardware Addresses" as function, as other netapi32
Uwe Bonnes [Fri, 14 Feb 2003 23:29:24 +0000 (23:29 +0000)] 
Separate "Enumerate Hardware Addresses" as function, as other netapi32
function need it.
Implemented level 0 of NetWkstaTransportEnum.

21 years agoImplemented _mbsnbcat.
Michael Stefaniuc [Fri, 14 Feb 2003 23:26:58 +0000 (23:26 +0000)] 
Implemented _mbsnbcat.

21 years agoChanged fd operations to take a struct fd instead of a struct object.
Alexandre Julliard [Fri, 14 Feb 2003 20:27:09 +0000 (20:27 +0000)] 
Changed fd operations to take a struct fd instead of a struct object.
Removed get_file_info function from object operations.
Added get_device_id request to avoid abusing get_file_info.

21 years agoCorrectly remember the first paint event, but delay item metrics
Dimitrie O. Paun [Fri, 14 Feb 2003 19:24:11 +0000 (19:24 +0000)] 
Correctly remember the first paint event, but delay item metrics
calculation until we actually have some items.

21 years ago- fixed mouse event generation
Eric Pouech [Fri, 14 Feb 2003 19:23:36 +0000 (19:23 +0000)] 
- fixed mouse event generation
- better management of some keys
- now generating several wincon-events for a given curses-event
- added basic support for V-scrolling (disabled by default)
- fixed printing of some unsupported characters

21 years agoOutputting backspaces should only move the cursor.
Jukka Heinonen [Fri, 14 Feb 2003 19:23:16 +0000 (19:23 +0000)] 
Outputting backspaces should only move the cursor.
Text buffer copy is now always initialized correctly.
Preserve video memory flag is parsed and text screen is now really
cleared when flag is clear.

21 years agoRemoved the nonexistant command "debugmsg" from winedbg help screen.
Mike Hearn [Fri, 14 Feb 2003 19:22:48 +0000 (19:22 +0000)] 
Removed the nonexistant command "debugmsg" from winedbg help screen.

21 years agoUse the dwStartVertex argument in the Draw*PrimitiveVB methods.
Lionel Ulmer [Wed, 12 Feb 2003 21:40:25 +0000 (21:40 +0000)] 
Use the dwStartVertex argument in the Draw*PrimitiveVB methods.

21 years agoChange algorithm to detect lighted / unlighted vertices.
Lionel Ulmer [Wed, 12 Feb 2003 21:36:56 +0000 (21:36 +0000)] 
Change algorithm to detect lighted / unlighted vertices.

21 years agoHandle the COLORVERTEX render state.
Lionel Ulmer [Wed, 12 Feb 2003 21:35:06 +0000 (21:35 +0000)] 
Handle the COLORVERTEX render state.

21 years agoTrace after the matrix has been copied, not before.
Lionel Ulmer [Wed, 12 Feb 2003 21:34:46 +0000 (21:34 +0000)] 
Trace after the matrix has been copied, not before.

21 years agoRemoved direct references to the file descriptor, use the new fd
Alexandre Julliard [Wed, 12 Feb 2003 21:30:44 +0000 (21:30 +0000)] 
Removed direct references to the file descriptor, use the new fd
functions instead so that get_fd works properly.

21 years ago- _SHStrDupAA forgot about terminating '\0'.
Sergei Turchanov [Wed, 12 Feb 2003 21:29:20 +0000 (21:29 +0000)] 
- _SHStrDupAA forgot about terminating '\0'.
- SHStrDupA adds extra terminator which is not needed as the length
  returned by MultiByteToWideChar(,,-1,,) already includes it.

21 years agoFix warning in __crtLCMapStringA.
Marcus Meissner [Wed, 12 Feb 2003 21:28:47 +0000 (21:28 +0000)] 
Fix warning in __crtLCMapStringA.

21 years agoAvoid warnings caused by assert(...).
Gerald Pfeifer [Wed, 12 Feb 2003 21:28:04 +0000 (21:28 +0000)] 
Avoid warnings caused by assert(...).

21 years agoReplace HEAP_strdupAtoW call and delete extra
Duane Clark [Wed, 12 Feb 2003 21:27:27 +0000 (21:27 +0000)] 
Replace HEAP_strdupAtoW call and delete extra
RtlCreateUnicodeStringFromAsciiz.

21 years agoImplemented EnumObjects for the keyboard device.
Lionel Ulmer [Wed, 12 Feb 2003 21:27:00 +0000 (21:27 +0000)] 
Implemented EnumObjects for the keyboard device.

21 years ago- fixed GetTransform
Lionel Ulmer [Wed, 12 Feb 2003 21:26:28 +0000 (21:26 +0000)] 
- fixed GetTransform
- implemented MultiplyTransform

21 years agoAdded fogging for transformed vertices.
Lionel Ulmer [Wed, 12 Feb 2003 21:26:05 +0000 (21:26 +0000)] 
Added fogging for transformed vertices.

21 years agoAdded some missing LeaveCriticalSection's.
Michael Stefaniuc [Wed, 12 Feb 2003 01:26:05 +0000 (01:26 +0000)] 
Added some missing LeaveCriticalSection's.

21 years agoRemove dead code after return or properly comment it out.
Michael Stefaniuc [Wed, 12 Feb 2003 01:23:17 +0000 (01:23 +0000)] 
Remove dead code after return or properly comment it out.

21 years agoAdd entry for "Error installing iKernel.exe: (0x1400)".
Tony Lambregts [Wed, 12 Feb 2003 01:20:35 +0000 (01:20 +0000)] 
Add entry for "Error installing iKernel.exe: (0x1400)".

21 years agoWinspool expects NULLs to be preserved in ascii to unicode
Duane Clark [Wed, 12 Feb 2003 01:19:25 +0000 (01:19 +0000)] 
Winspool expects NULLs to be preserved in ascii to unicode
conversions.

21 years agoIncrease size of insufficiently big stack allocated buffer used for
Warren Baird [Wed, 12 Feb 2003 01:17:55 +0000 (01:17 +0000)] 
Increase size of insufficiently big stack allocated buffer used for
error messages in ELF_LoadLibraryExA.

21 years agoImplementation of GetDeviceCaps in metafile driver.
Warren Baird [Wed, 12 Feb 2003 01:17:25 +0000 (01:17 +0000)] 
Implementation of GetDeviceCaps in metafile driver.

21 years agoAdded BYTE explicit casts in RGB macro definition.
Warren Baird [Wed, 12 Feb 2003 01:15:27 +0000 (01:15 +0000)] 
Added BYTE explicit casts in RGB macro definition.

21 years agoMake trace output produced by wineboot more useful.
Matthew Davison [Wed, 12 Feb 2003 01:14:08 +0000 (01:14 +0000)] 
Make trace output produced by wineboot more useful.

21 years agoReport an error if GetDeviceData is called on an Unacquired device.
Lionel Ulmer [Wed, 12 Feb 2003 01:13:31 +0000 (01:13 +0000)] 
Report an error if GetDeviceData is called on an Unacquired device.

21 years agoModify the wineconf tags so that the sample config can be included in
Tony Lambregts [Wed, 12 Feb 2003 01:12:18 +0000 (01:12 +0000)] 
Modify the wineconf tags so that the sample config can be included in
the documentation.

21 years agoFix comment in ZfromZproj.
Christian Costa [Wed, 12 Feb 2003 01:11:17 +0000 (01:11 +0000)] 
Fix comment in ZfromZproj.
Fix missing path in lighting code.
Move some OpenGL fog init to the right place.

21 years agoImplemented IDirect3DDevice7_Load.
Christian Costa [Wed, 12 Feb 2003 01:10:03 +0000 (01:10 +0000)] 
Implemented IDirect3DDevice7_Load.

21 years agoPorting fixes.
Steven Edwards [Tue, 11 Feb 2003 22:27:13 +0000 (22:27 +0000)] 
Porting fixes.

21 years agoReorganize IOCTL handling.
Jukka Heinonen [Tue, 11 Feb 2003 22:22:50 +0000 (22:22 +0000)] 
Reorganize IOCTL handling.
Move ASPI hooking to winedos.
Move some miscellaneous functions to winedos.
Remove unnecessary exports from winedos dll.

21 years agoIn PE_fixup_imports report "module file not found" only in case of a
Rein Klazes [Tue, 11 Feb 2003 22:21:24 +0000 (22:21 +0000)] 
In PE_fixup_imports report "module file not found" only in case of a
"file not found" error. Otherwise report failure and error number.

21 years agoFixed undefined operation compiler warning.
Marcus Meissner [Tue, 11 Feb 2003 22:20:24 +0000 (22:20 +0000)] 
Fixed undefined operation compiler warning.

21 years agoAdd locking to VGA_SetWindowStart.
Jukka Heinonen [Tue, 11 Feb 2003 22:19:27 +0000 (22:19 +0000)] 
Add locking to VGA_SetWindowStart.
Move console updates to update thread instead of immediately writing
to console.

21 years agoAdd support for VESA mode information.
Jukka Heinonen [Tue, 11 Feb 2003 22:18:11 +0000 (22:18 +0000)] 
Add support for VESA mode information.
Reorganize controller and state information routines.

21 years agoCompute matrix of first paint when we actually have some items
Dimitrie O. Paun [Tue, 11 Feb 2003 22:17:31 +0000 (22:17 +0000)] 
Compute matrix of first paint when we actually have some items
(problem first spotted & debugged by Duane Clark).

21 years agoAdd missing ListView_SetItemCount declaration.
Dimitrie O. Paun [Tue, 11 Feb 2003 22:15:22 +0000 (22:15 +0000)] 
Add missing ListView_SetItemCount declaration.

21 years agoAdded stub for undocumented 'wglGetDefaultProcAddress' function.
Lionel Ulmer [Tue, 11 Feb 2003 22:13:54 +0000 (22:13 +0000)] 
Added stub for undocumented 'wglGetDefaultProcAddress' function.