Commit graph

55335 commits

Author SHA1 Message Date
Amine Khaldi
e57c30f549 [SYSAUDIO]
* Do not include debug.h into the main header.

svn path=/trunk/; revision=61305
2013-12-19 22:45:32 +00:00
Amine Khaldi
fb5615d608 [WDMAUD]
* Do not include debug.h into the main header.

svn path=/trunk/; revision=61304
2013-12-19 22:39:27 +00:00
Thomas Faber
b6ffc426d7 [KERNEL32_TEST]
- Move ROS-only tests into apitest

svn path=/trunk/; revision=61303
2013-12-19 21:39:09 +00:00
Thomas Faber
ecced5a6cb [WINETESTS]
- Do not suppress nonexistent warnings

svn path=/trunk/; revision=61302
2013-12-19 21:30:10 +00:00
Thomas Faber
4d6844c0b2 [SHIMGVW]
- Add Save button functionality. Patch by Ricardo Hanke.
CORE-7702

svn path=/trunk/; revision=61301
2013-12-19 20:29:17 +00:00
Amine Khaldi
b72d77fce3 [EXPLORER]
* Add Albanian translation. By Ardit Dani.
CORE-7713 #resolve #comment Committed in r61300. Thanks !

svn path=/trunk/; revision=61300
2013-12-19 19:49:20 +00:00
Thomas Faber
7c3d601fa1 [DLLS]
- Warnings are not okay
[SHELL32]
- Comment out unused variables in WIP code

svn path=/trunk/; revision=61299
2013-12-19 19:42:33 +00:00
Amine Khaldi
59a114060b [EXPLORER]
* Remove unneeded header inclusion.

svn path=/trunk/; revision=61298
2013-12-19 19:17:38 +00:00
Amine Khaldi
714a1c3262 [APPLICATIONS]
* Add Albanian translation for notepad, taskkill and wmic. By Ardit Dani.
CORE-7712 #resolve #comment Committed in r61297. Thanks !

svn path=/trunk/; revision=61297
2013-12-19 19:11:37 +00:00
Jérôme Gardou
a46891d109 [SHELL32]
- Fix a GCC warning.

svn path=/trunk/; revision=61296
2013-12-19 18:52:57 +00:00
Amine Khaldi
f69a3b2930 [FASTFAT]
* Do not include debug.h into the main header.

svn path=/trunk/; revision=61295
2013-12-19 16:20:28 +00:00
Amine Khaldi
d6218793bb [SHELL32]
* Initial go at the Drag & Drop support. Work is still ongoing here. Brought to you by Huw Campbell.
CORE-3760

svn path=/trunk/; revision=61294
2013-12-19 12:51:32 +00:00
Amine Khaldi
e9a8c50011 [SHELL32]
* Make the Recycle Bin icon reflect whether the bin is empty or not. Brought to you by Huw Campbell.
CORE-3712 #resolve #comment Committed in r61293. Cheers ;)

svn path=/trunk/; revision=61293
2013-12-19 11:44:30 +00:00
James Tabor
ea4d6f444e [User32]
- Fixes TC 8 and GetWindowText issues. See CORE-7447 and CORE-7695.

svn path=/trunk/; revision=61292
2013-12-19 03:35:27 +00:00
Eric Kohl
1f430a2e98 [ADVAPI32]
ConvertStringSidToSidW: Fix a wrong entry in the SID table.

svn path=/trunk/; revision=61291
2013-12-18 22:27:11 +00:00
Eric Kohl
b1932aac4d [ADVAPI32]
Do not deregister the logon process after logon. Close the port when the DLL is unloaded.

svn path=/trunk/; revision=61285
2013-12-17 21:01:18 +00:00
Eric Kohl
a740935f27 [LSASRV]
LsapLogonUser: Copy the local groups SID array from the clients adress space the servers adress space.

svn path=/trunk/; revision=61284
2013-12-17 20:56:52 +00:00
Eric Kohl
69f7494d47 [ADVAPI32]
- Remove the old logon code. It is not needed any longer.
- LogonUserW: Pass two SIDs (LogonSid and LocalSid) to LsaLogonUser.
- LogonUserW: Use a better token source name.

