Commit graph

55417 commits

Author SHA1 Message Date
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
Amine Khaldi c690a22437 [README.WINE]
* uuid is our own lib and it's not synced with Wine.
CORE-7469

svn path=/trunk/; revision=61232
2013-12-06 10:26:52 +00:00
Amine Khaldi 11d949b7fd [ACTIVEDS]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61231
2013-12-06 10:20:01 +00:00
Amine Khaldi 136310c136 [TRANSLATIONS]
* Add Albanian translation for reactos, usetup, vmwinst and welcome. By Ardit Dani.
CORE-7673 #resolve #comment Committed in r61228. Thanks !

svn path=/trunk/; revision=61228
2013-12-05 16:40:32 +00:00
Hermès Bélusca-Maïto 064ee89a12 [ROSAPPS]
Remove the legacy directory.rbuild file.

[VGAFONTEDIT]
- Add necessary headers definitions for CPI font files.
- Add some (unused for now) PSFv1 definitions.
- Add a (unused for now) VGAFONT structure that defines whether the font is stored as RAW, CPI or PSF.

svn path=/trunk/; revision=61227
2013-12-05 02:19:57 +00:00
Hermès Bélusca-Maïto b651d464c5 [VGAFONTEDIT]
- Convert resource file in the Amine way ;)
- Remove legacy .rbuild file.
- Just start to introduce cpi.h header for future support of CPI font files.
- Split up precompiled header into raw, psf and cpi headers for each supported font format.

svn path=/trunk/; revision=61226
2013-12-05 01:00:49 +00:00
Amine Khaldi f4bbf58e0e [WBEMDISP]
* Import from Wine 1.7.1.
[PSDK]
* Import wbemdisp.idl from Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61225
2013-12-04 20:44:14 +00:00
Amine Khaldi 41b6eb4b9b [SHDOCLC]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61224
2013-12-04 19:50:17 +00:00
Amine Khaldi 5ff58df3d7 * Right...
svn path=/trunk/; revision=61223
2013-12-04 18:15:07 +00:00
Amine Khaldi 943fb3612c [TRANSLATIONS]
* Add Albanian translation to almost all the applications folder. Brought to you by Ardit Dani.
CORE-7672 #resolve #comment Committed in r61222. Thanks !

svn path=/trunk/; revision=61222
2013-12-04 18:11:32 +00:00
Amine Khaldi fc99aade6d [IEXPLORE]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61221
2013-12-04 16:19:51 +00:00
Amine Khaldi 5518b2f202 [EXTRAC32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61220
2013-12-04 16:18:44 +00:00
Amine Khaldi 984d7ff19c [XCOPY]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61219
2013-12-04 16:17:23 +00:00
Amine Khaldi 057af0c3fe [REG]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61218
2013-12-04 16:16:01 +00:00
Amine Khaldi 63caee8c45 [ODBC32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61217
2013-12-04 16:13:32 +00:00
Amine Khaldi 825e925d47 [README.WINE]
* Update the status of expand, msiexec and taskkill.
CORE-7469

svn path=/trunk/; revision=61216
2013-12-04 16:11:26 +00:00
Daniel Reimer e4569b9ff5 [WIN32]
Update all German RC files of non Wine DLLs except the missing one in BROWSEUI.

svn path=/trunk/; revision=61213
2013-12-04 00:02:47 +00:00
Hermès Bélusca-Maïto 2ce23daed3 [KERNEL32]: Fix QueryPerformanceFrequency: it's when NtQueryPerformanceCounter returns a frequency of zero, that HW perf counters are not implemented.
svn path=/trunk/; revision=61212
2013-12-03 23:57:16 +00:00
Daniel Reimer 65881aa3cc [ACLUI]
Fix completely b0rked dialog layouts in the one and only dialog in this dll. 12 languages were fixed and the german translation updated.

svn path=/trunk/; revision=61209
2013-12-03 21:21:19 +00:00