Commit graph

52893 commits

Author SHA1 Message Date
Sylvain Petreolle 36d1ad39aa [TRANSLATION]
Erdem Ersoy : 
- Fix Turkish translation of solitaire and winmine.
- Fix typos of Turkish spider resource file and Ukrainian winmine resource file.
CORE-6991 #resolve #comment Committed in r58424, thanks.


svn path=/trunk/; revision=58424
2013-03-03 23:24:55 +00:00
Amine Khaldi da7afa5eeb [CRT]
* Annotate stdlib.h.

svn path=/trunk/; revision=58423
2013-03-03 22:28:47 +00:00
Amine Khaldi 23ad6ed95e [SAL]
* Add _Inout_opt_z_, _Inout_z_, _Out_writes_bytes_all_opt_, _Post_maybez_, _Prepost_opt_z_ and _Prepost_z_ annotations.

svn path=/trunk/; revision=58422
2013-03-03 21:33:22 +00:00
Eric Kohl 5f16c2b7ed [LSASRV]
- Add authentication package loader code.
- Load registered authentication packages before the rpc server is started.

svn path=/trunk/; revision=58421
2013-03-03 19:43:33 +00:00
Eric Kohl c8725cc1ca [MSV1_0]
Add authentication package stub and add it to the registry.

svn path=/trunk/; revision=58420
2013-03-03 19:11:22 +00:00
Timo Kreuzer b6825a1328 [WIN32K]
Properly handle glyph positions and take target coordinate transformation into account when caching glyphs. (This is suboptimal, since we might cache duplicates of the same glyphs, but it works). Fixes CORE-4657.

svn path=/trunk/; revision=58418
2013-03-03 17:20:44 +00:00
Hermès Bélusca-Maïto aeed6a7831 [README]
- Precise which target we are primarily aiming at, update the readme a little bit.
- Add it to the installed files.

svn path=/trunk/; revision=58417
2013-03-03 17:16:29 +00:00
Timo Kreuzer 858bf16c6d [WIN32K]
Add support for arbitrary scaling matrices when rendering glyphs.
Partly fixes CORE-4657
Todo: handle glyph coordinates

svn path=/trunk/; revision=58414
2013-03-03 14:43:53 +00:00
Eric Kohl 74fa508092 [ADVAPI32]
Remove LsaRegisterPolicyChangeNotification and LsaUnregisterPolicyChangeNotification because they are not exported by advapi32.dll. These functions are exported by secur32.dll instead.

svn path=/trunk/; revision=58413
2013-03-03 13:07:33 +00:00
Dmitry Gorbachev 4e3246a215 [TRANSLATION]
Update/add Turkish translations. Arda Tanrıkulu (ardatanrikulu~AT~gmail~DOT~com).

svn path=/trunk/; revision=58412
2013-03-03 03:30:57 +00:00
Giannis Adamopoulos 110f91da4a [csrsrv]
- Remove CsrSetLogonNotifyWindow
- Use a reactos only TWOPARAM_ROUTINE_EXITREACTOS call in order to start the shut down process in winlogon 
- Use a NOPARAM_ROUTINE_ISCONSOLEMODE call in DtbgIsDesktopVisible to fix detecting console mode in gui-on-demand mode

svn path=/trunk/; revision=58411
2013-03-02 22:22:56 +00:00
Sylvain Petreolle deb56f35ad [REGEDIT]
- Katayama Hirofumi: Fix Japanese resource.
CORE-6988 #resolve #comment Commited in r58410,thanks.


svn path=/trunk/; revision=58410
2013-03-02 21:44:01 +00:00
Dmitry Gorbachev 5de2fcb741 [TRANSLATION]
Turkish translation for Solitaire and Spider by Erdem Ersoy 
(erdemersoy~AT~live~DOT~com). CORE-6989.

svn path=/trunk/; revision=58409
2013-03-02 20:56:12 +00:00
Hermès Bélusca-Maïto 436f3df046 [PAINT]
- Fix the "grey panel" bug when doing File --> New.
- Add the possibility, when doing File --> New, to save the drawing the user did before actually reset it, and take into account whether he/she cancels the operation in the middle.
Patch by Marco Vaiano, slightly modified by me.

CORE-5642 #resolve #comment Committed in revision r58408. Thanks :)

