Martin Fuchs
6bea768ef7
some little german translation fixes
...
svn path=/trunk/; revision=19204
2005-11-13 09:05:28 +00:00
Alex Ionescu
e339e62f5a
- Unconditionally support XBOX in Freeldr.
...
svn path=/trunk/; revision=19203
2005-11-13 08:34:24 +00:00
Filip Navara
0cd1d327a2
Fix the clipping checks in TuiFillArea.
...
svn path=/trunk/; revision=19202
2005-11-13 08:24:15 +00:00
Gé van Geldorp
7e9d2d769e
Spelling fixes. Thanks to Royce for pointing them out.
...
svn path=/trunk/; revision=19200
2005-11-13 08:19:54 +00:00
Steven Edwards
db470c2cf8
add information for the Windows Installer Service. This allows Office2000 and OfficeXP setup to get slightly further
...
svn path=/trunk/; revision=19198
2005-11-13 07:41:32 +00:00
James Tabor
2a752cf4a1
Fix unix paths.
...
svn path=/trunk/; revision=19197
2005-11-13 06:57:29 +00:00
Alex Ionescu
d451a511e9
- Add new configuration option "SARCH" to define the sub-architecture. Examples include i386-xbox, ppc-be/le (little/bigendian), or any other sub-types of the specified ARCH.
...
- Use SARCH option to isolate XBOX architecture code in freeldr.
- Only build rs232.c if DEBUG is on, because the code is only used in DEBUG mode.
svn path=/trunk/; revision=19196
2005-11-13 06:34:51 +00:00
Alex Ionescu
2ecabb093f
- Remove duplicate PCH entry, it'll inherit freeldr's.
...
svn path=/trunk/; revision=19195
2005-11-13 06:13:20 +00:00
Alex Ionescu
543d63dcc0
- Fix a bug in printf.
...
svn path=/trunk/; revision=19194
2005-11-13 06:11:38 +00:00
Alex Ionescu
91bc76c72e
- Fix setupldr. Thanks to Steven.
...
svn path=/trunk/; revision=19193
2005-11-13 06:09:37 +00:00
Alex Ionescu
df5138e0a0
- Remove duplicated code in "rtl" and use libstring and librtl instead (their code is safe for freeldr).
...
- Fix a PCH bug.
svn path=/trunk/; revision=19192
2005-11-13 06:05:06 +00:00
Alex Ionescu
2e2179a2fe
- Remove some header duplication.
...
svn path=/trunk/; revision=19191
2005-11-13 05:17:17 +00:00
Alex Ionescu
527ce70dc2
- PCHify freeldr and cleanup some headers (just a start).
...
Freeldr now compiles about 2-4 times faster.
svn path=/trunk/; revision=19190
2005-11-13 04:50:55 +00:00
Steven Edwards
2fda11708c
Pablo Borobia - Spanish Translation
...
svn path=/trunk/; revision=19189
2005-11-13 04:34:41 +00:00
Steven Edwards
358d2bb5e2
propset svn:eol-style 'native'
...
svn path=/trunk/; revision=19188
2005-11-13 04:29:53 +00:00
Hartmut Birr
4cff81907a
Fixed the growing of the dirty bitmap. This will fix the registry update bugs, if the binary hive is larger than 128kB.
...
svn path=/trunk/; revision=19187
2005-11-12 23:45:32 +00:00
Hervé Poussineau
bcd8352715
Try to open driver registry key before creating it.
...
Fixes bug 977
svn path=/trunk/; revision=19186
2005-11-12 21:11:09 +00:00
Alex Ionescu
035f7342cb
- Small msvc compatiblity change.
...
svn path=/trunk/; revision=19185
2005-11-12 20:28:32 +00:00
Hervé Poussineau
e357028fa5
assert -> ASSERT
...
Initialize error_line in all cases (Merge from Wine)
svn path=/trunk/; revision=19184
2005-11-12 20:18:29 +00:00
Hervé Poussineau
50e25b573a
(Merge from Wine) YunSong Hwang <hys545@dreamwiz.com>
...
Add Korean translations.
svn path=/trunk/; revision=19183
2005-11-12 20:15:20 +00:00
Magnus Olsen
d6d6296399
Commit the patch for ibm code pages
...
svn path=/trunk/; revision=19182
2005-11-12 19:24:08 +00:00
Magnus Olsen
5af89de586
adding ibmcp861.txt the patch for create it will follow in next commit
...
svn path=/trunk/; revision=19181
2005-11-12 19:17:21 +00:00
Gé van Geldorp
6ca1eabd30
Add some more shutdown messages
...
svn path=/trunk/; revision=19180
2005-11-12 19:15:37 +00:00
Gé van Geldorp
65ad7a2cbb
Filip correctly pointed out that my change 18782 was only a workaround and
...
that the real fix would be to have services.exe correctly start auto-load
drivers. This should do the trick.
svn path=/trunk/; revision=19179
2005-11-12 18:54:45 +00:00
Gé van Geldorp
acb521d8c0
Silence debug message
...
svn path=/trunk/; revision=19178
2005-11-12 18:40:53 +00:00
Gé van Geldorp
5b196837de
Set time field in timer messages too
...
svn path=/trunk/; revision=19177
2005-11-12 18:13:20 +00:00
Magnus Olsen
9d7168ff94
Fix the break did add right code page for ja.rc but I need add it to all file, so i remvoe it for now.
...
svn path=/trunk/; revision=19176
2005-11-12 16:04:31 +00:00
Magnus Olsen
3704b141c0
You can now open one of these language's file in visual studio and edit it directly
...
svn path=/trunk/; revision=19175
2005-11-12 10:37:47 +00:00
Magnus Olsen
f411eaabf8
fix the ja.rc be vs compatible
...
svn path=/trunk/; revision=19174
2005-11-12 10:31:25 +00:00
Gé van Geldorp
027b224db3
Set mouse position in timer messages
...
svn path=/trunk/; revision=19173
2005-11-12 09:52:06 +00:00
Hervé Poussineau
21f6f8853b
Move the initialization of USB keyboard and mouse to DriverEntry, to prevent some (not all!) race conditions with the loading of kbd/mouclass.
...
It is still not satisfying (they are not real USB drivers), but that's better...
svn path=/trunk/; revision=19172
2005-11-12 09:27:52 +00:00
Steven Edwards
df6851867e
fix most of the rest of the tests, disable the rest till tomorrow
...
svn path=/trunk/; revision=19171
2005-11-12 08:40:47 +00:00
Steven Edwards
fcad5d2773
build fixes
...
svn path=/trunk/; revision=19170
2005-11-12 06:37:36 +00:00
Alex Ionescu
61f6a69b0e
- Add RtlPinAtomInAtomTable
...
svn path=/trunk/; revision=19169
2005-11-12 05:51:44 +00:00
Steven Edwards
b14fb42e35
fixed most of the tests to process in rbuild. will fix linking in a bit
...
svn path=/trunk/; revision=19168
2005-11-12 04:27:10 +00:00
Steven Edwards
bdbfab222d
adjust the rest of the old test makefiles. 80% done porting to rbuild.
...
svn path=/trunk/; revision=19167
2005-11-12 03:53:21 +00:00
Gunnar Dalsnes
e2d06de0a7
merge with wine (by hand!). fixes two failing kernel32 profile winetests. now all pass
...
svn path=/trunk/; revision=19166
2005-11-12 01:11:28 +00:00
Ged Murphy
6e0eccd2f3
- build as unicode
...
- use a _tmain hack w3seek put together
svn path=/trunk/; revision=19165
2005-11-12 00:26:21 +00:00
Magnus Olsen
a9c4dac3c8
fixed last part of bug 910 change Windows/ to ReactOS
...
svn path=/trunk/; revision=19164
2005-11-12 00:24:16 +00:00
Magnus Olsen
2b9415c584
fixed last part of bug 910 change Windows/ to ReactOS
...
svn path=/trunk/; revision=19163
2005-11-12 00:19:03 +00:00
Magnus Olsen
2ac7aa08b1
fixed part of bug 910 change Windows/Wine to ReactOS like resting ReactOS
...
svn path=/trunk/; revision=19162
2005-11-12 00:12:35 +00:00
Magnus Olsen
36797cd1bd
fixed part of bug 910 change to ReactOS
...
some need check the ja.rc if it right after this
svn path=/trunk/; revision=19161
2005-11-11 23:59:42 +00:00
Hervé Poussineau
3bfbd7133d
Stream all keyboard port events to the same keyboard class
...
svn path=/trunk/; revision=19160
2005-11-11 23:45:56 +00:00
Christoph von Wittich
66233f297c
add some more info for services in msconfig (if req, vendor)
...
svn path=/trunk/; revision=19159
2005-11-11 23:33:07 +00:00
Steven Edwards
cb36848d0d
fix a few more makefiles
...
svn path=/trunk/; revision=19158
2005-11-11 23:26:19 +00:00
Brandon Turner
99d74ca9aa
add devmgr.exe to the bootcd
...
svn path=/trunk/; revision=19157
2005-11-11 23:01:05 +00:00
Steven Edwards
28b8fed689
fix up some of the makefiles, change the install directory of the tests
...
svn path=/trunk/; revision=19156
2005-11-11 22:56:41 +00:00
Hervé Poussineau
ac4176016e
Fix adding of the tag when the group order list already exists
...
svn path=/trunk/; revision=19155
2005-11-11 22:34:01 +00:00
Ged Murphy
c16594ec20
- Add sc.exe to the bootcd
...
- Add some descriptive data to tcpsvcs reg entry
svn path=/trunk/; revision=19154
2005-11-11 22:31:50 +00:00
Steven Edwards
05e9c14dff
add all of the new xml makefiles to the directory.xml thereby breaking rosapps for a bit. Move some stuff around to avoid naming conflicts.
...
svn path=/trunk/; revision=19153
2005-11-11 22:25:19 +00:00