reactos.git
11 years ago[BASESRV-CSRSRV]
Hermès Bélusca-Maïto [Sun, 7 Apr 2013 18:28:38 +0000 (18:28 +0000)]
[BASESRV-CSRSRV]
A little bit of code reorganization (more a "matter of taste"; delete allocated pointers in the reverse way we allocated them).

[NTDLL]
- Free a used SID (i.e. fix a memory leak).
- Only just "reserve" memory pages for the section for the CSR port. Memory will be actually committed later on (checked on Windows Server 2003 and on http://j00ru.vexillium.org/?p=527 ).

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

11 years agoSync with trunk r58687.
Hermès Bélusca-Maïto [Sat, 6 Apr 2013 15:28:22 +0000 (15:28 +0000)]
Sync with trunk r58687.

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

11 years ago[CONSRV]
Hermès Bélusca-Maïto [Sat, 6 Apr 2013 13:40:34 +0000 (13:40 +0000)]
[CONSRV]
Shut-up almost all the dprints.

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

11 years ago[CSRSRV]
Hermès Bélusca-Maïto [Sat, 6 Apr 2013 13:18:19 +0000 (13:18 +0000)]
[CSRSRV]
Mispelling fix only.

[CONSRV]
Improve selection, implement "Marking", i.e. selection with keyboard, and implement transition "Marking" --> "Selection" (selection with mouse).

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

11 years ago[SHELL32]
Thomas Faber [Sat, 6 Apr 2013 12:12:43 +0000 (12:12 +0000)]
[SHELL32]
- Improve IShellItem implementation. Patch by Katayama Hirofumi MZ.
CORE-7063 #resolve

svn path=/trunk/; revision=58687

11 years ago[PSDK]
Amine Khaldi [Sat, 6 Apr 2013 10:36:24 +0000 (10:36 +0000)]
[PSDK]
* Add DEFAULT_UNREACHABLE macro to ntdef.h.
* Add break to the last case.

svn path=/trunk/; revision=58686

11 years ago[CMAKE]
Amine Khaldi [Sat, 6 Apr 2013 10:09:01 +0000 (10:09 +0000)]
[CMAKE]
* Don't set the compiler and linker PDB to the same file (it's the linker's PDB that matters).
* No code changes, 12% faster msvc build.

svn path=/trunk/; revision=58685

11 years ago[NTDLL_APITEST]
Timo Kreuzer [Fri, 5 Apr 2013 19:19:14 +0000 (19:19 +0000)]
[NTDLL_APITEST]
Add more tests for NtAllocateVirtualMemory and NtMapViewOfSection, make tests 64 bit compatible.

svn path=/trunk/; revision=58684

11 years ago[REACTOS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 20:26:36 +0000 (20:26 +0000)]
[REACTOS]
"isnt" --> "isn't" and "arent" --> "aren't"

svn path=/trunk/; revision=58682

11 years ago[REACTOS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 20:15:34 +0000 (20:15 +0000)]
[REACTOS]
Fix a remaining "initialize" misspelling here, too.

svn path=/trunk/; revision=58681

11 years ago[ROSAPPS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 20:13:05 +0000 (20:13 +0000)]
[ROSAPPS]
Fix remaining "initialize" misspellings.

svn path=/trunk/; revision=58680

11 years ago[REACTOS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 20:11:17 +0000 (20:11 +0000)]
[REACTOS]
Fix TOO MANY !! :(((( "initialize" misspellings.

Note1: One remains in subsystems/csr/csrsrv/init.c, but will be corrected in my future csrss branch merging.
Note2: In ntoskrnl/se/semgr.c, one tries to create the "LSA_AUTHENTICATION_INITALIZED" event. This is ROS-SPECIFIC !!!! In the sense that it doesn't exist on Windows. Instead, the "LSA_AUTHENTICATION_INITIALIZED" exists. Correct that fact.

svn path=/trunk/; revision=58679

11 years ago[ROSTESTS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:47:42 +0000 (19:47 +0000)]
[ROSTESTS]
Correct spelling and Co.

svn path=/trunk/; revision=58678

11 years ago[ROSAPPS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:44:23 +0000 (19:44 +0000)]
[ROSAPPS]
Fix "initialize" misspelling.

svn path=/trunk/; revision=58677

11 years ago[ROSAPPS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:41:50 +0000 (19:41 +0000)]
[ROSAPPS]
Fix the remaining 'lenght' --> 'length' misspelling.

svn path=/trunk/; revision=58676

11 years ago[REACTOS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:39:56 +0000 (19:39 +0000)]
[REACTOS]
Fix the remaining 'lenght' --> 'length' misspelling.
There are others, but in 3rd-party code. So don't correct them.

svn path=/trunk/; revision=58675

11 years ago[ROSTESTS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:35:20 +0000 (19:35 +0000)]
[ROSTESTS]
Fix spelling of 'length' in various places.
Patch by andygui

CORE-7043 #resolve #comment Part for ROSTests committed in r58674, thanks!

svn path=/trunk/; revision=58674

11 years ago[ROSAPPS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:34:27 +0000 (19:34 +0000)]
[ROSAPPS]
Fix spelling of 'length' in various places.
Patch by andygui

CORE-7043 #comment Part for ROSApps committed in r58673, thanks!

svn path=/trunk/; revision=58673

11 years ago[REACTOS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:29:36 +0000 (19:29 +0000)]
[REACTOS]
Fix spelling of 'length' in various places.
Patch by andygui

Concerning kdio.c, we can see that the original author didn't see his misspelling since he used two different variables named:
KdpScreenLineLength and KdpScreenLineLenght ! ; the latter being renamed here KdpScreenLineLengthDefault to make the difference.

CORE-7043 #comment Part for ReactOS committed in r58672, thanks!

svn path=/trunk/; revision=58672

11 years ago[RAPPS]
Hermès Bélusca-Maïto [Thu, 4 Apr 2013 19:11:04 +0000 (19:11 +0000)]
[RAPPS]
Address grammatical issues with reactos/base/applications/rapps/lang/fr-FR.rc resource script
Patch by andygui

CORE-7044 #resolve #comment Problem solved ;) r58671

svn path=/trunk/; revision=58671

11 years ago[CRT/LOCALE]
Amine Khaldi [Wed, 3 Apr 2013 22:46:22 +0000 (22:46 +0000)]
[CRT/LOCALE]
* Improve the locale support a bit up to Wine 1.5.26.

svn path=/trunk/; revision=58670

11 years ago[CRYPT32_WINETEST]
Amine Khaldi [Wed, 3 Apr 2013 22:43:36 +0000 (22:43 +0000)]
[CRYPT32_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58669

11 years ago[CRYPT32]
Amine Khaldi [Wed, 3 Apr 2013 22:43:22 +0000 (22:43 +0000)]
[CRYPT32]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58668

11 years ago* Fix the unix build.
Amine Khaldi [Wed, 3 Apr 2013 22:03:06 +0000 (22:03 +0000)]
* Fix the unix build.

svn path=/trunk/; revision=58667

11 years ago[MSI_WINETEST]
Amine Khaldi [Wed, 3 Apr 2013 21:58:14 +0000 (21:58 +0000)]
[MSI_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58666

11 years ago[MSI]
Amine Khaldi [Wed, 3 Apr 2013 21:58:03 +0000 (21:58 +0000)]
[MSI]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58665

11 years ago[JSCRIPT_WINETEST]
Amine Khaldi [Wed, 3 Apr 2013 21:20:05 +0000 (21:20 +0000)]
[JSCRIPT_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58664

11 years ago[JSCRIPT]
Amine Khaldi [Wed, 3 Apr 2013 21:19:50 +0000 (21:19 +0000)]
[JSCRIPT]
* Sync with Wine 1.5.26.
CORE-7049

svn path=/trunk/; revision=58663

11 years ago[PSDK]
Amine Khaldi [Wed, 3 Apr 2013 21:16:57 +0000 (21:16 +0000)]
[PSDK]
* Import DEFAULT_UNREACHABLE from Wine.

svn path=/trunk/; revision=58662

11 years ago- Fix some tests for OpenInputDesktop and add some more
Giannis Adamopoulos [Wed, 3 Apr 2013 14:23:02 +0000 (14:23 +0000)]
- Fix some tests for OpenInputDesktop and add some more

svn path=/trunk/; revision=58661

11 years ago[MESA32]
Jérôme Gardou [Wed, 3 Apr 2013 12:02:58 +0000 (12:02 +0000)]
[MESA32]
 * Disable SSE optimizations, as they only cause mayhem.

svn path=/trunk/; revision=58660

11 years ago[CDROM]
Jérôme Gardou [Wed, 3 Apr 2013 11:33:26 +0000 (11:33 +0000)]
[CDROM]
 * Fix a typo.
Found by PVS-Studio

svn path=/trunk/; revision=58659

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Tue, 2 Apr 2013 22:49:03 +0000 (22:49 +0000)]
[FREELDR]
- Further improve FreeLdr's edit-boxes editing capabilities, by supporting insert-mode (only at the moment), backspace and delete to remove a character, moving left or right, going to the beginning or to the end of the string.
- Add a helper function DrawText2 to allow for displaying partial string (giving a maximum number of characters to display).

Enjoy :)

svn path=/trunk/; revision=58658

11 years agoArch, don't try to fix build when it has been fixed.
Sylvain Petreolle [Tue, 2 Apr 2013 21:13:35 +0000 (21:13 +0000)]
Arch, don't try to fix build when it has been fixed.
Reverts 58656.

svn path=/trunk/; revision=58657

11 years ago[CMIPCI]
Sylvain Petreolle [Tue, 2 Apr 2013 21:04:02 +0000 (21:04 +0000)]
[CMIPCI]
Link to chkstk.

svn path=/trunk/; revision=58656

11 years ago[CRT]
Jérôme Gardou [Tue, 2 Apr 2013 21:02:50 +0000 (21:02 +0000)]
[CRT]
 * revert r58654, it was not necessary

svn path=/trunk/; revision=58655

11 years ago[CRT]
Jérôme Gardou [Tue, 2 Apr 2013 20:27:39 +0000 (20:27 +0000)]
[CRT]
 * Don't use the builtin version of _alloca

svn path=/trunk/; revision=58654

11 years ago[CMIPCI]
Jérôme Gardou [Tue, 2 Apr 2013 20:14:48 +0000 (20:14 +0000)]
[CMIPCI]
 * 10 commits later...

svn path=/trunk/; revision=58653

11 years ago[CMIPCI]
Pierre Schweitzer [Tue, 2 Apr 2013 20:10:15 +0000 (20:10 +0000)]
[CMIPCI]
Allow warnings for the moment

svn path=/trunk/; revision=58652

11 years ago[CMICPL]
Pierre Schweitzer [Tue, 2 Apr 2013 20:08:14 +0000 (20:08 +0000)]
[CMICPL]
Fix gcc builds

svn path=/trunk/; revision=58651

11 years ago[CMICPL]
Jérôme Gardou [Tue, 2 Apr 2013 20:04:31 +0000 (20:04 +0000)]
[CMICPL]
 - This is a C++ module

svn path=/trunk/; revision=58650

11 years ago[CMIPCI]
Pierre Schweitzer [Tue, 2 Apr 2013 19:36:11 +0000 (19:36 +0000)]
[CMIPCI]
Fix headers inclusion under Linux (case sensitive!)

svn path=/trunk/; revision=58649

11 years ago[CMAKE]
Jérôme Gardou [Tue, 2 Apr 2013 18:42:39 +0000 (18:42 +0000)]
[CMAKE]
 - Do not link drivers to supc++

svn path=/trunk/; revision=58648

11 years ago[CMICPL]
Jérôme Gardou [Tue, 2 Apr 2013 18:37:53 +0000 (18:37 +0000)]
[CMICPL]
 * Hopefully fix the linux buildbot

svn path=/trunk/; revision=58647

11 years ago[CMICPL]
Jérôme Gardou [Tue, 2 Apr 2013 18:34:12 +0000 (18:34 +0000)]
[CMICPL]
 * fix build on UNIX

svn path=/trunk/; revision=58646

11 years ago[CMAKE]
Jérôme Gardou [Tue, 2 Apr 2013 18:30:19 +0000 (18:30 +0000)]
[CMAKE]
 * Fix an embarrassing mistake.

svn path=/trunk/; revision=58645

11 years ago[CMIDriver]
Jérôme Gardou [Tue, 2 Apr 2013 15:25:49 +0000 (15:25 +0000)]
[CMIDriver]
 * Update the C-Media 8738/8768 driver to 1.2.6
 * Add it to build

svn path=/trunk/; revision=58644

11 years ago[PSDK]
Jérôme Gardou [Tue, 2 Apr 2013 14:16:29 +0000 (14:16 +0000)]
[PSDK]
 * Add missing UNICODE definition in dsound.h
 * Protect against redefinitions in winioctl.h

svn path=/trunk/; revision=58643

11 years ago[CRT]
Thomas Faber [Tue, 2 Apr 2013 12:53:30 +0000 (12:53 +0000)]
[CRT]
- Fix stat64_to_stat macro definition. Patch by Víctor Martínez.
- Fix out-of-memory error cases in environment functions.
- Spotted by PVS-Studio
CORE-7039 #resolve

svn path=/trunk/; revision=58642

11 years ago[STDUNK]
Jérôme Gardou [Tue, 2 Apr 2013 12:45:31 +0000 (12:45 +0000)]
[STDUNK]
 * Add library, implementing the CUnknown interface for WDM audio drivers

svn path=/trunk/; revision=58641

11 years ago[BUILD]
Jérôme Gardou [Tue, 2 Apr 2013 12:39:16 +0000 (12:39 +0000)]
[BUILD]
 * Try fixing it...

svn path=/trunk/; revision=58640

11 years ago[PSDK]
Jérôme Gardou [Tue, 2 Apr 2013 11:52:12 +0000 (11:52 +0000)]
[PSDK]
 * implement DEFINE_GUIDSTRUCT and DEFINE_GUIDNAMED for GCC

svn path=/trunk/; revision=58639

11 years ago[DDK]
Jérôme Gardou [Tue, 2 Apr 2013 08:09:51 +0000 (08:09 +0000)]
[DDK]
 * Add missing IMP_IMiniportWaveRT and IMP_IMiniportWaveRTStream definitions

svn path=/trunk/; revision=58638

11 years ago[CMAKE]
Jérôme Gardou [Tue, 2 Apr 2013 08:08:36 +0000 (08:08 +0000)]
[CMAKE]
 * Add the wdmdriver module type

svn path=/trunk/; revision=58637

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Mon, 1 Apr 2013 19:31:32 +0000 (19:31 +0000)]
[FREELDR]
Add support for HOME and END keys in menus, and allow going to the end (resp. to the beginning) if we are on the first (resp. on the last) item and we press up (resp. down).
Enjoy :)

svn path=/trunk/; revision=58635

11 years ago[CONSRV]
Hermès Bélusca-Maïto [Mon, 1 Apr 2013 17:26:53 +0000 (17:26 +0000)]
[CONSRV]
Allow passing into quick-edit and insert mode via the console properties dialog. Also make the context menu working.

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

11 years ago- Temporary fix for CORE-7030 and maybe CORE-6384 too.
James Tabor [Mon, 1 Apr 2013 04:11:09 +0000 (04:11 +0000)]
- Temporary fix for CORE-7030 and maybe CORE-6384 too.

svn path=/trunk/; revision=58633

11 years ago[KERNEL32-CONSRV]
Hermès Bélusca-Maïto [Mon, 1 Apr 2013 00:23:34 +0000 (00:23 +0000)]
[KERNEL32-CONSRV]
Implement (Get/Set)ConsoleDisplayMode.

[PSDK]
Reorganize wincon.h a little bit and add few new flags from MSDN / Wine's wincon.h (which was up-to-date compared to ours) and from https://sites.google.com/site/marckupper/utilities/setconsolemode (the ENABLE_AUTO_POSITION flag which happens to be set by default for consoles on Windows Vista+).

[CONSRV]
- Fix the implementation of Srv(Get/Set)ConsoleMode.
- Try to fix some mouse handling problems.
- Add a TEMPORARY HACK!!!! to circumvent one of the many bugs we have in user32/win32k concerning handling right-mouse clicks on windows titlebars.
The comment:
/*
 * HACK: !! Because, when we deal with WM_RBUTTON* and we do not
 * call after that DefWindowProc, on ReactOS, right-clicks on the
 * (non-client) application title-bar does not display the system
 * menu and does not trigger a WM_NCRBUTTONUP message too.
 * See: http://git.reactos.org/?p=reactos.git;a=blob;f=reactos/win32ss/user/user32/windows/defwnd.c;hb=HEAD#l1103
 * and line 1135 too.
 */

Tested with Far Manager 3 (TM)

Happy Easter !!

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

11 years ago[NTOSKRNL]
Sylvain Petreolle [Sun, 31 Mar 2013 22:17:23 +0000 (22:17 +0000)]
[NTOSKRNL]
Fix all MM regressions.

svn path=/trunk/; revision=58631

11 years ago[USER32]
Jérôme Gardou [Sun, 31 Mar 2013 19:55:53 +0000 (19:55 +0000)]
[USER32]
 - Fix a bug in new LoadImage implementation

svn path=/trunk/; revision=58630

11 years ago[SAMSRV]
Eric Kohl [Sun, 31 Mar 2013 12:27:50 +0000 (12:27 +0000)]
[SAMSRV]
- Fix the SAMPR_LOGON_HOURS type description.
- Implement the LogonHours attribute query code for all user query functions.

svn path=/trunk/; revision=58629

11 years ago[LIBUSB]
Johannes Anderwald [Sun, 31 Mar 2013 09:54:26 +0000 (09:54 +0000)]
[LIBUSB]
- Fix format of debug print
- found by irc:rs

svn path=/trunk/; revision=58628

11 years ago[USB]
Johannes Anderwald [Sun, 31 Mar 2013 07:41:31 +0000 (07:41 +0000)]
[USB]
- Return the controller type as ascii string
CORE-7009 #resolve

svn path=/trunk/; revision=58627

11 years ago[MKHIVE]
Johannes Anderwald [Sun, 31 Mar 2013 07:11:35 +0000 (07:11 +0000)]
[MKHIVE]
- Fix return value of RegQueryValueExA

svn path=/trunk/; revision=58626

11 years ago- add missing node types
Johannes Anderwald [Sun, 31 Mar 2013 06:54:44 +0000 (06:54 +0000)]
- add missing node types

svn path=/trunk/; revision=58625

11 years ago[CONSRV]
Hermès Bélusca-Maïto [Sun, 31 Mar 2013 00:47:44 +0000 (00:47 +0000)]
[CONSRV]
Trigger WINDOW_BUFFER_SIZE_EVENT event when resizing the screen-buffer.

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

11 years ago[PSDK]
Hermès Bélusca-Maïto [Sun, 31 Mar 2013 00:34:13 +0000 (00:34 +0000)]
[PSDK]
Introduce GET_KEYSTATE_WPARAM, GET_NCHITTEST_WPARAM, GET_XBUTTON_WPARAM macros.

[CONSRV]
Fix double-click, mouse scrolling and add support for control keys.

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

11 years ago[SYSSETUP]
Sylvain Petreolle [Sat, 30 Mar 2013 23:34:48 +0000 (23:34 +0000)]
[SYSSETUP]
Register propsys.dll during setup.
Fixes propsys:propstore crash.

svn path=/trunk/; revision=58622

11 years ago[WLANCONF]
Sylvain Petreolle [Sat, 30 Mar 2013 23:31:00 +0000 (23:31 +0000)]
[WLANCONF]
Fix typo in Italian translation.

svn path=/trunk/; revision=58621

11 years ago[CONSRV]
Hermès Bélusca-Maïto [Sat, 30 Mar 2013 22:54:47 +0000 (22:54 +0000)]
[CONSRV]
- Compile with Vista+ defines.
- Add basic mouse events support. Tested with Far Manager.

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

11 years ago[WINED3D]
Jérôme Gardou [Sat, 30 Mar 2013 21:58:45 +0000 (21:58 +0000)]
[WINED3D]
 * Get GDI device name even if opengl isn't used.

svn path=/trunk/; revision=58619

11 years ago[CONSRV]
Hermès Bélusca-Maïto [Sat, 30 Mar 2013 21:25:27 +0000 (21:25 +0000)]
[CONSRV]
Code reorganization only.

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

11 years ago[SAMSRV]
Eric Kohl [Sat, 30 Mar 2013 20:53:47 +0000 (20:53 +0000)]
[SAMSRV]
Add LogonHours attribute to new user accounts.

svn path=/trunk/; revision=58617

11 years ago[CONSRV]
Hermès Bélusca-Maïto [Sat, 30 Mar 2013 20:40:08 +0000 (20:40 +0000)]
[CONSRV]
Move frontend (i.e. gui or tui) code to a dedicated directory.

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

11 years ago[CONSOLE.DLL]
Hermès Bélusca-Maïto [Sat, 30 Mar 2013 18:44:56 +0000 (18:44 +0000)]
[CONSOLE.DLL]
- Fix passing and retrieving gui terminal front-end information.
- Fix default (global) console parameters saving.

[CONSRV]
- PSEH2-protect calls to CreateRemoteThread when 1. calling console app. control handlers and 2. retrieving console settings from console.dll.
- Introduce a new way of locking consoles when being used, and store them in a list.

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

11 years ago[USER32]
Thomas Faber [Sat, 30 Mar 2013 11:17:54 +0000 (11:17 +0000)]
[USER32]
- Apply Wine commit 84075591 (user32: Don't access past the file size when loading a cursor/icon) by Alexandre Julliard.
- Add a few consts (also from Wine).
CORE-7027 #comment Ldr and Mm are doing everything right. UPX in fact broke the resource section, and LoadImage is just not handling that correctly. #resolve

svn path=/trunk/; revision=58614

11 years ago[NTDLL_APITEST]
Timo Kreuzer [Wed, 27 Mar 2013 19:10:51 +0000 (19:10 +0000)]
[NTDLL_APITEST]
Add more tests for NtAllocateVirtualMemory and NtMapViewOfSection

svn path=/trunk/; revision=58613

11 years ago[USP10_WINETEST]
Amine Khaldi [Tue, 26 Mar 2013 19:16:39 +0000 (19:16 +0000)]
[USP10_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58612

11 years ago[USP10]
Amine Khaldi [Tue, 26 Mar 2013 19:16:32 +0000 (19:16 +0000)]
[USP10]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58611

11 years ago[XMLLITE_WINETEST]
Amine Khaldi [Tue, 26 Mar 2013 19:02:58 +0000 (19:02 +0000)]
[XMLLITE_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58610

11 years ago[XMLLITE]
Amine Khaldi [Tue, 26 Mar 2013 19:02:38 +0000 (19:02 +0000)]
[XMLLITE]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58609

11 years ago[UNIATA]
Amine Khaldi [Sun, 24 Mar 2013 19:41:59 +0000 (19:41 +0000)]
[UNIATA]
* Sync to 0.44d.
[ATACTL]
* Sync to 0.44d.

svn path=/trunk/; revision=58608

11 years agoSynchronize with trunk r58606.
Hermès Bélusca-Maïto [Sun, 24 Mar 2013 19:05:43 +0000 (19:05 +0000)]
Synchronize with trunk r58606.

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

11 years ago[FREELDR]
Timo Kreuzer [Sun, 24 Mar 2013 17:09:03 +0000 (17:09 +0000)]
[FREELDR]
- Set bugcheck data when the image is corrupt
- Add 2 more useful debug constants: DEBUG_WARN and DEBUG_ERR
- Use COM2 for debug output when _WINKD_ is defined
- Fix amd64 boot

svn path=/trunk/; revision=58606

11 years ago[CONSOLE.DLL-CONSRV]
Hermès Bélusca-Maïto [Sun, 24 Mar 2013 17:08:10 +0000 (17:08 +0000)]
[CONSOLE.DLL-CONSRV]
- Further separate properties of the GUI terminal front-end and those independent of the UI.
- Fix some console initialization steps.

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

11 years ago* Add the PSEH3 related define for the TestBE runs.
Amine Khaldi [Sun, 24 Mar 2013 16:48:09 +0000 (16:48 +0000)]
* Add the PSEH3 related define for the TestBE runs.

svn path=/trunk/; revision=58604

11 years ago* Use PSEH3 for the TestBE runs.
Amine Khaldi [Sun, 24 Mar 2013 16:08:28 +0000 (16:08 +0000)]
* Use PSEH3 for the TestBE runs.

svn path=/trunk/; revision=58603

11 years ago[HAL]
Timo Kreuzer [Sun, 24 Mar 2013 13:27:52 +0000 (13:27 +0000)]
[HAL]
Link to libgcc, hopefully fixes build for Pierre

svn path=/trunk/; revision=58602

11 years ago[SHLWAPI_WINETEST]
Amine Khaldi [Sun, 24 Mar 2013 12:36:17 +0000 (12:36 +0000)]
[SHLWAPI_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58601

11 years ago[SHLWAPI]
Amine Khaldi [Sun, 24 Mar 2013 12:35:51 +0000 (12:35 +0000)]
[SHLWAPI]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58600

11 years ago[win32k]
Giannis Adamopoulos [Sun, 24 Mar 2013 09:29:55 +0000 (09:29 +0000)]
[win32k]
- Add a hackfix to ftGdiGetGlyphOutline to make it handle scaling more properly
- Improves CORE-4657

svn path=/trunk/; revision=58599

11 years ago[INCLUDE]
Timo Kreuzer [Sat, 23 Mar 2013 21:57:17 +0000 (21:57 +0000)]
[INCLUDE]
- Add missing __stosq intrinsic
- Move architecture specific stuff to a later location in wdm.h to make sure we have ASSERT macros already
- Add missing extern "C" to some NDK header
- Remove duplicate sal definitions

svn path=/trunk/; revision=58598

11 years ago[WIN32K]
Timo Kreuzer [Sat, 23 Mar 2013 21:50:27 +0000 (21:50 +0000)]
[WIN32K]
- Fix amd64 build
- Add an overflow check, ASSERT success when unmapping a section view

svn path=/trunk/; revision=58597

11 years ago[WINDOWSCODECS]
Timo Kreuzer [Sat, 23 Mar 2013 21:46:05 +0000 (21:46 +0000)]
[WINDOWSCODECS]
Fix amd64 build

svn path=/trunk/; revision=58596

11 years ago[FREELDR]
Timo Kreuzer [Sat, 23 Mar 2013 21:20:00 +0000 (21:20 +0000)]
[FREELDR]
Fix amd64 build

svn path=/trunk/; revision=58595

11 years ago[HAL]
Timo Kreuzer [Sat, 23 Mar 2013 21:15:28 +0000 (21:15 +0000)]
[HAL]
Fix the mess that was our hal CMakeLists.txt. Seperate all components into their own cmake files,

svn path=/trunk/; revision=58594

11 years ago[TRANSLATION]
Dmitry Gorbachev [Sat, 23 Mar 2013 19:19:16 +0000 (19:19 +0000)]
[TRANSLATION]
Update translations:
- Turkish by Erdem Ersoy (CORE-7014);
- Italian by Paolo Devoti (CORE-7024).

svn path=/trunk/; revision=58593

11 years ago[CMAKE]
Timo Kreuzer [Sat, 23 Mar 2013 18:43:27 +0000 (18:43 +0000)]
[CMAKE]
Implement add_object_library function

svn path=/trunk/; revision=58592

11 years ago[TOOLS]
Dmitry Gorbachev [Sat, 23 Mar 2013 17:59:35 +0000 (17:59 +0000)]
[TOOLS]
Fix some compiler warnings, improve formatting, diagnostic messages.

svn path=/trunk/; revision=58591

11 years ago[CRT]
Amine Khaldi [Sat, 23 Mar 2013 11:26:10 +0000 (11:26 +0000)]
[CRT]
* Annotate sys/timeb.h.

svn path=/trunk/; revision=58590