reactos.git
7 years ago[NtUser]
James Tabor [Fri, 31 Mar 2017 23:48:48 +0000 (23:48 +0000)]
[NtUser]
- Again, add more information from CORE-9667 thememenu.patch so it does not get lost.

svn path=/trunk/; revision=74257

7 years ago[WIN32K] -Store the flat menus setting and the drop shadow setting in the UserPrefere...
Giannis Adamopoulos [Fri, 31 Mar 2017 22:27:13 +0000 (22:27 +0000)]
[WIN32K] -Store the flat menus setting and the drop shadow setting in the UserPreferencesMask registry value.

svn path=/trunk/; revision=74256

7 years ago[NtUser]
James Tabor [Fri, 31 Mar 2017 21:57:20 +0000 (21:57 +0000)]
[NtUser]
- Add additional information from CORE-9667 thememenu.patch so it does not get lost.

svn path=/trunk/; revision=74255

7 years ago[UXTHEME] -Get rid of the hack that partly draws the menu bar in uxtheme. This was...
Giannis Adamopoulos [Fri, 31 Mar 2017 19:24:00 +0000 (19:24 +0000)]
[UXTHEME] -Get rid of the hack that partly draws the menu bar in uxtheme. This was added to hack around the fact that we didn't set the flat menus setting. Use PaintMenuBar instead.

svn path=/trunk/; revision=74254

7 years ago[WIN32K] -Get the new value of SPI_SETFLATMENU from pvParam.
Giannis Adamopoulos [Fri, 31 Mar 2017 19:04:31 +0000 (19:04 +0000)]
[WIN32K] -Get the new value of SPI_SETFLATMENU from pvParam.

svn path=/trunk/; revision=74253

7 years ago[DESK.CPL] -Load the TMT_FLATMENUS property from the theme and use SPI_SETFLATMENU...
Giannis Adamopoulos [Fri, 31 Mar 2017 18:18:19 +0000 (18:18 +0000)]
[DESK.CPL] -Load the TMT_FLATMENUS property from the theme and use SPI_SETFLATMENU to set it.

svn path=/trunk/; revision=74252

7 years ago[WIN32K] -Stub NtUserPaintMenuBar. I'm still not sure about the last parameter and...
Giannis Adamopoulos [Fri, 31 Mar 2017 18:05:27 +0000 (18:05 +0000)]
[WIN32K] -Stub NtUserPaintMenuBar. I'm still not sure about the last parameter and its return value.

svn path=/trunk/; revision=74251

7 years ago[WIN32K] -Update the prototype of NtUserPaintMenuBar here as well.
Giannis Adamopoulos [Fri, 31 Mar 2017 17:17:35 +0000 (17:17 +0000)]
[WIN32K] -Update the prototype of NtUserPaintMenuBar here as well.

svn path=/trunk/; revision=74250

7 years ago[SDK] -Add the prototype of PaintMenuBar and update the prototype of NtUserPaintMenuBar.
Giannis Adamopoulos [Fri, 31 Mar 2017 16:55:20 +0000 (16:55 +0000)]
[SDK] -Add the prototype of PaintMenuBar and update the prototype of NtUserPaintMenuBar.

svn path=/trunk/; revision=74249

7 years agoFix gcc build.
Giannis Adamopoulos [Fri, 31 Mar 2017 11:33:53 +0000 (11:33 +0000)]
Fix gcc build.

svn path=/trunk/; revision=74248

7 years ago[UXTHEME] -Implement painting windows with WS_MINIMIZE. Such windows are minimized...
Giannis Adamopoulos [Fri, 31 Mar 2017 11:26:20 +0000 (11:26 +0000)]
[UXTHEME] -Implement painting windows with WS_MINIMIZE. Such windows are minimized mdi windows.

svn path=/trunk/; revision=74247

7 years ago[USBEHCI][USBOHCI][USBUHCI]
Thomas Faber [Fri, 31 Mar 2017 09:16:45 +0000 (09:16 +0000)]
[USBEHCI][USBOHCI][USBUHCI]
- Avoid leaking CUSBRequest::m_CompletionEvent. Based on a patch by ReactCoder.
CORE-12984 #resolve

svn path=/trunk/; revision=74246

7 years ago[USBSTOR]
Thomas Faber [Fri, 31 Mar 2017 09:02:43 +0000 (09:02 +0000)]
[USBSTOR]
- Addendum to r73892: Don't free the output buffer on success in USBSTOR_SendIrp. Spotted (again) by curiousone
CORE-12970 #resolve

svn path=/trunk/; revision=74245

