Commit Graph
17914 Commits
Author SHA1 Message Date
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 <[email protected]>
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
Maarten Bosma f4edbfcb76 I hope that this fixes all DDERR_SURFACELOST problems.
svn path=/trunk/; revision=19152
2005-11-11 21:59:28 +00:00
Ged Murphy 50d1415ee4 -Start to convert tcpsvcs to a proper NT service. Supports starting and stopping via sc.exe (in windows, not working in ROS yet)
- use select to make accept non-blocking
- Log all data to a log file in system32. This needs converting to the event logger at some time.
- Add more error checking
-A few bugs to iron out yet

svn path=/trunk/; revision=19151
2005-11-11 21:50:33 +00:00
Gé van Geldorp b4b9ed3504 The GroupOrder registry value should start with a ULONG containing the number
of entries following it.

svn path=/trunk/; revision=19150
2005-11-11 21:39:57 +00:00
Steven Edwards 0303a440e3 add window selection and picking utils from cxtest for Art's regression tests
svn path=/trunk/; revision=19149
2005-11-11 21:30:55 +00:00
Steven Edwards b02a62a257 added xml makefiles for each test based on the alphablend makefile. These all need to be corrected and enabled.
svn path=/trunk/; revision=19148
2005-11-11 21:12:13 +00:00
Steven Edwards 7f094d6640 remove old makefiles from rosapps tests
svn path=/trunk/; revision=19147
2005-11-11 20:47:08 +00:00
Hervé Poussineau bb47741504 Fix wrong test when checking arguments in SetupDiGetDriverInfoDetailW.
It was at least preventing install of display drivers

svn path=/trunk/; revision=19146
2005-11-11 20:15:21 +00:00
Magnus Olsen 92d8d2d3d7 Add opitopn do not isntall bootloarder as Bug: 961 suggest to make it easy for other people that do not want install freeldr.
svn path=/trunk/; revision=19145
2005-11-11 20:07:05 +00:00
Thomas Bluemel 183b5a5b51 fixed some more warnings when compiled with -Wwrite-strings
svn path=/trunk/; revision=19144
2005-11-11 19:59:38 +00:00
Magnus Olsen 98fff798f8 Greek translation by Apal (Apostolos Alexiadis [email protected]) Bug 967
svn path=/trunk/; revision=19143
2005-11-11 19:31:53 +00:00
Casper Hornstrup 5f879a3c8c Display reason for failure
svn path=/trunk/; revision=19142
2005-11-11 19:07:27 +00:00
Ged Murphy c21c2f8cb0 delete old version of sc.exe
svn path=/trunk/; revision=19141
2005-11-11 18:46:59 +00:00
Magnus Olsen d1278478f2 sorry did break the build
svn path=/trunk/; revision=19140
2005-11-11 18:46:32 +00:00
Ged Murphy ac6e33dbfd add sc.exe to the build
svn path=/trunk/; revision=19139
2005-11-11 18:39:39 +00:00
Magnus Olsen d5668d1d96 Make notepad lang rc MSVC compatible
svn path=/trunk/; revision=19138
2005-11-11 18:33:29 +00:00