reactos.git
11 years ago[NDK]
Amine Khaldi [Mon, 4 Mar 2013 21:49:07 +0000 (21:49 +0000)]
[NDK]
* Correct the annotation of ObOpenObjectByName's 4th param.

svn path=/trunk/; revision=58428

11 years ago[LSASRV]
Eric Kohl [Mon, 4 Mar 2013 21:32:44 +0000 (21:32 +0000)]
[LSASRV]
- Get all procedure addresses of the loaded authentication packages and keep them in the authentication package entry.
- Implement parts of the lda dispatch table (allocate heap and free heap) and pass the table to LsaApInitializePackage call.
- Implement authentication package lookup by name.

[MSV1_0]
- Store the dispatch table entries passed to the LsaApInitializePackage call and use them to allocate a STRING to return the package name.

svn path=/trunk/; revision=58427

11 years ago[CRT]
Amine Khaldi [Mon, 4 Mar 2013 21:24:47 +0000 (21:24 +0000)]
[CRT]
* Annotate assert.h.

svn path=/trunk/; revision=58426

11 years ago[SAL]
Amine Khaldi [Mon, 4 Mar 2013 16:32:18 +0000 (16:32 +0000)]
[SAL]
* Add _Deref_post_opt_valid_, _Deref_pre_opt_valid_, _Deref_pre_z_, _Deref_prepost_opt_valid_, _Deref_prepost_z_, _Out_writes_all_ and _Out_writes_all_opt_ annotations.

svn path=/trunk/; revision=58425

