Commit graph

61706 commits

Author SHA1 Message Date
Thomas Faber a04d175469 [COM_APITEST]
- Add test for netshell classes
- Add some interfaces

svn path=/trunk/; revision=67313
2015-04-19 21:28:09 +00:00
Thomas Faber bea0b47db6 [NETSHELL]
- Use the correct names for netshell's CLSIDs as indicated by the registry and public symbols

svn path=/trunk/; revision=67312
2015-04-19 21:14:49 +00:00
Thomas Faber 604568dbaf [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
2015-04-19 21:07:35 +00:00
Thomas Faber 147890023b [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
2015-04-19 20:56:42 +00:00
Daniel Reimer 1d5b7fe3a9 [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
2015-04-19 20:30:44 +00:00
Daniel Reimer c2a8bdf32d [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
2015-04-19 20:27:51 +00:00
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