Commit graph

17017 commits

Author SHA1 Message Date
Emanuele Aliberti
3ddfd74461 Add stub for RtlSetProcessIsCritical.
svn path=/trunk/; revision=18217
2005-10-02 15:50:30 +00:00
Eric Kohl
855c2bb882 Named pipes must be opened for asynchronous access.
This fixes bug #826.

svn path=/trunk/; revision=18216
2005-10-02 14:10:05 +00:00
Thomas Bluemel
8732a698df sizeof(HelloString) does already contain the terminating NULL. Thanks to Hartmut.
svn path=/trunk/; revision=18215
2005-10-02 13:54:32 +00:00
Thomas Bluemel
d5169058c9 fixed difference in signedness warnings
svn path=/trunk/; revision=18214
2005-10-02 13:47:48 +00:00
Thomas Bluemel
0e10526c80 minor changes (mostly formatting)
svn path=/trunk/; revision=18213
2005-10-02 12:46:49 +00:00
Thomas Bluemel
4ca189ac66 make the tree compilable again...
svn path=/trunk/; revision=18212
2005-10-02 12:27:54 +00:00
Martin Fuchs
90637152d6 fix directory traversing in explorer SDI windows
svn path=/trunk/; revision=18211
2005-10-02 12:25:42 +00:00
Martin Fuchs
6a834bb1fb fix enabling of split border
svn path=/trunk/; revision=18210
2005-10-02 12:24:10 +00:00
Martin Fuchs
63935e005c new option to open explorer subfolders in separate windows
svn path=/trunk/; revision=18209
2005-10-02 11:40:41 +00:00
Hervé Poussineau
5ffe4c4880 Add stubs for InstallNewDevice, InstallSelectedDriver, UpdateDriverForPlugAndPlayDevicesA/W
svn path=/trunk/; revision=18208
2005-10-02 10:33:25 +00:00
Eric Kohl
886778d0b2 Implement CM_Request_Eject_PC[_Ex].
svn path=/trunk/; revision=18207
2005-10-02 10:07:25 +00:00
Hartmut Birr
3a68545201 Disable the serial debug output if the com port doesn't exist.
svn path=/trunk/; revision=18206
2005-10-02 09:42:12 +00:00
Alex Ionescu
5df400b823 - Fix gcc compilation issues
- Fix most ld linking issues.

svn path=/trunk/; revision=18205
2005-10-02 08:40:49 +00:00
Alex Ionescu
29b8aa245a - Don't undef DBG_CONTINUE.
svn path=/trunk/; revision=18204
2005-10-02 08:33:38 +00:00
Alex Ionescu
d753940a60 - Small csr server public header cleanup.
svn path=/trunk/; revision=18203
2005-10-02 08:32:37 +00:00
Alex Ionescu
794f347587 - Small semaphore code simplification/optimization.
svn path=/trunk/; revision=18202
2005-10-02 08:31:45 +00:00
Alex Ionescu
66e502bd5a - Add RtlSetProcessCritical
- Some fixes.

svn path=/trunk/; revision=18201
2005-10-02 08:22:49 +00:00
Aleksey Bragin
00703c571b Add vcprojmaker.cpp to the msvc project
svn path=/trunk/; revision=18200
2005-10-02 08:08:04 +00:00
Emanuele Aliberti
a4808fca79 - add copyright notice
- fix unmatched bracket

svn path=/trunk/; revision=18199
2005-10-02 07:42:52 +00:00
Nathan Woods
46a48736ad Regedit: Implemented exporting specific branches
svn path=/trunk/; revision=18198
2005-10-02 01:21:43 +00:00
Thomas Bluemel
8ec93653e6 fixed some memory leaks and build it as unicode by default
svn path=/trunk/; revision=18197
2005-10-01 19:01:07 +00:00
Ged Murphy
16e0c94db4 fix unused variable warning.
free pointer before returning.

svn path=/trunk/; revision=18196
2005-10-01 18:41:02 +00:00
Martin Fuchs
b1230b8ee5 add code comments
svn path=/trunk/; revision=18195
2005-10-01 18:14:17 +00:00
Martin Fuchs
6a3529155a MDI/SDI option dialog:
- pictures for illustration
- remove resizable flag

