reactos.git
20 years agoMerge back commits from WineHQ
Gé van Geldorp [Wed, 28 Jan 2004 21:57:41 +0000 (21:57 +0000)]
Merge back commits from WineHQ

svn path=/trunk/; revision=7906

20 years agoAdded missing .cvsignore files.
Filip Navara [Wed, 28 Jan 2004 21:56:36 +0000 (21:56 +0000)]
Added missing .cvsignore files.

svn path=/trunk/; revision=7905

20 years agoMerge back commits from WineHQ
Gé van Geldorp [Wed, 28 Jan 2004 21:40:09 +0000 (21:40 +0000)]
Merge back commits from WineHQ

svn path=/trunk/; revision=7904

20 years agoMerge back commits from WineHQ
Gé van Geldorp [Wed, 28 Jan 2004 21:27:51 +0000 (21:27 +0000)]
Merge back commits from WineHQ

svn path=/trunk/; revision=7903

20 years agoMinor change to allow linking setupapi.dll.
Filip Navara [Wed, 28 Jan 2004 21:02:07 +0000 (21:02 +0000)]
Minor change to allow linking setupapi.dll.

svn path=/trunk/; revision=7902

20 years agoDetermine number of accelerator table entries in resource from size of
Gé van Geldorp [Wed, 28 Jan 2004 21:00:23 +0000 (21:00 +0000)]
Determine number of accelerator table entries in resource from size of
the resource

svn path=/trunk/; revision=7901

20 years agoRemove ntos.h and roskrnl.h from kernel-mode code.
Eric Kohl [Wed, 28 Jan 2004 20:55:50 +0000 (20:55 +0000)]
Remove ntos.h and roskrnl.h from kernel-mode code.

svn path=/trunk/; revision=7900

20 years agoInform kernel whether Unicode or Ansi window proc is preferred
Gé van Geldorp [Wed, 28 Jan 2004 20:54:30 +0000 (20:54 +0000)]
Inform kernel whether Unicode or Ansi window proc is preferred

svn path=/trunk/; revision=7899

20 years agoDon't wait for GUI processes to finish
Gé van Geldorp [Wed, 28 Jan 2004 20:52:57 +0000 (20:52 +0000)]
Don't wait for GUI processes to finish

svn path=/trunk/; revision=7898

20 years agomerged back commited WINE patches: \n for TRACE messages
Martin Fuchs [Wed, 28 Jan 2004 20:10:59 +0000 (20:10 +0000)]
merged back commited WINE patches: \n for TRACE messages

svn path=/trunk/; revision=7897

20 years agomerged back commited WINE patches
Martin Fuchs [Wed, 28 Jan 2004 20:10:01 +0000 (20:10 +0000)]
merged back commited WINE patches

svn path=/trunk/; revision=7896

20 years agoFixed base addresses and exports.
Filip Navara [Wed, 28 Jan 2004 19:34:45 +0000 (19:34 +0000)]
Fixed base addresses and exports.

svn path=/trunk/; revision=7895

20 years agoPatch by Michael Fritscher
Gé van Geldorp [Wed, 28 Jan 2004 17:47:27 +0000 (17:47 +0000)]
Patch by Michael Fritscher
Fix /p when screen buffer is larger than output window

svn path=/trunk/; revision=7894

20 years agostrncpy does add NUL bytes to fill dest buffer completely,
Gé van Geldorp [Wed, 28 Jan 2004 08:51:09 +0000 (08:51 +0000)]
strncpy does add NUL bytes to fill dest buffer completely,
however lstrcpyn does not.

svn path=/trunk/; revision=7893

20 years agoDon't depend on wine user32 internals
Gé van Geldorp [Tue, 27 Jan 2004 21:54:03 +0000 (21:54 +0000)]
Don't depend on wine user32 internals

svn path=/trunk/; revision=7892

20 years agoDon't write more nul bytes than necessary
Gé van Geldorp [Tue, 27 Jan 2004 21:43:47 +0000 (21:43 +0000)]
Don't write more nul bytes than necessary

svn path=/trunk/; revision=7891

20 years ago- Fixed some problems which occurs if a read only segment is
Hartmut Birr [Tue, 27 Jan 2004 20:13:08 +0000 (20:13 +0000)]
- Fixed some problems which occurs if a read only segment is
  changed to write and back to read only and if such a segment
  (or a page from such a segment) is paged out and reloaded again.

