Amine Khaldi [Wed, 22 Apr 2015 20:48:13 +0000 (20:48 +0000)]
[URLMON_WINETEST] Skip test_ftp_protocol() because of timeouts. ROSTESTS-165
svn path=/trunk/; revision=67354
Thomas Faber [Wed, 22 Apr 2015 20:24:29 +0000 (20:24 +0000)]
[GDI32][WIN32K:NTGDI]
- Correctly handle relative paths passed to AddFontResource*.
- Fix the user->kernel interface between GdiAddFontResourceW and NtGdiAddFontResourceW
Patch by Víctor Martínez Calvo.
CORE-9079
svn path=/trunk/; revision=67353
Aleksandar Andrejevic [Wed, 22 Apr 2015 19:56:50 +0000 (19:56 +0000)]
[NTVDM]
Implement the XMS functions AH = 03h and AH = 04h (global enable/disable A20).
Make the GetHandleRecord function in the EMS driver inline.
CORE-8277 #comment Please retest.
svn path=/trunk/; revision=67352
Hermès Bélusca-Maïto [Wed, 22 Apr 2015 17:27:35 +0000 (17:27 +0000)]
[NTVDM]
- Fix copy-paste error in the initialization of DriverHeader.
- Use BOP_... syntax for BOP #define names (to comply with the rest of the code).
svn path=/trunk/; revision=67351
Amine Khaldi [Wed, 22 Apr 2015 16:53:55 +0000 (16:53 +0000)]
[RAPPS_NEW] Use rapps as base for implementing the new Applications Manager for ReactOS CE. CORE-9593
svn path=/trunk/; revision=67350
Thomas Faber [Wed, 22 Apr 2015 15:50:00 +0000 (15:50 +0000)]
[NTDLL_APITEST]
- Ensure 4-byte alignment for ATOM_BASIC_INFORMATION
CORE-6994 #resolve
svn path=/trunk/; revision=67349
Amine Khaldi [Wed, 22 Apr 2015 12:44:36 +0000 (12:44 +0000)]
[URLMON_WINETEST] Skip test_http_protocol() and test_https_protocol() because of timeouts. ROSTESTS-165
svn path=/trunk/; revision=67348
Aleksandar Andrejevic [Wed, 22 Apr 2015 12:13:14 +0000 (12:13 +0000)]
[NTVDM]
Avoid array indexing with invalid indexes, always.
svn path=/trunk/; revision=67347
Amine Khaldi [Wed, 22 Apr 2015 08:49:35 +0000 (08:49 +0000)]
[XDK] Partially revert r67338. We already have this in ntifs.h
svn path=/trunk/; revision=67346
Amine Khaldi [Wed, 22 Apr 2015 08:44:41 +0000 (08:44 +0000)]
[PSDK] Add missing KF_FLAG_DEFAULT_PATH definition.
svn path=/trunk/; revision=67345
Amine Khaldi [Wed, 22 Apr 2015 08:38:32 +0000 (08:38 +0000)]
[WININET_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67344
Amine Khaldi [Wed, 22 Apr 2015 08:30:31 +0000 (08:30 +0000)]
[WININET] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67343
Thomas Faber [Wed, 22 Apr 2015 07:23:49 +0000 (07:23 +0000)]
[SHELL32]
- Add colon after driver letter in Check Disk dialog title. Patch by Barrett Karish
CORE-9583 #resolve
svn path=/trunk/; revision=67342
Aleksandar Andrejevic [Wed, 22 Apr 2015 03:11:03 +0000 (03:11 +0000)]
[FAST486]
Fix compilation when FAST486_NO_PREFETCH is set.
svn path=/trunk/; revision=67341
Aleksandar Andrejevic [Wed, 22 Apr 2015 03:10:11 +0000 (03:10 +0000)]
[NTVDM]
Implement basic XMS functions.
svn path=/trunk/; revision=67340
Aleksandar Andrejevic [Tue, 21 Apr 2015 22:48:28 +0000 (22:48 +0000)]
[NTVDM]
- Move the EMS code from the BIOS to the DOS driver where it belongs.
- Expand the DOS device API with a new function, DosCreateDeviceEx, which
will allow 32-bit DOS driver to reserve private memory.
- For each DOS device, create an entry in guest memory so that 16-bit code
can call 32-bit DOS drivers directly.
- Implement an XMS driver stub that uses the above.
- Arch, that's not how the DOS driver strategy routine works, you need to
give it the request in ES:BX which it will store somewhere, and then call
the interrupt routine.
svn path=/trunk/; revision=67339
Pierre Schweitzer [Tue, 21 Apr 2015 19:47:49 +0000 (19:47 +0000)]
[NDK]
Add definition for FILE_TRACKING_INFORMATION
[XDK]
Add definition for FILE_TRACKING_INFORMATION
svn path=/trunk/; revision=67338
Pierre Schweitzer [Tue, 21 Apr 2015 19:44:16 +0000 (19:44 +0000)]
[KERNEL32]
Move BasepOpenFileForMove() in the Basep functions block.
No code change!
svn path=/trunk/; revision=67337
Amine Khaldi [Tue, 21 Apr 2015 11:43:15 +0000 (11:43 +0000)]
[SHELL32] Add missing colon in window title bar when formatting a disk. By Radek Liska. CORE-9531
svn path=/trunk/; revision=67336
Pierre Schweitzer [Tue, 21 Apr 2015 10:55:26 +0000 (10:55 +0000)]
[KERNEL32]
- Implement BasepOpenFileForMove() used by PrivMoveFileIdentityW(), with its Windows bugs
- Implement PrivMoveFileIdentityW()
Not sure yet why Windows implementation exposes a sharing violation during our API test. Our absence of sharing violation looks more legit...
To be investigated.
svn path=/trunk/; revision=67335
Thomas Faber [Tue, 21 Apr 2015 10:50:12 +0000 (10:50 +0000)]
[NTDLL_APITEST]
- Add some more tests for RtlDoesFileExists_*, in particular passing NT paths
CORE-9523
svn path=/trunk/; revision=67334
Thomas Faber [Tue, 21 Apr 2015 10:14:12 +0000 (10:14 +0000)]
[WIN32K:NTUSER]
- Fix some GetWindowPlacement tests
CORE-9578
svn path=/trunk/; revision=67333
Pierre Schweitzer [Tue, 21 Apr 2015 09:30:05 +0000 (09:30 +0000)]
[KERNEL32_APITEST]
Force hexa output
svn path=/trunk/; revision=67332
Thomas Faber [Tue, 21 Apr 2015 09:25:51 +0000 (09:25 +0000)]
[USER32_APITEST]
- Use correct format specifiers aka fix GCC build
svn path=/trunk/; revision=67331
Thomas Faber [Tue, 21 Apr 2015 09:21:22 +0000 (09:21 +0000)]
[USER32_APITEST]
- Add a test for GetWindowPlacement
CORE-9578
svn path=/trunk/; revision=67330
James Tabor [Tue, 21 Apr 2015 04:45:09 +0000 (04:45 +0000)]
[Win32k]
- Passing GetDesktopWindow() to GetWindowPlacement() causes NULL pointer dereference, Bug found by Nathan Osman, Fix CORE-9578.
svn path=/trunk/; revision=67329
Thomas Faber [Mon, 20 Apr 2015 20:01:48 +0000 (20:01 +0000)]
[COMCTL32]
- Fix use after free in DPA_Merge
svn path=/trunk/; revision=67328
Daniel Reimer [Mon, 20 Apr 2015 17:25:24 +0000 (17:25 +0000)]
[INF]
Add FontSubstitutes for Times and Tms Rmn which are not there in ROS, but in Windows
svn path=/trunk/; revision=67327
Aleksandar Andrejevic [Mon, 20 Apr 2015 17:10:28 +0000 (17:10 +0000)]
[NTVDM]
We must set the retry flag when repeating a call to GetNextVDMCommand.
svn path=/trunk/; revision=67326
Aleksandar Andrejevic [Mon, 20 Apr 2015 14:02:18 +0000 (14:02 +0000)]
[NTVDM]
Make the total amount of EMS pages configurable.
Allocate memory for EMS instead of sharing a part of the guest memory.
svn path=/trunk/; revision=67325
Thomas Faber [Mon, 20 Apr 2015 09:35:39 +0000 (09:35 +0000)]
[SYSSETUP]
- Addendum to r66069: also install tcpip on the livecd
CORE-9564 CORE-9113
svn path=/trunk/; revision=67324
Thomas Faber [Mon, 20 Apr 2015 07:32:03 +0000 (07:32 +0000)]
[NETSHELL]
- Fix spelling in README. Patch by Jared Smudde.
CORE-9568 #resolve
svn path=/trunk/; revision=67323
Aleksandar Andrejevic [Mon, 20 Apr 2015 02:22:56 +0000 (02:22 +0000)]
[FAST486]
Fix ENTER and LEAVE in the same way I fixed PUSH and POP in the previous 2 commits.
svn path=/trunk/; revision=67322
Aleksandar Andrejevic [Mon, 20 Apr 2015 01:25:04 +0000 (01:25 +0000)]
[FAST486]
(Addendum to r67320) ... and that goes for POP too...
svn path=/trunk/; revision=67321
Aleksandar Andrejevic [Mon, 20 Apr 2015 00:36:46 +0000 (00:36 +0000)]
[FAST486]
Whether stack operations use ESP or SP depends on the size of the stack segment.
svn path=/trunk/; revision=67320
Daniel Reimer [Mon, 20 Apr 2015 00:08:02 +0000 (00:08 +0000)]
[FRAGINATOR]
Make the GUI version actually work by disabling wmain per ifdef which will be set only at CUI build.
Fix resources to make the text fit nicely and get rid of the RLEXT/LTEXT mess
Add German translation
svn path=/trunk/; revision=67319
Thomas Faber [Mon, 20 Apr 2015 00:03:34 +0000 (00:03 +0000)]
[IPCONFIG]
- Add missing newlines
svn path=/trunk/; revision=67318
Aleksandar Andrejevic [Sun, 19 Apr 2015 23:11:07 +0000 (23:11 +0000)]
[FAST486]
Implement the 287-only instructions FSETPM and FRSTPM as nops. (This is how the 487
is supposed to treat them.)
svn path=/trunk/; revision=67317
Thomas Faber [Sun, 19 Apr 2015 22:50:25 +0000 (22:50 +0000)]
[NETSHELL][COM_APITEST]
- Remove another MessageBox...
- Also test some more interfaces found in netshell classes
svn path=/trunk/; revision=67316
Aleksandar Andrejevic [Sun, 19 Apr 2015 22:34:12 +0000 (22:34 +0000)]
[FAST486]
Clear the CF and OF flags in AND, OR and XOR.
svn path=/trunk/; revision=67315
Thomas Faber [Sun, 19 Apr 2015 22:16:34 +0000 (22:16 +0000)]
[NETSHELL]
- Do not display a message box in CLanStatus::QueryInterface. Fixes hang when running com_apitest:netshell
- Change the order of some interfaces in CNetworkConnections to make com_apitest slightly happier
svn path=/trunk/; revision=67314
Thomas Faber [Sun, 19 Apr 2015 21:28:09 +0000 (21:28 +0000)]
[COM_APITEST]
- Add test for netshell classes
- Add some interfaces
svn path=/trunk/; revision=67313
Thomas Faber [Sun, 19 Apr 2015 21:14:49 +0000 (21:14 +0000)]
[NETSHELL]
- Use the correct names for netshell's CLSIDs as indicated by the registry and public symbols
svn path=/trunk/; revision=67312
Thomas Faber [Sun, 19 Apr 2015 21:07:35 +0000 (21:07 +0000)]
[NETSHELL]
- Keep a CLanStatus instance around in CNetworkConnections (as before r65758) and properly manage its lifetime. Fixes Status context menu item for network connections.
CORE-9564
svn path=/trunk/; revision=67311
Thomas Faber [Sun, 19 Apr 2015 20:56:42 +0000 (20:56 +0000)]
[NETSHELL]
- Some additions to the previous commit
- Make destructors private
- Use delete to free object allocated using new
- Try to fix some ITEMIDLIST typing
svn path=/trunk/; revision=67310
Daniel Reimer [Sun, 19 Apr 2015 20:30:44 +0000 (20:30 +0000)]
[ROSAPPS] Add Fraginator to build. This thing NEVER could have worked in that state in RBUILD. rc file was not even selected to have any chance of any dialog. Billions of things are defined a billion times in any language RC file. etcetc.
svn path=/trunk/; revision=67309
Daniel Reimer [Sun, 19 Apr 2015 20:27:51 +0000 (20:27 +0000)]
[ROSAPPS] Add devutils to cmake build. Thx for Amine Khaldi, Thomas Faber and learn_more for help. More will come.
svn path=/trunk/; revision=67308
Thomas Faber [Sun, 19 Apr 2015 20:18:25 +0000 (20:18 +0000)]
[NETSHELL]
Fix artifacts from incomplete C++ conversion:
- Add m_ prefix to member variables to avoid shadowing locals
- Use initializer lists in constructors
- Use destructors instead of putting code in Release
- Avoid C-style casts (not exhaustive)
svn path=/trunk/; revision=67307
Pierre Schweitzer [Sun, 19 Apr 2015 19:36:42 +0000 (19:36 +0000)]
[KERNEL32_APITEST]
Complete a bit more the PrivMoveFileIdentityW tests
svn path=/trunk/; revision=67306
Christoph von Wittich [Sun, 19 Apr 2015 19:28:03 +0000 (19:28 +0000)]
[RAPPS]
fix handle leaks
svn path=/trunk/; revision=67305
Amine Khaldi [Sun, 19 Apr 2015 16:13:02 +0000 (16:13 +0000)]
[THEMEUI] Leverage add_registry_inf() as suggested by Timo. Addendum to r67242. CORE-5984
svn path=/trunk/; revision=67304
Daniel Reimer [Sun, 19 Apr 2015 15:39:35 +0000 (15:39 +0000)]
[zh-CN, zh-TW, ko-KR] - Fix font size for Chinese and Korean resources to FONT 9. Fonts are still a problem: CORE-9566
svn path=/trunk/; revision=67303
Daniel Reimer [Sun, 19 Apr 2015 15:37:29 +0000 (15:37 +0000)]
[ROSAPPS] - Fix font size for Chinese and Korean resources to FONT 9. Fonts are still a problem: CORE-9566
svn path=/trunk/; revision=67302
Amine Khaldi [Sun, 19 Apr 2015 15:28:25 +0000 (15:28 +0000)]
[INF] Remove duplicated Romanian translations. Addendum to r67142. Spotted by Thomas Faber. CORE-9516
svn path=/trunk/; revision=67301
Daniel Reimer [Sun, 19 Apr 2015 15:21:21 +0000 (15:21 +0000)]
[ja-JP]
JP uses MS Gothic UI FONT 9 in Windows 5.2, not a mix of two different sizes and fonts and nothing else!
svn path=/trunk/; revision=67300
Daniel Reimer [Sun, 19 Apr 2015 15:18:22 +0000 (15:18 +0000)]
[ROSAPPS]
JP uses MS Gothic UI FONT 9 in Windows 5.2
Fix wrong font size
Fix wrong font in a template
svn path=/trunk/; revision=67299
Thomas Faber [Sun, 19 Apr 2015 15:01:54 +0000 (15:01 +0000)]
[NETSHELL]{NCPA]
- Move Network Connections back to Control Panel, where it belongs. Was accidentally moved to My Computer in r66485.
CORE-9495 #resolve
CORE-9564
svn path=/trunk/; revision=67298
Daniel Reimer [Sun, 19 Apr 2015 12:21:56 +0000 (12:21 +0000)]
[ROSAPPS]
There are still RBUILD files in here?? NOT anymore!
svn path=/trunk/; revision=67297
Daniel Reimer [Sun, 19 Apr 2015 12:15:35 +0000 (12:15 +0000)]
[DXTN]
Fix build by adding a "-Wno-error=unused-but-set-variable" which is needed.
svn path=/trunk/; revision=67296
Daniel Reimer [Sun, 19 Apr 2015 12:14:36 +0000 (12:14 +0000)]
[ROSAPPS]
Remove not needed -Wno-error and allow_warnings()
svn path=/trunk/; revision=67295
Timo Kreuzer [Sun, 19 Apr 2015 10:03:21 +0000 (10:03 +0000)]
[CRT]
Add ARM stubs for _abnormal_termination, _except_handler2, _except_handler3, _global_unwind2, _local_unwind2, __C_specific_handler, __CxxFrameHandler, __rt_srsh
[RTL]
Add ARM stubs for RtlGetCallersAddress, RtlDispatchException, RtlUnwind, RtlInitializeContext
[NTOSKRNL]
Add ARM stubs for READ/WRITE_REGISTER_*
svn path=/trunk/; revision=67294
Thomas Faber [Sun, 19 Apr 2015 09:39:47 +0000 (09:39 +0000)]
[WIN32K:NTUSER]
- Remove a useless assert (-Wtype-limits)
svn path=/trunk/; revision=67293
Thomas Faber [Sun, 19 Apr 2015 08:53:57 +0000 (08:53 +0000)]
[COMDLG32]
- Revert DIALOG resource changes from r67286. Fixes test regressions.
CORE-9563
svn path=/trunk/; revision=67292
Thomas Faber [Sun, 19 Apr 2015 08:39:58 +0000 (08:39 +0000)]
[CMAKE]
We have a zero-warnings policy in trunk, accordingly:
- Disable overflow warnings in mciwave
- Remove all -Wno-error directives
- Remove all allow_warnings invocations
- Make allow_warnings defunct, it needs to be reworked, e.g. according to CORE-6959.
svn path=/trunk/; revision=67291
Aleksandar Andrejevic [Sun, 19 Apr 2015 02:12:12 +0000 (02:12 +0000)]
[NTVDM]
Account for DoubleVision when updating relative movement counters.
svn path=/trunk/; revision=67290
Daniel Reimer [Sun, 19 Apr 2015 01:38:13 +0000 (01:38 +0000)]
[DLL]
Add manifests. Let's hope MSVC build survives this...
svn path=/trunk/; revision=67289
Daniel Reimer [Sun, 19 Apr 2015 00:55:40 +0000 (00:55 +0000)]
[SHUTDOWN & LICCPA]
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67288
Daniel Reimer [Sun, 19 Apr 2015 00:47:17 +0000 (00:47 +0000)]
[WINFILE]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67287
Daniel Reimer [Sun, 19 Apr 2015 00:40:15 +0000 (00:40 +0000)]
[WIN32]
DIALOG -> DIALOGEX
svn path=/trunk/; revision=67286
Daniel Reimer [Sun, 19 Apr 2015 00:29:28 +0000 (00:29 +0000)]
[STOBJECT]
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67285
Daniel Reimer [Sun, 19 Apr 2015 00:28:37 +0000 (00:28 +0000)]
[WIN32]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67284
Hermès Bélusca-Maïto [Sun, 19 Apr 2015 00:01:03 +0000 (00:01 +0000)]
[NTVDM]
- Rearrange header inclusions. Put almost all NDK stuff in ntvdm.h.
- sizeof(array)/sizeof(array[0]) --> ARRAYSIZE(array) : increase code readability.
- Use Rtl heap functions (other parts of the code already did use them).
svn path=/trunk/; revision=67283
Timo Kreuzer [Sat, 18 Apr 2015 23:27:05 +0000 (23:27 +0000)]
[WIN32K]
Add missing locking in BASEOBJ::LockShared. Fixes theming regression.
CORE-9535 #resolve
svn path=/trunk/; revision=67282
Daniel Reimer [Sat, 18 Apr 2015 22:01:31 +0000 (22:01 +0000)]
[SSSTARS]
Remove useless define.
svn path=/trunk/; revision=67281
Aleksandar Andrejevic [Sat, 18 Apr 2015 22:00:44 +0000 (22:00 +0000)]
[NTVDM]
Fix host-to-VGA address translation.
svn path=/trunk/; revision=67280
Pierre Schweitzer [Sat, 18 Apr 2015 21:34:12 +0000 (21:34 +0000)]
[KERNEL32_APITEST]
Erm. That wasn't meant to remain here! :-P
svn path=/trunk/; revision=67279
Pierre Schweitzer [Sat, 18 Apr 2015 21:30:15 +0000 (21:30 +0000)]
[KERNEL32_APITEST]
Make PrivMoveFileIdentityW test work even if kernel32_apitest.exe isn't in current directory
svn path=/trunk/; revision=67278
Daniel Reimer [Sat, 18 Apr 2015 21:28:04 +0000 (21:28 +0000)]
[CMIDriver]
DIALOG -> DIALOGEX
Add DS_SHELLFONT
Add manifest
svn path=/trunk/; revision=67277
Daniel Reimer [Sat, 18 Apr 2015 20:07:46 +0000 (20:07 +0000)]
[MMSYS]
Forgot these DIALOG -> DIALOGEX
svn path=/trunk/; revision=67276
Daniel Reimer [Sat, 18 Apr 2015 20:04:32 +0000 (20:04 +0000)]
[APPLICATIONS]
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67275
Daniel Reimer [Sat, 18 Apr 2015 20:03:37 +0000 (20:03 +0000)]
[CPL]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67274
Pierre Schweitzer [Sat, 18 Apr 2015 19:46:57 +0000 (19:46 +0000)]
[KERNEL32_APITEST]
Add tests for PrivMoveFileIdentityW().
Tested on w2k3 by Thomas
svn path=/trunk/; revision=67273
Daniel Reimer [Sat, 18 Apr 2015 18:16:27 +0000 (18:16 +0000)]
[OLEDLG]
Add DS_SHELLFONT, remove DS_SETFONT
svn path=/trunk/; revision=67272
Daniel Reimer [Sat, 18 Apr 2015 18:15:45 +0000 (18:15 +0000)]
[LOCALUI]
Add DS_SHELLFONT, remove DS_3DLOOK, remove DS_SETFONT
svn path=/trunk/; revision=67271
Daniel Reimer [Sat, 18 Apr 2015 18:15:00 +0000 (18:15 +0000)]
[COMDLG32]
Add DS_SHELLFONT, remove DS_3DLOOK
svn path=/trunk/; revision=67270
Daniel Reimer [Sat, 18 Apr 2015 18:14:17 +0000 (18:14 +0000)]
[COMCTL32]
Add DS_SHELLFONT, remove DS_3DLOOK
svn path=/trunk/; revision=67269
Daniel Reimer [Sat, 18 Apr 2015 18:13:04 +0000 (18:13 +0000)]
[ACLUI]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT
svn path=/trunk/; revision=67268
Daniel Reimer [Sat, 18 Apr 2015 18:11:58 +0000 (18:11 +0000)]
[SYSDM]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT
svn path=/trunk/; revision=67267
Daniel Reimer [Sat, 18 Apr 2015 18:11:31 +0000 (18:11 +0000)]
[ACCESS]
Fix one sad and lonely DS_SETFONT
svn path=/trunk/; revision=67266
Daniel Reimer [Sat, 18 Apr 2015 18:10:41 +0000 (18:10 +0000)]
[EXPLORER]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT
svn path=/trunk/; revision=67265
Daniel Reimer [Sat, 18 Apr 2015 18:09:50 +0000 (18:09 +0000)]
[REGEDIT]
Remove DS_FIXEDSYS
svn path=/trunk/; revision=67264
Thomas Faber [Sat, 18 Apr 2015 16:40:48 +0000 (16:40 +0000)]
[NETAPI32]
- Stub NetEnumerateTrustedDomains.
CORE-9560 #resolve
svn path=/trunk/; revision=67263
Daniel Reimer [Sat, 18 Apr 2015 15:59:42 +0000 (15:59 +0000)]
[CALC]
Remove useless define.
svn path=/trunk/; revision=67262
Hermès Bélusca-Maïto [Sat, 18 Apr 2015 15:38:51 +0000 (15:38 +0000)]
[NTVDM]: Fix the fix of r67238 (inversion min/max).
svn path=/trunk/; revision=67261
Daniel Reimer [Sat, 18 Apr 2015 15:20:12 +0000 (15:20 +0000)]
[SYSSETUP]
Whatever the reason was to make all DLGs use "MS Shell Dlg" and one "MS Shell Dlg 2"... this is no more.
svn path=/trunk/; revision=67260
Amine Khaldi [Sat, 18 Apr 2015 14:53:29 +0000 (14:53 +0000)]
[SNDREC32] Set the DS_SHELLFONT flag instead of DS_FIXEDSYS and/or DS_SETFONT.
svn path=/trunk/; revision=67259
Amine Khaldi [Sat, 18 Apr 2015 14:49:38 +0000 (14:49 +0000)]
[WORDPAD] Use DIALOGEX instead of the now obsolete DIALOG. CORE-9559
svn path=/trunk/; revision=67258
Amine Khaldi [Sat, 18 Apr 2015 14:45:49 +0000 (14:45 +0000)]
[BROWSEUI] Don't use DS_3DLOOK as it's outdated and not of any use. Set the DS_SHELLFONT flag instead of DS_FIXEDSYS and/or DS_SETFONT.
svn path=/trunk/; revision=67257
Amine Khaldi [Sat, 18 Apr 2015 14:30:12 +0000 (14:30 +0000)]
[WORDPAD] Adjust language resources to ReactOS norms.
svn path=/trunk/; revision=67256
Daniel Reimer [Sat, 18 Apr 2015 14:28:13 +0000 (14:28 +0000)]
[REGEDIT]
Fix wrong font usage
svn path=/trunk/; revision=67255