Commit graph

34785 commits

Author SHA1 Message Date
Dmitry Gorbachev 8e354bfb10 Calculator update by Radek Liska (with some changes). Bug #4064.
svn path=/trunk/; revision=39119
2009-01-26 22:27:19 +00:00
Cameron Gutman ac6f717294 - Add a temporary hack for the double-freeing issue that memtrack keeps catching
- I would use my branch for this but I am doing some work on it that has broken some things for now

svn path=/trunk/; revision=39118
2009-01-26 20:45:01 +00:00
Kamil Hornicek b03a86437a - update Mesa to version 7.3
- add reactos.diff
- disable broken OS SSE exception test, bug was filled for this but it's not needed anyway
- remove unused drivers

svn path=/trunk/; revision=39117
2009-01-26 20:42:55 +00:00
Aleksey Bragin c41b00f625 Giannis Adamopoulos <johnyadams@hotmail.com>
- Correctly assign NtSystemRoot and remove assumption that number of partitions equals number of harddisks.
- Remove a hack from IopApplyRosCdromArcHack. Fixes LiveCD issues.
See issue #3170 for more details.

svn path=/trunk/; revision=39116
2009-01-26 20:00:59 +00:00
Johannes Anderwald 1c203e354e - Use InterlockedIncrement, InterlockedDecrement over intrinsics
- Fix ordering of IDmaChannelSlaveVtbl which led to an infinite loop
- Add a few guids
- Fix parameter for KeWaitForSingleObject (spotted by Christoph)
- Also check for IID_IPort in IPortTopology 
- Fix priority boost IServiceGroup

svn path=/trunk/; revision=39115
2009-01-26 17:38:22 +00:00
Aleksey Bragin c93503ebd7 - Silence debuglog spam from msimtf.
svn path=/trunk/; revision=39113
2009-01-26 16:56:11 +00:00
Aleksey Bragin ba54ffaf10 - Revert 39111: "Begin moving rules out of modulehandler.cpp and into makefile include rules.mak, where they will be more readable and manageable. Currently implemented: target C compiler and target C++ compiler rules. Please do a clean build if possible. Testing with unusual output paths appreciated"
svn path=/trunk/; revision=39112
2009-01-26 16:55:20 +00:00
KJK::Hyperion ab6dc12eeb Begin moving rules out of modulehandler.cpp and into makefile include rules.mak, where they will be more readable and manageable. Currently implemented: target C compiler and target C++ compiler rules. Please do a clean build if possible. Testing with unusual output paths appreciated
svn path=/trunk/; revision=39111
2009-01-26 14:26:15 +00:00
Johannes Anderwald eef5b9c252 - Fix build
svn path=/trunk/; revision=39107
2009-01-26 10:41:59 +00:00
Johannes Anderwald 44ff72e130 - Include mmreg.h for portcls.h
- Add KsDefaultForwardIrp prototype
- Fix KSPROPSETID_Connection
- Fix KSOBJECT_CREATE_ITEM struct
- Add KSDATAFORMAT_WAVEFORMATEX
- Add KSDATAFORMAT_SUBTYPE_PCM, KSDATAFORMAT_SPECIFIER_WAVEFORMATEX
- Add WAVE_FORMAT_PCM define

svn path=/trunk/; revision=39106
2009-01-26 10:18:53 +00:00
Johannes Anderwald 967d764b06 - Reimplement SysAudio device initilization
- Register Plug&Play notification for KS_CATEGORY_AUDIO events

svn path=/trunk/; revision=39105
2009-01-26 10:08:17 +00:00
Johannes Anderwald 5284f4a283 - Start implementing object bag support functions
- Implement KsCreateDevice, KsAddDevice, KsInitializeDriver
- Add KsDefaultForwardIrp stub

svn path=/trunk/; revision=39104
2009-01-26 10:05:46 +00:00
Dmitry Chapyshev 7685b6a1a8 .def -> .spec
svn path=/trunk/; revision=39103
2009-01-26 09:27:47 +00:00
Christoph von Wittich 1211da2f14 -fix header
-set entrypoint="0"

svn path=/trunk/; revision=39102
2009-01-26 07:29:08 +00:00
Christoph von Wittich dd1b99bd89 no DriverEntry in here -> entrypoint="0"
svn path=/trunk/; revision=39101
2009-01-26 07:09:06 +00:00
Dmitry Chapyshev 9fc12fc21d - .def -> .spec
- Fix telephon.cpl
- Small fix hdwwiz
- Delete unneeded files in appwiz

svn path=/trunk/; revision=39099
2009-01-25 18:02:24 +00:00
KJK::Hyperion 2b2de9b92d r39097 was a bad idea, reverting
svn path=/trunk/; revision=39098
2009-01-25 17:18:09 +00:00
KJK::Hyperion dcbca32fbc modified tools/rbuild/backend/mingw/modulehandler.cpp
Make .d files used for full dependencies depend on the module's .rbuild file

modified   tools/rbuild/backend/mingw/rule.cpp
   New $(buildfile) variable that expands to the module's .rbuild file name

