Commit graph

54620 commits

Author SHA1 Message Date
Eric Kohl
8c64e4dd16 [NETAPI32]
NetuserAdd: Delete the newly create user account if user information could not be set.

svn path=/trunk/; revision=60184
2013-09-17 20:37:47 +00:00
Eric Kohl
e44be02d25 [NETAPI32]
NetUserDel: Return the proper error code if no user could be found.

svn path=/trunk/; revision=60182
2013-09-17 19:55:19 +00:00
Jérôme Gardou
86ec9a3cc3 [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
2013-09-17 19:08:09 +00:00
Amine Khaldi
b228abd258 [PSDK]
* Add some missing LANG_* definitions.

svn path=/trunk/; revision=60180
2013-09-17 15:23:27 +00:00
Amine Khaldi
3e5067261b * 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
2013-09-17 15:21:29 +00:00
Daniel Reimer
00f2d769ac Manifests for CPL files and Shell Extensions. Hello my dear ISOLATIONAWARE_MANIFEST_RESOURCE_ID.
svn path=/trunk/; revision=60178
2013-09-16 23:31:38 +00:00
Daniel Reimer
27ca6b7012 Some apps are just not made for resizing the window.
svn path=/trunk/; revision=60177
2013-09-16 22:37:15 +00:00
Daniel Reimer
ec16e5cb31 Add manifest files to ROS applications.
Tidy up resource files from some ignored stuff.

svn path=/trunk/; revision=60176
2013-09-16 20:52:16 +00:00
Thomas Faber
4dcd167f3e [KMTESTS:EX]
- Test that quota allocations keep their QUOTA_POOL_MASK bit in POOL_HEADER

svn path=/trunk/; revision=60175
2013-09-16 19:02:28 +00:00
Thomas Faber
3aad455588 [KMTESTS:EX]
- Add test for ExAllocatePoolWithQuotaTag

svn path=/trunk/; revision=60174
2013-09-16 18:15:02 +00:00
Thomas Faber
db00a7c83c [NPFS]
- Fix usage of ExAllocatePoolWithQuotaTag

svn path=/trunk/; revision=60173
2013-09-16 17:37:47 +00:00
Jérôme Gardou
7ed8f7ad3f [FIX_BUILD_DAMN_IT]
- forgot this file

svn path=/trunk/; revision=60172
2013-09-16 17:23:06 +00:00
Jérôme Gardou
d0840bf250 [OPENGL32_NEW]
- Call DrvSetCallbackProcs when initializing the ICD.
Prototype taken from mesa ICD, functionality documented by one of them.

svn path=/trunk/; revision=60171
2013-09-16 17:17:04 +00:00
Amine Khaldi
db855ce89e [FUSION_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60170
2013-09-16 15:16:11 +00:00
Amine Khaldi
e943bf4e82 [FUSION]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60169
2013-09-16 15:15:20 +00:00
Amine Khaldi
9b7d4ccbd0 [FAULTREP_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60168
2013-09-16 15:08:03 +00:00
Amine Khaldi
f7bba7d1b0 [FAULTREP]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60167
2013-09-16 15:06:48 +00:00
Amine Khaldi
f1b2e471f6 [DWMAPI]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60166
2013-09-16 14:56:39 +00:00
Amine Khaldi
4ddde1d7c9 [DNSAPI_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60165
2013-09-16 14:48:02 +00:00
Amine Khaldi
474b2a89bc [DCIMAN32]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60164
2013-09-16 14:41:13 +00:00
Amine Khaldi
a6abe2349c * Silence a debug prints.
svn path=/trunk/; revision=60163
2013-09-16 14:34:46 +00:00
Amine Khaldi
9ed1c2eae9 [DBGHELP]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60162
2013-09-16 14:31:09 +00:00
Amine Khaldi
4b329c4d01 [CRYPTUI]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60161
2013-09-16 14:05:55 +00:00
Amine Khaldi
acc4bb3381 [CRYPTUI_WINETEST]
* Speedup linking.

svn path=/trunk/; revision=60160
2013-09-16 13:48:54 +00:00
Amine Khaldi
320daa686e [CRYPTUI]
* Move resource files to the appropriate folders.

svn path=/trunk/; revision=60159
2013-09-16 13:45:33 +00:00
Kamil Hornicek
a36b2f010e [CRT]
Check global_locale directly in setmbcp_l to prevent an endless recursion (__get_MSVCRT_locale -> __init_global_locale -> MSVCRT__create_locale -> _setmbcp_l -> __get_MSVCRT_locale...) when global_locale is NULL.
[NLS]
Add c_20127.nls generated using Wine's CP tables.

svn path=/trunk/; revision=60158
2013-09-16 11:55:50 +00:00
Hermès Bélusca-Maïto
b9fd07e579 [NTOS]
- Enable a call to ExAllocatePoolWithQuotaTag now that the function is implemented.
- Fix a typo.

svn path=/trunk/; revision=60157
2013-09-15 23:17:24 +00:00
Thomas Faber
aa7e029f28 [NTOS:MM]
- Correctly use POOL_BLOCK_SIZE in ExAllocatePoolWithQuotaTag

svn path=/trunk/; revision=60156
2013-09-15 23:05:59 +00:00
Jérôme Gardou
7f2ce261b2 [OSMESA]
- enable x86 optimisations for GCC builds

svn path=/trunk/; revision=60155
2013-09-15 22:25:43 +00:00
Jérôme Gardou
4deaf51f33 [OPENGL32_NEW]
- try to fix jim's build

svn path=/trunk/; revision=60154
2013-09-15 22:12:09 +00:00
Jérôme Gardou
ea890137d6 [OPENGL32_NEW]
- Actually enable the build

svn path=/trunk/; revision=60153
2013-09-15 21:34:42 +00:00
Jérôme Gardou
1d89cdf153 [PSDK/WINGDI.H]
- add wglSwapMultipleBuffers prototype

svn path=/trunk/; revision=60152
2013-09-15 21:33:37 +00:00
Jérôme Gardou
664140a669 [OSMESA]
- In a galaxy far, far away, I don't break the builds.

svn path=/trunk/; revision=60151
2013-09-15 20:57:30 +00:00
Jérôme Gardou
c4120ef2b8 [OPENGL32_NEW]
Introduce a new opengl32 implementation, the 3D library with better perspectives (tm), featuring:
 - A new software rendering implementation on top of osmesa.
 - Rendering to bitmaps
 - Thread safety.
 - A try to be really compatible with ICD DLLs (WIP)
 - Other cool stuff, check log for details.
WIP, the SW implementation already works.

svn path=/trunk/; revision=60150
2013-09-15 20:54:01 +00:00
Jérôme Gardou
535a0d655d [OSMESA]
- Add to build

svn path=/trunk/; revision=60149
2013-09-15 20:44:50 +00:00
Timo Kreuzer
79a6e21446 [EXPLORER]
Fix x64 build

svn path=/trunk/; revision=60148
2013-09-15 18:39:50 +00:00
Hermès Bélusca-Maïto
8e06e32a8f [ROSAPPS]
Missing _SEH2_YIELD.

svn path=/trunk/; revision=60145
2013-09-15 18:17:25 +00:00
Timo Kreuzer
eba3d08e1f [FRAMEDYN] Compile only for x86
[KERNEL32] Fix InterlockedExchangePointer usage
[MSVCRT] Add some x64 c++ stubs

svn path=/trunk/; revision=60143
2013-09-15 17:50:38 +00:00
Timo Kreuzer
6ecfff267a [DSOUND]
Extend the lrint MSVC hack to support x64 as well
See http://sourceforge.net/p/freeimage/discussion/36111/thread/b43c17c5

svn path=/trunk/; revision=60142
2013-09-15 17:31:25 +00:00
Amine Khaldi
d12cda0252 [CRYPTNET]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60141
2013-09-15 17:20:13 +00:00
Timo Kreuzer
ee76c740f4 [CPPRT]
Add support for x64

svn path=/trunk/; revision=60140
2013-09-15 17:09:21 +00:00
Amine Khaldi
05d612869c [CRYPTDLL]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60139
2013-09-15 16:52:35 +00:00
Amine Khaldi
4ee42897fb [CRYPTNET_WINETEST]
* Speedup linking.

svn path=/trunk/; revision=60138
2013-09-15 16:50:24 +00:00
Amine Khaldi
78308182f4 [CRYPTDLG]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60137
2013-09-15 16:35:08 +00:00
Thomas Faber
c0099fe498 [SPEC2DEF]
- Ignore C++ redirects again because they breaks msvcrt
CORE-7465 #resolve
[FRAMEDYN]
- Work around the lack of C++ redirects

svn path=/trunk/; revision=60135
2013-09-15 14:33:33 +00:00
Eric Kohl
b63e09b179 [USRMGR]
Use NetLocalGroupGetMembers level 2 instead of level 1 in order to display the domain names of well-known groups in the group membership list. Skip the domain name for other account types.

svn path=/trunk/; revision=60134
2013-09-15 14:20:58 +00:00
Amine Khaldi
af7cfc0a35 [CRYPTDLG]
* Move resource files to the lang folder.

svn path=/trunk/; revision=60133
2013-09-15 14:05:37 +00:00
Amine Khaldi
add7a73c06 [CRYPT32_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60132
2013-09-15 13:59:34 +00:00
Amine Khaldi
f630b228d0 [CRYPT32]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60131
2013-09-15 13:58:50 +00:00
Johannes Anderwald
6d21511744 [REACTOS]
- Time to honor Mr. Amine Khaldi
Welcome to the Hall of Fame

svn path=/trunk/; revision=60130
2013-09-15 13:23:22 +00:00