Commit graph

61750 commits

Author SHA1 Message Date
Thomas Faber 1b57c10937 [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
2015-04-19 20:18:25 +00:00
Pierre Schweitzer 2a8f6b6f83 [KERNEL32_APITEST]
Complete a bit more the PrivMoveFileIdentityW tests

svn path=/trunk/; revision=67306
2015-04-19 19:36:42 +00:00
Christoph von Wittich 3804a6e321 [RAPPS]
fix handle leaks

svn path=/trunk/; revision=67305
2015-04-19 19:28:03 +00:00
Amine Khaldi ece1ba5016 [THEMEUI] Leverage add_registry_inf() as suggested by Timo. Addendum to r67242. CORE-5984
svn path=/trunk/; revision=67304
2015-04-19 16:13:02 +00:00
Daniel Reimer 683e673938 [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
2015-04-19 15:39:35 +00:00
Daniel Reimer 5f7fca0e19 [ROSAPPS] - Fix font size for Chinese and Korean resources to FONT 9. Fonts are still a problem: CORE-9566
svn path=/trunk/; revision=67302
2015-04-19 15:37:29 +00:00
Amine Khaldi 4eb6ce6ee8 [INF] Remove duplicated Romanian translations. Addendum to r67142. Spotted by Thomas Faber. CORE-9516
svn path=/trunk/; revision=67301
2015-04-19 15:28:25 +00:00
Daniel Reimer d6a3e7a17e [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
2015-04-19 15:21:21 +00:00
Daniel Reimer e061837c3d [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
2015-04-19 15:18:22 +00:00
Thomas Faber 295cce9d87 [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
2015-04-19 15:01:54 +00:00
Daniel Reimer 2afda9e6c7 [ROSAPPS]
There are still RBUILD files in here?? NOT anymore!

svn path=/trunk/; revision=67297
2015-04-19 12:21:56 +00:00
Daniel Reimer 63ffb29130 [DXTN]
Fix build by adding a "-Wno-error=unused-but-set-variable" which is needed.

svn path=/trunk/; revision=67296
2015-04-19 12:15:35 +00:00
Daniel Reimer ef1f80bd88 [ROSAPPS]
Remove not needed -Wno-error and allow_warnings()

svn path=/trunk/; revision=67295
2015-04-19 12:14:36 +00:00
Timo Kreuzer 8d7d45ce07 [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
2015-04-19 10:03:21 +00:00
Thomas Faber 75a0594a4a [WIN32K:NTUSER]
- Remove a useless assert (-Wtype-limits)

svn path=/trunk/; revision=67293
2015-04-19 09:39:47 +00:00
Thomas Faber 42874bbd76 [COMDLG32]
- Revert DIALOG resource changes from r67286. Fixes test regressions.
CORE-9563

svn path=/trunk/; revision=67292
2015-04-19 08:53:57 +00:00
Thomas Faber f5a19bfe31 [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
2015-04-19 08:39:58 +00:00
Aleksandar Andrejevic 5e3f9799d4 [NTVDM]
Account for DoubleVision when updating relative movement counters.


svn path=/trunk/; revision=67290
2015-04-19 02:12:12 +00:00
Daniel Reimer 9d66b452ee [DLL]
Add manifests. Let's hope MSVC build survives this...

svn path=/trunk/; revision=67289
2015-04-19 01:38:13 +00:00
Daniel Reimer b76b713a6b [SHUTDOWN & LICCPA]
Add missing DS_SHELLFONT

svn path=/trunk/; revision=67288
2015-04-19 00:55:40 +00:00
Daniel Reimer d420c254f2 [WINFILE]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT

svn path=/trunk/; revision=67287
2015-04-19 00:47:17 +00:00
Daniel Reimer 5c9ae54839 [WIN32]
DIALOG -> DIALOGEX

svn path=/trunk/; revision=67286
2015-04-19 00:40:15 +00:00
Daniel Reimer 4fd1dd0a20 [STOBJECT]
Add missing DS_SHELLFONT

svn path=/trunk/; revision=67285
2015-04-19 00:29:28 +00:00
Daniel Reimer aa0f3dbd65 [WIN32]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT

svn path=/trunk/; revision=67284
2015-04-19 00:28:37 +00:00
Hermès Bélusca-Maïto 9d3bb1fef2 [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
2015-04-19 00:01:03 +00:00
Timo Kreuzer b8d8a11522 [WIN32K]
Add missing locking in BASEOBJ::LockShared. Fixes theming regression.
CORE-9535 #resolve

svn path=/trunk/; revision=67282
2015-04-18 23:27:05 +00:00
Daniel Reimer 3c137300a8 [SSSTARS]
Remove useless define.

svn path=/trunk/; revision=67281
2015-04-18 22:01:31 +00:00
Aleksandar Andrejevic f6e7bd7e87 [NTVDM]
Fix host-to-VGA address translation.


svn path=/trunk/; revision=67280
2015-04-18 22:00:44 +00:00
Pierre Schweitzer f033a19054 [KERNEL32_APITEST]
Erm. That wasn't meant to remain here! :-P

svn path=/trunk/; revision=67279
2015-04-18 21:34:12 +00:00
Pierre Schweitzer f656eab188 [KERNEL32_APITEST]
Make PrivMoveFileIdentityW test work even if kernel32_apitest.exe isn't in current directory

svn path=/trunk/; revision=67278
2015-04-18 21:30:15 +00:00
Daniel Reimer d367e2415e [CMIDriver]
DIALOG -> DIALOGEX
Add DS_SHELLFONT
Add manifest

svn path=/trunk/; revision=67277
2015-04-18 21:28:04 +00:00
Daniel Reimer 0a4db106df [MMSYS]
Forgot these DIALOG -> DIALOGEX

svn path=/trunk/; revision=67276
2015-04-18 20:07:46 +00:00
Daniel Reimer b307bce29a [APPLICATIONS]
Add missing DS_SHELLFONT

svn path=/trunk/; revision=67275
2015-04-18 20:04:32 +00:00
Daniel Reimer 2f256805b0 [CPL]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT

svn path=/trunk/; revision=67274
2015-04-18 20:03:37 +00:00
Pierre Schweitzer ad157d2c6f [KERNEL32_APITEST]
Add tests for PrivMoveFileIdentityW().

Tested on w2k3 by Thomas

svn path=/trunk/; revision=67273
2015-04-18 19:46:57 +00:00
Daniel Reimer 7a96f42b4a [OLEDLG]
Add DS_SHELLFONT, remove DS_SETFONT

svn path=/trunk/; revision=67272
2015-04-18 18:16:27 +00:00
Daniel Reimer 4f8dfe4162 [LOCALUI]
Add DS_SHELLFONT, remove DS_3DLOOK, remove DS_SETFONT

svn path=/trunk/; revision=67271
2015-04-18 18:15:45 +00:00
Daniel Reimer 34605d9db7 [COMDLG32]
Add DS_SHELLFONT, remove DS_3DLOOK

svn path=/trunk/; revision=67270
2015-04-18 18:15:00 +00:00
Daniel Reimer 142d59e17e [COMCTL32]
Add DS_SHELLFONT, remove DS_3DLOOK

svn path=/trunk/; revision=67269
2015-04-18 18:14:17 +00:00
Daniel Reimer 93ab4816cf [ACLUI]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT


svn path=/trunk/; revision=67268
2015-04-18 18:13:04 +00:00
Daniel Reimer ee6268a918 [SYSDM]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT

svn path=/trunk/; revision=67267
2015-04-18 18:11:58 +00:00
Daniel Reimer 11223a1494 [ACCESS]
Fix one sad and lonely DS_SETFONT

svn path=/trunk/; revision=67266
2015-04-18 18:11:31 +00:00
Daniel Reimer 61e3238726 [EXPLORER]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT

svn path=/trunk/; revision=67265
2015-04-18 18:10:41 +00:00
Daniel Reimer 2b0c1cd0c5 [REGEDIT]
Remove DS_FIXEDSYS

svn path=/trunk/; revision=67264
2015-04-18 18:09:50 +00:00
Thomas Faber a95722c7b0 [NETAPI32]
- Stub NetEnumerateTrustedDomains.
CORE-9560 #resolve

svn path=/trunk/; revision=67263
2015-04-18 16:40:48 +00:00
Daniel Reimer f49de0678b [CALC]
Remove useless define.

svn path=/trunk/; revision=67262
2015-04-18 15:59:42 +00:00
Hermès Bélusca-Maïto 24a86ea3e4 [NTVDM]: Fix the fix of r67238 (inversion min/max).
svn path=/trunk/; revision=67261
2015-04-18 15:38:51 +00:00
Daniel Reimer daa2e87bfe [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
2015-04-18 15:20:12 +00:00
Amine Khaldi ace0ec521d [SNDREC32] Set the DS_SHELLFONT flag instead of DS_FIXEDSYS and/or DS_SETFONT.
svn path=/trunk/; revision=67259
2015-04-18 14:53:29 +00:00
Amine Khaldi 1eeb7ee623 [WORDPAD] Use DIALOGEX instead of the now obsolete DIALOG. CORE-9559
svn path=/trunk/; revision=67258
2015-04-18 14:49:38 +00:00