svn path=/trunk/; revision=39097
2009-01-25 16:53:56 +00:00
KJK::Hyperion f165b7d65f Amendment to r39093. Fixes build
svn path=/trunk/; revision=39096
2009-01-25 16:39:10 +00:00
Jeffrey Morlan 4d6bf5e49a split, splitspace: Allow quotation marks anywhere in an argument, not just the start and end. (Bug 4054)
svn path=/trunk/; revision=39095
2009-01-25 16:39:06 +00:00
Stefan Ginsberg 931eb2e0b0 - Missed fs_rec in last commit
svn path=/trunk/; revision=39094
2009-01-25 16:21:14 +00:00
KJK::Hyperion ba67551bdf Implement full dependencies for rbuild: changing a header file will now automatically rebuild all modules that include it, directly or indirectly. Very slow, but an irreplaceable tool for header fixing
Full dependencies can be enabled by setting ROS_RBUILDFLAGS=-df
Whether initially enabled or not, once makefile.auto is generated, full dependencies can be enabled or disabled by setting ROS_BUILDDEPS=full or ROS_BUILDDEPS=auto

In case you missed it, full dependencies are VERY SLOW

svn path=/trunk/; revision=39093
2009-01-25 16:19:45 +00:00
Stefan Ginsberg dbd86db31e - Deprecate global helper.h -- define the various 'helpful macros' per module
svn path=/trunk/; revision=39092
2009-01-25 16:13:16 +00:00
Dmitry Chapyshev 72916420fc - Add stubs for internalConfig, internalNewLocationW, internalRemoveLocation, internalRenameLocationW
svn path=/trunk/; revision=39091
2009-01-25 14:30:57 +00:00
Dmitry Chapyshev 6f92bc9ca5 - Add missed functions
svn path=/trunk/; revision=39090
2009-01-25 12:56:00 +00:00
Dmitry Chapyshev 61ab39a48a - Small fix
svn path=/trunk/; revision=39089
2009-01-25 11:55:02 +00:00
Martin Fuchs 5219191647 code beautification
svn path=/trunk/; revision=39088
2009-01-25 11:54:31 +00:00
Dmitry Chapyshev bcd29bbeab - Cleanup and implement telephon.cpl
svn path=/trunk/; revision=39087
2009-01-25 11:45:47 +00:00
Martin Fuchs 002d1e57e4 update to VS2008 format project files
svn path=/trunk/; revision=39085
2009-01-25 11:21:49 +00:00
Martin Fuchs 706b0df927 update XMLStorage to the current version, compatible to VS2008 and GCC@Linux
svn path=/trunk/; revision=39084
2009-01-25 11:20:47 +00:00
Martin Fuchs a00125aff1 update to VS2008 format project files
svn path=/trunk/; revision=39083
2009-01-25 11:16:54 +00:00
Martin Fuchs 31dbcaed16 add new resource scripts to the project file
svn path=/trunk/; revision=39082
2009-01-25 11:15:56 +00:00
Martin Fuchs e90c8b1830 add code comment
svn path=/trunk/; revision=39081
2009-01-25 11:05:27 +00:00
Martin Fuchs e5c2f55545 activate korean resource script
svn path=/trunk/; revision=39080
2009-01-25 10:48:40 +00:00
Dmitry Chapyshev c86f97876c .def -> .spec
svn path=/trunk/; revision=39079
2009-01-25 10:26:37 +00:00
Martin Fuchs 1940bfea3b fix code page of korean resource script and remove buggy encoding of the "execute" dialog title
svn path=/trunk/; revision=39078
2009-01-25 09:03:27 +00:00
Pierre Schweitzer 052bf353f4 - Fixed a TODO.
- Added volume mount notification

svn path=/trunk/; revision=39077
2009-01-25 08:55:52 +00:00
Pierre Schweitzer 69eda17b58 Fixed a wrong behaviour
svn path=/trunk/; revision=39076
2009-01-25 08:29:42 +00:00
Pierre Schweitzer 6cc7b2d694 Fixed copy/paste
svn path=/trunk/; revision=39075
2009-01-25 07:15:25 +00:00
Pierre Schweitzer 032b62b88f Fixed typos, spotted by Hervé
svn path=/trunk/; revision=39070
2009-01-24 20:41:57 +00:00
Pierre Schweitzer 79b1baec1b Fixed build
svn path=/trunk/; revision=39069
2009-01-24 19:48:38 +00:00
Pierre Schweitzer e9b336b8e3 Fixed hdwwiz build
svn path=/trunk/; revision=39068
2009-01-24 18:54:14 +00:00
Pierre Schweitzer 5ac93863fa More French translations...
I start hating that language :p

svn path=/trunk/; revision=39067
2009-01-24 18:41:47 +00:00
Pierre Schweitzer 6bb6e1e076 This shouldn't have been commited... Thanks to RapidSVN
svn path=/trunk/; revision=39066
2009-01-24 17:58:28 +00:00
Pierre Schweitzer edb415aa34 Added/Updated French translation for almost everything in trunk by Amine Khaldi.
With some adjustements I did.

We're ready for FOSDEM :). Real thanks for your work Amine.

Dedicated by Amine to Aleksey : happy birthday ;)

svn path=/trunk/; revision=39065
2009-01-24 17:56:31 +00:00
Michael Martin 9e98d00b9b - Fix Typo.
svn path=/trunk/; revision=39063
2009-01-24 15:52:46 +00:00
Michael Martin 543ed8edd0 - Fix typo.
svn path=/trunk/; revision=39061
2009-01-24 12:28:51 +00:00
Pierre Schweitzer 07c701dd73 "Typo"
svn path=/trunk/; revision=39058
2009-01-24 10:13:21 +00:00
Pierre Schweitzer ebd3acfd61 Added/Updated French translations for /base, excepted for calc.
svn path=/trunk/; revision=39057
2009-01-24 10:10:25 +00:00
Timo Kreuzer f7b0b2a29e Mm: Fix page protection flags checks.
svn path=/trunk/; revision=39054
2009-01-24 00:54:02 +00:00