Commit graph

56758 commits

Author SHA1 Message Date
Amine Khaldi bc61ac0dc5 [PSDK]
* Add some missing definitions from Wine 1.7.17
CORE-8080

svn path=/trunk/; revision=62790
2014-04-18 23:05:43 +00:00
Amine Khaldi 35550fac67 [PSDK]
* Add some missing definition from Wine 1.7.17
CORE-8080

svn path=/trunk/; revision=62789
2014-04-18 22:57:46 +00:00
Amine Khaldi 8f27232d24 [PSDK]
* Import delayloadhandler.h and fileapi.h from Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62788
2014-04-18 22:54:06 +00:00
Amine Khaldi eeb0d2ad78 [KERNEL32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62787
2014-04-18 22:50:27 +00:00
Amine Khaldi b3c122ba2c [PSDK]
* Add missing LINGUISTIC_IGNORECASE and NORM_LINGUISTIC_CASING definitions.

svn path=/trunk/; revision=62786
2014-04-18 22:39:12 +00:00
Amine Khaldi 5f7347300b [USER32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62785
2014-04-18 22:26:13 +00:00
Amine Khaldi 4498108070 [UNICODE]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62784
2014-04-18 22:15:54 +00:00
Amine Khaldi c951aa0ebc * Addendum to r62773 (I don't know how did this file escape earlier).
svn path=/trunk/; revision=62783
2014-04-18 22:10:41 +00:00
Amine Khaldi b9ecc0ff3f [WINE/TEST.H]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62782
2014-04-18 22:07:22 +00:00
Amine Khaldi 7417488583 [ADVAPI32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62781
2014-04-18 21:58:58 +00:00
Pierre Schweitzer 8b86c3ee99 [CDFS]
Allow registering notifications.
None implemented yet.

svn path=/trunk/; revision=62780
2014-04-18 21:49:12 +00:00
Pierre Schweitzer 81f368964f [CDFS]
Convert FCB pathname from simple buffer to unicode string.
Please carefully review if I missed something

svn path=/trunk/; revision=62779
2014-04-18 21:40:02 +00:00
Amine Khaldi bf1641e9b8 [PSDK]
* Fix netioapi.h inclusion.
* Fix extern "C" placement.
CORE-7685

svn path=/trunk/; revision=62778
2014-04-18 21:32:49 +00:00
Amine Khaldi 4dbdbdbce8 [IPHLPAPI]
* Zap GetIf{Entry,Table}2().
CORE-8081 #resolve

svn path=/trunk/; revision=62777
2014-04-18 21:26:31 +00:00
Amine Khaldi 16106afe91 [LIBXSLT]
* Move a couple headers to the appropriate folder.

svn path=/trunk/; revision=62776
2014-04-18 20:44:26 +00:00
Amine Khaldi b29ae7f186 [REGEDIT]
* Sync regproc.c with Wine 1.7.17. Formatting is overrated ;)
* Inspired by CORE-7916 (thanks Edijs Kolesnikovics!)
* Fixes all regedit test failures.
CORE-8080

svn path=/trunk/; revision=62775
2014-04-18 20:24:51 +00:00
Amine Khaldi 16e97786ec [WIDL]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62774
2014-04-18 20:22:07 +00:00
Amine Khaldi d6098a47bf [LIBXML2]
* Update to 2.9.1
* Make use of our iconvc and zlib libs.
[LIBXSLT][MSXML3]
* Make use of our iconvc and zlib libs.
CORE-8079 #resolve

svn path=/trunk/; revision=62773
2014-04-18 19:33:35 +00:00
Eric Kohl 15ceab25f8 [FASTFAT]
Add file and directory removal notification.

svn path=/trunk/; revision=62772
2014-04-18 12:07:55 +00:00
James Tabor cfbe5a5693 - Add support to scrolls too.
svn path=/trunk/; revision=62771
2014-04-17 23:09:50 +00:00
James Tabor f398c22dbe [User32]
- Fixed right click on title bar. See CORE-7054.

svn path=/trunk/; revision=62770
2014-04-17 22:48:14 +00:00
Kamil Hornicek 8f32653a21 [USETUP]
- add a default page file entry to the registry also during unattended setup
CORE-8074

svn path=/trunk/; revision=62769
2014-04-17 21:32:35 +00:00
Hermès Bélusca-Maïto f9f5063b79 [BOOTDATA]
In the same vein as in revision 62766:
CORE-1697 CORE-7915 #comment Disable Multiprocessor choices at installation because it *DOESN'T correctly WORK* and cause problems to newcomers. Please reenable it *ONLY WHEN* you know it *REALLY* works !!! (revision 62768).

svn path=/trunk/; revision=62768
2014-04-17 20:58:30 +00:00
Eric Kohl 402905a031 [SYSDM]
Bugfix: Enable the user to set a system managed paging file size if no paging file was set before. The user does not need to set a custom paging file size before setting the system managed paging file size.

svn path=/trunk/; revision=62767
2014-04-17 20:56:12 +00:00
Hermès Bélusca-Maïto 3a0cc85009 [USETUP]
Disable EXT2 formatting because it *DOESN'T WORK* and cause problems to newcomers. Please reenable it *ONLY WHEN* you know it *REALLY* works !!!!!!!!!!
CORE-3091 CORE-3073 CORE-4003 #comment EXT2 formatting disabled in USETUP in revision 62766. Please reenable ONLY when you know it works.

svn path=/trunk/; revision=62766
2014-04-17 20:43:41 +00:00
Eric Kohl 4698314274 [SYSDM]
Delete a paging file on the next boot after the user selected the "no paging file" option for a disk drive.

svn path=/trunk/; revision=62765
2014-04-17 19:03:49 +00:00
Amine Khaldi 6687753892 [CMAKE]
* Enable the PCH related warnings globally.

svn path=/trunk/; revision=62764
2014-04-17 13:49:49 +00:00
Hermès Bélusca-Maïto ace39a5f06 [CONSRV]
Code "symmetrization" (see the upper helper function).

svn path=/trunk/; revision=62763
2014-04-17 00:46:43 +00:00
Kamil Hornicek 252f2b2f4b [LIBWINE]
- apply r61265 and use relative paths

svn path=/trunk/; revision=62762
2014-04-16 23:17:59 +00:00
Kamil Hornicek e8b645bc30 [LIBWINE]
- bring back the old debug output format ie class:(file:line), Testman depends on this

svn path=/trunk/; revision=62761
2014-04-16 22:47:40 +00:00
Hermès Bélusca-Maïto 2d3fe65c24 [KERNEL32]
Fix a DPRINT.

[CONSRV]
Some code reorganization and few fixes.

svn path=/trunk/; revision=62760
2014-04-16 22:25:29 +00:00
Hermès Bélusca-Maïto df0f048623 [NTOS:MM]
Improve a DPRINT1, for:
CORE-8072 #comment Can you please retest with revision >= 62758 ?

svn path=/trunk/; revision=62758
2014-04-16 12:30:47 +00:00
Thomas Faber e2ffe74418 [CPL]
- Hide "Open as read-only" checkbox in dialogs where the file is always used read-only. Patch by Ricardo Hanke.
CORE-7760 #resolve

svn path=/trunk/; revision=62754
2014-04-15 18:03:29 +00:00
James Tabor 5aaa06b20b - Fix AbiWord Crash when sizing.
svn path=/trunk/; revision=62751
2014-04-15 02:26:47 +00:00
James Tabor 9b7d5bcdff [WineTests|User32]
- Sync Edit to wine head.

svn path=/trunk/; revision=62750
2014-04-14 20:26:59 +00:00
James Tabor b66792a4bb [User32]
- Patch by Nikolay Sivov : Fix Edit margins calculation for empty client area case.
- Patch by Akihiro Sagawa : Emit EM_SETSEL message when choosing "Select All" from context menu. Don' t emit WM_COMMAND on choosing an item in a context menu (Edit control).

svn path=/trunk/; revision=62749
2014-04-14 20:23:17 +00:00
James Tabor 90e1c4d5bc [Win32k]
- Switch menu allocation to desktop stack.

svn path=/trunk/; revision=62748
2014-04-14 06:54:41 +00:00
James Tabor 52fbc79cd6 [User32]
- Fixed get menu info, check parameters first than the handle. See CORE-8064.

svn path=/trunk/; revision=62747
2014-04-14 06:05:34 +00:00
James Tabor b07e61e478 [User32]
- Patch by Victor Martinez Calvo : Fix Invalid parameter handling in GetMenuInfo and SetLastError. Modified handle validation by me. See CORE-8064.
- Moved code and added a non-client create function ID.

svn path=/trunk/; revision=62746
2014-04-14 05:43:02 +00:00
James Tabor 142c547714 [User32]
- Cleanup and plug in. Removed code that is not used, this code served us well. An assessment is needed to be made, base on speed and necessity, on what stays or moved or duplicated.
- See CORE-7447.

svn path=/trunk/; revision=62745
2014-04-14 01:52:37 +00:00
James Tabor bd3046315a [Win32k]
- Move the system command Move and Size to Win32k. Fix most redraw issues. ATM this will be plugged in after User32 DefWnd cleanup.
- Move more DefWindowProc functions into Win32k, these too will been needed soon.
- Added more server side support functions.
- See CORE-7447.

svn path=/trunk/; revision=62744
2014-04-13 23:53:34 +00:00
Timo Kreuzer 1823418a80 [NTOSKRNL]
Simplify code in ExpLookupHandleTableEntry
CORE-6843 #resolve

svn path=/trunk/; revision=62743
2014-04-13 16:45:58 +00:00
Pierre Schweitzer 4d1dfdbc1b [KMTESTS:NPFS]
Add more tests for file info

Tested by Thomas.

CORE-7451

svn path=/trunk/; revision=62742
2014-04-13 16:16:30 +00:00
Hermès Bélusca-Maïto 304ce1db7a [CONSRV]: Do not capture the mouse in the double-click case.
svn path=/trunk/; revision=62741
2014-04-13 15:38:05 +00:00
Hermès Bélusca-Maïto 163b561df1 [CONSRV]
Code reorganization: move console-window-class - related code into a file.

svn path=/trunk/; revision=62740
2014-04-13 15:13:55 +00:00
Hermès Bélusca-Maïto 858c7e6474 [CONSRV]
- Fix console selection and selection mode text that displays in the console title:
- Correctly set selection flags;
- Ignore the first mouse event when the console is being activated with the mouse, when we are in "QuickEdit" mode (avoids e.g. an erroneous paste if somebody right-clicks on the console); gather the console window position to consistently update GuiData->GuiInfo.WindowOrigin (needed when console properties are displayed).

svn path=/trunk/; revision=62739
2014-04-13 13:21:55 +00:00
Hermès Bélusca-Maïto 4496c7309a [CONSRV]
- Code cleaning.
- Properly remove trailing whitespace when copying text from the console.

svn path=/trunk/; revision=62738
2014-04-13 12:54:24 +00:00
Thomas Faber 09c6736145 [SHELL32]
- Use C++-style casts. Patch by Ivan Rodionov.
CORE-7698 #resolve

svn path=/trunk/; revision=62737
2014-04-13 12:20:31 +00:00
Thomas Faber d585b0d8e5 [NTOS:KE]
- When switching to VM86 mode, ensure a 16 byte aligned floating point save area.
CORE-7581 #resolve

svn path=/trunk/; revision=62736
2014-04-13 12:04:13 +00:00
James Tabor 6d83ec90e4 [Win32k]
- Add two more Gdi32 counterparts for Win32k and fix the others.

svn path=/trunk/; revision=62735
2014-04-13 11:41:19 +00:00