svn path=/trunk/; revision=61281
2013-12-16 14:03:46 +00:00
Thomas Faber
b02c8bafe8 [SPEC2DEF]
- Fix the order of NONAME/PRIVATE/DATA in def file output

svn path=/trunk/; revision=61280
2013-12-15 22:01:53 +00:00
Thomas Faber
91a2cc0cad [MPLAY32]
- Correctly set the trackbar range for long files. Patch by Ricardo Hanke (foreverwinter at hotmail dot de)
CORE-7631 #resolve #comment Thanks! Committed in r61279

svn path=/trunk/; revision=61279
2013-12-15 19:46:09 +00:00
Eric Kohl
5a9dd2eb87 [NETCFGX]
Formatting. No code changes!

svn path=/trunk/; revision=61273
2013-12-14 20:27:45 +00:00
Eric Kohl
d0d5cf63bb [NETSHELL]
CORE-4949
Fix the network adapter name retrieval code. Adapter names should be visible again. Retest please.

svn path=/trunk/; revision=61272
2013-12-14 18:19:30 +00:00
Jérôme Gardou
602a8fa908 [BROWSEUI]
- Actually return the operation result.

svn path=/trunk/; revision=61271
2013-12-14 16:10:59 +00:00
Eric Kohl
671f721ef1 [DEVMGR]
CORE-6350
Hack: Call the "Install hardware" wizard when the user clicks the "update driver" button.

