Commit graph

54240 commits

Author SHA1 Message Date
Amine Khaldi ddb60181fe [DDK]
* Annotate srb.h.

svn path=/trunk/; revision=59617
2013-08-02 13:59:35 +00:00
Amine Khaldi c24918710f [DDK]
* Annotate minitape.h.

svn path=/trunk/; revision=59616
2013-08-01 21:43:07 +00:00
Amine Khaldi 4484948221 [WIN32SS]
* Sync user32 spy.c with Wine 1.5.26. Based on a patch by Samuel Serapion updated by me.
CORE-7210 #resolve #comment Committed an updated version in r59615. Thanks.

svn path=/trunk/; revision=59615
2013-08-01 16:39:27 +00:00
Amine Khaldi 00c23e8433 [KERNEL32]
* Sync GetLocaleInfoW with Wine 1.5.26.
CORE-7281

svn path=/trunk/; revision=59614
2013-08-01 16:15:11 +00:00
Amine Khaldi 4146ef0e85 [NOTEPAD]
* Improve the file description. By Lee Schroeder.
CORE-7320 #resolved #comment Committed in r59612. Thanks.

svn path=/trunk/; revision=59613
2013-08-01 15:43:43 +00:00
Amine Khaldi 7e7dd3324e [CMD]
* Plug a memory leak. Based on a patch by Samuel Serapion.
CORE-7297 #resolve #comment Fixed in r59611. Thanks.

svn path=/trunk/; revision=59612
2013-08-01 15:40:34 +00:00
Amine Khaldi 54aa628200 [FULLFAT]
* Silence some warnings.

svn path=/trunk/; revision=59611
2013-08-01 15:28:54 +00:00
Amine Khaldi 24c23c8de2 [DDK]
* Fix annotations for INSTANCE_BASIC_INFORMATION, INSTANCE_PARTIAL_INFORMATION and INSTANCE_FULL_INFORMATION.

svn path=/trunk/; revision=59610
2013-08-01 14:35:54 +00:00
Amine Khaldi 9d669a5db2 [MOUNTMGR]
* Properly mark some unreferenced parameters as such.

svn path=/trunk/; revision=59609
2013-08-01 14:29:03 +00:00
Amine Khaldi 2aad33ae32 [SAL]
* Add __inner_callback annotation.

svn path=/trunk/; revision=59608
2013-08-01 14:18:15 +00:00
Amine Khaldi b6e487149c [CMIDRIVER]
* Improve header inclusions for cmicontrol and cmicpl.

svn path=/trunk/; revision=59607
2013-08-01 14:15:22 +00:00
Amine Khaldi 7d75217d58 [COMSUPP]
* Improve the header inclusions.

svn path=/trunk/; revision=59606
2013-08-01 14:11:58 +00:00
Johannes Anderwald d1c2395c8b [LIBUSB]
- Perform intialization of root hub in a worker thread
- Should help ReactOS to continue booting when an usb controller causes hangs 

svn path=/trunk/; revision=59605
2013-07-31 18:21:24 +00:00
Amine Khaldi 4e8dea09fb [DDK]
* Annotate ndiswan.h.

svn path=/trunk/; revision=59604
2013-07-31 16:59:44 +00:00
Amine Khaldi 784d4ecd04 [DDK]
* Annotate ndistapi.h.

svn path=/trunk/; revision=59603
2013-07-31 14:13:58 +00:00
Amine Khaldi f850574c07 [TRANSLATIONS]
* Italian translation update for hostname, notepad, input, devmgr and msgina. By Paolo Devoti.
CORE-7319 #resolve #comment Committed in r59602. Grazie!

svn path=/trunk/; revision=59602
2013-07-31 14:07:36 +00:00
Amine Khaldi 8c4ba46e9e [TRANSLATIONS]
* Czech translation update for shutdown, sndvol32, taskmgr, explorer, appwiz, main, wined3dcfg, devmgr and shell32. By Radek Liska aka Black_Fox.
CORE-7248 #resolve #comment Committed in r59601. Thanks ;)

svn path=/trunk/; revision=59601
2013-07-31 13:50:52 +00:00
Amine Khaldi 8c15e9600e [QUARTZ]
* Correct IAMDirectSound::GetFocusWindow signature.
* Brought to you by Thomas Faber. Already applied upstream.