svn path=/trunk/; revision=7890

20 years agoFix cross-thread WM_SETTEXT messages
Gé van Geldorp [Tue, 27 Jan 2004 13:21:35 +0000 (13:21 +0000)]
Fix cross-thread WM_SETTEXT messages

svn path=/trunk/; revision=7889

20 years agoactivate modal dialog when clicking on a disabled window
Thomas Bluemel [Tue, 27 Jan 2004 11:52:37 +0000 (11:52 +0000)]
activate modal dialog when clicking on a disabled window

svn path=/trunk/; revision=7888

20 years agorelease window object when destroying window children and skip only children that...
Thomas Bluemel [Tue, 27 Jan 2004 09:36:14 +0000 (09:36 +0000)]
release window object when destroying window children and skip only children that have a different parent window (instead of owner window because controls do not have a window owner)

svn path=/trunk/; revision=7887

20 years agodon't activate disabled windows
Thomas Bluemel [Tue, 27 Jan 2004 08:49:58 +0000 (08:49 +0000)]
don't activate disabled windows

svn path=/trunk/; revision=7886

20 years agoGetAncestor() doesn't set a last-error if the handle passed is the desktop window...
Thomas Bluemel [Tue, 27 Jan 2004 08:29:28 +0000 (08:29 +0000)]
GetAncestor() doesn't set a last-error if the handle passed is the desktop window, it just returns NULL

svn path=/trunk/; revision=7885

20 years agoRelease mutex on error exit
Gé van Geldorp [Mon, 26 Jan 2004 23:29:23 +0000 (23:29 +0000)]
Release mutex on error exit

svn path=/trunk/; revision=7884

20 years agoimplemented multiline menu bars
Thomas Bluemel [Mon, 26 Jan 2004 23:22:48 +0000 (23:22 +0000)]
implemented multiline menu bars

svn path=/trunk/; revision=7883

20 years agoReadd some resource, because they're actually used!
Filip Navara [Mon, 26 Jan 2004 20:36:41 +0000 (20:36 +0000)]
Readd some resource, because they're actually used!

svn path=/trunk/; revision=7882

20 years ago1. implemented MenuItemFromPoint()
Thomas Bluemel [Mon, 26 Jan 2004 12:46:16 +0000 (12:46 +0000)]
1. implemented MenuItemFromPoint()
2. fixed hittest-code so it returns HTMENU properly

svn path=/trunk/; revision=7881

20 years agoset menuitem rects after measuring the size
Thomas Bluemel [Mon, 26 Jan 2004 10:09:04 +0000 (10:09 +0000)]
set menuitem rects after measuring the size

svn path=/trunk/; revision=7880

20 years agofixed close button
Thomas Bluemel [Mon, 26 Jan 2004 09:32:17 +0000 (09:32 +0000)]
fixed close button

svn path=/trunk/; revision=7879

20 years agogave NtUserCall*Param decent names
Thomas Bluemel [Mon, 26 Jan 2004 08:44:51 +0000 (08:44 +0000)]
gave NtUserCall*Param decent names

svn path=/trunk/; revision=7878

20 years agoAdd __REACTOS__ define
Gé van Geldorp [Sun, 25 Jan 2004 18:42:49 +0000 (18:42 +0000)]
Add __REACTOS__ define

svn path=/trunk/; revision=7877

20 years agoMore work on software mouse pointer implementation.
Filip Navara [Sun, 25 Jan 2004 16:47:10 +0000 (16:47 +0000)]
More work on software mouse pointer implementation.

svn path=/trunk/; revision=7876

20 years agomore housekeeping
Richard Campbell [Sun, 25 Jan 2004 13:09:34 +0000 (13:09 +0000)]
more housekeeping

svn path=/trunk/; revision=7875

20 years agohousekeeping
Richard Campbell [Sun, 25 Jan 2004 13:06:55 +0000 (13:06 +0000)]
housekeeping

svn path=/trunk/; revision=7874

20 years agofixed Doxygen Generation
Martin Fuchs [Sun, 25 Jan 2004 11:55:59 +0000 (11:55 +0000)]
fixed Doxygen Generation

svn path=/trunk/; revision=7873

20 years ago*** empty log message ***
Jason Filby [Sun, 25 Jan 2004 09:57:15 +0000 (09:57 +0000)]
*** empty log message ***

svn path=/trunk/; revision=7872