7 years ago[UXTHEME} -Fix usage of uninitialized variable. CORE-11204
Giannis Adamopoulos [Wed, 29 Mar 2017 20:50:56 +0000 (20:50 +0000)]
[UXTHEME} -Fix usage of uninitialized variable. CORE-11204

svn path=/trunk/; revision=74244

7 years ago[EXPLORER] -implement showing the start menu preview
Robert Naumann [Wed, 29 Mar 2017 18:37:06 +0000 (18:37 +0000)]
[EXPLORER] -implement showing the start menu preview

svn path=/trunk/; revision=74243

7 years ago[NDK][XDK]: Add some forgotten RTL bitmap functions.
Hermès Bélusca-Maïto [Wed, 29 Mar 2017 16:36:13 +0000 (16:36 +0000)]
[NDK][XDK]: Add some forgotten RTL bitmap functions.

svn path=/trunk/; revision=74242

7 years ago[UXTHEME] -Draw the background glyph inside the content margins. CORE-6000
Giannis Adamopoulos [Wed, 29 Mar 2017 10:01:00 +0000 (10:01 +0000)]
[UXTHEME] -Draw the background glyph inside the content margins. CORE-6000

svn path=/trunk/; revision=74241

7 years ago[UXTHEME] -Slightly improve the width of the caption buttons by scaling it based...
Giannis Adamopoulos [Tue, 28 Mar 2017 21:31:16 +0000 (21:31 +0000)]
[UXTHEME] -Slightly improve the width of the caption buttons by scaling it based on the height of the caption buttons. CORE-6000

svn path=/trunk/; revision=74240

7 years ago[TRANSLATIONS]
Eric Kohl [Tue, 28 Mar 2017 18:28:05 +0000 (18:28 +0000)]
[TRANSLATIONS]
Minor corrections in Uzbek.
Patch by Kudratov Olimjon.
CORE-12907 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=74239

7 years ago[EXPLORER] -Remove a debug print that wasn't supposed to be committed.
Giannis Adamopoulos [Tue, 28 Mar 2017 10:22:54 +0000 (10:22 +0000)]
[EXPLORER] -Remove a debug print that wasn't supposed to be committed.

svn path=/trunk/; revision=74238

7 years ago[EXPLORER] -Try to fix a crash in explorer. CORE-12991
Giannis Adamopoulos [Tue, 28 Mar 2017 09:28:06 +0000 (09:28 +0000)]
[EXPLORER] -Try to fix a crash in explorer. CORE-12991

svn path=/trunk/; revision=74237

7 years ago[NTOS:KE]
Thomas Faber [Mon, 27 Mar 2017 20:23:37 +0000 (20:23 +0000)]
[NTOS:KE]
- Addendum to r74235.
CORE-12985

svn path=/trunk/; revision=74236

7 years ago[NTOS:KE]
Thomas Faber [Mon, 27 Mar 2017 20:16:59 +0000 (20:16 +0000)]
[NTOS:KE]
- Make sure to disable interrupts each iteration of the idle loop, since IdleFunction can leave them enabled.
CORE-12985 #resolve

svn path=/trunk/; revision=74235

7 years ago[UXTHEME] -Fix drawing the themed scrollbar. CORE-12933
Giannis Adamopoulos [Mon, 27 Mar 2017 19:56:36 +0000 (19:56 +0000)]
[UXTHEME] -Fix drawing the themed scrollbar. CORE-12933

svn path=/trunk/; revision=74234

7 years ago[SETUPAPI]: Partly sync parser.c with Wine Staging 2.2. CORE-9397 CORE-12823
Hermès Bélusca-Maïto [Mon, 27 Mar 2017 16:29:50 +0000 (16:29 +0000)]
[SETUPAPI]: Partly sync parser.c with Wine Staging 2.2. CORE-9397 CORE-12823
Fixes all but 2 tests in setupapi_winetest:parser.

e8aa851 setupapi: Fix parsing of inf files containing garbage at the beginning of the file.

svn path=/trunk/; revision=74233

7 years ago[LSASRV]
Eric Kohl [Sun, 26 Mar 2017 20:45:48 +0000 (20:45 +0000)]
[LSASRV]
Implement LsarpLookupPrivilegeDisplayName. Reading the resource strings is still buggy.
CORE-12976 #comment Please retest!

svn path=/trunk/; revision=74232

