Eric Kohl
14f750504e
Distinguish between ini-files and inf/sif-files. Patch by Hartmut Birr.
...
svn path=/trunk/; revision=4083
2003-01-30 17:37:13 +00:00
Eric Kohl
6002d83db8
- Added error messages
...
- Added support for multiple installations
Please wait until the Disk-LED stopps flashing or your installation will be corrupted. :-/
svn path=/trunk/; revision=4081
2003-01-30 14:41:45 +00:00
Eric Kohl
4263b27dfb
Added bootsector installation and boot.ini manipulation.
...
svn path=/trunk/; revision=4078
2003-01-28 17:29:22 +00:00
Eugene Ingerman
2e3e5c7bd3
Implemented a couple of stubbed functions. Added several pointer checks.
...
svn path=/trunk/; revision=4074
2003-01-25 23:09:40 +00:00
Eugene Ingerman
9715d6594d
Minor changes to palette code.
...
svn path=/trunk/; revision=4072
2003-01-25 23:01:24 +00:00
Eugene Ingerman
2f26431f71
Fixed: locking GDI objects twice when running wm_paint test.
...
svn path=/trunk/; revision=4062
2003-01-24 23:25:34 +00:00
Jason Filby
4b0f9d9631
Scrollbar improvements
...
svn path=/trunk/; revision=4061
2003-01-24 22:42:15 +00:00
Eugene Ingerman
9a5403580f
Fixed a shameful bug. Color translation should work now.
...
svn path=/trunk/; revision=4056
2003-01-24 09:11:03 +00:00
Gé van Geldorp
fe5caa6437
Retrieve startup shell from registry
...
svn path=/trunk/; revision=4055
2003-01-23 00:16:47 +00:00
Eugene Ingerman
15128f6053
Removed debug output.
...
svn path=/trunk/; revision=4042
2003-01-19 01:07:46 +00:00
Eugene Ingerman
a26dfde014
Made GDI object locking exclusive. Added functions for locking multiple objects. Added comments.
...
svn path=/trunk/; revision=4037
2003-01-19 01:01:21 +00:00
Eugene Ingerman
898f490858
Some cleanup.
...
svn path=/trunk/; revision=4036
2003-01-19 01:01:00 +00:00
Eugene Ingerman
58c9054f3f
Made GDI object locking exclusive. Added functions for locking multiple objects.
...
svn path=/trunk/; revision=4035
2003-01-18 20:53:57 +00:00
Eugene Ingerman
736ff1ac84
Fixed functions where GDI objects were locked but not released.
...
svn path=/trunk/; revision=4034
2003-01-18 20:47:32 +00:00
Eugene Ingerman
b8049283dc
Don't compute absolute values after squaring.
...
svn path=/trunk/; revision=4033
2003-01-18 20:44:34 +00:00
Eric Kohl
5dc512f7c3
Prepared bootloader installation.
...
svn path=/trunk/; revision=4022
2003-01-17 13:18:15 +00:00
Hartmut Birr
594558c6e2
Fixed the corrupted screen after a console switching with ALT+TAB.
...
svn path=/trunk/; revision=3998
2003-01-15 00:36:10 +00:00
Robert Dickenson
329c896e1f
Updates to the VDM support. Improvemnts to the new wine-debug-channels supprt.
...
svn path=/trunk/; revision=3991
2003-01-12 01:54:40 +00:00
Hartmut Birr
6dac0c12b1
Reduced the size of the copy buffer.
...
svn path=/trunk/; revision=3988
2003-01-11 16:03:55 +00:00
Hartmut Birr
543fd98805
Used a hash table for storing/searching of process data pointers.
...
Unmap the connected view in CsrFreeProcessData.
Set the correct reply status in CsrCreateProcess.
svn path=/trunk/; revision=3980
2003-01-11 15:51:48 +00:00
Robert Dickenson
839ce7a195
Changed from target type 'program' to 'proglib' and exported CsrServerInitialization for OS/2 subsystem linkage.
...
svn path=/trunk/; revision=3952
2003-01-07 17:37:22 +00:00
Robert Dickenson
176e744766
Trivial update to trace message plus the usual housekeeping...
...
svn path=/trunk/; revision=3943
2003-01-05 19:18:44 +00:00
Robert Dickenson
70544cdae0
First draft of a ScmNamedPipeListenerThread implementation.
...
Some debug noise from winlogon and as always edited an ignore file.
svn path=/trunk/; revision=3898
2002-12-27 13:54:28 +00:00
Jason Filby
2f3111335f
Oops! Commented out offending line
...
svn path=/trunk/; revision=3886
2002-12-22 10:50:04 +00:00
Jason Filby
69ccaa8434
Scrollbar improvements
...
svn path=/trunk/; revision=3885
2002-12-21 19:25:41 +00:00
Eric Kohl
1a57936f09
Added progress bar to file copy page.
...
svn path=/trunk/; revision=3828
2002-12-06 21:39:04 +00:00
Eric Kohl
5f25774f6e
Added driver name to the partition list
...
svn path=/trunk/; revision=3806
2002-11-28 19:20:38 +00:00
Eric Kohl
5f973ce0cf
Use a 'secret' registry value to tell ntoskrnl where to create the registry hives.
...
svn path=/trunk/; revision=3795
2002-11-26 15:33:06 +00:00
Jason Filby
dfc58357af
Fixes
...
svn path=/trunk/; revision=3787
2002-11-24 20:18:35 +00:00
Jason Filby
683e4a3c99
Initial scrollbar code
...
svn path=/trunk/; revision=3786
2002-11-24 20:15:37 +00:00
Eric Kohl
e6d113445e
Added some more files to the boot cd.
...
Implemented file copy queue.
svn path=/trunk/; revision=3774
2002-11-23 01:55:27 +00:00
Robert Dickenson
bcccc0197d
Relative include path fixed to absolute path.
...
svn path=/trunk/; revision=3763
2002-11-17 04:00:33 +00:00
Eric Kohl
58cbfb764a
* Added ini file suport (Thanks to Royce Mitchell!)
...
* Improved the partition list.
* Use information from txtsetup.sif to create directories.
* Added basic error handling.
svn path=/trunk/; revision=3753
2002-11-13 18:25:18 +00:00
Marty Dill
49c384301b
Implemented ReadConsoleOutputA() and WriteConsoleInputA().
...
svn path=/trunk/; revision=3746
2002-11-12 00:48:26 +00:00
Casper Hornstrup
d8acda7c3e
2002-11-10 Casper S. Hornstrup <[email protected] >
...
* include/defines.h: Fix warnings when bulding with gcc 3.3.
* include/ddk/status.h: Ditto.
* include/freetype/internal/ftdebug.h: Ditto.
* include/net/ndis.h: Ditto.
* lib/msafd/misc/helpers.c: Ditto.
* lib/user32/windows/defwnd.c: Ditto.
* lib/user32/windows/window.c: Ditto.
* ntoskrnl/cm/ntfunc.c: Ditto.
* ntoskrnl/cm/regfile.c: Ditto.
* ntoskrnl/cm/regobj.c: Ditto.
* ntoskrnl/dbg/errinfo.c: Ditto.
* ntoskrnl/ex/hashtab.c: Ditto.
* ntoskrnl/include/internal/mm.h: Ditto.
* ntoskrnl/io/irp.c: Ditto.
* ntoskrnl/kd/gdbstub.c: Ditto.
* ntoskrnl/ke/queue.c: Ditto.
* ntoskrnl/ke/sem.c: Ditto.
* ntoskrnl/ldr/resource.c: Ditto.
* ntoskrnl/mm/balance.c: Ditto.
* ntoskrnl/mm/freelist.c: Ditto.
* ntoskrnl/mm/mdl.c: Ditto.
* ntoskrnl/mm/npool.c: Ditto.
* ntoskrnl/mm/section.c: Ditto.
* ntoskrnl/rtl/error.c: Ditto.
* ntoskrnl/rtl/mem.c: Ditto.
* ntoskrnl/rtl/string.c: Ditto.
* ntoskrnl/rtl/time.c: Ditto.
* ntoskrnl/rtl/unicode.c: Ditto.
* ntoskrnl/rtl/wstring.c: Ditto.
* ntoskrnl/rtl/i386/exception.c: Ditto.
* subsys/win32k/freetype/src/base/ftinit.c: Ditto.
svn path=/trunk/; revision=3738
2002-11-10 18:17:43 +00:00
Casper Hornstrup
1d57b8f66d
2002-11-03 Casper S. Hornstrup <[email protected] >
...
* apps/tests/lpc/lpcclt.c: Change LPC_MESSAGE_HEADER to LPC_MESSAGE.
* include/csrss/csrss.h: Ditto.
* include/lsass/lsass.h: Ditto.
* include/napi/dbg.h: Ditto.
* include/napi/lpc.h: Ditto.
* lib/kernel32/misc/console.c: Ditto.
* lib/ntdll/csr/lpc.c: Ditto.
* lib/ntdll/dbg/debug.c: Ditto.
* lib/secur32/lsa.c: Ditto.
* ntoskrnl/dbg/user.c: Ditto.
* ntoskrnl/include/internal/port.h: Ditto.
* ntoskrnl/lpc/connect.c: Ditto.
* ntoskrnl/lpc/reply.c: Ditto.
* ntoskrnl/ps/process.c: Ditto.
* subsys/csrss/api/conio.c: Ditto.
* subsys/csrss/api/process.c: Ditto.
* subsys/csrss/api/user.c: Ditto.
svn path=/trunk/; revision=3692
2002-11-03 20:01:07 +00:00
Eric Kohl
614f689b29
Display drive letters in partition list.
...
svn path=/trunk/; revision=3691
2002-11-02 23:17:06 +00:00
David Welch
cb8ac201ad
Don't crash when a mouse message doesn't fall inside a window.
...
svn path=/trunk/; revision=3687
2002-11-01 11:29:58 +00:00
Eric Kohl
ad6fb31ad3
Fixed warnings.
...
svn path=/trunk/; revision=3681
2002-10-31 01:50:00 +00:00
David Welch
ae67380311
Implemented mouse messages.
...
svn path=/trunk/; revision=3679
2002-10-31 00:03:31 +00:00
Eric Kohl
92bb09bd8d
Various improvements and hardcoded directory creation.
...
svn path=/trunk/; revision=3675
2002-10-29 18:40:02 +00:00
Marty Dill
da8792228d
Implemented PeekConsoleInputA().
...
svn path=/trunk/; revision=3672
2002-10-29 03:49:32 +00:00
Robert Dickenson
f0cbb2db03
Found the problem, local copy of win32k.c required here but not in repository?
...
svn path=/trunk/; revision=3669
2002-10-28 15:27:01 +00:00
Robert Dickenson
859479e295
Revert one of the makefile changes.
...
Linking with TARGET_SDKLIBS = win32k.a proved to be a very bad idea!
Something is wrong with building csrss, what happened to subsys/csrss/win32k.c ???
svn path=/trunk/; revision=3667
2002-10-28 15:19:09 +00:00
Robert Dickenson
fbbe455d39
Added some exports required by csrss to get things building again.
...
svn path=/trunk/; revision=3664
2002-10-28 15:03:18 +00:00
Robert Dickenson
4c028e84ab
Updated with fix for missing win32k.lib imports
...
svn path=/trunk/; revision=3663
2002-10-28 15:02:18 +00:00
Robert Dickenson
572227dc48
Starting something for VDM support.
...
svn path=/trunk/; revision=3662
2002-10-28 13:59:59 +00:00
Casper Hornstrup
9e54d1d8d3
2002-10-26 Casper S. Hornstrup <[email protected] >
...
* include/ddk/zw.h (NtProcessStartup): Use standard calling convention.
* subsys/csrss/csrss.c (NtProcessStartup): Ditto.
* subsys/smss/smss.c (NtProcessStartup): Ditto.
* subsys/system/autochk/autochk.c (NtProcessStartup): Ditto.
* subsys/system/usetup/usetup.c (NtProcessStartup): Ditto.
svn path=/trunk/; revision=3655
2002-10-25 22:08:21 +00:00
Eric Kohl
bb4e509794
Implemented [Get/Set]ProcessShutdownParameters().
...
svn path=/trunk/; revision=3645
2002-10-20 16:40:12 +00:00
Eric Kohl
31789101ee
Implemented RegisterServicesProcess() and ExitWindowsEx() partially.
...
svn path=/trunk/; revision=3644
2002-10-20 14:54:34 +00:00