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
Amine Khaldi
48be692eb7
[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
2015-04-18 14:45:49 +00:00
Amine Khaldi
4dd2cc5ea1
[WORDPAD] Adjust language resources to ReactOS norms.
...
svn path=/trunk/; revision=67256
2015-04-18 14:30:12 +00:00
Daniel Reimer
f13344f247
[REGEDIT]
...
Fix wrong font usage
svn path=/trunk/; revision=67255
2015-04-18 14:28:13 +00:00
Daniel Reimer
e08532d4dd
[LICCPA]
...
Fix wrong behavior using Helvetica instead of MS Shell DLG (Why did anyone have such an idea???)
svn path=/trunk/; revision=67254
2015-04-18 14:22:23 +00:00
Amine Khaldi
0278094b01
[WINHLP32][WORDPAD] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67253
2015-04-18 13:06:39 +00:00
Amine Khaldi
ebc4c80fdc
[WINHLP32] Use DIALOGEX instead of the now obsolete DIALOG. CORE-9559
...
svn path=/trunk/; revision=67252
2015-04-18 12:49:55 +00:00
Amine Khaldi
89023e2a35
[SNDVOL32] Use DIALOGEX instead of the now obsolete DIALOG. CORE-9559
...
svn path=/trunk/; revision=67251
2015-04-18 12:30:30 +00:00
Thomas Faber
cbe2b11ed5
[MSVCR*]
...
- Don't bother to clean up at process exit (Wine commit 66a54686 by Alexandre Julliard)
svn path=/trunk/; revision=67250
2015-04-18 12:15:15 +00:00
Daniel Reimer
fd843b6fd0
[IEFRAME]
...
Add missing DS_SHELLFONT.
svn path=/trunk/; revision=67249
2015-04-18 11:31:28 +00:00
Daniel Reimer
9d424f98da
[EXPLORER]
...
Windres hid the double resource usage very well... Revert the manifest using commit, because we already have one.
svn path=/trunk/; revision=67248
2015-04-18 11:15:51 +00:00
Amine Khaldi
5e47f40aee
[NETAPI32] Remove unneeded casts. Inspired by CORE-7324
...
svn path=/trunk/; revision=67247
2015-04-18 11:07:22 +00:00
Daniel Reimer
f3a11426c9
[MANIFEST]
...
Add manifest to vmwinst, explorer and winlogon.
Remove em from telephon and ntobjshex again. No dialog, no manifest ^^
svn path=/trunk/; revision=67246
2015-04-18 11:04:59 +00:00
Amine Khaldi
0dcee3cc62
[NTOBJSHEX] Fix copypasta.
...
svn path=/trunk/; revision=67245
2015-04-18 10:09:15 +00:00
Pierre Schweitzer
b78384bea9
[NTOBJSHEX]
...
Add French translation
svn path=/trunk/; revision=67244
2015-04-18 10:02:19 +00:00
Daniel Reimer
03aeb818fe
[CPL]
...
Add manifest to telephon.cpl.
[SHELLEXT]
Add manifest to netshell, stobject and ntobjshex.
Translate ntobjshex to German.
svn path=/trunk/; revision=67243
2015-04-18 09:57:21 +00:00
Amine Khaldi
4016681e08
[THEMEUI] Add this module for .msstyle file type association. By Lee Schroeder. CORE-5984
...
svn path=/trunk/; revision=67242
2015-04-18 09:52:23 +00:00
Pierre Schweitzer
20acb71cf4
[IEFRAME]
...
Add French translation
svn path=/trunk/; revision=67241
2015-04-18 09:50:23 +00:00
Daniel Reimer
6bb797cec3
Fixing some incorrectly written Reactos/ReactOs -> ReactOS by Raked Liska
...
CORE-9536 #comment Even less of these now.
svn path=/trunk/; revision=67240
2015-04-18 09:21:51 +00:00
Daniel Reimer
e675ab0cb6
Fixing some incorrectly written Reactos -> ReactOS
...
CORE-7524 #comment Some less of these now.
svn path=/trunk/; revision=67239
2015-04-18 09:01:23 +00:00
Aleksandar Andrejevic
6381155e6c
[NTVDM]
...
Fix the range check in VgaReadMemory and VgaWriteMemory.
svn path=/trunk/; revision=67238
2015-04-18 04:21:28 +00:00
Hermès Bélusca-Maïto
bfd1c2a6b9
[NTVDM]: Minor code reorganization. StartTickCount is commented out because it's unused at the moment, but it can be useful later on...
...
svn path=/trunk/; revision=67237
2015-04-18 01:39:29 +00:00
Aleksandar Andrejevic
7087659a28
[NTVDM]
...
The "WORKING_TIMER" disabled code is so obsolete that it doesn't even compile anymore.
svn path=/trunk/; revision=67236
2015-04-18 00:57:50 +00:00
Hermès Bélusca-Maïto
b673932d12
[NTVDM]: Partial revert to r67234: delays were in fact better than frequencies, in case one would like to define sub-frequency timers. Instead, always specify delays in nanoseconds, and add a macro to convert from frequency in hertz to duration in nanoseconds.
...
svn path=/trunk/; revision=67235
2015-04-18 00:29:14 +00:00
Hermès Bélusca-Maïto
6dc704ff48
[NTVDM]: For CreateHardwareTimer, use frequencies (in hertz) instead of using milliseconds or nanoseconds (depending on some additional flag to be specified). It's therefore easier to specify what you want.
...
svn path=/trunk/; revision=67234
2015-04-17 23:58:01 +00:00