20 years agoMinor fix.
Filip Navara [Sun, 25 Jan 2004 08:32:51 +0000 (08:32 +0000)]
Minor fix.

svn path=/trunk/; revision=7871

20 years agoFixed binary search algroithm in LdrGetExportByOrdinal - numbers can reach negative...
Filip Navara [Sun, 25 Jan 2004 08:32:49 +0000 (08:32 +0000)]
Fixed binary search algroithm in LdrGetExportByOrdinal - numbers can reach negative values.

svn path=/trunk/; revision=7870

20 years agoWork on ioctlsocket and WSAIoctl.
Filip Navara [Sun, 25 Jan 2004 08:32:44 +0000 (08:32 +0000)]
Work on ioctlsocket and WSAIoctl.

svn path=/trunk/; revision=7869

20 years agoActually the last entry in export table is NumberOfNames - 1 and not NumberOfNames.
Filip Navara [Sat, 24 Jan 2004 23:44:26 +0000 (23:44 +0000)]
Actually the last entry in export table is NumberOfNames - 1 and not NumberOfNames.

svn path=/trunk/; revision=7868

20 years agoresolve some FIXMEs by translating new text strings; provided by Paulo [<correasilva...
Martin Fuchs [Sat, 24 Jan 2004 23:00:51 +0000 (23:00 +0000)]
resolve some FIXMEs by translating new text strings; provided by Paulo [<correasilva@tugamail.com>]

svn path=/trunk/; revision=7867

20 years agoMoved the generic mouse pointer implementation to win32k (not complete yet).
Filip Navara [Sat, 24 Jan 2004 19:47:05 +0000 (19:47 +0000)]
Moved the generic mouse pointer implementation to win32k (not complete yet).

svn path=/trunk/; revision=7865

20 years agoWork on mouse pointer implementation.
Filip Navara [Sat, 24 Jan 2004 17:42:56 +0000 (17:42 +0000)]
Work on mouse pointer implementation.

svn path=/trunk/; revision=7864

20 years agoStarted porting Setupapi.dll from WINE to ReactOS.
Steven Edwards [Sat, 24 Jan 2004 15:39:47 +0000 (15:39 +0000)]
Started porting Setupapi.dll from WINE to ReactOS.

svn path=/trunk/; revision=7863

20 years agodde_connect(): set error code ERROR_DDE_FAIL when encountering DDE connection problems
Martin Fuchs [Sat, 24 Jan 2004 12:20:17 +0000 (12:20 +0000)]
dde_connect(): set error code ERROR_DDE_FAIL when encountering DDE connection problems

svn path=/trunk/; revision=7862

20 years ago- basic registration of .url and .scf file types
Martin Fuchs [Sat, 24 Jan 2004 12:08:08 +0000 (12:08 +0000)]
- basic registration of .url and .scf file types
- fix for .txt file type (REG_EXPAND_SZ)

svn path=/trunk/; revision=7861

20 years agoFix RtlStringFromGUID.
Filip Navara [Sat, 24 Jan 2004 11:59:04 +0000 (11:59 +0000)]
Fix RtlStringFromGUID.

svn path=/trunk/; revision=7860

20 years agoFix debug message.
Filip Navara [Sat, 24 Jan 2004 11:59:00 +0000 (11:59 +0000)]
Fix debug message.

svn path=/trunk/; revision=7859

20 years ago- use PostMessage(WM_SYSCOMMAND) instead of ShowWindowAsync(SW_MINIMIZE) to minimize...
Martin Fuchs [Sat, 24 Jan 2004 10:12:40 +0000 (10:12 +0000)]
- use PostMessage(WM_SYSCOMMAND) instead of ShowWindowAsync(SW_MINIMIZE) to minimize application windows when clicking on the taskbar
  -> for example mIRC needs this to "minimize to the tray"
- fix determination of the last foreground window

svn path=/trunk/; revision=7858

20 years agoCleanup: Replace WINBOOL by BOOL
Eric Kohl [Sat, 24 Jan 2004 08:41:03 +0000 (08:41 +0000)]
Cleanup: Replace WINBOOL by BOOL

svn path=/trunk/; revision=7857

20 years agoCleanup: Replace WINBOOL by BOOL
Eric Kohl [Sat, 24 Jan 2004 08:27:40 +0000 (08:27 +0000)]
Cleanup: Replace WINBOOL by BOOL

svn path=/trunk/; revision=7856

20 years agoCleanup: Replace WINBOOL by BOOL
Eric Kohl [Fri, 23 Jan 2004 23:38:26 +0000 (23:38 +0000)]
Cleanup: Replace WINBOOL by BOOL

svn path=/trunk/; revision=7855

20 years agoCleanup: Replace WINBOOL by BOOL
Eric Kohl [Fri, 23 Jan 2004 23:30:23 +0000 (23:30 +0000)]
Cleanup: Replace WINBOOL by BOOL

svn path=/trunk/; revision=7854

20 years agomerged back commited WINE patches
Martin Fuchs [Fri, 23 Jan 2004 21:44:15 +0000 (21:44 +0000)]
merged back commited WINE patches

svn path=/trunk/; revision=7853

20 years agoMove kernel32-internal declarations from global include directory to local one.
Eric Kohl [Fri, 23 Jan 2004 21:18:27 +0000 (21:18 +0000)]
Move kernel32-internal declarations from global include directory to local one.

svn path=/trunk/; revision=7852

20 years agoMove kernekl32-internal declarations from global include directory to local one.
Eric Kohl [Fri, 23 Jan 2004 21:16:04 +0000 (21:16 +0000)]
Move kernekl32-internal declarations from global include directory to local one.

svn path=/trunk/; revision=7851

20 years agobugfix to correctly display notification icons of some applications
Martin Fuchs [Fri, 23 Jan 2004 20:52:18 +0000 (20:52 +0000)]
bugfix to correctly display notification icons of some applications

svn path=/trunk/; revision=7850

20 years agoAdd missing header.
Eric Kohl [Fri, 23 Jan 2004 20:11:24 +0000 (20:11 +0000)]
Add missing header.

svn path=/trunk/; revision=7849

20 years agoGet rid of useless prototypes.
Eric Kohl [Fri, 23 Jan 2004 20:02:09 +0000 (20:02 +0000)]
Get rid of useless prototypes.

svn path=/trunk/; revision=7848

20 years agoNtdll implements the user heaps. Don't try to handle this yourself.
Eric Kohl [Fri, 23 Jan 2004 19:59:15 +0000 (19:59 +0000)]
Ntdll implements the user heaps. Don't try to handle this yourself.

svn path=/trunk/; revision=7847

20 years agoForgot to commit this file last time.
Filip Navara [Fri, 23 Jan 2004 19:49:07 +0000 (19:49 +0000)]
Forgot to commit this file last time.

svn path=/trunk/; revision=7846

20 years agoPatch by Matthew Brace <ismarc@austin.rr.com>
Filip Navara [Fri, 23 Jan 2004 18:00:53 +0000 (18:00 +0000)]
Patch by Matthew Brace <ismarc@austin.rr.com>
- Implementation of RtlStringFromGUID, IoOpenDeviceInterfaceRegistryKey and IoGetDeviceInterfaceAlias.

svn path=/trunk/; revision=7845

20 years agoCleanup: Replace WINBOOL by BOOL
Eric Kohl [Fri, 23 Jan 2004 17:18:16 +0000 (17:18 +0000)]
Cleanup: Replace WINBOOL by BOOL

svn path=/trunk/; revision=7844

20 years agoRemove the empty strings to get the compilation working again with newer windres...
Filip Navara [Fri, 23 Jan 2004 16:56:44 +0000 (16:56 +0000)]
Remove the empty strings to get the compilation working again with newer windres versions.

svn path=/trunk/; revision=7843

20 years agoFixed compiling (Buffer -> buffer).
Filip Navara [Fri, 23 Jan 2004 16:51:41 +0000 (16:51 +0000)]
Fixed compiling (Buffer -> buffer).

svn path=/trunk/; revision=7842

20 years agoCleanup: Replace WINBOOL by BOOL
Eric Kohl [Fri, 23 Jan 2004 16:37:11 +0000 (16:37 +0000)]
Cleanup: Replace WINBOOL by BOOL

svn path=/trunk/; revision=7841

20 years agoSync to Wine-20040121-plus-LARGE_INTEGER-patch
Gé van Geldorp [Fri, 23 Jan 2004 14:31:36 +0000 (14:31 +0000)]
Sync to Wine-20040121-plus-LARGE_INTEGER-patch

svn path=/trunk/; revision=7839

20 years agoImplement basic administrator account creation and logon.
Eric Kohl [Fri, 23 Jan 2004 10:47:22 +0000 (10:47 +0000)]
Implement basic administrator account creation and logon.
This is neither safe nor NT-compatible.

svn path=/trunk/; revision=7838

20 years agoCreate the user-specific registry hive.
Eric Kohl [Fri, 23 Jan 2004 10:39:22 +0000 (10:39 +0000)]
Create the user-specific registry hive.

svn path=/trunk/; revision=7837

20 years agoNtOpenKey() should return a better status value if the desired key does not exist.
Eric Kohl [Fri, 23 Jan 2004 10:37:17 +0000 (10:37 +0000)]
NtOpenKey() should return a better status value if the desired key does not exist.

svn path=/trunk/; revision=7836

20 years agoImplement basic administrator account creation and logon.
Eric Kohl [Fri, 23 Jan 2004 10:35:52 +0000 (10:35 +0000)]
Implement basic administrator account creation and logon.
This is neither safe nor NT-compatible.

svn path=/trunk/; revision=7835

20 years agoImplement basic administrator account creation and logon.
Eric Kohl [Fri, 23 Jan 2004 10:33:21 +0000 (10:33 +0000)]
Implement basic administrator account creation and logon.
This is either safe nor NT-compatible.

svn path=/trunk/; revision=7834

20 years agoAdded stubbed mpr.dll in an attempt to get mirc 6.12 to load.
Richard Campbell [Fri, 23 Jan 2004 01:40:28 +0000 (01:40 +0000)]
Added stubbed mpr.dll in an attempt to get mirc 6.12 to load.

svn path=/trunk/; revision=7833

20 years agow32api declares some shlwapi.h functions as documented in MSDN,
Gé van Geldorp [Thu, 22 Jan 2004 23:52:53 +0000 (23:52 +0000)]
w32api declares some shlwapi.h functions as documented in MSDN,
unfortunately the actual declaration in the PSDK is different. Since the
PSDK is our gold standard adjust our declarations to those in the PSDK.

svn path=/trunk/; revision=7832

20 years agoDo not make NtSecureConnectPort fail: for now direct the call to NtConnectPort.
Emanuele Aliberti [Thu, 22 Jan 2004 21:56:48 +0000 (21:56 +0000)]
Do not make NtSecureConnectPort fail: for now direct the call to NtConnectPort.

svn path=/trunk/; revision=7831

20 years ago- Use English resources when no default locale is specified (Temporary fix).
Filip Navara [Thu, 22 Jan 2004 20:47:08 +0000 (20:47 +0000)]
- Use English resources when no default locale is specified (Temporary fix).
- Added registry entry for the per user local setting.

svn path=/trunk/; revision=7830

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 20:35:25 +0000 (20:35 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7828

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 20:12:04 +0000 (20:12 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7827

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 18:52:01 +0000 (18:52 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7826

20 years agoSync with Wine-20040121
Gé van Geldorp [Thu, 22 Jan 2004 18:45:19 +0000 (18:45 +0000)]
Sync with Wine-20040121

svn path=/trunk/; revision=7825

20 years agoBetter fix for DPA heap problem
Gé van Geldorp [Thu, 22 Jan 2004 16:02:56 +0000 (16:02 +0000)]
Better fix for DPA heap problem

svn path=/trunk/; revision=7824

20 years agoCheck returned status codes.
Eric Kohl [Thu, 22 Jan 2004 13:18:10 +0000 (13:18 +0000)]
Check returned status codes.

svn path=/trunk/; revision=7823

20 years agofix stupid bug
Gunnar Dalsnes [Thu, 22 Jan 2004 12:39:01 +0000 (12:39 +0000)]
fix stupid bug

svn path=/trunk/; revision=7822

20 years agomerged in commited shell32 WINE patch
Martin Fuchs [Thu, 22 Jan 2004 09:20:41 +0000 (09:20 +0000)]
merged in commited shell32 WINE patch

svn path=/trunk/; revision=7821

20 years agoifndef _ROS_
Richard Campbell [Thu, 22 Jan 2004 01:38:43 +0000 (01:38 +0000)]
ifndef _ROS_

svn path=/trunk/; revision=7820

20 years agoSilenced a debug message.
Eric Kohl [Wed, 21 Jan 2004 23:20:46 +0000 (23:20 +0000)]
Silenced a debug message.

svn path=/trunk/; revision=7819

20 years agomerged back commit shell32 WINE patches
Martin Fuchs [Wed, 21 Jan 2004 23:01:35 +0000 (23:01 +0000)]
merged back commit shell32 WINE patches

svn path=/trunk/; revision=7818

20 years agoreturn 'My Compuer' PIDL for Desktop->ParseDisplayName()
Martin Fuchs [Wed, 21 Jan 2004 20:49:13 +0000 (20:49 +0000)]
return 'My Compuer' PIDL for Desktop->ParseDisplayName()

svn path=/trunk/; revision=7817

20 years agoImplemented GetUserDefaultLangID and GetUserDefaultLCID.Fixes bug #108.
Filip Navara [Wed, 21 Jan 2004 20:37:00 +0000 (20:37 +0000)]
Implemented GetUserDefaultLangID and GetUserDefaultLCID.Fixes bug #108.

svn path=/trunk/; revision=7816

20 years agoRe-add Doxyfile which was deleted by mistake
Gé van Geldorp [Wed, 21 Jan 2004 19:32:38 +0000 (19:32 +0000)]
Re-add Doxyfile which was deleted by mistake

svn path=/trunk/; revision=7815

20 years agoUpdate to FreeType 2.1.5
Gé van Geldorp [Wed, 21 Jan 2004 19:23:49 +0000 (19:23 +0000)]
Update to FreeType 2.1.5

svn path=/trunk/; revision=7814

20 years ago2004-01-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Wed, 21 Jan 2004 19:08:51 +0000 (19:08 +0000)]
2004-01-21  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* apistatus.lst: Rename tdi.dll to tdi.sys.

svn path=/trunk/; revision=7813

20 years agoMinor fix in GlobalMemoryStatus to get some applications happy.
Filip Navara [Wed, 21 Jan 2004 18:57:21 +0000 (18:57 +0000)]
Minor fix in GlobalMemoryStatus to get some applications happy.

svn path=/trunk/; revision=7812

20 years agoFix bug #129. Unfortunetly this causes another bug to appear (that is not caused...
Filip Navara [Wed, 21 Jan 2004 18:39:24 +0000 (18:39 +0000)]
Fix bug #129. Unfortunetly this causes another bug to appear (that is not caused by this patch hopefully).

svn path=/trunk/; revision=7811

20 years agondis.dll -> ndis.sys (fix bug #160)
Filip Navara [Wed, 21 Jan 2004 18:38:54 +0000 (18:38 +0000)]
ndis.dll -> ndis.sys (fix bug #160)

svn path=/trunk/; revision=7810

20 years agoFix bug #166 ('FileDialog returns empty string or error in run from the start menu').
Filip Navara [Wed, 21 Jan 2004 18:38:53 +0000 (18:38 +0000)]
Fix bug #166 ('FileDialog returns empty string or error in run from the start menu').

svn path=/trunk/; revision=7809

20 years ago- Don't mix device and logical coordinates in NtUserBeginPaint.
Filip Navara [Wed, 21 Jan 2004 17:23:55 +0000 (17:23 +0000)]
- Don't mix device and logical coordinates in NtUserBeginPaint.
- Use BF_FLAT style for DrawEdge when drawing WS_EX_STATICEDGE border.

svn path=/trunk/; revision=7807

20 years agoAnother rewrite of the mouse detection code by Logan_V8_TT with minor changes by...
Filip Navara [Wed, 21 Jan 2004 15:25:01 +0000 (15:25 +0000)]
Another rewrite of the mouse detection code by Logan_V8_TT with minor changes by me to get it really working with my mouse. This version should solve the problem where the mouse wasn't moving and also the conflicts with serial port debugging.

svn path=/trunk/; revision=7806

20 years agoChange location of videoprt.sys.
Eric Kohl [Wed, 21 Jan 2004 12:19:47 +0000 (12:19 +0000)]
Change location of videoprt.sys.

svn path=/trunk/; revision=7805

20 years agoAdd taskmgr to distributed apps
Gé van Geldorp [Wed, 21 Jan 2004 08:05:06 +0000 (08:05 +0000)]
Add taskmgr to distributed apps

svn path=/trunk/; revision=7804

20 years agouse #ifdef _ROS_ for latest drawing workaround
Martin Fuchs [Wed, 21 Jan 2004 08:02:51 +0000 (08:02 +0000)]
use #ifdef _ROS_ for latest drawing workaround

svn path=/trunk/; revision=7803