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
Thomas Bluemel
4885539cea
fixed pointer types differ in signedness warnings
...
svn path=/trunk/; revision=18167
2005-09-30 11:57:49 +00:00
Thomas Bluemel
ec05f0f08f
set eol-style to native
...
svn path=/trunk/; revision=18166
2005-09-30 11:25:32 +00:00
Hervé Poussineau
60261f9699
Add newdev.dll, and implement DevInstallW function.
...
It permits to install devices from command line. ATM, very little functionality is supported.
svn path=/trunk/; revision=18165
2005-09-30 11:07:15 +00:00
Nathan Woods
b0f8c4a5fe
Notepad:
...
1. Fixed syntax errors in the ES and NL localizations
2. Added code to save and restore settings; just the font for now
svn path=/trunk/; revision=18164
2005-09-30 02:53:34 +00:00
Thomas Bluemel
106e7a3173
use the correct down-level scope filter flag for the computer selection dialog
...
svn path=/trunk/; revision=18163
2005-09-30 01:47:46 +00:00
Thomas Bluemel
622b8c6503
display the computer selection dialog for remote registry administration
...
svn path=/trunk/; revision=18162
2005-09-30 01:26:02 +00:00
Ged Murphy
323ba37842
use carrige returns :)
...
svn path=/trunk/; revision=18161
2005-09-29 22:57:42 +00:00
Ged Murphy
b5aec3ddac
randomise the quote sent
...
svn path=/trunk/; revision=18160
2005-09-29 22:36:46 +00:00
Ged Murphy
af01d7edd0
discard.c
...
- implemented discard.
chargen.c
- improve efficiency sending full line instead of singular chars.
TCP will generally wait until the packet is full anyway, so it's pointless to keep calling send for each char.
tcpsvcs.c
- implement the beginnings of the code to start tcpsvcs as a service. #if 0'd out at the moment. Fix bug from calling non existant DiscardHandler.
Surely this is enough info to satisfy lkcl this time :p
svn path=/trunk/; revision=18159
2005-09-29 20:41:12 +00:00
Thomas Bluemel
a83c2a2bb4
Some fixes to CreateDirectoryEx:
...
- properly copy the directory attributes
- add basic support to handle reparse points and add fallback code if the file system doesn't support them
svn path=/trunk/; revision=18158
2005-09-29 19:34:53 +00:00
Thomas Bluemel
cd88496c7a
added clb.dll (mostly just stubs) which is required by MS regedit for it's REG_FULL_RESOURCE_DESCRIPTOR editor. As there doesn't seem to be another application that uses it, this place is probably the best for it.
...
svn path=/trunk/; revision=18157
2005-09-29 16:55:59 +00:00
Magnus Olsen
0feb129c9e
sorry createDirectoryExW fails to create folder why ? change back to CreateDirectoryW sorry
...
svn path=/trunk/; revision=18156
2005-09-29 16:55:01 +00:00
Magnus Olsen
f16bc096ac
MoveFileWithProgressW for movefolder
...
- change from CreateDirectoryW to CreateDirectoryExW
- fix close handle bug
- overwrite readonly file
- make sure both dest and src are not set to readonly
- Source cleanup
- Remove goto
svn path=/trunk/; revision=18155
2005-09-29 16:33:08 +00:00
Hervé Poussineau
514b606aee
Set eol-style for new resources files
...
Add back Da.rc resources
svn path=/trunk/; revision=18154
2005-09-29 12:06:02 +00:00
Hervé Poussineau
358144fb6e
- Milko Krachounov <milko@3mhz.net>
...
Added Bulgarian translations.
- Alexander N. Sørnes <alex@thehandofagony.com>
Added Norwegian translations.
svn path=/trunk/; revision=18153
2005-09-29 11:58:31 +00:00
Hervé Poussineau
06bd1b672d
Don't tell to MultiByteToWideChar that buffer is bigger than its real size. The size is in characters, not in bytes.
...
Spotted by Robert Shearman <rob@codeweavers.com>
svn path=/trunk/; revision=18152
2005-09-29 09:46:35 +00:00
Nathan Woods
b6c1b16e17
Christoph_vW: Updated notepad rc files to match Windows notepad's menu layout (bug #839 )
...
svn path=/trunk/; revision=18151
2005-09-29 03:39:38 +00:00
Nathan Woods
033b930b16
Christoph_vW: regedit: make "modify" to default menu entry (bug #840 )
...
svn path=/trunk/; revision=18150
2005-09-29 03:33:28 +00:00
Nathan Woods
cb80311ddf
Regedit: Set up the export all/export branch UI; currently disabled for now
...
svn path=/trunk/; revision=18149
2005-09-29 03:07:26 +00:00
Thomas Bluemel
a62c8ab75f
display all known value types
...
svn path=/trunk/; revision=18148
2005-09-29 02:50:38 +00:00
Thomas Bluemel
9da2411dea
added stub for PrivCopyFileExW. This is needed by XP's ulib.dll, which XP's regedit.exe imports
...
svn path=/trunk/; revision=18147
2005-09-29 02:26:33 +00:00
Thomas Bluemel
1a4f353cad
export BuildSecurityDescriptorA/W and IsWellKnownSid
...
svn path=/trunk/; revision=18146
2005-09-29 02:02:40 +00:00
Nathan Woods
0556dd9754
Regedit: Optimized tree expansion
...
svn path=/trunk/; revision=18145
2005-09-29 00:50:40 +00:00
Thomas Bluemel
1afd009025
added some missing APIs
...
svn path=/trunk/; revision=18144
2005-09-28 23:52:24 +00:00
Nathan Woods
8c42366a42
Notepad fixes:
...
1. Fixed accelerator keys for new commands
2. Properly parented Find/Replace dialog
3. Typo in comment
svn path=/trunk/; revision=18143
2005-09-28 22:57:21 +00:00
Ged Murphy
708722cfd9
- Added daytime and quote of the day services
...
- Use universal header and remove needless seperate dirs
- Many bugfixes
- Added to build, not yet included in install as it's still in the early stages
Tested in WinXP using both Windows and Linux clients. Not yet tried in ROS,
svn path=/trunk/; revision=18142
2005-09-28 22:33:55 +00:00
Thomas Bluemel
a3ff770ebd
add the vista application recovery functions to w32api and add their stubs to kernel32
...
svn path=/trunk/; revision=18141
2005-09-28 21:43:54 +00:00
Thomas Bluemel
85e9a1fa72
don't free random pointer in MmCreateImageSection. should fix bug 836
...
svn path=/trunk/; revision=18140
2005-09-28 19:56:05 +00:00
Hartmut Birr
87bf9958a5
Disable flushing if the device doesn't support it or if it isn't enabled.
...
svn path=/trunk/; revision=18139
2005-09-28 19:34:07 +00:00
Thomas Bluemel
b88678d1a3
added the Longhorn registry APIs to w32api
...
svn path=/trunk/; revision=18138
2005-09-28 18:56:01 +00:00
Thomas Bluemel
56b2e53628
don't dereference the port in NtSetInformationFile with information class FileCompletionInformation. The Also make setting the completion port thread-safe. This might fix bug 816
...
svn path=/trunk/; revision=18137
2005-09-28 17:15:57 +00:00
Thomas Bluemel
294680db96
improved error handling
...
svn path=/trunk/; revision=18136
2005-09-28 15:40:52 +00:00
Nathan Woods
7d4df5c225
Notepad: Fixed some bugs in Search->Replace
...
svn path=/trunk/; revision=18135
2005-09-28 13:20:10 +00:00
Thomas Bluemel
e8285addc9
improved error handling
...
svn path=/trunk/; revision=18134
2005-09-28 13:00:05 +00:00
Thomas Bluemel
afb1aa2562
Fixed some memory leaks in taskmgr. Patch by Christoph_vW <Christoph@ApiViewer.de>
...
svn path=/trunk/; revision=18133
2005-09-28 12:26:33 +00:00
Ged Murphy
5d41a8d313
- Set svn:eol-style to native
...
- Set svn:ignore on directories
Thanks to w3seek for pointing this out.
svn path=/trunk/; revision=18132
2005-09-27 23:37:05 +00:00
Nathan Woods
89effd5ee8
Notepad enhancements:
...
1. Removed the 30k limit
2. Implemented Replace and Replace All
svn path=/trunk/; revision=18131
2005-09-27 23:29:35 +00:00
Magnus Olsen
6653931c3d
- Fix move for readonly folder and file. for now it is a small hack for readonly folders, Small Cleanup in the code, thx w3seek for the help with SetFileAttribs code.
...
svn path=/trunk/; revision=18130
2005-09-27 21:49:18 +00:00