Aleksey Bragin
a92216f309
- Delete mc (stoneage old, there is a standalone win32 port now).
...
- Fit apps better in dir structure.
- Move old_wordpad to templates (Ged said it's a great framework).
svn path=/trunk/; revision=34308
2008-07-05 18:23:03 +00:00
Matthias Kupfer
d61945b6cc
- converted 1st stage setup stub from message box style to property sheet style
...
- property page for English and German added
- other languages needs to be translated and enabled in rsrc.rc
svn path=/trunk/; revision=34307
2008-07-05 17:55:38 +00:00
Aleksey Bragin
2012315e5a
- Start rosapps rearrange and cleanup process.
...
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00
Aleksey Bragin
0a0a13a41c
- Rearrange reactos.dff according to rosapps rearrange.
...
svn path=/trunk/; revision=34302
2008-07-05 11:45:32 +00:00
Aleksey Bragin
eb3c1a5282
Dmitry Gorbachev:
...
- Fix DriverEntry name.
See issue #2073 for more details.
svn path=/trunk/; revision=34301
2008-07-05 11:37:35 +00:00
Christoph von Wittich
4409400b6b
don't try to dereference NULL pointers
...
now Avira AntiVir installs without crashing the whole system
svn path=/trunk/; revision=34300
2008-07-05 09:19:56 +00:00
Colin Finck
138bd07f65
Convert the dnsapi stuff to a consistent 4 spaces indentation
...
svn path=/trunk/; revision=34298
2008-07-04 22:41:28 +00:00
Colin Finck
458e927317
Fix heap corruptions and memory leaks in dnsapi
...
Patch by Samuel Serapión with some modifications by me after discussing it with Art Yerkes
See issue #3387 for more details.
svn path=/trunk/; revision=34297
2008-07-04 21:51:54 +00:00
James Tabor
b82fda4139
Add two more query window types.
...
svn path=/trunk/; revision=34296
2008-07-04 18:52:22 +00:00
Johannes Anderwald
033f85022a
- fix typo
...
svn path=/trunk/; revision=34295
2008-07-04 18:10:59 +00:00
James Tabor
1d96233453
Use PostOrSend instead of just Send. Works much better.
...
svn path=/trunk/; revision=34294
2008-07-04 17:55:56 +00:00
Aleksey Bragin
c2eaa10731
Peter Oberndorfer <kumbayo84@arcor.de>
...
- Implement %p for scanf.
svn path=/trunk/; revision=34293
2008-07-04 12:39:43 +00:00
Aleksey Bragin
b33ec42e10
Dmitry Gorbachev:
...
- FreeLoader first reads entire ntoskrnl.exe (about 20M) into memory, then copies it to other address. Now, freeldr reads it straight to the place, not allocating extra memory for buffer.
- Aleksey: This changes should be eventually adopted and merged into winldr's peloader.c.
See issue #3447 for more details.
svn path=/trunk/; revision=34292
2008-07-04 10:36:03 +00:00
Aleksey Bragin
97f94beafc
- There is no working strsafe lib yet, so including its header is meaningless.
...
svn path=/trunk/; revision=34291
2008-07-04 08:45:01 +00:00
Colin Finck
57e8b1c4e5
Remove the strsafe library, it was imported from a dubious source, which is incompatible with the LGPL
...
svn path=/trunk/; revision=34290
2008-07-04 08:24:37 +00:00
James Tabor
709931f91a
- Moved WM_ACTIVATEAPP calles before WM_NC/ACTIVATE calls.
...
- Implemented GetLastActivePopup, based on wine.
- Fixed DCE, pass all tests, except six clipping and one ROP check, which might be due to DCX_NORESETATTRS flag not being reset during the next GetDCEx call. <Researching>
svn path=/trunk/; revision=34289
2008-07-04 04:55:18 +00:00
Jeffrey Morlan
8912b7b4c8
- BITMAP_Cleanup: Fix leak of DIBSECTION structure; remove redundant ifs.
...
- NtGdi(Get|Set)BitmapDimension: SEHify; set ERROR_INVALID_HANDLE on a bad non-NULL bitmap.
- NtGdiGetDCforBitmap: Don't crash on bad bitmap.
svn path=/trunk/; revision=34288
2008-07-04 00:05:31 +00:00
Daniel Reimer
8bf777a515
Polish Translation Update for Calc by Olaf Siejka.
...
svn path=/trunk/; revision=34287
2008-07-03 19:41:46 +00:00
James Tabor
ef488c15c7
Add warning for GetLastActivePopup.
...
svn path=/trunk/; revision=34286
2008-07-03 18:19:16 +00:00
Johannes Anderwald
2d56ad648c
- add an empty dialog resource
...
- implement initializing the dialog
- fixes bug 3443
svn path=/trunk/; revision=34285
2008-07-03 16:46:39 +00:00
Jeffrey Morlan
32111e8715
Fix menu leaks in explorer
...
svn path=/trunk/; revision=34284
2008-07-03 15:58:37 +00:00
Jeffrey Morlan
9865603d81
Don't use msvcrt functions in kernel32; it will cause bug 3373 to reappear
...
svn path=/trunk/; revision=34283
2008-07-03 14:57:37 +00:00
Aleksey Bragin
4b6c66431e
- Fix double linking of snprintf (_snprintf should be used in CRT).
...
- Add a #undef guard for snprintf in consistency with how it previously was implemented in CRT.
svn path=/trunk/; revision=34282
2008-07-03 12:07:12 +00:00
Christoph von Wittich
d6d4af57f2
fix a typo
...
svn path=/trunk/; revision=34281
2008-07-03 10:19:12 +00:00
Christoph von Wittich
8d35fff61b
fix a typo
...
svn path=/trunk/; revision=34279
2008-07-03 08:16:34 +00:00
Pierre Schweitzer
33941ca644
Apply same fix to trunk, but without commented out code.
...
This fixes ReactOS freezes when installing VMware driver using vmwinst and browsing a NTFS volume...
svn path=/trunk/; revision=34278
2008-07-03 07:32:14 +00:00
James Tabor
d95752ca22
GetLastActivePopup is still unimplemented, we return the current window handle if it is valid.
...
svn path=/trunk/; revision=34276
2008-07-03 07:17:32 +00:00
Matthias Kupfer
0dd1a22450
- Fix to allow characters for computer name as specified in MSDN, even '-'
...
- See issue #3304 for more details.
svn path=/trunk/; revision=34275
2008-07-03 07:09:05 +00:00
James Tabor
8e5bf80622
- Fixed an issue with Avira AntiVir Personal, reported by Christoph von Wittich.
...
- GetLastActivePopup is unimplemented and returns a zero. So User32 locally checks and sees the zero and passes it to win32k for processing. There an (kbug) exception is thrown.
svn path=/trunk/; revision=34274
2008-07-03 07:05:50 +00:00
Christoph von Wittich
020dfee9f8
don't crash when no command line argument is given
...
svn path=/trunk/; revision=34273
2008-07-03 07:01:19 +00:00
James Tabor
c84f6bb63c
Move PostMessage out of gdi into user.
...
svn path=/trunk/; revision=34272
2008-07-03 06:29:30 +00:00
James Tabor
71b125ad4f
Fix MSVC issue.
...
svn path=/trunk/; revision=34271
2008-07-03 05:58:33 +00:00
James Tabor
ef1ec36884
Bug 972:
...
- Fixes the problem of selecting Explorer START menu than mouse over and clicking another application.
- Doesn't fix the problem of selecting Explorer START menu than mouse over to the opened file Explorer and clicking on it.
- Why, one might ask? The file Explorer shares the same TID.
svn path=/trunk/; revision=34270
2008-07-03 04:51:51 +00:00
James Tabor
09b382e570
Cleanup drawing lines and curves with round rect.
...
svn path=/trunk/; revision=34268
2008-07-02 18:12:07 +00:00
Jeffrey Morlan
6b4f247e21
- NtGdiAlphaBlend: If hDCSrc == hDCDest and a bitmap can't be locked, don't unlock the DC twice. Fix typo in if condition which prevented detection of bad source bitmap.
...
- NtGdiBitBlt: Fix null pointer access when cleaning up after failure to lock source bitmap.
- NtGdiStretchBlt: Fail gracefully if a bitmap can't be locked. Don't delete XlateObj if it couldn't be created.
- NtGdiPolyPatBlt: Actually *use* the safe copy that so much code was dedicated to creating. :)
- Trim a few bits of redundant code.
svn path=/trunk/; revision=34267
2008-07-02 17:20:28 +00:00
Colin Finck
d1a42af5b7
Simplify the code for fputwc, when the file is opened in text mode.
...
I verified this behaviour with a test app under Windows XP SP2. This is also the code used by the fputwc function of our previous msvcrt.
svn path=/trunk/; revision=34266
2008-07-02 16:07:01 +00:00
Dmitry Chapyshev
9bd1f760d5
- Update Russian translation
...
svn path=/trunk/; revision=34265
2008-07-02 16:06:19 +00:00
Dmitry Chapyshev
a94dc7e23b
- Add Latin American keyboard layout
...
svn path=/trunk/; revision=34264
2008-07-02 15:58:34 +00:00
Dmitry Chapyshev
602309167a
- Add Irish keyboard layout
...
svn path=/trunk/; revision=34263
2008-07-02 15:12:55 +00:00
Dmitry Chapyshev
a566b6485d
Add keyboard layouts by Alexey Komarov:
...
- Thai Kedmanee
- Thai Pattachote
- Thai Pattachote (non-ShiftLock)
svn path=/trunk/; revision=34262
2008-07-02 14:08:45 +00:00
Dmitry Chapyshev
27440be42f
- Rename kbdth to kbdth2 (part 2/2)
...
svn path=/trunk/; revision=34261
2008-07-02 13:47:42 +00:00
Dmitry Chapyshev
f04564f0d4
- Rename kbdth to kbdth2 (part 1/2)
...
svn path=/trunk/; revision=34260
2008-07-02 13:43:51 +00:00
Johannes Anderwald
284853b90b
- don't trim spaces at the end of a value as it might be part of the value
...
- fixes the boot menu timeout text disalignment from bug 3437
- behaviour verified with Microsoft Windows Vista SP2+
svn path=/trunk/; revision=34259
2008-07-02 13:40:49 +00:00
Aleksey Bragin
fc3136e93d
- Prevent crashes when heapPtr is NULL, also fix broken heap magic output. Thanks Mephisto!
...
svn path=/trunk/; revision=34256
2008-07-02 10:00:12 +00:00
Ged Murphy
30db39bf92
- the lib has an entry point
...
- remove all non-needed stuff
svn path=/trunk/; revision=34255
2008-07-02 08:49:10 +00:00
Dmitry Chapyshev
a1ae582c40
- Add msvcrt40 to bootcd
...
svn path=/trunk/; revision=34254
2008-07-02 08:22:52 +00:00
Dmitry Chapyshev
6f84c37511
- Add baseaddress for msvcrt40
...
svn path=/trunk/; revision=34253
2008-07-02 08:21:39 +00:00
Dmitry Chapyshev
ec768a7f1b
- Add msvcrt40 from Wine
...
svn path=/trunk/; revision=34252
2008-07-02 08:20:43 +00:00
Dmitry Chapyshev
6972015191
- Sync with Wine HEAD
...
svn path=/trunk/; revision=34251
2008-07-02 08:19:00 +00:00
Dmitry Chapyshev
56be7bf03b
- Update gdiplus headers
...
svn path=/trunk/; revision=34250
2008-07-02 08:18:06 +00:00