svn path=/trunk/; revision=61270
2013-12-14 15:58:35 +00:00
Dmitry Gorbachev
952460b582 [CMAKE]
Use -ffat-lto-objects option for LTCG builds. GCC 4.9 now defaults 
to slim LTO, which (owing to linker bug #13557) fails with undefined 
reference errors.
[LWIP]
Compile with -fno-builtin-malloc -fno-builtin-free. GCC bug #56578.

svn path=/trunk/; revision=61266
2013-12-13 17:50:57 +00:00
Dmitry Gorbachev
e819fe007e [CMAKE][INCLUDE]
- In DPRINT1(), ASSERT(), etc. - print relative (to REACTOS_SOURCE_DIR) 
paths to reduce debug log spam.
- Unify GCC and MSVC versions of _WARN() macro.

svn path=/trunk/; revision=61265
2013-12-13 17:50:49 +00:00
Dmitry Gorbachev
66d21d8cd9 Update FreeLdr linker script file. Remove unused files.
svn path=/trunk/; revision=61262
2013-12-12 16:52:49 +00:00
Eric Kohl
ad566c4411 [FASTFAT]
Fix coding style and indentation in remaining files. No code changes!

svn path=/trunk/; revision=61261
2013-12-12 13:51:50 +00:00
Eric Kohl
b637046c9d [FASTFAT]
Fail, if we try to overwrite an eixting read-only file.

svn path=/trunk/; revision=61260
2013-12-11 11:42:44 +00:00
Eric Kohl
02b443855b [FASTFAT]
Set the archive attribute for opened non-directory files in overwrite or supersede mode.

svn path=/trunk/; revision=61259
2013-12-10 18:48:55 +00:00
Eric Kohl
0aab21ffff [FASTFAT]
Set the archive attribute for new non-directory files.

svn path=/trunk/; revision=61258
2013-12-10 09:53:21 +00:00
Daniel Reimer
9ac89f7ffd [RAPPS]
- Update existant entries
CORE-7504 #resolve #comment Committed in r61255. Thanks!
CORE-7497 #resolve #comment Committed in r61255. Thanks!
CORE-7493 #resolve #comment Bochs is now loaded directly from sf.net mirror... Committed in r61255. Thanks!
CORE-7490 #resolve #comment Committed in r61255. Thanks!

svn path=/trunk/; revision=61255
2013-12-09 21:31:07 +00:00
Eric Kohl
771254a62c [FASTFAT]
Fix coding style and indentation in remaining files. No code changes!

svn path=/trunk/; revision=61254
2013-12-09 18:48:13 +00:00
Eric Kohl
c031a44d65 [FASTFAT]
VfatSetInformation:
- Rename the variable RC to Status.
- Get rid of variable CanWait.

svn path=/trunk/; revision=61253
2013-12-09 12:55:23 +00:00
Eric Kohl
3f339ec7b9 [FASTFAT]
Fix coding style and indentation. No code changes!

svn path=/trunk/; revision=61252
2013-12-09 10:35:15 +00:00
James Tabor
5a02327fd0 [Win32SS]
- Improvements to the message system. Fix hook write backs. Reduced memory when calling back from server side. Disabled post or send, leaving it in place just for a while, to test. See CORE-7447.

svn path=/trunk/; revision=61251
2013-12-09 01:55:48 +00:00
James Tabor
43e1c8ae59 [Win32k]
- Fix timer for CORE-4701. Test application now works.

svn path=/trunk/; revision=61250
2013-12-08 22:44:02 +00:00
Sylvain Petreolle
9e489e04b4 [TRANSLATIONS]
Add Spider Solitaire description to shortcuts.inf.
CORE-7247 #resolve

svn path=/trunk/; revision=61249
2013-12-08 18:27:56 +00:00
Sylvain Petreolle
390a2d9f3e [APPWIZ]
Fix Gecko installer download.
CORE-7687 #resolve

svn path=/trunk/; revision=61248
2013-12-08 17:50:02 +00:00
Eric Kohl
c9dcb0ed7f [WINLOGON]
Fix coding style and indentation. No code changes!

svn path=/trunk/; revision=61247
2013-12-08 14:31:40 +00:00
Amine Khaldi
15d0fe7c54 [PSDK]
* Fix a FIXME.
* Add missing wincrypt.h inclusion.

svn path=/trunk/; revision=61245
2013-12-08 11:16:53 +00:00
James Tabor
21d38eb786 [Win32k]
- Restore code from revision 48982 by Giannis Adamopoulos. See CORE-6554.
- Port sync wine winpos code. Fixes all the wine win:test_children/popup_zorder tests except "move hwnd_F and its popups down" that is if'ed out. Side effect, ReactOS regressed from 29 to 48 failures for the DeferWindowPos API test. That is not bad compared to wine ran 347 tests and 52 failures, ReactOS ran 385 tests.
- Keeping code if'ed out for now and added a flag to set most bottom window.

svn path=/trunk/; revision=61244
2013-12-08 00:40:54 +00:00
Amine Khaldi
e81e634203 [WS2_32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61243
2013-12-07 20:26:32 +00:00
James Tabor
0e741f08cb [RosApps]
- Add cat, ps and winefile for testing. Building winefile (cmake hacked please check it) is syned up with wine head (winefile.c/h only).

svn path=/trunk/; revision=61241
2013-12-07 01:37:47 +00:00
Amine Khaldi
88abeb9ff2 [RPCRT4_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61238
2013-12-06 23:30:49 +00:00
Amine Khaldi
e1f0a94aa4 [RPCRT4]
* Sync with Wine 1.7.1.
[PSDK]
* Update rpcdce.h, rpcdcep.h and rpcndr.h.
CORE-7469

svn path=/trunk/; revision=61237
2013-12-06 23:26:11 +00:00
Amine Khaldi
93465c41a9 [ADVAPI32/CRED]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61236
2013-12-06 15:38:38 +00:00
Amine Khaldi
5705b0f196 [TRANSLATIONS]
* Add Albanian translations to all the base/system folder. Brought to you by Ardit Dani.
CORE-7675 #resolve #comment Committed in r61235. Thanks !

svn path=/trunk/; revision=61235
2013-12-06 15:21:08 +00:00
Amine Khaldi
7f3ce788d5 [ADVAPI32/CRYPT]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61234
2013-12-06 15:04:04 +00:00
Amine Khaldi
fd61990d48 [CMD][EXPLORER_NEW]
* Add Albanian translation. By Ardit Dani.
CORE-7674

svn path=/trunk/; revision=61233
2013-12-06 15:00:40 +00:00