reactos.git
9 years ago[NTOS]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 20:46:42 +0000 (20:46 +0000)]
[NTOS]
- Implement PsGetCurrentThreadProcess, PsGetCurrentThreadProcessId and PsGetCurrentThreadTeb based on their non-current versions.
- Fix PsGetThreadSessionId to call MmGetSessionId.
- Fix the return value type of PsGetJobSessionId.
- Remove an unneeded cast.

svn path=/trunk/; revision=60296

9 years ago[MSCMS_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 20:44:00 +0000 (20:44 +0000)]
[MSCMS_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60295

9 years ago[MSCMS]
Amine Khaldi [Sat, 21 Sep 2013 20:43:42 +0000 (20:43 +0000)]
[MSCMS]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60294

9 years ago[NTOS]: Fix declaration and definition of PsGetProcessSessionId: indeed, as PsGetCurr...
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 20:14:22 +0000 (20:14 +0000)]
[NTOS]: Fix declaration and definition of PsGetProcessSessionId: indeed, as PsGetCurrentProcessSessionId, we should call MmGetSessionId to retrieve the real process session id.

svn path=/trunk/; revision=60293

9 years ago[NTOS]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 19:52:44 +0000 (19:52 +0000)]
[NTOS]
- Stubplement ObDeleteCapturedInsertInfo, which was added in Win2k3 (and is present in Vista+) and in Win2k SP4, according to http://www.geoffchappell.com/studies/windows/km/ntoskrnl/history/names50sp4.htm .
  Its prototype come from http://hi.baidu.com/_achillis/item/422140888137cb834514cf08 (this is a chinese article explaining some of the changes in the Object Manager from Windows XP to 7).
