Richard Campbell
077fbea4d3
added directories and a dummy file for a wordpad and paint clone.
...
svn path=/trunk/; revision=7326
2003-12-30 11:53:28 +00:00
Richard Campbell
7d8b928a54
initial version of a reactos version of notepad. didn't have time to finish it tonight before i went to work, so i'll work on it more later.
...
svn path=/trunk/; revision=7325
2003-12-30 11:52:04 +00:00
KJK::Hyperion
4be9e19495
Whooops
...
svn path=/trunk/; revision=7324
2003-12-30 05:11:54 +00:00
KJK::Hyperion
f3fcc98b2d
- include/rosrtl/thread.h, lib/rosrtl/makefile, lib/rosrtl/makefile.i386, lib/rosrtl/thread/stack.c, lib/rosrtl/thread/exit.c, lib/rosrtl/thread/i386/stackexit.c: three new RosRtl functions (RtlRosExitUserThread, RtlRosFreeUserThreadStack and RtlRosSwitchStackForExit)
...
- lib/kernel32/makefile, lib/kernel32/thread/thread.c, lib/kernel32/thread/thread/i386/exit.S: kernel32.dll now uses them
- lib/ntdll/dbg/debug.c, lib/ntdll/rtl/thread.c: ntdll.dll too
- subsys/csrss/api/wapi.c: CSRSS too (should fix regression)
svn path=/trunk/; revision=7323
2003-12-30 05:10:32 +00:00
KJK::Hyperion
baea3fcd85
Free the TEB on thread termination. Partially fixes a recent regression
...
svn path=/trunk/; revision=7322
2003-12-30 03:27:52 +00:00
KJK::Hyperion
d8575f7b6a
Still not done...
...
svn path=/trunk/; revision=7321
2003-12-30 01:08:16 +00:00
KJK::Hyperion
c8f27683f0
Screw branches, I'm committing to HEAD. Life is too short
...
svn path=/trunk/; revision=7320
2003-12-30 00:12:47 +00:00
KJK::Hyperion
699d3efcd8
Please, mr. CVS, accept my files
...
svn path=/trunk/; revision=7319
2003-12-30 00:03:48 +00:00
Martin Fuchs
b824b25697
move search start menu entries into 'Search' submenu
...
svn path=/trunk/; revision=7317
2003-12-29 23:46:33 +00:00
Steven Edwards
5e2692a21b
DPRINT another message.
...
Notepad and the edit control is a bit faster now.
svn path=/trunk/; revision=7314
2003-12-29 23:28:46 +00:00
Steven Edwards
a11793fec7
Added a sample system.ini to shutup some winmm messages for now.
...
svn path=/trunk/; revision=7313
2003-12-29 23:06:38 +00:00
Gé van Geldorp
6161de8e1a
On error return from RegQueryValueExW, don't touch *lpcbData. *lpcbData
...
is always in bytes, even for string registry settings.
svn path=/trunk/; revision=7312
2003-12-29 23:04:55 +00:00
Steven Edwards
e12604e3d7
DPRINT GlobalUnlock message.
...
svn path=/trunk/; revision=7311
2003-12-29 23:04:08 +00:00
Steven Edwards
7467b2f74a
Added tempory winver.h till my patch is accepted by Mingw
...
svn path=/trunk/; revision=7310
2003-12-29 22:59:07 +00:00
Steven Edwards
dfa4c347b8
And Get my name right.....
...
svn path=/trunk/; revision=7309
2003-12-29 22:55:10 +00:00
Steven Edwards
e42170ed0a
Added Changelog info for version.dll merge
...
svn path=/trunk/; revision=7308
2003-12-29 22:54:18 +00:00
Steven Edwards
3372617d7f
Merged version.dll with WINE 12-29-03
...
svn path=/trunk/; revision=7307
2003-12-29 22:50:59 +00:00
Gé van Geldorp
46376679ce
Fix deadlock when two threads were trying to SendMessage() each other
...
svn path=/trunk/; revision=7306
2003-12-29 10:09:33 +00:00
Filip Navara
ea561a262b
Fixed debugging macros.
...
svn path=/trunk/; revision=7305
2003-12-29 00:41:16 +00:00
Art Yerkes
c21519fbe8
A simple test case that verifies that RegQueryValueExW and RegQueryValueExA
...
match.
svn path=/trunk/; revision=7304
2003-12-28 23:23:27 +00:00
Art Yerkes
f1f2b431c9
Fixed RegQueryValueExA. It was broken in a way that made it work properly,
...
given the broken RegQueryValueExW. I'm checking in a test case for these
two that should print the same string for each assuming everything works.
svn path=/trunk/; revision=7303
2003-12-28 23:22:30 +00:00
Martin Fuchs
c1bd24b5d5
process one command line parameter to open cabinet window
...
svn path=/trunk/; revision=7302
2003-12-28 23:11:46 +00:00
Aleksey Bragin
5a6b27edc4
This is part of the big 'ReactOS under MSVC6' project. Main work on converting ROS to be able to be compiled under MSVC6 was done by Mark Nordell.
...
Work done by me - incorporating all this stuff into the newest CVS tree. So blame me if I did something wrong during tamlin -> new CVS tree merging :-)
It's HAL turn now.
svn path=/trunk/; revision=7301
2003-12-28 22:39:06 +00:00
Gé van Geldorp
585b1fea42
Link creation test by Martin Fuchs (slightly modified, so errors introduced
...
by me...)
svn path=/trunk/; revision=7300
2003-12-28 21:36:53 +00:00
Gé van Geldorp
578b0d16ed
Add open action for exefile
...
svn path=/trunk/; revision=7299
2003-12-28 21:28:08 +00:00
Gé van Geldorp
3b85b43844
Properly convert between ascii and unicode in SearchPathA
...
svn path=/trunk/; revision=7298
2003-12-28 21:25:48 +00:00
Gé van Geldorp
755d9f5216
Don't destroy heap on unload, other DLLs might still depend on it
...
svn path=/trunk/; revision=7297
2003-12-28 17:52:15 +00:00
Thomas Bluemel
ce3d36ede6
reverted my last change
...
svn path=/trunk/; revision=7296
2003-12-28 17:49:53 +00:00
Thomas Bluemel
4a8eb78729
minor fixes
...
svn path=/trunk/; revision=7295
2003-12-28 17:22:16 +00:00
Filip Navara
b4c2add1d1
Use EngMulDiv instead of IntMulDiv.
...
svn path=/trunk/; revision=7294
2003-12-28 17:06:37 +00:00
Thomas Bluemel
279f8d333b
use DSTINVERT for DrawFocusRect() and the moving/sizing rectangle
...
svn path=/trunk/; revision=7293
2003-12-28 16:31:44 +00:00
Gé van Geldorp
1a0383df0b
Use mingw32-windres when cross-compiling
...
svn path=/trunk/; revision=7292
2003-12-28 14:38:50 +00:00
Thomas Bluemel
ce1768d3c3
moved NtUserTranslateMessage() to message.c
...
svn path=/trunk/; revision=7291
2003-12-28 14:21:03 +00:00
Filip Navara
39ed4e8db9
- Use smaller font for captions and status bar.
...
- Return more accurate font height in TextIntGetTextExtentPoint.
svn path=/trunk/; revision=7290
2003-12-28 14:14:04 +00:00
Thomas Bluemel
1ff3a7da81
small fix to NtUserDispatchMessage()
...
svn path=/trunk/; revision=7289
2003-12-28 13:53:14 +00:00
Filip Navara
ff4cde9c00
Fixed mimized window repainting bug. Reported by Thomas Weidenmuller.
...
svn path=/trunk/; revision=7288
2003-12-28 12:17:15 +00:00
Gé van Geldorp
b462f0f82b
Validate parent after copying bits in child
...
svn path=/trunk/; revision=7287
2003-12-28 10:56:20 +00:00
Filip Navara
0e37a36d20
- New OLE32 port from Wine 20031212. [Currently not build by default]
...
svn path=/trunk/; revision=7286
2003-12-28 10:40:56 +00:00
Thomas Bluemel
0bbf2ce262
translate WM_NCRBUTTONUP messages to WM_CONTEXTMENU if HitTest == HTCAPTION or HTSYSMENU
...
svn path=/trunk/; revision=7285
2003-12-28 10:27:51 +00:00
Art Yerkes
cba7351fef
Properly deal with a larger buffer than we expect.
...
svn path=/trunk/; revision=7284
2003-12-28 09:53:22 +00:00
Art Yerkes
25dba4902b
Don't return ERROR_MORE_DATA in the case of lpData == NULL.
...
svn path=/trunk/; revision=7283
2003-12-28 09:28:39 +00:00
Art Yerkes
ff637e689a
Nameservers are now correctly listed when per adapter nameservers are
...
specified in the registry. This now does the same thing I observe on
win2k, GetNetworkParams. This function is used by our DNS query
implementation to find out what nameservers it should use. There is
a test case in apps/tests/nameserverlist.
svn path=/trunk/; revision=7282
2003-12-28 09:09:50 +00:00
Gé van Geldorp
4aa9677fa4
Silence debug messages
...
svn path=/trunk/; revision=7281
2003-12-28 08:59:24 +00:00
Art Yerkes
a7a6d33f53
RegQueryValueExW: Now returns the space needed for the query to succeed
...
with a return of ERROR_MORE_DATA, as required by documentation.
svn path=/trunk/; revision=7280
2003-12-28 08:47:28 +00:00
Thomas Bluemel
bb4da13c9c
small fixes
...
svn path=/trunk/; revision=7278
2003-12-28 01:13:02 +00:00
Thomas Bluemel
94859ee96d
some fixes on system menu handling
...
svn path=/trunk/; revision=7277
2003-12-28 00:41:32 +00:00
Thomas Bluemel
12c7158866
implemented EndMenu()
...
svn path=/trunk/; revision=7276
2003-12-28 00:19:24 +00:00
Filip Navara
023ebb37c2
Fixed usermode stack traces.
...
svn path=/trunk/; revision=7275
2003-12-27 23:55:02 +00:00
Thomas Bluemel
7ec1d6fece
don't draw menu bar and scrollbars when minimized
...
svn path=/trunk/; revision=7274
2003-12-27 23:51:05 +00:00
Thomas Bluemel
cda2695c4c
added test app for TrackPopupMenu(Ex)()
...
svn path=/trunk/; revision=7273
2003-12-27 23:45:48 +00:00