svn path=/trunk/; revision=59600
2013-07-31 13:30:50 +00:00
Amine Khaldi 876eab0d45 [APPLICATIONS]
* Turkish translation improvements for 3dtext, calc, charmap, devmgmt_new, dxdiag, eventvwr, fontview, kbswitch, logon, magnify, mplay32, msconfig, mspaint, mstsc, rapps, regedit, servman, sndrec32, taskmgr and wordpad. By Erdem Ersoy.
CORE-7370 #resolve #comment Committed in r59599.. Thanks !

svn path=/trunk/; revision=59599
2013-07-31 13:25:51 +00:00
Amine Khaldi bb6b018427 [CMAKE/GCC]
* Compile debug builds using -O1 instead of -Os. This results in faster compilation time with no measurable difference in runtime performance according to tests.
CORE-7374 #resolve #comment Committed in r59598.

svn path=/trunk/; revision=59598
2013-07-31 13:04:38 +00:00
Amine Khaldi cb4aa225d1 [KERNEL32]
* Fix GCC -O0 build.

svn path=/trunk/; revision=59597
2013-07-30 16:13:40 +00:00
Amine Khaldi 01ec713291 [PSDK]
* Make WS2TCPIP_INLINE and MSTCPIP_INLINE static inline instead of extern inline. This way we don't run into any warnings.

svn path=/trunk/; revision=59596
2013-07-30 16:12:18 +00:00
Amine Khaldi a747c72156 [INCLUDE/WINE]
* Leverage __builtin_ffs() to fix the ffs() related issues.

svn path=/trunk/; revision=59595
2013-07-30 16:06:38 +00:00
Eric Kohl 9dcb3faa30 [SAMSRV]
Use a common routine to check all account names.

svn path=/trunk/; revision=59594
2013-07-28 22:18:42 +00:00
Amine Khaldi f48c0269df [RSYM]
* Speedup FindOrAddString(). Brought to you by Art Yerkes (arty).

svn path=/trunk/; revision=59593
2013-07-28 20:37:51 +00:00
Timo Kreuzer 6320fe5192 [CSRSRV]
Use symbolic constant for number of hash buckets and use it where appropriate (fixing one missing location).

svn path=/trunk/; revision=59592
2013-07-28 13:54:42 +00:00
Timo Kreuzer 1a7d645928 [CSRSRV]
- Reduce number of hash collisions during bootup from 10 to 0, by choosing 257 (prime number = good) instead of 256 (power of 2 = bad)
- Use ULONG for CsrpStaticThreadCount and CsrpDynamicThreadTotal to fix an MSVC warning.

svn path=/trunk/; revision=59591
2013-07-28 10:41:27 +00:00
Eric Kohl ca79d2f1e9 [NETAPI32]
NetpNtStatusToApiStatus: Map STATUS_INVALID_ACCOUNT_NAME to NERR_BadUsername.

svn path=/trunk/; revision=59590
2013-07-27 18:53:52 +00:00
Eric Kohl b466c46646 [SAMSRV]
SamrCreateUserInDomain and SamrCreateUser2InDomain: Implement the user name length limit of 20 characters.

svn path=/trunk/; revision=59589
2013-07-27 17:59:28 +00:00
Eric Kohl d3e871ccdf [SAMLIB]
- Implement SamGetDisplayEnumerationIndex.
- Add DOMAIN_DISPLAY_INFORMATION to ntsam.h and update sam.idl.

svn path=/trunk/; revision=59588
2013-07-27 14:06:53 +00:00
Alex Ionescu ff619fd63b [NTOSKRNL/BASESRV]: Tiny formatting clean-ups made while debugging.
svn path=/trunk/; revision=59587
2013-07-25 23:56:17 +00:00
Thomas Faber 86041ea09c [NOTEPAD]
- Don't assume out parameter initialization on failure. Patch by Samuel Serapión
CORE-7292 #resolve

svn path=/trunk/; revision=59585
2013-07-25 20:29:23 +00:00
Alex Ionescu 4cd30e4431 - Server 2003 and later return the remote PEB in the TIB->ArbitraryUserPointer. Do so as well.
svn path=/trunk/; revision=59584
2013-07-25 18:32:52 +00:00
Alex Ionescu e4bfef2772 [NTDLL]: Export LdrOpenImageFileOptionsKey and LdrQueryIamgeFileKeyOption. These were implemented, we just never exported them.
svn path=/trunk/; revision=59583
2013-07-25 18:30:06 +00:00
Amine Khaldi 7a9898fc00 [CDMAKE]
* Remove an unused variable.