- Stubplement ObSetHandleAttributes, which was added in NT 5.1 (XP) (see http://www.geoffchappell.com/studies/windows/km/ntoskrnl/history/names51.htm); its prototype is given in http://processhacker.sourceforge.net/doc/ntfill_8h.html#a7f6e063aedf2354a7396b096830647d5 .
  Its second parameter, a pointer to a OBJECT_HANDLE_FLAG_INFORMATION structure, according to its definition in http://processhacker.sourceforge.net/doc/struct___o_b_j_e_c_t___h_a_n_d_l_e___f_l_a_g___i_n_f_o_r_m_a_t_i_o_n.html,
  appears to correspond to our OBJECT_HANDLE_ATTRIBUTE_INFORMATION structure defined in http://git.reactos.org/?p=reactos.git;a=blob;f=reactos/include/ndk/obtypes.h;hb=HEAD#l259 .

Those functions are needed by Win2k3's win32k.sys .

svn path=/trunk/; revision=60292

9 years ago[MSCAT32]
Amine Khaldi [Sat, 21 Sep 2013 19:51:32 +0000 (19:51 +0000)]
[MSCAT32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60291

9 years ago[MSADP32.ACM]
Amine Khaldi [Sat, 21 Sep 2013 19:48:33 +0000 (19:48 +0000)]
[MSADP32.ACM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60290

9 years ago[CSRSS]: Improve two dprints.
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 18:38:30 +0000 (18:38 +0000)]
[CSRSS]: Improve two dprints.

svn path=/trunk/; revision=60288

9 years ago[BASESRV]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 18:25:02 +0000 (18:25 +0000)]
[BASESRV]
Stubplement BaseSrvNlsLogon and BaseSrvNlsUpdateRegistryCache needed by Windows-2k3's WINSRV.DLL . Their return value types are unknown, but the number of parameters was obtained by reading http://wcwp.googlecode.com/svn/trunk/wcwp/bin/masm32/include/basesrv.inc .

svn path=/trunk/; revision=60287

9 years ago[USER32]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 17:52:06 +0000 (17:52 +0000)]
[USER32]
Stubplement IsSETEnabled, needed when testing WINSRV.DLL from Windows 2k3 SP1/2.
(this function determines whether the Shutdown Event Tracker is enabled, see http://undoc.airesoft.co.uk/user32.dll/IsSETEnabled.php for more information).

svn path=/trunk/; revision=60286

9 years ago[CMAKE]
Jérôme Gardou [Sat, 21 Sep 2013 15:42:48 +0000 (15:42 +0000)]
[CMAKE]
 - Update base addresses accordingly to latest opengl32/mesa updates

svn path=/trunk/; revision=60285

9 years ago[HIVESFT]
Jérôme Gardou [Sat, 21 Sep 2013 15:30:42 +0000 (15:30 +0000)]
[HIVESFT]
 - remove reference to the not-used not-built-anymore mesa32 opengl ICD
Thank you, our relationship was great, but somehow ReactOS matured and you are not in the plan anymore. Fare thee well.

svn path=/trunk/; revision=60284

9 years ago[MESA]
Jérôme Gardou [Sat, 21 Sep 2013 15:25:09 +0000 (15:25 +0000)]
[MESA]
 - Remove many things.
Look at the log if you really care

svn path=/trunk/; revision=60283

9 years ago[MSACM32]
Amine Khaldi [Sat, 21 Sep 2013 15:12:18 +0000 (15:12 +0000)]
[MSACM32]
* Remove this unused empty file.

svn path=/trunk/; revision=60282

9 years ago[OPENGL32]
Jérôme Gardou [Sat, 21 Sep 2013 14:17:59 +0000 (14:17 +0000)]
[OPENGL32]
 - Blow up the old implementation and enable the new one
 - Software implementation now relies on mesa in the form of a mesa "driver", no longer on osmesa (which inspired the current implementation)
 - Add nice and fast x86 trampolines to forward opengl API calls to the current thread's dispatch table
Some tiny bits are missing, but the DLL is fully functional, so let's use it.

svn path=/trunk/; revision=60281

9 years ago[MSACM32]
Amine Khaldi [Sat, 21 Sep 2013 14:16:27 +0000 (14:16 +0000)]
[MSACM32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60280

9 years ago[MSACM32_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 14:14:26 +0000 (14:14 +0000)]
[MSACM32_WINETEST]
* Build speedup.

svn path=/trunk/; revision=60279

9 years ago[MSACM32]
Amine Khaldi [Sat, 21 Sep 2013 13:52:12 +0000 (13:52 +0000)]
[MSACM32]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60278

9 years ago[MPR_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 13:13:56 +0000 (13:13 +0000)]
[MPR_WINETEST]
* Import from Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60277

9 years ago[MPR]
Amine Khaldi [Sat, 21 Sep 2013 13:12:58 +0000 (13:12 +0000)]
[MPR]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60276

9 years ago[MLANG_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 13:09:05 +0000 (13:09 +0000)]
[MLANG_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60275

9 years ago[MLANG]
Amine Khaldi [Sat, 21 Sep 2013 13:08:12 +0000 (13:08 +0000)]
[MLANG]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60274

9 years ago[MCISEQ]
Amine Khaldi [Sat, 21 Sep 2013 13:01:56 +0000 (13:01 +0000)]
[MCISEQ]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60273

9 years ago[KERNEL32]:
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 13:00:48 +0000 (13:00 +0000)]
[KERNEL32]:
- Revert r60250 (which was here just to test something in all of the test bots).
- Display which file we wanted to execute, when seeing that it wasn't an executable file nor a .bat or .cmd file.

svn path=/trunk/; revision=60272

9 years ago[PSDK]
Amine Khaldi [Sat, 21 Sep 2013 13:00:03 +0000 (13:00 +0000)]
[PSDK]
* Annotate winhttp.h.
CORE-7474

svn path=/trunk/; revision=60271

9 years ago[MCIQTZ32]
Amine Khaldi [Sat, 21 Sep 2013 12:59:22 +0000 (12:59 +0000)]
[MCIQTZ32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60270

9 years ago[MCIAVI32]
Amine Khaldi [Sat, 21 Sep 2013 12:57:03 +0000 (12:57 +0000)]
[MCIAVI32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60269

9 years ago[MAPI32_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 12:54:15 +0000 (12:54 +0000)]
[MAPI32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60268

9 years ago[MAPI32]
Amine Khaldi [Sat, 21 Sep 2013 12:53:07 +0000 (12:53 +0000)]
[MAPI32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60267

9 years ago[CMAKE]
Jérôme Gardou [Sat, 21 Sep 2013 12:37:34 +0000 (12:37 +0000)]
[CMAKE]
 - addmissing dependecies on psdk

svn path=/trunk/; revision=60266

9 years ago[PSDK]
Amine Khaldi [Sat, 21 Sep 2013 12:14:33 +0000 (12:14 +0000)]
[PSDK]
* Update mlang.idl.

svn path=/trunk/; revision=60265

9 years ago* Update LANG_CORNISH definition.
Amine Khaldi [Sat, 21 Sep 2013 12:06:02 +0000 (12:06 +0000)]
* Update LANG_CORNISH definition.

svn path=/trunk/; revision=60264

9 years ago[USRMGR]
Eric Kohl [Sat, 21 Sep 2013 11:52:20 +0000 (11:52 +0000)]
[USRMGR]
Set the LVS_SHOWSELALWAYS flag for the members listview of the users general dialog.

svn path=/trunk/; revision=60263

9 years ago[USRMGR]
Eric Kohl [Sat, 21 Sep 2013 10:52:19 +0000 (10:52 +0000)]
[USRMGR]
Fix caption on a button. Patch by Lee Schroeder.
I changed IDC_USER_RESET to IDC_USERS_RESET as it is more consistent.

CORE-7475 #resolved #comment Committed in r60262. Thanks.

svn path=/trunk/; revision=60262

9 years ago[LOCALUI]
Amine Khaldi [Sat, 21 Sep 2013 00:14:27 +0000 (00:14 +0000)]
[LOCALUI]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60255

9 years ago[MPR]
Amine Khaldi [Sat, 21 Sep 2013 00:10:07 +0000 (00:10 +0000)]
[MPR]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60254

9 years ago[PSDK]
Amine Khaldi [Sat, 21 Sep 2013 00:01:13 +0000 (00:01 +0000)]
[PSDK]
* Annotate windns.h.
CORE-7474

svn path=/trunk/; revision=60253

9 years ago[LOCALUI_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 23:43:24 +0000 (23:43 +0000)]
[LOCALUI_WINETEST]
* Build speedup.

svn path=/trunk/; revision=60252

9 years ago[MAPI32]
Amine Khaldi [Fri, 20 Sep 2013 23:36:36 +0000 (23:36 +0000)]
[MAPI32]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60251

9 years ago[KERNEL32]: Reenable two dprints to be able to know how programs are launched with...
Hermès Bélusca-Maïto [Fri, 20 Sep 2013 22:12:08 +0000 (22:12 +0000)]
[KERNEL32]: Reenable two dprints to be able to know how programs are launched with which parameters and so on...

svn path=/trunk/; revision=60250

9 years ago[LOCALUI]
Amine Khaldi [Fri, 20 Sep 2013 19:12:38 +0000 (19:12 +0000)]
[LOCALUI]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60249

9 years ago[LOADPERF]
Amine Khaldi [Fri, 20 Sep 2013 13:28:20 +0000 (13:28 +0000)]
[LOADPERF]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60248

9 years ago[JSCRIPT_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 12:16:03 +0000 (12:16 +0000)]
[JSCRIPT_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60247

9 years ago[JSCRIPT]
Amine Khaldi [Fri, 20 Sep 2013 12:14:54 +0000 (12:14 +0000)]
[JSCRIPT]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60246

9 years ago[ITSS_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 10:54:23 +0000 (10:54 +0000)]
[ITSS_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60245

9 years ago[ITSS]
Amine Khaldi [Fri, 20 Sep 2013 10:53:58 +0000 (10:53 +0000)]
[ITSS]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60244

9 years ago[ITIRCL]
Amine Khaldi [Fri, 20 Sep 2013 10:30:50 +0000 (10:30 +0000)]
[ITIRCL]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60243

9 years ago[CMAKE]
Amine Khaldi [Fri, 20 Sep 2013 10:29:40 +0000 (10:29 +0000)]
[CMAKE]
* Simplify the last occurrence of the transitional check (we have RosBE 2.1 now).

svn path=/trunk/; revision=60242

9 years ago[HAL]
Amine Khaldi [Fri, 20 Sep 2013 10:26:05 +0000 (10:26 +0000)]
[HAL]
* Simplify these checks now that we have RosBE 2.1.

svn path=/trunk/; revision=60241

9 years ago[FRELDR/SETUPLDR]
Amine Khaldi [Fri, 20 Sep 2013 10:22:11 +0000 (10:22 +0000)]
[FRELDR/SETUPLDR]
* Simplify these checks now that we have RosBE 2.1.

svn path=/trunk/; revision=60240

9 years ago[FRELDR/SETUPLDR]
Amine Khaldi [Fri, 20 Sep 2013 10:07:28 +0000 (10:07 +0000)]
[FRELDR/SETUPLDR]
* Rossym was not even used here apparently. Don't link to it.

svn path=/trunk/; revision=60239

9 years ago[INSENG]
Amine Khaldi [Fri, 20 Sep 2013 09:59:40 +0000 (09:59 +0000)]
[INSENG]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60238

9 years ago[INITPKI]
Amine Khaldi [Fri, 20 Sep 2013 09:55:04 +0000 (09:55 +0000)]
[INITPKI]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60237

9 years ago[INETMIB1]
Amine Khaldi [Fri, 20 Sep 2013 09:46:21 +0000 (09:46 +0000)]
[INETMIB1]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60236

9 years ago[INETMIB1_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 09:45:41 +0000 (09:45 +0000)]
[INETMIB1_WINETEST]
* Build speedup.

svn path=/trunk/; revision=60235

9 years ago[INETCOMM_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 09:42:35 +0000 (09:42 +0000)]
[INETCOMM_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60234

9 years ago[INETCOMM]
Amine Khaldi [Fri, 20 Sep 2013 09:41:39 +0000 (09:41 +0000)]
[INETCOMM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60233

9 years ago[FREETYPE]
Amine Khaldi [Fri, 20 Sep 2013 09:16:53 +0000 (09:16 +0000)]
[FREETYPE]
* We no longer have GCC warnings.
CORE-7446 #resolve #comment Sync committed in r60227. Danke.

svn path=/trunk/; revision=60232

9 years ago[NPFS]
Thomas Faber [Fri, 20 Sep 2013 06:49:21 +0000 (06:49 +0000)]
[NPFS]
- Release cancel spinlock in NpCancelListeningQueueIrp

svn path=/trunk/; revision=60231

9 years ago[NTOSKRNL]
Thomas Faber [Fri, 20 Sep 2013 05:46:29 +0000 (05:46 +0000)]
[NTOSKRNL]
- Return process pool quota on free
- Do not use POOL_QUOTA_FAIL_INSTEAD_OF_RAISE on non-quota allocations
- Welcome back, device installation wizard
CORE-7459 #resolve

svn path=/trunk/; revision=60230

9 years ago* Addendum to r60227 (FreeType sync to 2.5.0).
Amine Khaldi [Thu, 19 Sep 2013 23:17:59 +0000 (23:17 +0000)]
* Addendum to r60227 (FreeType sync to 2.5.0).
CORE-7446

svn path=/trunk/; revision=60228

9 years ago[FREETYPE]
Amine Khaldi [Thu, 19 Sep 2013 23:11:29 +0000 (23:11 +0000)]
[FREETYPE]
* Sync to 2.5.0. Brought to you by zehnvor.
[FTFD]
* Add version information to build.

svn path=/trunk/; revision=60227

9 years ago[LOCALSPL]
Amine Khaldi [Thu, 19 Sep 2013 22:45:00 +0000 (22:45 +0000)]
[LOCALSPL]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60225

9 years ago* Addendum to r60223.
Amine Khaldi [Thu, 19 Sep 2013 22:37:52 +0000 (22:37 +0000)]
* Addendum to r60223.

svn path=/trunk/; revision=60224

9 years ago* Compile and link to rossym only if the KDBG build is enabled.
Amine Khaldi [Thu, 19 Sep 2013 22:29:36 +0000 (22:29 +0000)]
* Compile and link to rossym only if the KDBG build is enabled.

svn path=/trunk/; revision=60223

9 years agoSame fix for taskmgr.
Daniel Reimer [Thu, 19 Sep 2013 22:17:40 +0000 (22:17 +0000)]
Same fix for taskmgr.

svn path=/trunk/; revision=60222

9 years ago[ROSSYM]
Sylvain Petreolle [Thu, 19 Sep 2013 22:13:46 +0000 (22:13 +0000)]
[ROSSYM]
Enable rossym build on MSVC.

svn path=/trunk/; revision=60221

9 years ago* Turkish translation update and improvements by Erdem Ersoy.
Amine Khaldi [Thu, 19 Sep 2013 22:08:50 +0000 (22:08 +0000)]
* Turkish translation update and improvements by Erdem Ersoy.
CORE-7408

svn path=/trunk/; revision=60220

9 years agoFix dxdiag with the help of hbelusca and the nice trick he uses to get the dialog...
Daniel Reimer [Thu, 19 Sep 2013 22:05:19 +0000 (22:05 +0000)]
Fix dxdiag with the help of hbelusca and the nice trick he uses to get the dialog colorization done right.

svn path=/trunk/; revision=60219

9 years ago[IMAGEHLP]
Amine Khaldi [Thu, 19 Sep 2013 19:39:32 +0000 (19:39 +0000)]
[IMAGEHLP]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60218

9 years ago[IMAGEHLP_WINETEST]
Amine Khaldi [Thu, 19 Sep 2013 19:22:17 +0000 (19:22 +0000)]
[IMAGEHLP_WINETEST]
* Speedup linking.

svn path=/trunk/; revision=60217

9 years ago[IMAADP32.ACM]
Amine Khaldi [Thu, 19 Sep 2013 18:57:58 +0000 (18:57 +0000)]
[IMAADP32.ACM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60216

9 years ago[IEFRAME]
Amine Khaldi [Thu, 19 Sep 2013 18:48:34 +0000 (18:48 +0000)]
[IEFRAME]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60215

9 years ago[ICCVID]
Amine Khaldi [Thu, 19 Sep 2013 17:52:48 +0000 (17:52 +0000)]
[ICCVID]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60214

9 years ago[HTTPAPI]
Amine Khaldi [Thu, 19 Sep 2013 17:38:46 +0000 (17:38 +0000)]
[HTTPAPI]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60213

9 years ago[HNETCFG]
Amine Khaldi [Thu, 19 Sep 2013 17:25:36 +0000 (17:25 +0000)]
[HNETCFG]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60212

9 years ago[PSDK]
Amine Khaldi [Thu, 19 Sep 2013 16:38:42 +0000 (16:38 +0000)]
[PSDK]
* Annotate mswsock.h.
CORE-7474

svn path=/trunk/; revision=60211

9 years ago[HLINK_WINETEST]
Amine Khaldi [Thu, 19 Sep 2013 16:12:38 +0000 (16:12 +0000)]
[HLINK_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60210

9 years ago[HLINK]
Amine Khaldi [Thu, 19 Sep 2013 16:12:20 +0000 (16:12 +0000)]
[HLINK]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60209

9 years ago[ICCVID]
Amine Khaldi [Thu, 19 Sep 2013 15:34:28 +0000 (15:34 +0000)]
[ICCVID]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60208

9 years ago[HHCTRL.OCX]
Amine Khaldi [Thu, 19 Sep 2013 15:28:55 +0000 (15:28 +0000)]
[HHCTRL.OCX]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60207

9 years ago[HHCTRL.OCX]
Amine Khaldi [Thu, 19 Sep 2013 15:24:21 +0000 (15:24 +0000)]
[HHCTRL.OCX]
* Move resource files to the appropriate folders.

svn path=/trunk/; revision=60206

9 years ago[GDIPLUS_WINETEST]
Amine Khaldi [Thu, 19 Sep 2013 15:10:36 +0000 (15:10 +0000)]
[GDIPLUS_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60205

9 years ago[GDIPLUS]
Amine Khaldi [Thu, 19 Sep 2013 15:10:19 +0000 (15:10 +0000)]
[GDIPLUS]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60204

9 years ago[WINDOWSCODECS_WINETEST]
Amine Khaldi [Thu, 19 Sep 2013 14:54:53 +0000 (14:54 +0000)]
[WINDOWSCODECS_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60203

9 years ago[WINDOWSCODECS]
Amine Khaldi [Thu, 19 Sep 2013 14:54:10 +0000 (14:54 +0000)]
[WINDOWSCODECS]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60202

9 years ago[NETAPI32]
Eric Kohl [Wed, 18 Sep 2013 20:57:15 +0000 (20:57 +0000)]
[NETAPI32]
NetLocalGroupGetMembers: Fix the typos that caused the netapi32 access wintest crash.

svn path=/trunk/; revision=60200

9 years ago[NETAPI32]
Eric Kohl [Wed, 18 Sep 2013 18:02:36 +0000 (18:02 +0000)]
[NETAPI32]
- NetLocalGroupAdd: Delete the newly created alias if setting alias information fails.
- NetUserGetGroups, NetUserGetInfo and NetUserGetLocalGroups: Return NERR_UserNotFound if no matching user was found.

svn path=/trunk/; revision=60199

9 years ago[RAPPS]
Kamil Hornicek [Wed, 18 Sep 2013 16:36:16 +0000 (16:36 +0000)]
[RAPPS]
Mind the null terminator. Spotted by dmex.
ROSAPPS-237 #resolve #comment Fixed in r60198. Thank you.

svn path=/trunk/; revision=60198

9 years ago[OPENGL32_NEW]
Jérôme Gardou [Tue, 17 Sep 2013 23:24:13 +0000 (23:24 +0000)]
[OPENGL32_NEW]
 - Implement reading from the frontbuffer.

svn path=/trunk/; revision=60197

9 years ago* Silence a debug print.
Amine Khaldi [Tue, 17 Sep 2013 22:49:56 +0000 (22:49 +0000)]
* Silence a debug print.

svn path=/trunk/; revision=60192

9 years ago[RSYM]
Amine Khaldi [Tue, 17 Sep 2013 22:39:29 +0000 (22:39 +0000)]
[RSYM]
* Pad the coff string space. Brought to you by Arty.

svn path=/trunk/; revision=60191

9 years ago[CMAKE]
Amine Khaldi [Tue, 17 Sep 2013 22:31:33 +0000 (22:31 +0000)]
[CMAKE]
* Add a proper way to enable/disable PSEH3.

svn path=/trunk/; revision=60190

9 years ago[NETAPI32]
Eric Kohl [Tue, 17 Sep 2013 20:37:47 +0000 (20:37 +0000)]
[NETAPI32]
NetuserAdd: Delete the newly create user account if user information could not be set.

svn path=/trunk/; revision=60184

9 years ago[NETAPI32]
Eric Kohl [Tue, 17 Sep 2013 19:55:19 +0000 (19:55 +0000)]
[NETAPI32]
NetUserDel: Return the proper error code if no user could be found.

svn path=/trunk/; revision=60182

9 years ago[OPENGL32_NEW]
Jérôme Gardou [Tue, 17 Sep 2013 19:08:09 +0000 (19:08 +0000)]
[OPENGL32_NEW]
 - forward glFlush to glFinish for single buffered formats
 - import wglUseFontBitmaps and wglUseFontOutlines from wine 1.7.2
 - Remove a useless call to OSMesaMakeContextCurrent
 - Add a few debug prints

svn path=/trunk/; revision=60181

9 years ago[PSDK]
Amine Khaldi [Tue, 17 Sep 2013 15:23:27 +0000 (15:23 +0000)]
[PSDK]
* Add some missing LANG_* definitions.

svn path=/trunk/; revision=60180

9 years ago* A more efficient way to add manifest files to ReactOS applications and dlls/cpls...
Amine Khaldi [Tue, 17 Sep 2013 15:21:29 +0000 (15:21 +0000)]
* A more efficient way to add manifest files to ReactOS applications and dlls/cpls. One manifest file to rule them all, One way to find them, One tool to bring them all and in ReactOS bind them.

* I'll handle the win32 dlls after I'm done with the syncs.

svn path=/trunk/; revision=60179

9 years agoManifests for CPL files and Shell Extensions. Hello my dear ISOLATIONAWARE_MANIFEST_R...
Daniel Reimer [Mon, 16 Sep 2013 23:31:38 +0000 (23:31 +0000)]
Manifests for CPL files and Shell Extensions. Hello my dear ISOLATIONAWARE_MANIFEST_RESOURCE_ID.

svn path=/trunk/; revision=60178

9 years agoSome apps are just not made for resizing the window.
Daniel Reimer [Mon, 16 Sep 2013 22:37:15 +0000 (22:37 +0000)]
Some apps are just not made for resizing the window.

svn path=/trunk/; revision=60177