svn path=/trunk/; revision=18194
2005-10-01 18:13:33 +00:00
Ged Murphy
d67541c53b Start to alter print output so it correctly simulates the MS 'route print'
svn path=/trunk/; revision=18193
2005-10-01 15:47:40 +00:00
Thomas Bluemel
6526069195 implemented the "Go to process" feature
svn path=/trunk/; revision=18192
2005-10-01 15:30:25 +00:00
Nathan Woods
38ecd48776 Regedit: Moved hEditMenu declaration to the top of the function
svn path=/trunk/; revision=18191
2005-10-01 15:11:31 +00:00
Thomas Bluemel
c1388efea5 use the NT5+ behavior of displaying the system cache size. fixes bug 856
svn path=/trunk/; revision=18190
2005-10-01 14:38:10 +00:00
Magnus Olsen
e89ca27d52 commit new startmenu picture that can be resize, see http://www.reactos.org/bugzilla/show_bug.cgi?id=676
svn path=/trunk/; revision=18189
2005-10-01 13:57:38 +00:00
Thomas Bluemel
626370f6aa check for and write new lines as ascii only in copy /A, regardless of whether cmd was compiled as unicode or ansi
svn path=/trunk/; revision=18188
2005-10-01 12:50:16 +00:00
Thomas Bluemel
0f55e53480 fixed possible buffer overflow bug: pass correct buffer length (in characters, not bytes) to FileGetString()
svn path=/trunk/; revision=18187
2005-10-01 12:21:55 +00:00
Martin Fuchs
580e685078 sync with Wine:
Alexandre Julliard, 2005-09-07: Replace a few more direct lpVtbl accesses by the proper macros. (patch applied only partly - the remaining COBJ macros are nonstandard, and don't exist in MSDN)
Alexandre Julliard, 2005-09-09:	Use Get/SetWindowLongPtr instead of Get/SetWindowLong where appropriate.

svn path=/trunk/; revision=18186
2005-10-01 10:10:39 +00:00
Alex Ionescu
35eb408157 - Remove some duplicated/useless code and use internal forward exports instead.
- Set kernel apc pending flag when needed in KeReleaseMutant
- Optimize check for kernel apc delivery in KeReleaseMutant
- Raise right exception in KeReleaseMutant
- Simplify KeInitializeMutant and remove some duplicated operations.
- Remove duplicated listhead initialization in KeInitiializeMutex
- Use correct increment in KeReleaseMutex

svn path=/trunk/; revision=18185
2005-10-01 08:58:49 +00:00
Martin Fuchs
f57183be46 sync with Wine:
- Fix warnings in 64bit. (Kevin Koltzau <kevin@plop.org>)
- simplify 'sei' structure initialization in ShellExecuteA/W

svn path=/trunk/; revision=18184
2005-10-01 08:20:12 +00:00
Alex Ionescu
7cd4df132d - KeRundownThread:
- Optimize to reduce contention
 - Add bugcheck instead of ASSERT
 - Add debug message to simplify finding errors like Bug 821 (type/size show 0xCC, which means the mutant has been already freed).

svn path=/trunk/; revision=18183
2005-10-01 07:37:13 +00:00
Nathan Woods
403e26da1b Notepad:
1.  Fixed bug in Goto line command
2.  Wrap long lines setting is persisted in the registry
3.  Fixed length limit bug when wrap long lines is toggled


svn path=/trunk/; revision=18182
2005-10-01 00:36:17 +00:00
Thomas Bluemel
0a52c57489 initialize COM on demand only
svn path=/trunk/; revision=18181
2005-09-30 23:32:24 +00:00
Emanuele Aliberti
22f369c6b1 Fix build.
svn path=/trunk/; revision=18180
2005-09-30 22:17:58 +00:00
Thomas Bluemel
133cd71ba8 don't remove mutants twice from the thread's mutant list in KeRundownThread(). This might fix bug 821
svn path=/trunk/; revision=18179
2005-09-30 22:00:30 +00:00
Thomas Bluemel
1e9a5c2f05 set eol-style to native
svn path=/trunk/; revision=18178
2005-09-30 21:32:01 +00:00
Thomas Bluemel
80c03b3f9b - added stubs for authz.dll
- added an authz.h to w32api

svn path=/trunk/; revision=18177
2005-09-30 21:28:29 +00:00
Thomas Bluemel
b05492e038 set eol-style to native
svn path=/trunk/; revision=18176
2005-09-30 21:19:12 +00:00
Steven Edwards
4b65a315a5 simple device manager program by Hervé Poussineau (hpoussin@reactos.org)
* GUI: Michael Fritsch 

svn path=/trunk/; revision=18175
2005-09-30 20:26:16 +00:00
Martin Fuchs
c9d6d045e6 patch applied from Christoph at ApiViewer.de: fix font handle leak
svn path=/trunk/; revision=18174
2005-09-30 19:42:45 +00:00
Thomas Bluemel
2357be7820 - improved control resizing handling
- don't fail when querying the account name length

svn path=/trunk/; revision=18173
2005-09-30 18:54:48 +00:00
Martin Fuchs
39d1d2d86c Fix Bugzilla Bug 676: dynamic explorer start menu sidebar size
svn path=/trunk/; revision=18172
2005-09-30 18:48:14 +00:00
Hartmut Birr
70c65c0144 The registry key name may be longer than 100 characters.
svn path=/trunk/; revision=18171
2005-09-30 16:33:06 +00:00
Hartmut Birr
6141c6f498 - Fixed the font size in IntGdiAddFontResource.
- Allocate a larger buffer for the font names in IntLoadSystemFonts.

svn path=/trunk/; revision=18170
2005-09-30 16:26:11 +00:00
Ged Murphy
5c9111085c set eol-style to native.
Thanks for reminding me, again :)

svn path=/trunk/; revision=18169
2005-09-30 15:37:58 +00:00
Ged Murphy
81bc89466b move quotes to a resource file and use shutdown quotes listed in the wiki.
svn path=/trunk/; revision=18168
2005-09-30 15:28:52 +00:00