11 years ago[TRANSLATION]
Sylvain Petreolle [Sun, 3 Mar 2013 23:24:55 +0000 (23:24 +0000)]
[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

11 years ago[CRT]
Amine Khaldi [Sun, 3 Mar 2013 22:28:47 +0000 (22:28 +0000)]
[CRT]
* Annotate stdlib.h.

svn path=/trunk/; revision=58423

11 years ago[SAL]
Amine Khaldi [Sun, 3 Mar 2013 21:33:22 +0000 (21:33 +0000)]
[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

11 years ago[LSASRV]
Eric Kohl [Sun, 3 Mar 2013 19:43:33 +0000 (19:43 +0000)]
[LSASRV]
- Add authentication package loader code.
- Load registered authentication packages before the rpc server is started.

svn path=/trunk/; revision=58421

11 years ago[MSV1_0]
Eric Kohl [Sun, 3 Mar 2013 19:11:22 +0000 (19:11 +0000)]
[MSV1_0]
Add authentication package stub and add it to the registry.

svn path=/trunk/; revision=58420

11 years ago[CONSOLE.DLL]
Hermès Bélusca-Maïto [Sun, 3 Mar 2013 17:39:44 +0000 (17:39 +0000)]
[CONSOLE.DLL]
Use a new unique sample text for fonts and colors overview.

[CONSRV]
Remove few DPRINTs.

svn path=/branches/ros-csrss/; revision=58419

11 years ago[WIN32K]
Timo Kreuzer [Sun, 3 Mar 2013 17:20:44 +0000 (17:20 +0000)]
[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

11 years ago[README]
Hermès Bélusca-Maïto [Sun, 3 Mar 2013 17:16:29 +0000 (17:16 +0000)]
[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

11 years ago[CONSOLE.DLL]
Hermès Bélusca-Maïto [Sun, 3 Mar 2013 15:47:52 +0000 (15:47 +0000)]
[CONSOLE.DLL]
Code formatting only (tab --> space indentation)

svn path=/branches/ros-csrss/; revision=58416

11 years ago[CONSOLE.DLL-KERNEL32-CONSRV]
Hermès Bélusca-Maïto [Sun, 3 Mar 2013 15:35:12 +0000 (15:35 +0000)]
[CONSOLE.DLL-KERNEL32-CONSRV]
Fix the console properties dialog, when launching and transmitting console properties. Before, the properties dialog was directly launched by the console server (consrv), running with CSRSS (System) privileges, what constituted a security hole. Now, I create a remote thread in the running process owning the console for launching the properties dialog (thus it has only user privileges, and not System ones anymore). For that purpose, I basically took the technique described in the following paper (Cesar Cerrudo, "Story of a dumb patch", http://www.argeniss.com/research/MSBugPaper.pdf or http://www.scn.rain.com/~neighorn/PDF/MSBugPaper.pdf), where basically the console server shares the console properties via a shared memory section with the console properties dialog dll. The address of the thread which launches the dialog in the context of the console app is given to the console server the same way as we do for the control handler (called e.g. when you press Ctrl-C, etc...)
Of course this is quite hackish, because you have the GUI interface split between the console server and the console properties dialog dll. Something far more elegant would be to put all the GUI thingie into a dedicated dll or exe, running with the same privileges as the console program itself (a kind of console -- or terminal -- emulator).

[CONSOLE.DLL]
Fix retriving / setting colors.c and other things.

[CONSRV.DLL]
- Fix retrieving / setting console properties from the registry (via the HKCU\Console\* keys), via the shell shortcuts (not totally done at the moment, because somebody has to implement properly that thing : http://msdn.microsoft.com/en-us/library/windows/desktop/bb773359(v=vs.85).aspx (NT_CONSOLE_PROPS structure stored as a shortcut data block) (at application launching time), and via the console properties dialog.
- Few DPRINTs removed.

svn path=/branches/ros-csrss/; revision=58415

11 years ago[WIN32K]
Timo Kreuzer [Sun, 3 Mar 2013 14:43:53 +0000 (14:43 +0000)]
[WIN32K]
Add support for arbitrary scaling matrices when rendering glyphs.
Partly fixes CORE-4657
Todo: handle glyph coordinates

svn path=/trunk/; revision=58414

11 years ago[ADVAPI32]
Eric Kohl [Sun, 3 Mar 2013 13:07:33 +0000 (13:07 +0000)]
[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

11 years ago[TRANSLATION]
Dmitry Gorbachev [Sun, 3 Mar 2013 03:30:57 +0000 (03:30 +0000)]
[TRANSLATION]
Update/add Turkish translations. Arda Tanrıkulu (ardatanrikulu~AT~gmail~DOT~com).

svn path=/trunk/; revision=58412

11 years ago[csrsrv]
Giannis Adamopoulos [Sat, 2 Mar 2013 22:22:56 +0000 (22:22 +0000)]
[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

11 years ago[REGEDIT]
Sylvain Petreolle [Sat, 2 Mar 2013 21:44:01 +0000 (21:44 +0000)]
[REGEDIT]
- Katayama Hirofumi: Fix Japanese resource.
CORE-6988 #resolve #comment Commited in r58410,thanks.

svn path=/trunk/; revision=58410

11 years ago[TRANSLATION]
Dmitry Gorbachev [Sat, 2 Mar 2013 20:56:12 +0000 (20:56 +0000)]
[TRANSLATION]
Turkish translation for Solitaire and Spider by Erdem Ersoy
(erdemersoy~AT~live~DOT~com). CORE-6989.

svn path=/trunk/; revision=58409

11 years ago[PAINT]
Hermès Bélusca-Maïto [Sat, 2 Mar 2013 20:44:09 +0000 (20:44 +0000)]
[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

11 years ago[PSDK]
Amine Khaldi [Sat, 2 Mar 2013 20:40:44 +0000 (20:40 +0000)]
[PSDK]
* Annotate aclapi.h.

svn path=/trunk/; revision=58407

11 years ago[WINLOGON]
Eric Kohl [Sat, 2 Mar 2013 20:30:36 +0000 (20:30 +0000)]
[WINLOGON]
Formatting. No code changes.

svn path=/trunk/; revision=58406

11 years ago[WIN32K]
Timo Kreuzer [Sat, 2 Mar 2013 20:23:22 +0000 (20:23 +0000)]
[WIN32K]
Improve formatting

svn path=/trunk/; revision=58405

11 years ago[PSDK]
Amine Khaldi [Sat, 2 Mar 2013 19:37:13 +0000 (19:37 +0000)]
[PSDK]
* Remove FrameRgn and GetWindowExtEx from winuser.h.

svn path=/trunk/; revision=58404

11 years ago[WIN32K]
Timo Kreuzer [Sat, 2 Mar 2013 19:25:48 +0000 (19:25 +0000)]
[WIN32K]
Improve formatting

svn path=/trunk/; revision=58403

11 years ago[WIN32K]
Amine Khaldi [Sat, 2 Mar 2013 19:22:27 +0000 (19:22 +0000)]
[WIN32K]
* Avoid inconsistent annotations for EngSaveFloatingPointState.

svn path=/trunk/; revision=58402

11 years ago[SAL]
Amine Khaldi [Sat, 2 Mar 2013 17:47:17 +0000 (17:47 +0000)]
[SAL]
* Add _Deref_out_z_, _Deref_post_z_, _Out_writes_opt_z_, _Pre_notnull_ and _Ret_notnull_ annotations.

svn path=/trunk/; revision=58401

11 years ago[LIBJPEG]
Amine Khaldi [Sat, 2 Mar 2013 17:14:06 +0000 (17:14 +0000)]
[LIBJPEG]
* Sync to v9.
* Brought to you by Ivan Di Francesco.
CORE-6819 #resolve #comment Committed in r58400. Grazie ;)

svn path=/trunk/; revision=58400

11 years ago[GDI32]
Timo Kreuzer [Sat, 2 Mar 2013 15:49:48 +0000 (15:49 +0000)]
[GDI32]
Forgot this one, too

svn path=/trunk/; revision=58399

11 years ago[WIN32K]
Timo Kreuzer [Sat, 2 Mar 2013 15:43:23 +0000 (15:43 +0000)]
[WIN32K]
Fix build

svn path=/trunk/; revision=58398

11 years ago[SAL]
Timo Kreuzer [Sat, 2 Mar 2013 15:39:59 +0000 (15:39 +0000)]
[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

11 years ago[LIBTIFF]
Amine Khaldi [Sat, 2 Mar 2013 14:45:37 +0000 (14:45 +0000)]
[LIBTIFF]
* Sync to v4.0.3.
CORE-6898 #resolve

svn path=/trunk/; revision=58396

11 years ago[TASKKILL]
Amine Khaldi [Sat, 2 Mar 2013 13:10:25 +0000 (13:10 +0000)]
[TASKKILL]
* Import from Wine.

svn path=/trunk/; revision=58395

11 years ago[SAL]
Timo Kreuzer [Sat, 2 Mar 2013 12:32:01 +0000 (12:32 +0000)]
[SAL]
Fix definition of _Prepost_bytecount_

svn path=/trunk/; revision=58394

11 years ago[WINLOGON]
Hermès Bélusca-Maïto [Sat, 2 Mar 2013 12:28:51 +0000 (12:28 +0000)]
[WINLOGON]
Correct mistypings in the excellent explanation of the different states of Winlogon. Thanks Eric !

svn path=/trunk/; revision=58393

11 years ago[SAL]
Amine Khaldi [Sat, 2 Mar 2013 12:01:27 +0000 (12:01 +0000)]
[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

11 years ago[WINLOGON]
Eric Kohl [Sat, 2 Mar 2013 11:58:26 +0000 (11:58 +0000)]
[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

11 years ago[PSDK]
Amine Khaldi [Fri, 1 Mar 2013 21:50:20 +0000 (21:50 +0000)]
[PSDK]
* Annotate winsvc.h.

svn path=/trunk/; revision=58390

11 years ago[DDK]
Amine Khaldi [Fri, 1 Mar 2013 21:47:38 +0000 (21:47 +0000)]
[DDK]
* Add some annotations in acpiioct.h.

svn path=/trunk/; revision=58389

11 years ago[PSDK]
Amine Khaldi [Fri, 1 Mar 2013 18:18:36 +0000 (18:18 +0000)]
[PSDK]
* Annotate winreg.h.

svn path=/trunk/; revision=58388

11 years ago[SAL]
Amine Khaldi [Fri, 1 Mar 2013 18:09:26 +0000 (18:09 +0000)]
[SAL]
* Add _Outptr_result_buffer_maybenull_, _Pre_count_c_, _Pre_opt_z_ and _Pre_z_ annotations.

svn path=/trunk/; revision=58387

11 years ago[win32k]
Giannis Adamopoulos [Fri, 1 Mar 2013 14:43:00 +0000 (14:43 +0000)]
[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

11 years ago[PSDK]
Amine Khaldi [Fri, 1 Mar 2013 12:00:19 +0000 (12:00 +0000)]
[PSDK]
* Add some annotations in winnt.h.

svn path=/trunk/; revision=58385

11 years ago[DDK]
Amine Khaldi [Fri, 1 Mar 2013 10:56:02 +0000 (10:56 +0000)]
[DDK]
* Fix a typo.

svn path=/trunk/; revision=58384

11 years ago[SAL]
Amine Khaldi [Fri, 1 Mar 2013 10:52:17 +0000 (10:52 +0000)]
[SAL]
* Add _Inout_updates_bytes_opt_, _Outptr_result_bytebuffer_to_ and _Outptr_result_maybenull_ annotations.

svn path=/trunk/; revision=58383

11 years ago[WINED3D]
Jérôme Gardou [Thu, 28 Feb 2013 20:12:02 +0000 (20:12 +0000)]
[WINED3D]
 - fix MSVC compilation

svn path=/trunk/; revision=58382

11 years ago[AMINE_HEADER_WORK]
Jérôme Gardou [Thu, 28 Feb 2013 19:30:08 +0000 (19:30 +0000)]
[AMINE_HEADER_WORK]
 - Get it back for ddraw, d3d8, d3d9 and wined3d, it's too good to be dismissed

svn path=/trunk/; revision=58381

11 years ago[USP10]
Jérôme Gardou [Thu, 28 Feb 2013 19:05:18 +0000 (19:05 +0000)]
[USP10]
 -  Get back Amine's work on headers inclusion

svn path=/trunk/; revision=58380

11 years ago[DIRECTX]
Jérôme Gardou [Thu, 28 Feb 2013 18:21:10 +0000 (18:21 +0000)]
[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

11 years ago[NTDLL_WINETEST]
Timo Kreuzer [Thu, 28 Feb 2013 11:30:20 +0000 (11:30 +0000)]
[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

11 years ago[GDIPLUS_WINETEST]
Timo Kreuzer [Thu, 28 Feb 2013 09:38:08 +0000 (09:38 +0000)]
[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

11 years ago[win32k]
Giannis Adamopoulos [Wed, 27 Feb 2013 17:18:21 +0000 (17:18 +0000)]
[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

11 years ago[USP10]
Jérôme Gardou [Wed, 27 Feb 2013 14:11:44 +0000 (14:11 +0000)]
[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

11 years ago[GDI32]
Timo Kreuzer [Wed, 27 Feb 2013 13:53:28 +0000 (13:53 +0000)]
[GDI32]
Add a DPRINT

svn path=/trunk/; revision=58374

11 years ago[PSDK]
Amine Khaldi [Tue, 26 Feb 2013 18:23:45 +0000 (18:23 +0000)]
[PSDK]
* Annotate wingdi.h.

svn path=/trunk/; revision=58373

11 years ago[SAL]
Amine Khaldi [Tue, 26 Feb 2013 18:22:36 +0000 (18:22 +0000)]
[SAL]
* Add _Field_size_opt_ annotation.

svn path=/trunk/; revision=58372

11 years ago[REGEDIT]
Pierre Schweitzer [Tue, 26 Feb 2013 06:44:31 +0000 (06:44 +0000)]
[REGEDIT]
Fix typo in French translation.
Spotted on: http://reactos.org/forum/viewtopic.php?p=99232#p99232

svn path=/trunk/; revision=58371

11 years ago[FREELDR]
Timo Kreuzer [Mon, 25 Feb 2013 20:11:40 +0000 (20:11 +0000)]
[FREELDR]
Fix a typo in arm code that I introduced, spotted by Thomas.

svn path=/trunk/; revision=58370

11 years ago[FREELDR]
Timo Kreuzer [Mon, 25 Feb 2013 20:07:17 +0000 (20:07 +0000)]
[FREELDR]
Get rid of reactos_arc_hardware_data, which wasn't used anyway. This frees up 16KB of memory. Don't reallocate the PARTIAL_RESOURE_LISTs in FldrCreateComponentKey, instead take over the ones passed by the caller.

svn path=/trunk/; revision=58369

11 years agoFix build for gcc
Giannis Adamopoulos [Sun, 24 Feb 2013 21:38:48 +0000 (21:38 +0000)]
Fix build for gcc

svn path=/trunk/; revision=58368

11 years ago[msgina]
Giannis Adamopoulos [Sun, 24 Feb 2013 21:30:30 +0000 (21:30 +0000)]
[msgina]
- Fix a bug in StartupWindowThread that had as a result to close the desktop handle we get from winlogon. The problem is the wrong usage of SetThreadDesktop as it closes the previous desktop, so keeping OldDesk is totally useless and when the thread exits it will close the handle to the current thread desktop which is Session->WinlogonDesktop from winlogon. To solve this issue we have to duplicate the handle we get from winlogon and let it get closed by win32k when the thread exits

svn path=/trunk/; revision=58367

11 years ago[LOGON]
Eric Kohl [Sun, 24 Feb 2013 20:27:15 +0000 (20:27 +0000)]
[LOGON]
Fix formatting. No code changes.

svn path=/trunk/; revision=58366

11 years ago[FREELDR]
Timo Kreuzer [Sun, 24 Feb 2013 20:18:57 +0000 (20:18 +0000)]
[FREELDR]
Fix formatting

svn path=/trunk/; revision=58365

11 years ago[win32k]
Giannis Adamopoulos [Sun, 24 Feb 2013 20:03:48 +0000 (20:03 +0000)]
[win32k]
- Fix a nasty bug in IntTrackMouseMove that prevented us from stopping the ID_EVENT_SYSTIMER_MOUSEHOVER timer.
- IntKillTimer requires a PWND as first argument but we were passing an HWND and as a result the timer was never stopped
- Fixes the remaining failed tests for TrackMouseEvent (besides queue state tests)

svn path=/trunk/; revision=58364

11 years ago[MSGINA]
Eric Kohl [Sun, 24 Feb 2013 19:44:41 +0000 (19:44 +0000)]
[MSGINA]
- Implement WlxScreenSaverNotify. I decided to return a hardcoded FALSE because RegQueryValueExW always reads "1", although there is a "0" written in the registry. Will fix it later.

svn path=/trunk/; revision=58363

11 years ago[USETUP-BOOTDATA-FONTS]
Hermès Bélusca-Maïto [Sun, 24 Feb 2013 15:36:49 +0000 (15:36 +0000)]
[USETUP-BOOTDATA-FONTS]
- Use the "Fixedsys Excelsior 3.01-L2" font instead of "Fixedsys Excelsior 3.01" for the Fixedsys font substitution (the *-L2 version corrects a bug when displaying the letter 'A'-upper-case).
- Add the font-substitute "Lucida Console" to "DejaVu Sans Mono".

svn path=/trunk/; revision=58362

11 years ago[FREELDR]
Timo Kreuzer [Sun, 24 Feb 2013 14:40:21 +0000 (14:40 +0000)]
[FREELDR]
When processing forwarders and the target image was not yet loaded, try to load it (using .dll extension if no extension is given)

svn path=/trunk/; revision=58361

11 years ago[DESK]
Eric Kohl [Sun, 24 Feb 2013 08:58:05 +0000 (08:58 +0000)]
[DESK]
- Remove the SCRNSAVE.EXE value from the registry and set ScreenSaveActive to "0" as this is the setting for "None" screen saver.
- Change screen saver settings the way Windows XP does it.

svn path=/trunk/; revision=58360

11 years ago[WINLOGON]
Eric Kohl [Sat, 23 Feb 2013 19:48:22 +0000 (19:48 +0000)]
[WINLOGON]
- Call DispatchSAS when the screen saver is started by a WM_LOGONNOTIFY message.
- Lock the workstation after the screen saver was terminated.

svn path=/trunk/; revision=58359

11 years ago[DESK]
Eric Kohl [Sat, 23 Feb 2013 18:52:13 +0000 (18:52 +0000)]
[DESK]
Remove calls to SystemParametersInfoW(SPI_SETSCREENSAVEACTIVE,... as it does not make sense to activate and deactivate screen savers when activating or deactivating the screen saver page. The screen saver should be activated when the user chooses a screen saver and it should be deactivated when the user chooses the "None" option.

CORE-6963#resolve

svn path=/trunk/; revision=58358

11 years ago[BOOTDATA]
Hermès Bélusca-Maïto [Sat, 23 Feb 2013 18:30:47 +0000 (18:30 +0000)]
[BOOTDATA]
Remove pre-saved console default settings in the registry. They will be set by consrv itself at initialization (Work In Progress).

svn path=/branches/ros-csrss/; revision=58357

11 years ago[DLLs]
Jérôme Gardou [Sat, 23 Feb 2013 18:07:51 +0000 (18:07 +0000)]
[DLLs]
 - hopefully put an end to this embarassing succession by adding missing linkage to msvcrt where needed.
Than you ld, for getting symbols out of thin air

svn path=/trunk/; revision=58356

11 years ago[WINFAX]
Jérôme Gardou [Sat, 23 Feb 2013 17:13:54 +0000 (17:13 +0000)]
[WINFAX]
 - Hopefully, this will get MSVC build right on track

svn path=/trunk/; revision=58355

11 years ago[CFGMGR32]
Jérôme Gardou [Sat, 23 Feb 2013 17:06:36 +0000 (17:06 +0000)]
[CFGMGR32]
 - TODO: investigate at why ld doesn't choke on non existent given entry point

svn path=/trunk/; revision=58354

11 years ago[SRCLIENT]
Jérôme Gardou [Sat, 23 Feb 2013 17:00:02 +0000 (17:00 +0000)]
[SRCLIENT]
 - I'd really like to know what GCC got as entry point for this one

svn path=/trunk/; revision=58353

11 years ago[NETEVENT]
Jérôme Gardou [Sat, 23 Feb 2013 16:51:48 +0000 (16:51 +0000)]
[NETEVENT]
 - This is a resource only DLL, so this is OK to not have an entry point

svn path=/trunk/; revision=58352

11 years ago[DLLs]
Jérôme Gardou [Sat, 23 Feb 2013 16:45:48 +0000 (16:45 +0000)]
[DLLs]
 - No explicit DllMain is not equivalent to no entrypoint at all

svn path=/trunk/; revision=58351

11 years ago[PSDK]
Amine Khaldi [Sat, 23 Feb 2013 15:51:12 +0000 (15:51 +0000)]
[PSDK]
* Annotate setupapi.h.
* Add SetupDiGetHwProfileFriendlyNameExA and correct SetupDiGetWizardPage.

svn path=/trunk/; revision=58350

11 years ago[HAL]
Timo Kreuzer [Fri, 22 Feb 2013 13:41:29 +0000 (13:41 +0000)]
[HAL]
Add more missing asm dependencies

svn path=/trunk/; revision=58349

11 years ago[PSDK]
Timo Kreuzer [Fri, 22 Feb 2013 12:58:06 +0000 (12:58 +0000)]
[PSDK]
Add some more annotations to driverspecs.h

svn path=/trunk/; revision=58348

11 years ago[TRANSLATION]
Dmitry Gorbachev [Thu, 21 Feb 2013 17:36:53 +0000 (17:36 +0000)]
[TRANSLATION]
Update/add Hebrew translations. Baruch Rutman (peterooch~AT~gmail~DOT~com).

svn path=/trunk/; revision=58347

11 years ago[win32k]
Giannis Adamopoulos [Thu, 21 Feb 2013 17:27:08 +0000 (17:27 +0000)]
[win32k]
- Implement NtUserLockWorkStation

[winlogon]
- Handle LN_LOCK_WORKSTATION case of the WM_LOGONNOTIFY message

svn path=/trunk/; revision=58346

11 years ago[PSDK]
Hermès Bélusca-Maïto [Wed, 20 Feb 2013 22:28:14 +0000 (22:28 +0000)]
[PSDK]
- Add ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE and ENABLE_EXTENDED_FLAGS flags.
- Add GetConsoleAliasExesA/W and GetConsoleAliasExesLengthA/W api definitions.

[DOSKEY]
Remove unneeded definitions since now these are declared in the psdk.

svn path=/branches/ros-csrss/; revision=58345

11 years ago[NTOSKRNL:MM]
Thomas Faber [Wed, 20 Feb 2013 21:48:05 +0000 (21:48 +0000)]
[NTOSKRNL:MM]
- Do not assume all zeroes in PE sections that contain uninitialized data. Such sections can have other contents as well, and MiReadPage already provides zeroes for outside-of-file data anyway
CORE-6958 #resolve

svn path=/trunk/; revision=58344

11 years ago[CONSOLE.DLL]
Hermès Bélusca-Maïto [Tue, 19 Feb 2013 00:18:37 +0000 (00:18 +0000)]
[CONSOLE.DLL]
- Add an icon.
- Fix some labels in the property box and the disposition of controls in english and french resources (not in all because positions change between languages and I've no time synchronizing by hand all the resource files, removing the differences).

svn path=/branches/ros-csrss/; revision=58343

11 years ago[MSGINA]
Eric Kohl [Mon, 18 Feb 2013 23:16:39 +0000 (23:16 +0000)]
[MSGINA]
- Display logon information in the security dialog.
- Fix font in japanese dialogs.

svn path=/trunk/; revision=58342

11 years ago[FREELDR]
Timo Kreuzer [Mon, 18 Feb 2013 20:09:50 +0000 (20:09 +0000)]
[FREELDR]
Implement HeapVerify(), fix a buffer overrun.
CORE-6893 #resolve

svn path=/trunk/; revision=58341

11 years ago[WLANCONF]
Timo Kreuzer [Sun, 17 Feb 2013 19:08:39 +0000 (19:08 +0000)]
[WLANCONF]
Fix a bug, I introduced.

svn path=/trunk/; revision=58340

11 years ago[WLANCONF]
Timo Kreuzer [Sun, 17 Feb 2013 18:48:59 +0000 (18:48 +0000)]
[WLANCONF]
- Convert to UNICODE
- rewrite CharToHex()

svn path=/trunk/; revision=58339

11 years ago[WLANCONF]
Timo Kreuzer [Sun, 17 Feb 2013 18:11:16 +0000 (18:11 +0000)]
[WLANCONF]
Compile as UNICODE.

svn path=/trunk/; revision=58338

11 years ago[HOTPLUG]
Johannes Anderwald [Sun, 17 Feb 2013 15:51:07 +0000 (15:51 +0000)]
[HOTPLUG]
- start on safely remove hardware applet
- resources are not yet commited

svn path=/trunk/; revision=58337

11 years agoAmendment to r58335
Timo Kreuzer [Sun, 17 Feb 2013 15:12:16 +0000 (15:12 +0000)]
Amendment to r58335

svn path=/trunk/; revision=58336

11 years agoAdd a large number of missing newlines at the end of text files.
Timo Kreuzer [Sun, 17 Feb 2013 15:06:22 +0000 (15:06 +0000)]
Add a large number of missing newlines at the end of text files.

svn path=/trunk/; revision=58335

11 years ago[FREELDR]
Timo Kreuzer [Sun, 17 Feb 2013 14:46:42 +0000 (14:46 +0000)]
[FREELDR]
Split HwDetect() into 2 functions. InitializeBootDevices() and HwDetect(). This way we don't do the stuff twice.

svn path=/trunk/; revision=58334

11 years ago[HAL]
Timo Kreuzer [Sun, 17 Feb 2013 14:36:30 +0000 (14:36 +0000)]
[HAL]
Add missing asm dependency

svn path=/trunk/; revision=58333

11 years ago[WINE]
Timo Kreuzer [Sun, 17 Feb 2013 14:33:01 +0000 (14:33 +0000)]
[WINE]
Silence GCC 4.7.2 warnings

svn path=/trunk/; revision=58332

11 years ago[INCLUDE/CRT]
Timo Kreuzer [Sun, 17 Feb 2013 14:27:48 +0000 (14:27 +0000)]
[INCLUDE/CRT]
Remove hacks from crtdefs.h (threadmbcinfostruct definition is private)

svn path=/trunk/; revision=58331

11 years ago[MSVCRT_WINETEST]
Timo Kreuzer [Sun, 17 Feb 2013 14:26:33 +0000 (14:26 +0000)]
[MSVCRT_WINETEST]
define __msvcrt_ulong to ULONG in the CMakeLists.txt file, instead of relying on hacks in our CRT headers.

svn path=/trunk/; revision=58330

11 years ago[MSGINA]
Eric Kohl [Sun, 17 Feb 2013 12:35:47 +0000 (12:35 +0000)]
[MSGINA]
Fix an off-by-one bug!

svn path=/trunk/; revision=58329