Commit graph

53010 commits

Author SHA1 Message Date
Hermès Bélusca-Maïto 26895da7e6 [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
2013-04-04 19:29:36 +00:00
Hermès Bélusca-Maïto b15a7e9255 [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
2013-04-04 19:11:04 +00:00
Amine Khaldi cdd1747af0 [CRT/LOCALE]
* Improve the locale support a bit up to Wine 1.5.26.

svn path=/trunk/; revision=58670
2013-04-03 22:46:22 +00:00
Amine Khaldi 8becae201d [CRYPT32_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58669
2013-04-03 22:43:36 +00:00
Amine Khaldi a3d0b85dbe [CRYPT32]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58668
2013-04-03 22:43:22 +00:00
Amine Khaldi a490eca5f6 * Fix the unix build.
svn path=/trunk/; revision=58667
2013-04-03 22:03:06 +00:00
Amine Khaldi ec92213735 [MSI_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58666
2013-04-03 21:58:14 +00:00
Amine Khaldi 0b598500b3 [MSI]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58665
2013-04-03 21:58:03 +00:00
Amine Khaldi 27a7122a84 [JSCRIPT_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58664
2013-04-03 21:20:05 +00:00
Amine Khaldi 357c11eb16 [JSCRIPT]
* Sync with Wine 1.5.26.
CORE-7049

svn path=/trunk/; revision=58663
2013-04-03 21:19:50 +00:00
Amine Khaldi e5f31224e2 [PSDK]
* Import DEFAULT_UNREACHABLE from Wine.

svn path=/trunk/; revision=58662
2013-04-03 21:16:57 +00:00
Giannis Adamopoulos 2484252bc4 - Fix some tests for OpenInputDesktop and add some more
svn path=/trunk/; revision=58661
2013-04-03 14:23:02 +00:00
Jérôme Gardou 1e9daf540e [MESA32]
* Disable SSE optimizations, as they only cause mayhem.

svn path=/trunk/; revision=58660
2013-04-03 12:02:58 +00:00
Jérôme Gardou ed6dfe5bc8 [CDROM]
* Fix a typo.
Found by PVS-Studio

svn path=/trunk/; revision=58659
2013-04-03 11:33:26 +00:00
Hermès Bélusca-Maïto e98477b609 [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
2013-04-02 22:49:03 +00:00
Sylvain Petreolle bfb9325fda Arch, don't try to fix build when it has been fixed.
Reverts 58656.

svn path=/trunk/; revision=58657
2013-04-02 21:13:35 +00:00
Sylvain Petreolle 62af9e0980 [CMIPCI]
Link to chkstk.

svn path=/trunk/; revision=58656
2013-04-02 21:04:02 +00:00
Jérôme Gardou 5ad1b4a185 [CRT]
* revert r58654, it was not necessary

svn path=/trunk/; revision=58655
2013-04-02 21:02:50 +00:00
Jérôme Gardou 7e7500bd93 [CRT]
* Don't use the builtin version of _alloca

svn path=/trunk/; revision=58654
2013-04-02 20:27:39 +00:00
Jérôme Gardou a3c3a4df99 [CMIPCI]
* 10 commits later...

svn path=/trunk/; revision=58653
2013-04-02 20:14:48 +00:00
Pierre Schweitzer 111b9d1698 [CMIPCI]
Allow warnings for the moment

svn path=/trunk/; revision=58652
2013-04-02 20:10:15 +00:00
Pierre Schweitzer c7e88e5056 [CMICPL]
Fix gcc builds

svn path=/trunk/; revision=58651
2013-04-02 20:08:14 +00:00
Jérôme Gardou 77d15c3811 [CMICPL]
- This is a C++ module

svn path=/trunk/; revision=58650
2013-04-02 20:04:31 +00:00
Pierre Schweitzer f4edf37b57 [CMIPCI]
Fix headers inclusion under Linux (case sensitive!)

svn path=/trunk/; revision=58649
2013-04-02 19:36:11 +00:00
Jérôme Gardou a6a0236a4f [CMAKE]
- Do not link drivers to supc++

svn path=/trunk/; revision=58648
2013-04-02 18:42:39 +00:00
Jérôme Gardou 06720167a3 [CMICPL]
* Hopefully fix the linux buildbot

svn path=/trunk/; revision=58647
2013-04-02 18:37:53 +00:00
Jérôme Gardou b35c8e036e [CMICPL]
* fix build on UNIX

svn path=/trunk/; revision=58646
2013-04-02 18:34:12 +00:00
Jérôme Gardou f3df72403c [CMAKE]
* Fix an embarrassing mistake.

svn path=/trunk/; revision=58645
2013-04-02 18:30:19 +00:00
Jérôme Gardou ee4368d5ee [CMIDriver]
* Update the C-Media 8738/8768 driver to 1.2.6
 * Add it to build

svn path=/trunk/; revision=58644
2013-04-02 15:25:49 +00:00
Jérôme Gardou 9786c38e69 [PSDK]
* Add missing UNICODE definition in dsound.h
 * Protect against redefinitions in winioctl.h

svn path=/trunk/; revision=58643
2013-04-02 14:16:29 +00:00
Thomas Faber 8e08d249db [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
2013-04-02 12:53:30 +00:00
Jérôme Gardou a08dba228c [STDUNK]
* Add library, implementing the CUnknown interface for WDM audio drivers

svn path=/trunk/; revision=58641
2013-04-02 12:45:31 +00:00
Jérôme Gardou db3760f772 [BUILD]
* Try fixing it...

svn path=/trunk/; revision=58640
2013-04-02 12:39:16 +00:00
Jérôme Gardou 5671441beb [PSDK]
* implement DEFINE_GUIDSTRUCT and DEFINE_GUIDNAMED for GCC

svn path=/trunk/; revision=58639
2013-04-02 11:52:12 +00:00
Jérôme Gardou 4522e62d7e [DDK]
* Add missing IMP_IMiniportWaveRT and IMP_IMiniportWaveRTStream definitions

svn path=/trunk/; revision=58638
2013-04-02 08:09:51 +00:00
Jérôme Gardou 4f6ab684bf [CMAKE]
* Add the wdmdriver module type

svn path=/trunk/; revision=58637
2013-04-02 08:08:36 +00:00
Hermès Bélusca-Maïto 1cac15db4b [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
2013-04-01 19:31:32 +00:00
James Tabor 347940eb1f - Temporary fix for CORE-7030 and maybe CORE-6384 too.
svn path=/trunk/; revision=58633
2013-04-01 04:11:09 +00:00
Sylvain Petreolle 7cdc0b8c40 [NTOSKRNL]
Fix all MM regressions.

svn path=/trunk/; revision=58631
2013-03-31 22:17:23 +00:00
Jérôme Gardou 084531c4c1 [USER32]
- Fix a bug in new LoadImage implementation

svn path=/trunk/; revision=58630
2013-03-31 19:55:53 +00:00
Eric Kohl c9fd3ba4bc [SAMSRV]
- Fix the SAMPR_LOGON_HOURS type description.
- Implement the LogonHours attribute query code for all user query functions.

svn path=/trunk/; revision=58629
2013-03-31 12:27:50 +00:00
Johannes Anderwald 8792f3ef30 [LIBUSB]
- Fix format of debug print
- found by irc:rs

svn path=/trunk/; revision=58628
2013-03-31 09:54:26 +00:00
Johannes Anderwald e04ae5e7c2 [USB]
- Return the controller type as ascii string
CORE-7009 #resolve

svn path=/trunk/; revision=58627
2013-03-31 07:41:31 +00:00
Johannes Anderwald 703257d67f [MKHIVE]
- Fix return value of RegQueryValueExA

svn path=/trunk/; revision=58626
2013-03-31 07:11:35 +00:00
Johannes Anderwald 17e1b04d16 - add missing node types
svn path=/trunk/; revision=58625
2013-03-31 06:54:44 +00:00
Sylvain Petreolle 3befaa76a7 [SYSSETUP]
Register propsys.dll during setup.
Fixes propsys:propstore crash.

svn path=/trunk/; revision=58622
2013-03-30 23:34:48 +00:00
Sylvain Petreolle fb6839f659 [WLANCONF]
Fix typo in Italian translation.

svn path=/trunk/; revision=58621
2013-03-30 23:31:00 +00:00
Jérôme Gardou 97a4fe83ef [WINED3D]
* Get GDI device name even if opengl isn't used.

svn path=/trunk/; revision=58619
2013-03-30 21:58:45 +00:00
Eric Kohl 686d9ba24f [SAMSRV]
Add LogonHours attribute to new user accounts.

svn path=/trunk/; revision=58617
2013-03-30 20:53:47 +00:00
Thomas Faber b36c9a582f [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
2013-03-30 11:17:54 +00:00