Commit graph

16997 commits

Author SHA1 Message Date
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
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