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
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
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
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
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
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
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
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
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
Nathan Woods
0556dd9754
Regedit: Optimized tree expansion
...
svn path=/trunk/; revision=18145
2005-09-29 00:50:40 +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
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
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
Nathan Woods
514cdac338
Regedit: Optimizations to refreshing; refreshing is still slightly slower than Windows regedit
...
svn path=/trunk/; revision=18124
2005-09-27 13:47:46 +00:00
Thomas Bluemel
043d319095
load some settings from the registry
...
svn path=/trunk/; revision=18123
2005-09-27 13:42:20 +00:00
Thomas Bluemel
bfcd1fab3c
minor fixes
...
svn path=/trunk/; revision=18116
2005-09-27 01:48:49 +00:00
Thomas Bluemel
7c58d9be05
partly implemented the mixer selection dialog
...
svn path=/trunk/; revision=18115
2005-09-27 01:02:15 +00:00
Nathan Woods
2360c29d24
Notepad enhancements
...
1. Implemented "Goto line"
2. Partially implemented Replace (dialog comes up, need to have it actually do the replace )
svn path=/trunk/; revision=18114
2005-09-27 00:46:19 +00:00
Gunnar Dalsnes
b890e50a9e
-reorder InsertXscendingOrder macro argument order and update uses
...
-start to macrofy list enums in ntoskrnl using LIST_FOR_EACH macros
-use IsListEmpty some places instead of manual coding
-profile.c:KeStartProfile() zero correct buffer in (and not the NULL ptr;-)
-improve LIST_FOR_EACH macros so that the iterator is set to NULL at end of enum
-kthread.c:KiServiceCheck() set the shadowtable before calling the win32k proc/thread init funcs
-apc.c:KiInsertQueueApc() insert special apcs in correct fifo order
-apc.c:KeFlushQueueApc() simplify
-timer.c:KiExpireTimers() calling RemoveEntryList on a possibly empty list is not ok
svn path=/trunk/; revision=18113
2005-09-26 22:57:48 +00:00
Alex Ionescu
ba942bb6e5
Fix calc.exe redraw problems on XP. Patch by Christoph_vW <Christoph@ApiViewer.de>
...
svn path=/trunk/; revision=18111
2005-09-26 21:49:03 +00:00
Thomas Bluemel
f9ac23ee7b
also compile the resource file...
...
svn path=/trunk/; revision=18103
2005-09-26 19:16:43 +00:00
Thomas Bluemel
d286c03c70
add sndvol32 to the build system and reformat the code
...
svn path=/trunk/; revision=18102
2005-09-26 19:15:27 +00:00
Aleksey Bragin
18a5faec31
Christoph von Wittich: fix for bug 824 ("memory leak in welcome").
...
-LoadBitmap without DeleteObject
-SelectObject is used with wrong DC
svn path=/trunk/; revision=18096
2005-09-26 16:13:50 +00:00
Aleksey Bragin
714a0377ae
Christoph von Wittich: fix for bug 823 ("Resource leak in regedit").
...
svn path=/trunk/; revision=18095
2005-09-26 16:07:23 +00:00
Aleksey Bragin
7311a97c7e
Christoph von Wittich: fix for bug 822 ("Resource leak in calc").
...
svn path=/trunk/; revision=18094
2005-09-26 15:50:37 +00:00
Nathan Woods
ad2331b8dc
1. More merging from WINE regedit; imported refresh feature (which is wayyy slower than Windows regedit; need to optimize this)
...
2. Using GetVersion() to determine whether to add HKEY_DYN_DATA
svn path=/trunk/; revision=18077
2005-09-26 03:18:53 +00:00
Martin Fuchs
8b950fec34
refeactor all IUnknown implementations using IComSrvBase
...
svn path=/trunk/; revision=18063
2005-09-25 17:59:20 +00:00
Thomas Bluemel
029ccdccaa
fixed gcc4 warnings
...
svn path=/trunk/; revision=18062
2005-09-25 17:52:12 +00:00
Nathan Woods
4f9b4be8fb
Lightweight sync with WINE regedit; imported obvious changes such as const correctness, TCHAR string usage etc
...
svn path=/trunk/; revision=18056
2005-09-25 16:56:52 +00:00
Martin Fuchs
b59af67517
try to use IShellFolderViewCB::MessageSFVCB() in order to override explorer context menus
...
svn path=/trunk/; revision=18055
2005-09-25 15:59:38 +00:00
Emanuele Aliberti
fa1f0c6f02
Fix compiling.
...
svn path=/trunk/; revision=18053
2005-09-25 13:56:45 +00:00
Martin Fuchs
67429beef5
new tool bar icons for the drive bar
...
svn path=/trunk/; revision=18047
2005-09-25 11:52:42 +00:00