Commit graph

19442 commits

Author SHA1 Message Date
Nathan Woods f34d84db46 Freeloader: Check return code of RegOpenKey() in FrLdrLoadBootDrivers() for failure
Another one...


svn path=/trunk/; revision=20871
2006-01-14 23:35:20 +00:00
Thomas Bluemel e4484b0bde - implemented RegDisablePredefinedCache()
- added stubs for RegEnableReflectionKey(), RegDisableReflectionKey() and RegQueryReflectionKey()

svn path=/trunk/; revision=20870
2006-01-14 23:17:26 +00:00
Thomas Bluemel 55317536c0 add stubs for CancelIoEx() and CancelSynchronousIo()
svn path=/trunk/; revision=20869
2006-01-14 22:47:35 +00:00
Thomas Bluemel 0c13546927 added stubs for SetFileBandwidthReservation(), GetFileBandwidthReservation(), SetFileCompletionNotificationModes() and OpenFileById(). Thanks also to Alex
svn path=/trunk/; revision=20868
2006-01-14 22:25:20 +00:00
Nathan Woods df36b0db90 Freeloader: Check return code of RegOpenKey() in FrLdrLoadBootDrivers() for failure
svn path=/trunk/; revision=20866
2006-01-14 21:57:07 +00:00
Thomas Bluemel 24460a5027 remove debug information I forgot to remove
svn path=/trunk/; revision=20865
2006-01-14 20:36:49 +00:00
Thomas Bluemel 70dcf02781 make the initial kernel_stack large enough to have enough space for the fx savings area
svn path=/trunk/; revision=20864
2006-01-14 20:36:01 +00:00
Gé van Geldorp deb66aaf9e Import mapi32 from Wine
svn path=/trunk/; revision=20861
2006-01-14 19:36:04 +00:00
Maarten Bosma 5c45ff59ee DJ_Smith (dj_smith_reactos(at)online(dot)de):
- Updated and added german translations. 
- Fixed some small mistakes in .rc files.

svn path=/trunk/; revision=20858
2006-01-14 18:51:22 +00:00
Ged Murphy 14bce6bfdf Add calculator icon
svn path=/trunk/; revision=20857
2006-01-14 17:59:59 +00:00
Ged Murphy 9cf3463d87 - Remove licence dialog boxes and implement an about box crediting authors and stating the licence.
- Add a notepad icon
- rearrange the file structure