svn path=/trunk/; revision=58408
2013-03-02 20:44:09 +00:00
Amine Khaldi 41065e4d3c [PSDK]
* Annotate aclapi.h.

svn path=/trunk/; revision=58407
2013-03-02 20:40:44 +00:00
Eric Kohl 65ad79656d [WINLOGON]
Formatting. No code changes.

svn path=/trunk/; revision=58406
2013-03-02 20:30:36 +00:00
Timo Kreuzer 95e9b1a4a7 [WIN32K]
Improve formatting

svn path=/trunk/; revision=58405
2013-03-02 20:23:22 +00:00
Amine Khaldi 32f93fc9b7 [PSDK]
* Remove FrameRgn and GetWindowExtEx from winuser.h.

svn path=/trunk/; revision=58404
2013-03-02 19:37:13 +00:00
Timo Kreuzer 008667ee89 [WIN32K]
Improve formatting

svn path=/trunk/; revision=58403
2013-03-02 19:25:48 +00:00
Amine Khaldi d2cccb2570 [WIN32K]
* Avoid inconsistent annotations for EngSaveFloatingPointState.

svn path=/trunk/; revision=58402
2013-03-02 19:22:27 +00:00
Amine Khaldi d235b13731 [SAL]
* Add _Deref_out_z_, _Deref_post_z_, _Out_writes_opt_z_, _Pre_notnull_ and _Ret_notnull_ annotations.

svn path=/trunk/; revision=58401
2013-03-02 17:47:17 +00:00
Amine Khaldi 65caa5d13b [LIBJPEG]
* Sync to v9.
* Brought to you by Ivan Di Francesco.
CORE-6819 #resolve #comment Committed in r58400. Grazie ;)

svn path=/trunk/; revision=58400
2013-03-02 17:14:06 +00:00
Timo Kreuzer 61f00085f4 [GDI32]
Forgot this one, too

svn path=/trunk/; revision=58399
2013-03-02 15:49:48 +00:00
Timo Kreuzer d131f1250b [WIN32K]
Fix build

svn path=/trunk/; revision=58398
2013-03-02 15:43:23 +00:00
Timo Kreuzer c8b72284e2 [SAL]
- Add _Out_opt_z_bytecap_
- ndk/rtlfuncs.h: Fix annotations for RtlQueryAtomInAtomTable
- winddi.h: Use ENGAPI instead of WIN32KAPI, fix annotations for EngBitBlt, EngCreateEvent, EngQuerySystemAttribute, EngRestoreFloatingPointState, EngSaveFloatingPointState

svn path=/trunk/; revision=58397
2013-03-02 15:39:59 +00:00
Amine Khaldi ebc115ed2d [LIBTIFF]
* Sync to v4.0.3.
CORE-6898 #resolve

svn path=/trunk/; revision=58396
2013-03-02 14:45:37 +00:00
Amine Khaldi 0e0ff25cd8 [TASKKILL]
* Import from Wine.

svn path=/trunk/; revision=58395
2013-03-02 13:10:25 +00:00
Timo Kreuzer afe1de36b7 [SAL]
Fix definition of _Prepost_bytecount_

svn path=/trunk/; revision=58394
2013-03-02 12:32:01 +00:00
Hermès Bélusca-Maïto d81831d489 [WINLOGON]
Correct mistypings in the excellent explanation of the different states of Winlogon. Thanks Eric !

svn path=/trunk/; revision=58393
2013-03-02 12:28:51 +00:00
Amine Khaldi a3e3dd2b81 [SAL]
* Add _Inout_updates_bytes_to_, _Inout_updates_bytes_to_opt_, _Inout_updates_opt_z_, _Out_writes_z_, _Post_readable_byte_size_, _Post_readable_size_ and _Scanf_format_string_ annotations.

svn path=/trunk/; revision=58392
2013-03-02 12:01:27 +00:00
Eric Kohl 621c37d6cc [WINLOGON]
- Replace the old LogonStatus variable by a LOGON_STATE enum type.
- Declare and document all new states and their transitions.

svn path=/trunk/; revision=58391
2013-03-02 11:58:26 +00:00
Amine Khaldi ea5fef057c [PSDK]
* Annotate winsvc.h.

svn path=/trunk/; revision=58390
2013-03-01 21:50:20 +00:00
Amine Khaldi f242c4c189 [DDK]
* Add some annotations in acpiioct.h.