svn path=/trunk/; revision=59582
2013-07-25 15:14:32 +00:00
Pierre Schweitzer 0e19688298 [CDMAKE]
Fix memory leak in dir_hash_add_file().
The duplicated targetnorm used for calling dir_hash_create_dir is never affected anywhere. It is duplicated again before affectation. And thus,
leaks.

svn path=/trunk/; revision=59581
2013-07-25 15:04:56 +00:00
Giannis Adamopoulos b5c485fb74 [shell32]
- Do not call OnDefaultCommand when there is no selected item in the shell view

svn path=/trunk/; revision=59580
2013-07-25 12:57:56 +00:00
Giannis Adamopoulos 99c37102d1 [shell32]
- Improve the execution of a shell verb in the default context menu.
- Retrieve the browse flags from the verb in order to figure out if we should actually try to browse
- Execute all the items that were selected and not only the first one

svn path=/trunk/; revision=59579
2013-07-25 12:54:30 +00:00
Giannis Adamopoulos 3f207667ba [hivecls.inf]
- Add browse flags for the folder class 

svn path=/trunk/; revision=59578
2013-07-25 12:48:34 +00:00
Amine Khaldi 9a2c8ccdc9 [CABMAN]
* A new approach to splitting the reactos.cab generation time now by more than a half, which consists of using the default compression level.
* The catch is 50kb bigger cab :p

svn path=/trunk/; revision=59577
2013-07-24 22:02:20 +00:00
Amine Khaldi ca8936de77 [CDMAKE]
* Sanitize the header inclusions in dirhash.c.

svn path=/trunk/; revision=59576
2013-07-24 20:33:33 +00:00
Amine Khaldi 7721de5d1f * Revert r59570 as it caused some integrity issues.
svn path=/trunk/; revision=59575
2013-07-24 20:28:59 +00:00
Amine Khaldi 496bbe1168 [SERVMAN]
* Turkish Translation by Erdem Ersoy.
CORE-7369 #resolve #comment Committed in r59574. Thanks ;)

svn path=/trunk/; revision=59574
2013-07-24 19:14:23 +00:00
Amine Khaldi 0d96ec809f [APPLICATIONS]
* Turkish Translation of calc, charmap, dxdiag, solitaire, spider, winmine, magnify, mspaint, mstsc, notepad, rapps, regedit, clb, taskmgr, winhlp32, wordpad and write.
* Brought to you by Erdem Ersoy with a fix by me.
CORE-7261 #resolve #comment Committed in r59573.. Thanks !

svn path=/trunk/; revision=59573
2013-07-24 18:17:10 +00:00
Amine Khaldi 605f888a7b [APPLICATIONS]
* Turkish Translation of fontview, msconfig, 3dtext, logon and sndvol32. By Erdem Ersoy.
CORE-7274 CORE-7326 #resolve #comment Committed in r59572.. Thanks !

svn path=/trunk/; revision=59572
2013-07-24 17:57:10 +00:00
Amine Khaldi 9b4e7326bb [EVENTVWR][DEVMGMT_NEW]
* Turkish Translation by Erdem Ersoy.
CORE-7369

svn path=/trunk/; revision=59571
2013-07-24 17:45:26 +00:00
Amine Khaldi b607e64198 [CABMAN]
* Split the reactos.cab generation time by almost a half. Dedicated to Timo Kreuzer.

svn path=/trunk/; revision=59570
2013-07-24 17:28:41 +00:00
Amine Khaldi ecb51289b4 [NTFS]
* Properly mark some unreferenced parameters as such.

svn path=/trunk/; revision=59569
2013-07-24 15:24:41 +00:00
Amine Khaldi 9686d19642 [PSDK]
* Silence some warnings about nonstandard extensions used (zero-sized array in struct/union and nameless struct/union).

svn path=/trunk/; revision=59568
2013-07-24 14:47:11 +00:00
Amine Khaldi e13e09df90 [MSFS][MUP]
* Properly mark some unreferenced parameters as such.

svn path=/trunk/; revision=59567
2013-07-24 14:18:40 +00:00