svn path=/trunk/; revision=20856
2006-01-14 17:35:56 +00:00
Thomas Bluemel a988d3cfe2 fixed possible buffer overflows in LookupAccountSidW(): LSA_UNICODE_STRINGs are not necessarily NULL-terminated!
svn path=/trunk/; revision=20855
2006-01-14 16:31:28 +00:00
Thomas Bluemel 2edcb03c9d improved error handling
svn path=/trunk/; revision=20854
2006-01-14 16:18:45 +00:00
Christoph von Wittich 9a1758ce5a implemented PS_DOT, PS_DASH and PS_INSIDEFRAME in IntGdiCreatePenIndirect
(speeds up Thunderbird a bit (much less debug output)

svn path=/trunk/; revision=20853
2006-01-14 16:08:57 +00:00
Thomas Bluemel e1fd1adbfa fixed SeSetWorldSecurityDescriptor() so it creates a security descriptor that is at least valid
svn path=/trunk/; revision=20851
2006-01-14 14:52:50 +00:00
Thomas Bluemel 7c8174e7ee implemented GetFinalPathNameByHandleA() and added stub for GetFinalPathNameByHandleW()
svn path=/trunk/; revision=20850
2006-01-14 13:37:08 +00:00
Christoph von Wittich 6fca38c9bf fixed LoadCursorIconImage (Thunderbird is now working)
svn path=/trunk/; revision=20849
2006-01-14 12:42:04 +00:00
Thomas Bluemel a5da271b47 add cacls.exe to the bootcd
svn path=/trunk/; revision=20848
2006-01-14 12:18:10 +00:00
Martin Fuchs 3b78324482 add the new icons to the project file
svn path=/trunk/; revision=20847
2006-01-14 09:04:42 +00:00
Alex Ionescu fde02cbbc1 - Fix flaw in win32k hardware message queue which used KMUTEX instead of KMUTANT, thus double-disabling Kernel APCs during the parsing of the queue, which would result in actually deliving hardware message callbacks with Kernel APCs disabled when going to user-mode. This was detected when my new user-mode callback rewrite added checks for this situation, and it originally caused a bugcheck. Since the message queue code is now fixed, the bugcheck has been re-enabled, hopefully no other such violations will be detected (I was able to run/install firefox for a couple of minutes and there was no APC_INDEX_MISMATCH crash). Fixes bug 1272, and thanks to Filip for doing some late-night IRC analysis with me.
svn path=/trunk/; revision=20846
2006-01-14 08:49:10 +00:00
Thomas Bluemel da88b5bcd7 An initial implementation of cacls.exe. Only displaying ACLs works, editing is not implemented.
svn path=/trunk/; revision=20845
2006-01-14 04:32:37 +00:00
Nathan Woods 45846ec6ea Rbuild: Added "description" field to the various backend factories, and then used the description field to generate the help text.
(updated the patch in bugzilla bug #790)


svn path=/trunk/; revision=20844
2006-01-14 01:00:56 +00:00
Ged Murphy 0dfeb869d7 icons are now 16x16, 24x24, 32x32, 48x48
svn path=/trunk/; revision=20843
2006-01-14 00:51:00 +00:00
Ged Murphy 258a8138c0 Separate mydocs and recent docs resources
svn path=/trunk/; revision=20842
2006-01-13 23:31:21 +00:00
Filip Navara b6228f6f3f Copy the correct number of bytes.
svn path=/trunk/; revision=20841
2006-01-13 23:28:08 +00:00
Ged Murphy cc6d71f9c9 - new icons for all control panel applets.
- icons now include 16x16, 24x24, 32x32 and 48x48

svn path=/trunk/; revision=20840
2006-01-13 23:24:39 +00:00
Alex Ionescu d03c6f0016 - Fix one more leak when converting from non-gui to GUI thread stack.
svn path=/trunk/; revision=20839
2006-01-13 22:23:31 +00:00
Alex Ionescu 65ef48820e - Properly create, grow and delete the kernel stack. Fixes potential memory leaks introduced in 20806. Thanks to Filip for verifying my math.
svn path=/trunk/; revision=20838
2006-01-13 21:56:51 +00:00
Ged Murphy 0d0c70b9f0 don't forget the ibrowser toolbar :)
svn path=/trunk/; revision=20837
2006-01-13 20:37:55 +00:00
Ged Murphy 7e0d44db86 some new toolbar icons
svn path=/trunk/; revision=20836
2006-01-13 20:00:46 +00:00
Thomas Bluemel 55ae827634 revert my last change
svn path=/trunk/; revision=20835
2006-01-13 17:54:37 +00:00
Thomas Bluemel 0501de01bb remove wine's broken _beginthread() and _endthread() and implement them properly
svn path=/trunk/; revision=20834
2006-01-13 17:32:59 +00:00
Thomas Bluemel 4f5e52acac fixed uninitialized variable warning
svn path=/trunk/; revision=20833
2006-01-13 17:24:06 +00:00
Royce Mitchell III c6dc06a91a msvc2k5 build files
svn path=/trunk/; revision=20832
2006-01-13 13:56:10 +00:00
Royce Mitchell III 80c22e7ef6 msvc2k5 compatibility fix
svn path=/trunk/; revision=20831
2006-01-13 13:53:26 +00:00
Steven Edwards 5bf3b55eb0 This screws up my grep and is not used anymore
svn path=/trunk/; revision=20830
2006-01-13 06:35:52 +00:00
Steven Edwards e55f4c1715 guard the private header
svn path=/trunk/; revision=20829
2006-01-13 05:34:04 +00:00
Thomas Bluemel 2187ed480c pszGroupName in EnumServicesStatusEx() can be NULL
svn path=/trunk/; revision=20828
2006-01-13 01:28:10 +00:00
Ged Murphy 4ed88341e5 submit correct icon this time
svn path=/trunk/; revision=20827
2006-01-13 00:28:08 +00:00
Alex Ionescu 0aefe337a2 Acquire dispatcher lock if we're going to be expanding the owner table, so that we don't enter a race condition with the boost code in the wait for resource code on SMP systems
svn path=/trunk/; revision=20826
2006-01-13 00:18:21 +00:00
Alex Ionescu 11cd383f29 Fix typos
svn path=/trunk/; revision=20825
2006-01-13 00:16:51 +00:00
Ged Murphy 8707f4af9f - Split up the icon resources so each start menu entry has it's own icon
- Add many new icons to make ReactOS prettier

svn path=/trunk/; revision=20824
2006-01-13 00:15:53 +00:00
Alex Ionescu 904268219f Fix boost loop
svn path=/trunk/; revision=20823
2006-01-13 00:15:31 +00:00
Christoph von Wittich f0c76db15b added missing explorer-uk.rc (spotted by temarez@yandex.ru)
svn path=/trunk/; revision=20822
2006-01-12 22:16:04 +00:00
Thomas Bluemel e3b06b1df2 don't use a bitmap font to draw the text in the graphs. However, it currently doesn't use the shell font because the graph controls could use some serious work.
svn path=/trunk/; revision=20821
2006-01-12 21:28:07 +00:00
Alex Ionescu addb22e71d Set KernelApcPending == TRUE in KiCheckForKernelApcDelivery if we are at APC_LEVEL. This should hopefully fix some of those silent bugs. Thanks to Ignatich for poking me about it.
svn path=/trunk/; revision=20820
2006-01-12 21:21:19 +00:00
Alex Ionescu d3bb910b19 - Unfsck NtGdiExtCreatePen (thanks Christopher).
svn path=/trunk/; revision=20819
2006-01-12 21:16:42 +00:00
Christoph von Wittich bf292467ef added sk kbd layout to registry patch by Malin <malin23@atlas.sk> (fixed bug 1251)
svn path=/trunk/; revision=20818
2006-01-12 21:15:38 +00:00
Alex Ionescu 15e4ff5735 Task Manager enhs & fiexs <Pablo <pborobia@gmail.com>
- make a last used cpu usage color memory
- fix colors in the cpu history
- high refresh more offten
- fix kernel cpu usage colorbars paint

Bug 1271.

svn path=/trunk/; revision=20817
2006-01-12 20:54:35 +00:00
Christoph von Wittich c974c3e9ab added/updated spanish translations by samwise52 <samcharly@hotmail.com> (fixed bug 1266)
svn path=/trunk/; revision=20816
2006-01-12 20:38:54 +00:00