svn path=/trunk/; revision=58389
2013-03-01 21:47:38 +00:00
Amine Khaldi 5b2057671e [PSDK]
* Annotate winreg.h.

svn path=/trunk/; revision=58388
2013-03-01 18:18:36 +00:00
Amine Khaldi 3cf2a2f370 [SAL]
* Add _Outptr_result_buffer_maybenull_, _Pre_count_c_, _Pre_opt_z_ and _Pre_z_ annotations.

svn path=/trunk/; revision=58387
2013-03-01 18:09:26 +00:00
Giannis Adamopoulos af3e904185 [win32k]
- Make NtUserSwitchDesktop hide the previous desktop window and show the new one. This doesn't change much yet as winlogon still uses only one desktop

svn path=/trunk/; revision=58386
2013-03-01 14:43:00 +00:00
Amine Khaldi d722c18bcc [PSDK]
* Add some annotations in winnt.h.

svn path=/trunk/; revision=58385
2013-03-01 12:00:19 +00:00
Amine Khaldi 5415cec993 [DDK]
* Fix a typo.

svn path=/trunk/; revision=58384
2013-03-01 10:56:02 +00:00
Amine Khaldi 00631348d4 [SAL]
* Add _Inout_updates_bytes_opt_, _Outptr_result_bytebuffer_to_ and _Outptr_result_maybenull_ annotations.

svn path=/trunk/; revision=58383
2013-03-01 10:52:17 +00:00
Jérôme Gardou 7003e40136 [WINED3D]
- fix MSVC compilation

svn path=/trunk/; revision=58382
2013-02-28 20:12:02 +00:00
Jérôme Gardou f709e88f5b [AMINE_HEADER_WORK]
- Get it back for ddraw, d3d8, d3d9 and wined3d, it's too good to be dismissed

svn path=/trunk/; revision=58381
2013-02-28 19:30:08 +00:00
Jérôme Gardou 1d5107d6d0 [USP10]
-  Get back Amine's work on headers inclusion

svn path=/trunk/; revision=58380
2013-02-28 19:05:18 +00:00
Jérôme Gardou e10ddf87b8 [DIRECTX]
- sync ddraw, d3d8, d3d9, wined3d and corresponding headers wine WINE 1.5.24
[PSDK/DDRAW.H]
 - Add IDirectDraw3 interface
 - Correct LPDDENUMCALLBACK(EX){A/W} typedef

svn path=/trunk/; revision=58379
2013-02-28 18:21:10 +00:00
Timo Kreuzer a263a1faad [NTDLL_WINETEST]
CORE-6977 #comment Make sure the buffer for NtQueryInformationAtom is ULONG aligned. Fixes failed atom tests on ReactOS and Windows when compiled with GCC 4.7.2. Should be sent to wine. Keeping the jira issue open.

svn path=/trunk/; revision=58378
2013-02-28 11:30:20 +00:00
Timo Kreuzer 2bab12f092 [GDIPLUS_WINETEST]
CORE-6969 Adding a check to skip a test after failure instead of continuing with uninitialized memory. "Fixes" a crash when compiled with GCC 4.7.2

svn path=/trunk/; revision=58377
2013-02-28 09:38:08 +00:00
Giannis Adamopoulos 3a2e6d102f [win32k]
- Do not set the current thread desktop automatically the first time CreateDesktop is called. The caller is supposed to call SetThreadDesktop to specify which desktop should be used

svn path=/trunk/; revision=58376
2013-02-27 17:18:21 +00:00
Jérôme Gardou 1e1cab3901 [USP10]
- sync to WINE-1.5.24
This gets wordpad performance to a bearable state when gdebug output is on

svn path=/trunk/; revision=58375
2013-02-27 14:11:44 +00:00
Timo Kreuzer 69d6ad01cb [GDI32]
Add a DPRINT

svn path=/trunk/; revision=58374
2013-02-27 13:53:28 +00:00
Amine Khaldi 12a9a7b2cb [PSDK]
* Annotate wingdi.h.

svn path=/trunk/; revision=58373
2013-02-26 18:23:45 +00:00
Amine Khaldi d43714f5da [SAL]
* Add _Field_size_opt_ annotation.

svn path=/trunk/; revision=58372
2013-02-26 18:22:36 +00:00