7 years ago[EXPLORER]: Fix most problems with the size of the taskbar. (Most problems when run...
Giannis Adamopoulos [Sun, 26 Mar 2017 16:46:55 +0000 (16:46 +0000)]
[EXPLORER]: Fix most problems with the size of the taskbar. (Most problems when run in windows. Running on ros still isn't perfect.)
- CTaskSwitchWnd: Use the height of the start button as minimum height in horizontal mode.
- CTrayClockWnd: Actually process WM_THEMECHANGED message.
- CTaskSwitchWnd: Use SM_CYSIZE as the height of the buttons of the toolbar.
- CStartButton: Simplify calculating the minimum size of the button.
- CTrayWindow: Don't use IsThemeActive. Checking if OpenThemeData returned non null is enough.

svn path=/trunk/; revision=74231

7 years ago[LSASRV]
Eric Kohl [Sun, 26 Mar 2017 14:02:39 +0000 (14:02 +0000)]
[LSASRV]
Add privilege display name resource strings.
CORE-12976

svn path=/trunk/; revision=74230

7 years ago[STOBJECT]
Eric Kohl [Sat, 25 Mar 2017 14:33:18 +0000 (14:33 +0000)]
[STOBJECT]
Fix a typo (wrong resource id).

svn path=/trunk/; revision=74229

7 years ago[STOBJECT]
Eric Kohl [Sat, 25 Mar 2017 13:35:41 +0000 (13:35 +0000)]
[STOBJECT]
Implement the power schemes popup menu.

svn path=/trunk/; revision=74228

7 years ago[MMSYS]
Eric Kohl [Thu, 23 Mar 2017 20:07:29 +0000 (20:07 +0000)]
[MMSYS]
Show and hide the volume systray icon.

svn path=/trunk/; revision=74227

7 years ago[POWERCFG]
Eric Kohl [Thu, 23 Mar 2017 20:00:54 +0000 (20:00 +0000)]
[POWERCFG]
Show and hide the power systray icon.

svn path=/trunk/; revision=74226

7 years ago[STOBJECT]
Eric Kohl [Thu, 23 Mar 2017 19:51:53 +0000 (19:51 +0000)]
[STOBJECT]
Implement code to show and hide the power and volume icons in the notification area aka systray.
Control panel applications send WM_USR+220 messages to the systray window in order to show or hide an icon in the systray. The wParam parameter identifies the icon: 1=power, 4=volume. The lParam parameter indicates the new icon status: 0:show, 1:hide.
Control panel applications also send WM_USER+221 messages to the systray window in order to retrieve the current status of a systray icon. The wParam parameter identifies the icon, just like in the WM_SUER+220 messages. The lParam parameter is ignored. The return value indicates the status of the icon: 1:visible, 0:hidden.

svn path=/trunk/; revision=74225

7 years ago[EXPLORER]: Simplify the creation of the tray band site and the tasks band.
Giannis Adamopoulos [Thu, 23 Mar 2017 15:39:34 +0000 (15:39 +0000)]
[EXPLORER]: Simplify the creation of the tray band site and the tasks band.
- CTrayBandSite: Rename its constructor to CTrayBandSite_CreateInstance. Let the CTrayWindow create the CTasksBand and pass it to the constructor. Use a standard com interface to see if the tasks band was added while loading and don't use an explorer specific interface for it. Make CTrayBandSite::_Init a bit clearer.
- CTrayWindow: Implement the IOleWindow interface and create the CTaskBand before creating the CTrayBandSite. Then use standard com interfaces to get their respective HRND.
- CTaskBand: Rename its constructor to CTaskBand_CreateInstance. Remove a hack that was using its IOleWindow to act like the IOleWindow of the CTrayWindow during the creation of the CTrayBandSite. This is possible since the IOleWindow of the CTrayWindow is passed to the SetDeskBarSite method of CTrayBandSite.

svn path=/trunk/; revision=74224

7 years ago[AT]
Thomas Faber [Wed, 22 Mar 2017 23:35:50 +0000 (23:35 +0000)]
[AT]
- Fix MSVC build

svn path=/trunk/; revision=74223

7 years ago[AT]
Eric Kohl [Wed, 22 Mar 2017 21:59:06 +0000 (21:59 +0000)]
[AT]
- Confirm deleting all jobs.
- Fix typos in resources and add missing usage text.

svn path=/trunk/; revision=74222

7 years ago[EXPLORER]
Giannis Adamopoulos [Wed, 22 Mar 2017 01:09:45 +0000 (01:09 +0000)]
[EXPLORER]
- Simplify the mess with the font handling in explorer. Make it respond to changes in the system metrics and use the correct fonts.
- Make CheckTrayWndPosition resize the taskbar based on the optimal size that the rebar returns.
- Without losing my sanity (yet), I managed to make it have exactly the same size as windows explorer when I run it in windows with the classic theme.
- Themes still aren't sized perfectly. Running on ros shows lots of bugs in our common controls.

svn path=/trunk/; revision=74221

7 years ago[AT]
Eric Kohl [Tue, 21 Mar 2017 20:32:54 +0000 (20:32 +0000)]
[AT]
- Retrieve the users short day names instead of hardcoded day names.
- Fix resources.

svn path=/trunk/; revision=74220

7 years ago[FONTSUB]
Daniel Reimer [Tue, 21 Mar 2017 16:00:05 +0000 (16:00 +0000)]
[FONTSUB]
Added German Translation
DIALOG -> DIALOGEX
Windows -> system (not yet done in japanese translation...)

svn path=/trunk/; revision=74219

7 years ago[AT]
Eric Kohl [Mon, 20 Mar 2017 22:55:08 +0000 (22:55 +0000)]
[AT]
- Implement the DaysOfWeek parser and display code.
- ParseDaysOfMonth: Handle a failure case.
- Fix display bugs.

svn path=/trunk/; revision=74218

7 years ago[NTGDI] Add missing LPtoDP in GreExtTextOutW (TA_UPDATECP). Fixes CORE-12218 without...
Sebastian Gasiorek [Mon, 20 Mar 2017 22:40:52 +0000 (22:40 +0000)]
[NTGDI] Add missing LPtoDP in GreExtTextOutW (TA_UPDATECP). Fixes CORE-12218 without breaking CORE-11415

svn path=/trunk/; revision=74217

7 years ago[TRANSLATIONS]
Kamil Hornicek [Mon, 20 Mar 2017 22:23:33 +0000 (22:23 +0000)]
[TRANSLATIONS]
- Shorten some strings to make MSVC happy.

svn path=/trunk/; revision=74216

7 years agoMaybe fix MSVC build
Daniel Reimer [Mon, 20 Mar 2017 20:36:49 +0000 (20:36 +0000)]
Maybe fix MSVC build

svn path=/trunk/; revision=74215

7 years ago[Root CA]
Daniel Reimer [Mon, 20 Mar 2017 20:12:57 +0000 (20:12 +0000)]
[Root CA]
Updated Root certificates
+ "LuxTrust Global Root 2" (1479 bytes)
+ "Amazon Root CA 4" (502 bytes)
+ "Amazon Root CA 3" (442 bytes)
+ "Amazon Root CA 2" (1349 bytes)
+ "Amazon Root CA 1" (837 bytes)
+ "AC RAIZ FNMT-RCM" (1415 bytes)
- "Root CA Generalitat Valenciana" (1679 bytes)
- "Buypass Class 2 CA 1" (855 bytes)
- "RSA Security 2048 v3" (869 bytes)

svn path=/trunk/; revision=74214

7 years ago[OPENGLCFG]
Daniel Reimer [Mon, 20 Mar 2017 20:05:11 +0000 (20:05 +0000)]
[OPENGLCFG]
Add German translation

svn path=/trunk/; revision=74213

7 years agoSomehow this wasn't committed. Sorry.
Kamil Hornicek [Mon, 20 Mar 2017 12:16:45 +0000 (12:16 +0000)]
Somehow this wasn't committed. Sorry.

svn path=/trunk/; revision=74212

7 years ago[RAPPS]
Kamil Hornicek [Mon, 20 Mar 2017 12:02:10 +0000 (12:02 +0000)]
[RAPPS]
- Move Mesa 3D to "Libraries"
- Clarify what this library is for and how to use it.
- Add Czech translation.

[OPENGLCFG]
- Add Czech translation.

svn path=/trunk/; revision=74211

7 years ago[NTOS:KD64]
Kamil Hornicek [Mon, 20 Mar 2017 10:21:11 +0000 (10:21 +0000)]
[NTOS:KD64]
- Fix a copy-pasta.
- Spotted by Sumanai. Thanks!
CORE-12952

svn path=/trunk/; revision=74210

7 years ago[RAPPS]
Kamil Hornicek [Sun, 19 Mar 2017 22:27:59 +0000 (22:27 +0000)]
[RAPPS]
- Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implementation present in opengl32.
- This is meant for platforms with missing, outdated or broken HW OpenGl acceleration.
- Thanks Daniel for helping with the Rapps stuff!

svn path=/trunk/; revision=74209

7 years ago[OPENGLCFG]
Kamil Hornicek [Sun, 19 Mar 2017 22:20:51 +0000 (22:20 +0000)]
[OPENGLCFG]
- Add a simple applet to set a custom OGL ICD or force the use of the built in software implementation.
- It can be used to set the DEBUGCHANNEL to +opengl,+wgl to make obtaining debug info more user friendly.

svn path=/trunk/; revision=74208

7 years ago[OPENGL32]
Kamil Hornicek [Sun, 19 Mar 2017 22:15:58 +0000 (22:15 +0000)]
[OPENGL32]
Disclaimer: This code is ReactOS specific and is the complete opposite of what Windows does (tm):
- Add the option to override the default OpenGL driver by a custom driver or to force the use of the built-in software implementation.
- This will allow some more flexibility when running games / apps that depend on OGL.
- This code needs a special entry in the registry so opengl32 behaves as usual by default.

svn path=/trunk/; revision=74207

7 years ago[FREETYPE] Update to v2.7.1. Patch by Katayama Hirofumi MZ, verified by me. CORE...
Amine Khaldi [Sun, 19 Mar 2017 17:53:42 +0000 (17:53 +0000)]
[FREETYPE] Update to v2.7.1. Patch by Katayama Hirofumi MZ, verified by me. CORE-12949

svn path=/trunk/; revision=74206

7 years ago[VERSION_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:23:26 +0000 (17:23 +0000)]
[VERSION_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74205

7 years ago[PSDK] Import verrsrc.h and update winver.h accordingly. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:22:09 +0000 (17:22 +0000)]
[PSDK] Import verrsrc.h and update winver.h accordingly. CORE-12823

svn path=/trunk/; revision=74204

7 years ago[VERSION] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:16:33 +0000 (17:16 +0000)]
[VERSION] Sync with Wine Staging 2.2. CORE-12823

8e1335b version: Ignore flag values in Ex functions.

svn path=/trunk/; revision=74203

7 years ago[AT]
Eric Kohl [Sun, 19 Mar 2017 17:15:59 +0000 (17:15 +0000)]
[AT]
- Replace ARRAYSIZE() by _countof().
- Implement parsing of days per month schedule information for the /every and /next options.
- Print days per month schedule information.

svn path=/trunk/; revision=74202

7 years ago[WINTRUST_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:12:49 +0000 (17:12 +0000)]
[WINTRUST_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74201

7 years ago[PSDK] Update wintrust.h. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:11:45 +0000 (17:11 +0000)]
[PSDK] Update wintrust.h. CORE-12823

svn path=/trunk/; revision=74200

7 years ago[WINTRUST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:09:31 +0000 (17:09 +0000)]
[WINTRUST] Sync with Wine Staging 2.2. CORE-12823

e141d4a wintrust: Use return value of sprintf() instead of calling strlen().

svn path=/trunk/; revision=74199

7 years ago[WINHTTP_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:05:35 +0000 (17:05 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74198

7 years ago[WINHTTP] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:04:32 +0000 (17:04 +0000)]
[WINHTTP] Sync with Wine Staging 2.2. CORE-12823

6053db9 winhttp: Fix handling of Accept headers.
c43dd19 winhttp: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.
5b9beca winhttp: Fix some spec file entries.
542998e winhttp: Accept NULL buffer for size queries in WinHttpCreateUrl.
ec35394 winhttp: Handle EINTR from connect and poll.
613e239 winhttp: Use return value of sprintf() instead of calling strlen() and simplify code.

svn path=/trunk/; revision=74197

7 years ago[URLMON_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:58:47 +0000 (16:58 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74196

7 years ago[URLMON] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:57:50 +0000 (16:57 +0000)]
[URLMON] Sync with Wine Staging 2.2. CORE-12823

1b04cf1 urlmon: Remove 'stub' from implemented functions trace message.
8f23a89 urlmon: Fix FindMimeFromData spec file entry.
32671b1 urlmon: Added Seek implementations for streams using cache file.
aa2ed73 urlmon: Correctly handle INTERNET_STATUS_REQUEST_COMPLETE notification with no data available.
22b4599 urlmon: Fix buffer overflow in parse_canonicalize.

svn path=/trunk/; revision=74195

7 years ago[USP10_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:54:04 +0000 (16:54 +0000)]
[USP10_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74194

7 years ago[USP10] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:53:04 +0000 (16:53 +0000)]
[USP10] Sync with Wine Staging 2.2. CORE-12823

d00f731 usp10: Itemise ZWSP like ZWNJ and ZWJ.
721fbf6 usp10: Explicitly check for zero-width control characters in ScriptShapeOpenType().
7e6a4b2 usp10: Fix LB27 rule that should check for prefix, not suffix.
c4626bb usp10: Fixed LB30 condition, breaking after CP class.
0c14195 usp10: Apply 'ccmp' before Arabic contextual shaping.
e2d4cf9 usp10: Fix next index for RTL MultipleSubst.
0401bdf usp10: Change GSUB_E_NOGLYPH value.
10e9adf usp10: Fix Contextual Shaping for Languages with RTL write order.
961e1e6 usp10: Fix ScriptRecordDigitSubstitution spec file entry.
aae5a83 usp10: Implement Chaining Context Substitution Format 2: Class-based Chaining Context Glyph Substitution.
b98a70a usp10: Implement Contextual Positioning Subtable: Format 2.
5e6b2c0 usp10: Implement GSUB Context Substitution types 1 and 2.
c705eca usp10: A spelling fix in a comment.

svn path=/trunk/; revision=74193

7 years ago[AT]
Eric Kohl [Sun, 19 Mar 2017 00:43:26 +0000 (00:43 +0000)]
[AT]
Fix duplicate resource string.

svn path=/trunk/; revision=74192

7 years agoimport EGA palette fix from Wine
Sebastian Gasiorek [Sun, 19 Mar 2017 00:35:48 +0000 (00:35 +0000)]
import EGA palette fix from Wine

svn path=/trunk/; revision=74191

7 years ago[AT]
Eric Kohl [Sun, 19 Mar 2017 00:11:31 +0000 (00:11 +0000)]
[AT]
Implement the AT command:
- The /every and /next options are not supported yet.
- The 12 hour time format cannot be parsed yet.

svn path=/trunk/; revision=74190

7 years ago[MUP]
Pierre Schweitzer [Sat, 18 Mar 2017 14:03:45 +0000 (14:03 +0000)]
[MUP]
Properly define magic values for CCB and DFS

svn path=/trunk/; revision=74189

7 years ago[USETUP] Split font substitution settings for CJK languages. Patch by Katayama Hirofu...
Mark Jansen [Sat, 18 Mar 2017 13:28:57 +0000 (13:28 +0000)]
[USETUP] Split font substitution settings for CJK languages. Patch by Katayama Hirofumi MZ. CORE-9615

svn path=/trunk/; revision=74188

7 years ago[APPLICATIONS/SYSUTILS] Add a font substitutes editor. Patch by Katayama Hirofumi...
Mark Jansen [Sat, 18 Mar 2017 13:01:18 +0000 (13:01 +0000)]
[APPLICATIONS/SYSUTILS] Add a font substitutes editor. Patch by Katayama Hirofumi MZ. CORE-12749 #resolve #comment Thanks!

svn path=/trunk/; revision=74187

7 years ago[REGEDIT] Fix regedit not showing it's main window when loading view settings fail...
Mark Jansen [Sat, 18 Mar 2017 12:54:43 +0000 (12:54 +0000)]
[REGEDIT] Fix regedit not showing it's main window when loading view settings fail. CORE-12749

svn path=/trunk/; revision=74186

7 years ago[SDK] Add WM_CONTEXTMENU handler to WindowsX.h CORE-12749
Mark Jansen [Sat, 18 Mar 2017 12:24:16 +0000 (12:24 +0000)]
[SDK] Add WM_CONTEXTMENU handler to WindowsX.h CORE-12749

svn path=/trunk/; revision=74185

7 years ago[BOOTLIB]
Thomas Faber [Fri, 17 Mar 2017 14:11:03 +0000 (14:11 +0000)]
[BOOTLIB]
- Avoid an uninitialized variable in BlpDisplayReinitialize. Patch by Victor Martinez Calvo. CID 1363648.
CORE-11692 #resolve

svn path=/trunk/; revision=74184

7 years ago[FONTVIEW]
Eric Kohl [Thu, 16 Mar 2017 23:36:08 +0000 (23:36 +0000)]
[FONTVIEW]
Implement fontview /p parameter support.
Patch by amber. Patch was slightly modified by me in order to open the print dialog automatically.
CORE-12944 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=74183

7 years ago[DXG] Implement DxDdCanCreateSurface and DxDdCanCreateD3DBuffer. Reorganisation of...
Sebastian Gasiorek [Thu, 16 Mar 2017 14:37:27 +0000 (14:37 +0000)]
[DXG] Implement DxDdCanCreateSurface and DxDdCanCreateD3DBuffer. Reorganisation of code - put functions in the same filenames as in ntddraw CORE-4490

svn path=/trunk/; revision=74181

7 years ago[DXG] implement DxDdGetDriverInfo, DxDdQueryDirectDrawObject, DxDdReenableDirectDrawO...
Sebastian Gasiorek [Thu, 16 Mar 2017 12:20:36 +0000 (12:20 +0000)]
[DXG] implement DxDdGetDriverInfo, DxDdQueryDirectDrawObject, DxDdReenableDirectDrawObject, fix DirectDrawLocal assignment in intDdCreateDirectDrawLocal CORE-4490

svn path=/trunk/; revision=74180

7 years ago[DXG] DdHmgLock - use PLONG instead of PBYTE.
Sebastian Gasiorek [Thu, 16 Mar 2017 09:59:15 +0000 (09:59 +0000)]
[DXG] DdHmgLock - use PLONG instead of PBYTE.

svn path=/trunk/; revision=74179

7 years ago[WIN32SS] Improve font substitutes by adding support for charset + loading the substi...
Mark Jansen [Wed, 15 Mar 2017 20:38:45 +0000 (20:38 +0000)]
[WIN32SS] Improve font substitutes by adding support for charset + loading the substitutes at boot. Patch by Katayama Hirofumi MZ. CORE-12902 #resolve #comment Thanks!

svn path=/trunk/; revision=74178

7 years ago[ATL][ATL_APITEST] Allow CString to be initialized with a resource ID + add tests...
Mark Jansen [Wed, 15 Mar 2017 19:17:44 +0000 (19:17 +0000)]
[ATL][ATL_APITEST] Allow CString to be initialized with a resource ID + add tests for this. Patch by Katayama Hirofumi MZ. CORE-12917 #resolve #comment Thanks!

svn path=/trunk/; revision=74177

7 years ago[IoCsq]
Ged Murphy [Wed, 15 Mar 2017 18:01:54 +0000 (18:01 +0000)]
[IoCsq]
- Clean up the DriverContext that was dirtied by the CSQ
The do while(0) thing feels a bit weird. I can only assume it was done so a 'break' will unlock before returning.

svn path=/trunk/; revision=74176

7 years ago[EXPLORER] Show the notification settings dialog from it's context menu entry
Robert Naumann [Wed, 15 Mar 2017 15:08:39 +0000 (15:08 +0000)]
[EXPLORER] Show the notification settings dialog from it's context menu entry

svn path=/trunk/; revision=74175

7 years ago[DXG] replace EngDeleteSemaphore with EngReleaseSemaphore in DdHmgLock! CORE-4490
Sebastian Gasiorek [Wed, 15 Mar 2017 14:16:00 +0000 (14:16 +0000)]
[DXG] replace EngDeleteSemaphore with EngReleaseSemaphore in DdHmgLock! CORE-4490

svn path=/trunk/; revision=74174

7 years ago[ROSBE]
Daniel Reimer [Wed, 15 Mar 2017 07:55:11 +0000 (07:55 +0000)]
[ROSBE]
Update RosBE in RAPPS too.

svn path=/trunk/; revision=74173

7 years ago[NDK]: No, the NDK applications do not have to use UNICODE.
Hermès Bélusca-Maïto [Wed, 15 Mar 2017 00:06:42 +0000 (00:06 +0000)]
[NDK]: No, the NDK applications do not have to use UNICODE.
Indeed the RTL/NDK/whatever always explicitely uses ANSI and/or UNICODE string types where needed (and do not depend on tchar.h stuff).
It is up to the given application to explicitely specify (in its CMakeLists.txt or elsewhere) whether it wants to define UNICODE or not.
--> Fix the problem of having the UNICODE define magically being defined after including some NDK header.

[DNSAPI][USER32_APITEST]: Explicitely use UNICODE functions where needed (and as was already done in other parts of the code).

svn path=/trunk/; revision=74172

7 years ago[DXG] Implement DxDdCreateDirectDrawObject and update DdHmgAlloc CORE-4490
Sebastian Gasiorek [Tue, 14 Mar 2017 23:05:49 +0000 (23:05 +0000)]
[DXG] Implement DxDdCreateDirectDrawObject and update DdHmgAlloc CORE-4490

svn path=/trunk/; revision=74171

7 years ago[DXG] Implement DxDdEnableDirectDraw CORE-4490
Sebastian Gasiorek [Tue, 14 Mar 2017 19:45:23 +0000 (19:45 +0000)]
[DXG] Implement DxDdEnableDirectDraw CORE-4490
[NTDDRAW] Enable DxEGShDevData_hSpooler and DxEGShDevData_ldev in DxEngGetHdevData CORE-7733

svn path=/trunk/; revision=74170

7 years ago[GDI] Windows puts DeviceObject to hSpooler field when it is graphics device. CORE...
Sebastian Gasiorek [Tue, 14 Mar 2017 19:13:19 +0000 (19:13 +0000)]
[GDI] Windows puts DeviceObject to hSpooler field when it is graphics device. CORE-7733 CORE-4490

svn path=/trunk/; revision=74169

7 years ago[EXPLORER] Now that CORE-10575 is correctly fixed, delete the old and obsolete start...
Robert Naumann [Tue, 14 Mar 2017 15:08:11 +0000 (15:08 +0000)]
[EXPLORER] Now that CORE-10575 is correctly fixed, delete the old and obsolete start icon. Final part of CORE-10030

svn path=/trunk/; revision=74168

7 years ago[NTOS:IO]
Eric Kohl [Mon, 13 Mar 2017 21:23:15 +0000 (21:23 +0000)]
[NTOS:IO]
IopGetDeviceRelations:
- Use captured parameters to probe for write.
- Do not check IopInitiatePnpIrp for STATUS_PENDING.

svn path=/trunk/; revision=74167

7 years ago[EXPLORER} -Cleanup some code that I forgot in the previous commit.
Giannis Adamopoulos [Mon, 13 Mar 2017 21:21:50 +0000 (21:21 +0000)]
[EXPLORER} -Cleanup some code that I forgot in the previous commit.

svn path=/trunk/; revision=74166

7 years ago[EXPLORER] - CTrayWindow: Implement handling WM_NCCALCSIZE to get rid of the three...
Giannis Adamopoulos [Mon, 13 Mar 2017 21:14:15 +0000 (21:14 +0000)]
[EXPLORER] - CTrayWindow: Implement handling WM_NCCALCSIZE to get rid of the three unneeded borders when themes are enabled and the taskbar is not locked. Use GetWindowDC to draw the grip properly. Misc size fixes. Patch by Sylvain Deverre with fixes by me. CORE-9668

svn path=/trunk/; revision=74165

7 years ago[SHELL32] -Fix redrawing the desktop when its size changes. This was broken in 72834.
Giannis Adamopoulos [Mon, 13 Mar 2017 21:04:35 +0000 (21:04 +0000)]
[SHELL32] -Fix redrawing the desktop when its size changes. This was broken in 72834.

svn path=/trunk/; revision=74164

7 years ago[RAPPS]
Daniel Reimer [Mon, 13 Mar 2017 19:28:09 +0000 (19:28 +0000)]
[RAPPS]
Last one... slow like hell, but here it is... Foxit Reader

svn path=/trunk/; revision=74163

7 years ago[RAPPS]
Daniel Reimer [Mon, 13 Mar 2017 19:09:07 +0000 (19:09 +0000)]
[RAPPS]
... welcome back WinXP support.

svn path=/trunk/; revision=74162

7 years ago[RAPPS]
Daniel Reimer [Mon, 13 Mar 2017 18:38:09 +0000 (18:38 +0000)]
[RAPPS]
Add "TortoiseSVN" in "ReactOS App Manager"
CORE-11748 #resolve #comment Added, thx ^^
Add NET framework 4.0 to RAPPS
CORE-11523 #resolve #comment Added, thx ^^
[RAPPS-DB] UltraVNC 1.2.1.0 link is dead
CORE-11642 #resolve #comment Added, thx ^^
And Fixed LibreOffce d/l again...

svn path=/trunk/; revision=74161

7 years ago{EXPLORER] -Fix gcc build.
Giannis Adamopoulos [Mon, 13 Mar 2017 13:19:12 +0000 (13:19 +0000)]
{EXPLORER] -Fix gcc build.

svn path=/trunk/; revision=74160

7 years ago[EXPLORER] -Remove the old way that the start button was painted. Keep some very...
Giannis Adamopoulos [Mon, 13 Mar 2017 13:07:55 +0000 (13:07 +0000)]
[EXPLORER] -Remove the old way that the start button was painted. Keep some very simple fallback code in case the text couldn't be loaded or when the optimal size can't be determined.

svn path=/trunk/; revision=74159

7 years ago[EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" optio...
Robert Naumann [Mon, 13 Mar 2017 10:36:46 +0000 (10:36 +0000)]
[EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" option. CORE-12760 #resolve

svn path=/trunk/; revision=74158

7 years ago[NTOS:OB]
Eric Kohl [Mon, 13 Mar 2017 00:10:23 +0000 (00:10 +0000)]
[NTOS:OB]
- Allocate all of the kernel objects security descriptor and the dos devices security descriptor from the paged pool, instead of just the ACLs.
- Replace special security descriptor free routines by calls to ExFreePoolWithTag.
- Replace the TAG_OB_DIR_SD by TAG_SD.

svn path=/trunk/; revision=74157