Commit graph

65959 commits

Author SHA1 Message Date
Hermès Bélusca-Maïto 0301f591be [NETSHELL]: Update russian translation by "leha-bot" and "amber".
CORE-11392

svn path=/trunk/; revision=71621
2016-06-12 13:50:33 +00:00
Hermès Bélusca-Maïto 4f1d2e9e7f [DEVMGR]: Update russian translation by "leha-bot" and "amber".
CORE-11392

svn path=/trunk/; revision=71620
2016-06-12 13:49:02 +00:00
Hermès Bélusca-Maïto ff2db5c56f [DXDIAG]: Update russian translation by "leha-bot" and "amber".
CORE-11392

svn path=/trunk/; revision=71619
2016-06-12 13:46:51 +00:00
Hermès Bélusca-Maïto af0f92795c [DXDIAG]: Sync some translations with the english one.
svn path=/trunk/; revision=71618
2016-06-12 13:43:39 +00:00
Hermès Bélusca-Maïto 3ebacc1882 [SC]: Fix a typo in the help.
svn path=/trunk/; revision=71617
2016-06-12 13:28:48 +00:00
Eric Kohl 8361105c91 [SC]
Implement the qc, qdescription and qfailure commands.

svn path=/trunk/; revision=71615
2016-06-11 21:24:40 +00:00
Mark Jansen 5b2c7d7e50 [APPHELP] Implement automatic stringtable generation when writing an Sdb database. CORE-10367
svn path=/trunk/; revision=71614
2016-06-11 21:12:43 +00:00
Hermès Bélusca-Maïto d4a952c924 [PIFMGR]: Add the PIF icon resource library.
By Jared Smudde, Lee Schroeder, Ercan Ersoy, manuel.
Icons adapted from Tango Icon set and from public domain OpenClipArt (https://openclipart.org/share)
Part 1/2
CORE-10253

svn path=/trunk/; revision=71613
2016-06-11 16:16:26 +00:00
Eric Kohl 45cc914e9f [SC]
Implement the sdset command.

svn path=/trunk/; revision=71612
2016-06-11 15:01:01 +00:00
Eric Kohl 5965ffcd78 [SERVICES]
- Read the service security descriptors when the service list is created.
- Assign and write the default security descriptor when a service does not have its own security desciptor.
- Delete a service security desciptor when the service is deleted.

svn path=/trunk/; revision=71611
2016-06-11 09:41:05 +00:00
Pierre Schweitzer 4746de9066 [FASTFAT]
Properly round up 64b values.
This fixes reads on 4GB+ volumes.

Patch by Wim Hueskes.

CORE-10932 #resolve #comment Thanks for the patch! Commited in r71610

svn path=/trunk/; revision=71610
2016-06-11 09:32:00 +00:00
Mark Jansen a44dfe6c76 [WIN32SS] Try to load the module before fetching an icon, instead of failing on a module that is not available in the current process. CORE-10292 #resolve
svn path=/trunk/; revision=71609
2016-06-10 20:57:26 +00:00
Hermès Bélusca-Maïto b85cf60213 [WRITE]: Add wordpad's icon to write.exe compatibility bootstrap.
svn path=/trunk/; revision=71606
2016-06-10 00:14:36 +00:00
Hermès Bélusca-Maïto 287d77c8bd [SHELL32]: Replace icon 210 (filecab) with a valid one (coming from explorer).
svn path=/trunk/; revision=71604
2016-06-09 22:27:54 +00:00
Eric Kohl 5a180609eb [SERVICES]
- Create a default service security descriptor.
- RCreateServiceW: Assign the default security descriptor to new services on service creation and store it in the registry.
- RQueryServiceObjectSecurity: Return the services security descriptor to the caller.

svn path=/trunk/; revision=71603
2016-06-09 21:30:48 +00:00
Hermès Bélusca-Maïto 998a832892 [SOLITAIRE][SPIDER][CARDLIB]
- Remove the ugly WS_EX_CLIENTEDGE style from Solitaire and Spider.
- Make use of the member function parameters when calling CreateWindowEx in cardlib.
Patch by "toe_head2001".
CORE-11391

svn path=/trunk/; revision=71602
2016-06-09 20:33:36 +00:00
Hermès Bélusca-Maïto 25c377e044 [COMP]
- Fix the output of localized strings (and use the "well-known" PrintResourceString function already used in all the other cmdtools)
- Unconditionally increase the number of lines & the offset when performing the comparison.

svn path=/trunk/; revision=71601
2016-06-09 19:20:35 +00:00
Hermès Bélusca-Maïto 732c3f3d40 [COMP]
- Localize comp.exe. Patch + romanian translation by Stefan Fulea.
- French translation by Hermès Bélusca.
CORE-11060

svn path=/trunk/; revision=71600
2016-06-09 19:01:47 +00:00
Hermès Bélusca-Maïto a014055837 [COMP]
- The comparison buffers contain bytes, not (T)CHARs. Pointed out by Stefan Fulea in CORE-11060.
- Remove a now unnecessary comment header "history" line since we have SVN for that instead.

svn path=/trunk/; revision=71599
2016-06-09 18:43:36 +00:00
James Tabor e37fafee2c [User32]
- Patch by Jared Smudde : Set text background the same color as the rectangle.
- Adapted by Hermès Bélusca-Maïto. Themes, see CORE-11364.

svn path=/trunk/; revision=71598
2016-06-09 02:50:13 +00:00
Hermès Bélusca-Maïto 1a1823fc09 Well no need to initialize "Ret" if we overwrite immediately its old value.
svn path=/trunk/; revision=71597
2016-06-08 23:08:59 +00:00
Hermès Bélusca-Maïto 57360a0d04 [WIN32K:NTGDI]: Remove redundant code.
svn path=/trunk/; revision=71596
2016-06-08 23:07:32 +00:00
Hermès Bélusca-Maïto cdae0d1bf7 [SHELL32]: Run dialog box: FillList was ANSI, now it's UNICODE! Partly rewrite Wine code.
svn path=/trunk/; revision=71595
2016-06-08 21:53:34 +00:00
Hermès Bélusca-Maïto 2f53cccf2f [CONSRV]
Only add a history entry if console echo is enabled. This ensures that anything sent to the console when echo is disabled (e.g. binary data, or secrets like passwords...) does not remain stored in memory.

svn path=/trunk/; revision=71593
2016-06-08 00:27:25 +00:00
Hermès Bélusca-Maïto f29075b129 [DHCPSVC]: It's a service, move it in the correct directory.
svn path=/trunk/; revision=71592
2016-06-07 23:14:58 +00:00
Hermès Bélusca-Maïto b8391e20ad [CONSRV]
- Remove a wrong assertion that I introduced in r70281 concerning Console->LinePos.
- Fix some boundary conditions.
- Completely reset line discipline variables when the line buffer is freed.
- Fix a potential buffer overrun in the case ReadControl->nInitialChars was larger than Console->LineMaxSize (the size of Console->LineBuffer), which serves to initialize Console->LineSize, Console->LinePos, and copy nInitialChars characters from user buffer.
CORE-11380 CORE-10997 #resolve

svn path=/trunk/; revision=71591
2016-06-07 22:52:44 +00:00
Eric Kohl 97556cc77d [SC]
Add the sdshow command.

svn path=/trunk/; revision=71590
2016-06-07 21:51:37 +00:00
Amine Khaldi 4460ce3990 [RICHED20_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71587
2016-06-07 11:02:39 +00:00
Amine Khaldi 7dcb748d30 [RICHED20] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71586
2016-06-07 11:01:48 +00:00
Amine Khaldi 833c7dbc6e [MSVFW32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71585
2016-06-07 10:59:18 +00:00
Amine Khaldi 662c918d67 [OPENGL32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71584
2016-06-07 10:58:19 +00:00
Amine Khaldi 93c6e744bd [QMGR] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71583
2016-06-07 10:55:17 +00:00
Amine Khaldi 5de9cef087 [OLEAUT32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71582
2016-06-07 10:53:40 +00:00
Amine Khaldi f7918981cf [OLEAUT32] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71581
2016-06-07 10:51:58 +00:00
Amine Khaldi 902eeb69b2 [OLE32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71580
2016-06-07 10:49:20 +00:00
Amine Khaldi 3df7653ebe [OLE32] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71579
2016-06-07 10:47:21 +00:00
Amine Khaldi 76e295bbed [PSDK] Update objbase.h. CORE-11368
svn path=/trunk/; revision=71578
2016-06-07 10:43:40 +00:00
Amine Khaldi 820f0a6196 [MSXML3_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71577
2016-06-07 10:30:15 +00:00
Amine Khaldi 34ca173317 [MSXML3] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71576
2016-06-07 10:29:11 +00:00
Amine Khaldi 64fbdcc0f4 [MSVIDC32] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71575
2016-06-07 10:27:20 +00:00
Amine Khaldi beb1555b76 [MSVFW32] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71574
2016-06-07 10:26:22 +00:00
Amine Khaldi 1314203868 [MSRLE32] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71573
2016-06-07 10:24:56 +00:00
Mark Jansen 122a7bd37d [APPHELP_APITEST] Extend stringtable related tests. CORE-10367
svn path=/trunk/; revision=71572
2016-06-05 21:26:07 +00:00
Thomas Faber 3ee78af3cd [COMCTL32_WINETEST]
- Fix copypasta'd test list entry

svn path=/trunk/; revision=71571
2016-06-05 21:00:22 +00:00
Amine Khaldi bf211a8bbb [DBGHELP] GET_ENTRY => CONTAINING_RECORD.
svn path=/trunk/; revision=71570
2016-06-05 19:47:14 +00:00
Amine Khaldi 85acdc55e6 [MSCTF_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71569
2016-06-05 19:38:56 +00:00
Amine Khaldi c0d4c271a4 [MSCTF] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71568
2016-06-05 19:38:23 +00:00
Amine Khaldi 949478c3ff [PSDK] Update msctf.idl. CORE-11368
svn path=/trunk/; revision=71567
2016-06-05 19:36:59 +00:00
Amine Khaldi 237ea501ec [MPR_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71566
2016-06-05 19:35:47 +00:00
Amine Khaldi 99d9ec5a26 [MPR] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71565
2016-06-05 19:35:09 +00:00