reactos.git
15 years agoDon't use hardcoded strings in the configuration message box. Use string resources...
Eric Kohl [Sat, 22 Sep 2007 11:38:32 +0000 (11:38 +0000)]
Don't use hardcoded strings in the configuration message box. Use string resources instead.

svn path=/trunk/; revision=29138

15 years agoDon't use hardcoded strings in the configuration message box. Use string resources...
Eric Kohl [Sat, 22 Sep 2007 11:26:03 +0000 (11:26 +0000)]
Don't use hardcoded strings in the configuration message box. Use string resources instead.

svn path=/trunk/; revision=29137

15 years agoDon't use hardcoded strings in the configuration message box. Use string resources...
Eric Kohl [Sat, 22 Sep 2007 11:20:25 +0000 (11:20 +0000)]
Don't use hardcoded strings in the configuration message box. Use string resources instead.

svn path=/trunk/; revision=29136

15 years agoDon't use hardcoded strings in the configuration message box. Use string resources...
Eric Kohl [Sat, 22 Sep 2007 09:09:57 +0000 (09:09 +0000)]
Don't use hardcoded strings in the configuration message box. Use string resources instead.

svn path=/trunk/; revision=29135

15 years ago- Print out hardware information to the debug log in case of a crash (yes, even peopl...
Aleksey Bragin [Fri, 21 Sep 2007 20:15:46 +0000 (20:15 +0000)]
- Print out hardware information to the debug log in case of a crash (yes, even people like me do mistakes...)

svn path=/trunk/; revision=29133

15 years ago- Print out hardware information to the debug log in case of a crash.
Aleksey Bragin [Fri, 21 Sep 2007 20:14:34 +0000 (20:14 +0000)]
- Print out hardware information to the debug log in case of a crash.

svn path=/trunk/; revision=29132

15 years agoSpanish translations by Javier Remacha (remialdo AT gmail DOT com)
Colin Finck [Fri, 21 Sep 2007 18:01:19 +0000 (18:01 +0000)]
Spanish translations by Javier Remacha (remialdo AT gmail DOT com)
See issue #2669 for more details.

svn path=/trunk/; revision=29131

15 years agoSend the right inf file handle to SetupCloseInfFile().
Hervé Poussineau [Fri, 21 Sep 2007 13:00:16 +0000 (13:00 +0000)]
Send the right inf file handle to SetupCloseInfFile().

svn path=/trunk/; revision=29130

15 years agoFix typo
Hervé Poussineau [Fri, 21 Sep 2007 12:45:39 +0000 (12:45 +0000)]
Fix typo

svn path=/trunk/; revision=29129

15 years agoAdd Lithuanian keyboard
Hervé Poussineau [Fri, 21 Sep 2007 07:22:32 +0000 (07:22 +0000)]
Add Lithuanian keyboard
Patch by Vytis Girdþijauskas, cman at cman dot us
See issue #2613 for more details.

svn path=/trunk/; revision=29128

15 years ago- Fixed CMP_UnregisterNotification. Add IN, sorry.
James Tabor [Fri, 21 Sep 2007 00:07:26 +0000 (00:07 +0000)]
- Fixed CMP_UnregisterNotification. Add IN, sorry.

svn path=/trunk/; revision=29127

15 years ago- Add CMP_RegisterNotification and CMP_UnregisterNotification. Both called from User32.
James Tabor [Fri, 21 Sep 2007 00:05:17 +0000 (00:05 +0000)]
- Add CMP_RegisterNotification and CMP_UnregisterNotification. Both called from User32.

svn path=/trunk/; revision=29126

15 years agoChange the file names of the Catalan resource files from "ca-CA" to "ca-ES". Thanks...
Colin Finck [Thu, 20 Sep 2007 20:57:28 +0000 (20:57 +0000)]
Change the file names of the Catalan resource files from "ca-CA" to "ca-ES". Thanks to Marc Piulachs for noticing this.
Also fixed the sublang in the catalan "msconfig" resource file (thx to EmuandCo :-P)

See issue #2662 for more details.

svn path=/trunk/; revision=29125

15 years agoUpdated Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
Colin Finck [Thu, 20 Sep 2007 18:40:55 +0000 (18:40 +0000)]
Updated Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
See issue #2661 for more details.

svn path=/trunk/; revision=29124

15 years ago- make gdi object's type field more windows compatible, using only the basetype in...
Timo Kreuzer [Thu, 20 Sep 2007 16:13:55 +0000 (16:13 +0000)]
- make gdi object's type field more windows compatible, using only the basetype in the upper 16 bits
- On windows deleted objects have a KernelData value != NULL, so don't check for that when validating a handle, instead check if the type field in the upper 16 bits is 0

svn path=/trunk/; revision=29123

15 years agoDo not forget to release the rundown protection.
Hervé Poussineau [Thu, 20 Sep 2007 14:54:43 +0000 (14:54 +0000)]
Do not forget to release the rundown protection.
See issue #2348 for more details.

svn path=/trunk/; revision=29122

15 years agoUser32:
James Tabor [Thu, 20 Sep 2007 14:26:43 +0000 (14:26 +0000)]
User32:
- Implement ValidateHandle.
- Copied handle_to_entry and header information from win32k. Yes I know, duplication etc. Just for now.
- Add tested validation object types and as per revision 29105. Those object types now match.
- In dllmain.c, the gHandleTable pointer is set from Win32k GetW32ProcessInfo.
- Tested it, failed. The pointer does match with win32k gHandleTable.

svn path=/trunk/; revision=29121

15 years ago[FORMATTING] Tabs vs space, { } placement, ...
Hervé Poussineau [Thu, 20 Sep 2007 13:53:38 +0000 (13:53 +0000)]
[FORMATTING] Tabs vs space, { } placement, ...
No code change

svn path=/trunk/; revision=29120

15 years agoforgot to remove the lib I linked for testing
Ged Murphy [Thu, 20 Sep 2007 13:32:58 +0000 (13:32 +0000)]
forgot to remove the lib I linked for testing

svn path=/trunk/; revision=29119

15 years agoadd the correct key name to match the service name
Ged Murphy [Thu, 20 Sep 2007 13:27:44 +0000 (13:27 +0000)]
add the correct key name to match the service name

svn path=/trunk/; revision=29118

15 years ago- use correct name when registering.
Ged Murphy [Thu, 20 Sep 2007 13:26:19 +0000 (13:26 +0000)]
- use correct name when registering.
- use unicode apis exclusively when required.
- fix rbuild file

svn path=/trunk/; revision=29117

15 years agoRead Characteristics and BusType keys from .inf file, and write them in registry.
Hervé Poussineau [Thu, 20 Sep 2007 13:26:18 +0000 (13:26 +0000)]
Read Characteristics and BusType keys from .inf file, and write them in registry.
This will probably help for installation of 3rd party drivers

svn path=/trunk/; revision=29116

15 years agoTimo Kreuzer:
Aleksey Bragin [Thu, 20 Sep 2007 12:46:58 +0000 (12:46 +0000)]
Timo Kreuzer:
- The debug object created by NtCreateDebugObject() is restricted to DEBUG_OBJECT_WAIT_STATE_CHANGE, change to DEBUG_OBJECT_ALL_ACCESS.
See issue #2310 for more details.

svn path=/trunk/; revision=29115

15 years ago- Implement a fast->slow leaf conversion (this assert was hit by OO.o setup)
Aleksey Bragin [Thu, 20 Sep 2007 10:36:36 +0000 (10:36 +0000)]
- Implement a fast->slow leaf conversion (this assert was hit by OO.o setup)

svn path=/trunk/; revision=29114

15 years agoAdd missing svn:eol-style=native properties
Hervé Poussineau [Thu, 20 Sep 2007 09:47:58 +0000 (09:47 +0000)]
Add missing svn:eol-style=native properties

svn path=/trunk/; revision=29113

15 years agoMove the settings read code into a single function which is called before creating...
Eric Kohl [Wed, 19 Sep 2007 21:31:49 +0000 (21:31 +0000)]
Move the settings read code into a single function which is called before creating the property sheet.

svn path=/trunk/; revision=29112

15 years agoAdd prototype for UnregisterDeviceNotifications() to audiosrv.h (bug 2664)
Andrew Greenwood [Wed, 19 Sep 2007 20:11:28 +0000 (20:11 +0000)]
Add prototype for UnregisterDeviceNotifications() to audiosrv.h (bug 2664)

svn path=/trunk/; revision=29111

15 years agoFix compilation
Hervé Poussineau [Wed, 19 Sep 2007 19:29:40 +0000 (19:29 +0000)]
Fix compilation
Remove broken property

svn path=/trunk/; revision=29110

15 years agoFix EOL style (I think!)
Andrew Greenwood [Wed, 19 Sep 2007 19:25:43 +0000 (19:25 +0000)]
Fix EOL style (I think!)

svn path=/trunk/; revision=29109

15 years agoSet service to manual start, and implemented a quick debug-logging
Andrew Greenwood [Wed, 19 Sep 2007 16:54:25 +0000 (16:54 +0000)]
Set service to manual start, and implemented a quick debug-logging
solution. ReactOS does not currently have RegisterDeviceNotification
implemented so if this function fails the audio service will still run
but won't receive plug and play event notifications (this is a temporary
hack.)
Service now starts but won't find any devices (we don't have any yet!)

svn path=/trunk/; revision=29108

15 years agoAdd missing svn:eol-style=native property
Hervé Poussineau [Wed, 19 Sep 2007 15:18:05 +0000 (15:18 +0000)]
Add missing svn:eol-style=native property

svn path=/trunk/; revision=29107

15 years agoCorrect enumeration of Plug and Play audio devices on Windows using
Andrew Greenwood [Wed, 19 Sep 2007 14:42:54 +0000 (14:42 +0000)]
Correct enumeration of Plug and Play audio devices on Windows using
KSCATEGORY_AUDIO. Also detects existing audio devices in addition to
dealing with device arrivals. Slight code tidy-up. Also added additional
GUIDs to ks.h and ksmedia.h

svn path=/trunk/; revision=29106

15 years agoWin32k:
James Tabor [Wed, 19 Sep 2007 13:24:58 +0000 (13:24 +0000)]
Win32k:
- Add thread information pointer to the user handle entry. This will be useful for checking handles, if the handle is not part of the current thread.
- Add a test to make sure the current process passes the gHandleTable pointer to user32.
- These changes are important for allowing User32 to read-only the handle object information. Not 100% compatible, we need NtUserProcessConnect and CsrClientConnectToServer. Need a full understanding how they both work with User32.
Ref:
- https://www.microsoft.com/msj/0397/hood/hood0397.aspx
- http://www.winterdom.com/dev/ui/wnd.html

svn path=/trunk/; revision=29105

15 years agoFix weird bug in Project::ResolveProperties(), which was modifying the string given...
Hervé Poussineau [Wed, 19 Sep 2007 12:06:39 +0000 (12:06 +0000)]
Fix weird bug in Project::ResolveProperties(), which was modifying the string given in argument

svn path=/trunk/; revision=29104

15 years agoRemove rbuild stdlib="host" attribute. That was a workaround to build system deficiency.
Hervé Poussineau [Wed, 19 Sep 2007 11:11:57 +0000 (11:11 +0000)]
Remove rbuild stdlib="host" attribute. That was a workaround to build system deficiency.
Now, base the workaround on presence of C++ files in module

svn path=/trunk/; revision=29103

15 years agoFix an old rbuild bug: .gch file now depends of intermediate module directory, and...
Hervé Poussineau [Wed, 19 Sep 2007 09:34:05 +0000 (09:34 +0000)]
Fix an old rbuild bug: .gch file now depends of intermediate module directory, and can create it if needed

svn path=/trunk/; revision=29102

15 years agoReactOS Audio Service. Has not been tested within ReactOS but on Windows
Andrew Greenwood [Wed, 19 Sep 2007 04:13:24 +0000 (04:13 +0000)]
ReactOS Audio Service. Has not been tested within ReactOS but on Windows
(XP) it now detects when new devices have been attached. This
information is shared via a mapped file. I have also written a utility
to read the contents of the mapped file (this is not included - further
work is required).

Added a few missing #defines to dbt.h and also reformatted some of the
WinMM code so it was clearer to read.

svn path=/trunk/; revision=29100

15 years agoSet svn:eol-style = native. (Final, Now you can kick me :-P)
Daniel Reimer [Tue, 18 Sep 2007 21:51:29 +0000 (21:51 +0000)]
Set svn:eol-style = native. (Final, Now you can kick me :-P)

svn path=/trunk/; revision=29099

15 years agoSet svn:eol-style = native
Daniel Reimer [Tue, 18 Sep 2007 21:39:18 +0000 (21:39 +0000)]
Set svn:eol-style = native

svn path=/trunk/; revision=29098

15 years agoSet svn:eol-style = native
Daniel Reimer [Tue, 18 Sep 2007 21:32:39 +0000 (21:32 +0000)]
Set svn:eol-style = native

svn path=/trunk/; revision=29097

15 years agoCatalan Translations by Marc Tormo i Bochaca (mtbochaca@ya.com) (Bug 2647, 2651,...
Daniel Reimer [Tue, 18 Sep 2007 21:08:09 +0000 (21:08 +0000)]
Catalan Translations by Marc Tormo i Bochaca (mtbochaca@ya.com) (Bug 2647, 2651, 2652, 2653, 2654, 2655, 2656)
Fixed SUBLANG to DEFAULT and fixed missing "".

svn path=/trunk/; revision=29096

15 years agodon't use WNOHANG
Christoph von Wittich [Tue, 18 Sep 2007 18:59:53 +0000 (18:59 +0000)]
don't use WNOHANG

svn path=/trunk/; revision=29095

15 years agofix qemu vnc param
Christoph von Wittich [Tue, 18 Sep 2007 17:53:53 +0000 (17:53 +0000)]
fix qemu vnc param

svn path=/trunk/; revision=29094

15 years ago- when converting from a DDB to a DIB, the palette should be the same in the resultin...
Ged Murphy [Tue, 18 Sep 2007 15:24:34 +0000 (15:24 +0000)]
- when converting from a DDB to a DIB, the palette should be the same in the resulting DIB as the original DDB. This fixes the colour issue we had in the taskbar icons. (there's still a bit position problem as highlighted in the 1-4 bitmaps)
- Reformat the NtGdiGetDIBitsInternal code to a more readable state.

*note, this function needs a considerable work.

svn path=/trunk/; revision=29093

15 years ago- Win32k: Removed NtUserCreateMenu replacing it with NtUserCallNoParam.
James Tabor [Tue, 18 Sep 2007 13:06:27 +0000 (13:06 +0000)]
- Win32k: Removed NtUserCreateMenu replacing it with NtUserCallNoParam.

svn path=/trunk/; revision=29092

15 years agofix a bug in the linux version of OsSupport::createProcess
Christoph von Wittich [Tue, 18 Sep 2007 08:15:47 +0000 (08:15 +0000)]
fix a bug in the linux version of OsSupport::createProcess

svn path=/trunk/; revision=29091

15 years ago- Implement NtUserValidateHandleSecure and most support functions moved from static...
James Tabor [Tue, 18 Sep 2007 05:07:49 +0000 (05:07 +0000)]
- Implement NtUserValidateHandleSecure and most support functions moved from static and added to their respected headers.

svn path=/trunk/; revision=29090

15 years agoBare-bones foundations of the ReactOS Audio Service. At present it's
Andrew Greenwood [Tue, 18 Sep 2007 02:41:46 +0000 (02:41 +0000)]
Bare-bones foundations of the ReactOS Audio Service. At present it's
nothing more than a "mutex service". Some info on the planned
implementation is in the included audiosrv.txt file.

svn path=/trunk/; revision=29089

15 years agoMerge all settings in a single struct. This is required to implement the administrati...
Eric Kohl [Mon, 17 Sep 2007 22:29:35 +0000 (22:29 +0000)]
Merge all settings in a single struct. This is required to implement the administrative options.

svn path=/trunk/; revision=29088

15 years agoInit stock object buffer only once.
James Tabor [Mon, 17 Sep 2007 22:08:14 +0000 (22:08 +0000)]
Init stock object buffer only once.

svn path=/trunk/; revision=29087

15 years agoFixed build.
James Tabor [Mon, 17 Sep 2007 21:46:30 +0000 (21:46 +0000)]
Fixed build.

svn path=/trunk/; revision=29086

15 years agoFixed Client Info structure. Moved it to the right file so user apps can access it.
James Tabor [Mon, 17 Sep 2007 21:02:19 +0000 (21:02 +0000)]
Fixed Client Info structure. Moved it to the right file so user apps can access it.

svn path=/trunk/; revision=29085

15 years ago- Change RtlIsDosDeviceName_U() implementation to a better Wine implementation
Aleksey Bragin [Mon, 17 Sep 2007 19:51:32 +0000 (19:51 +0000)]
- Change RtlIsDosDeviceName_U() implementation to a better Wine implementation
- Winesync RtlIsNameLegalDOS8Dot3()
- "ntdll_winetest.exe path" reduced to 3 failures (which happen on XP too), so considering "path" done 100% now.

svn path=/trunk/; revision=29084

15 years agoAdd some missing definitions to PSDK
Hervé Poussineau [Mon, 17 Sep 2007 13:52:44 +0000 (13:52 +0000)]
Add some missing definitions to PSDK
Patch by Samuel Serapion, samdwise51 at gmail dot com

svn path=/trunk/; revision=29083

15 years agoAdd missing svn:eol-style native properties
Hervé Poussineau [Mon, 17 Sep 2007 13:43:34 +0000 (13:43 +0000)]
Add missing svn:eol-style native properties

svn path=/trunk/; revision=29082

15 years agoGet rid of "Video Save SVGA" group. Clean up group order entries
Hervé Poussineau [Mon, 17 Sep 2007 09:42:01 +0000 (09:42 +0000)]
Get rid of "Video Save SVGA" group. Clean up group order entries

svn path=/trunk/; revision=29079

15 years agoNo need to create a service group only for VBE driver. By using tags, VBE driver...
Hervé Poussineau [Mon, 17 Sep 2007 09:35:31 +0000 (09:35 +0000)]
No need to create a service group only for VBE driver. By using tags, VBE driver can be installed as the first one in the "Video Save" group

svn path=/trunk/; revision=29078

15 years agoCameron Gutman <aicommander@gmail.com>
Aleksey Bragin [Mon, 17 Sep 2007 08:48:14 +0000 (08:48 +0000)]
Cameron Gutman <aicommander@gmail.com>
- Use /SOS to disable bootlogo in the LiveCD too.

svn path=/trunk/; revision=29075

15 years agoAdd missing include path.
Art Yerkes [Mon, 17 Sep 2007 06:12:40 +0000 (06:12 +0000)]
Add missing include path.

svn path=/trunk/; revision=29074

15 years agoMicrosoft and the open group both specify towupper and towlower as taking int
Art Yerkes [Mon, 17 Sep 2007 05:57:54 +0000 (05:57 +0000)]
Microsoft and the open group both specify towupper and towlower as taking int
and returning int of some flavor.  Make this true of ours.

http://msdn2.microsoft.com/en-us/library/45119yx3(VS.80).aspx
http://opengroup.org/onlinepubs/007908799/xsh/towupper.html

svn path=/trunk/; revision=29073

15 years agoFixen for PPC.
Art Yerkes [Mon, 17 Sep 2007 05:33:08 +0000 (05:33 +0000)]
Fixen for PPC.
Exclude relocation.  We'll be situated properly by the ELF layer anyway, and
it's x86 specific.
Tweak definitions in _mingw.h

svn path=/trunk/; revision=29072

15 years agoFix build for new rosbe-ppc.
Art Yerkes [Mon, 17 Sep 2007 05:32:04 +0000 (05:32 +0000)]
Fix build for new rosbe-ppc.

svn path=/trunk/; revision=29071

15 years ago- Move W32CLTINFO_TEB structure out of NDK, since it's module-internal structure.
Aleksey Bragin [Sun, 16 Sep 2007 17:37:41 +0000 (17:37 +0000)]
- Move W32CLTINFO_TEB structure out of NDK, since it's module-internal structure.
- Add a define for easier accessing this field.

svn path=/trunk/; revision=29069

15 years agoFix def and size for NtUserValidateHandleSecure.
James Tabor [Sun, 16 Sep 2007 15:32:58 +0000 (15:32 +0000)]
Fix def and size for NtUserValidateHandleSecure.

svn path=/trunk/; revision=29068

15 years agoIndentation clean-up. No code changes.
Eric Kohl [Sun, 16 Sep 2007 13:38:26 +0000 (13:38 +0000)]
Indentation clean-up. No code changes.

svn path=/trunk/; revision=29067

15 years agoEnable the filter keys settings when the test area EDITTEXT control gets the focus...
Eric Kohl [Sun, 16 Sep 2007 13:25:34 +0000 (13:25 +0000)]
Enable the filter keys settings when the test area EDITTEXT control gets the focus and disable the settings when the focus leaves the control.

svn path=/trunk/; revision=29066

15 years agoGregor Brunmar <gregor.brunmar@home.se>:
Aleksey Bragin [Sun, 16 Sep 2007 12:54:52 +0000 (12:54 +0000)]
Gregor Brunmar <gregor.brunmar@home.se>:
- Don't include files that aren't in the source directory to the project generation.
- Fix tab indentation in generated files.

svn path=/trunk/; revision=29065

15 years agoAdd back support for files not in the root of the module directory
Hervé Poussineau [Sun, 16 Sep 2007 09:12:15 +0000 (09:12 +0000)]
Add back support for files not in the root of the module directory
Patch by Gregor Brunmar, gregor (dot) brunmar (at) home (dot) se

svn path=/trunk/; revision=29064

15 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Sat, 15 Sep 2007 17:06:51 +0000 (17:06 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=29063

15 years agoRename "Properties::" to "Properties" in the context menu (patch by Mario Kacmar...
Colin Finck [Sat, 15 Sep 2007 16:10:10 +0000 (16:10 +0000)]
Rename "Properties::" to "Properties" in the context menu (patch by Mario Kacmar, kario AT szm DOT sk)

svn path=/trunk/; revision=29062

15 years agoAdd a slovak translation for "desk.cpl" and fix a small mistake in the translation...
Colin Finck [Sat, 15 Sep 2007 15:45:24 +0000 (15:45 +0000)]
Add a slovak translation for "desk.cpl" and fix a small mistake in the translation for "timedate.cpl"
Patch by Mario Kacmar (kario AT szm DOT sk)

svn path=/trunk/; revision=29061

15 years ago[FORMATTING]
Colin Finck [Sat, 15 Sep 2007 15:20:31 +0000 (15:20 +0000)]
[FORMATTING]
- Use TABs instead of spaces in some more .rbuild files
- No code changes

svn path=/trunk/; revision=29060

15 years agoUse the unicode="yes" attribute in the module element instead of defining UNICODE...
Eric Kohl [Sat, 15 Sep 2007 15:12:26 +0000 (15:12 +0000)]
Use the unicode="yes" attribute in the module element instead of defining UNICODE and _UNICODE.

svn path=/trunk/; revision=29059

15 years ago- move VolumeDlgProc function to own file volume.c
Johannes Anderwald [Sat, 15 Sep 2007 14:54:01 +0000 (14:54 +0000)]
- move VolumeDlgProc function to own file volume.c
- read default waveout device  (thanks to Silverbade)
- improve volume dialog proc
- update all languages resources which current code changes

svn path=/trunk/; revision=29058

15 years agoUse the currently selected locale id instead of LOCALE_USER_DEFAULT to display and...
Eric Kohl [Sat, 15 Sep 2007 14:48:40 +0000 (14:48 +0000)]
Use the currently selected locale id instead of LOCALE_USER_DEFAULT to display and modify currency settings.

svn path=/trunk/; revision=29057

15 years agoMore XML compliance fixes for the .rbuild files by Marc Piulachs (marc DOT piulachs...
Colin Finck [Sat, 15 Sep 2007 14:37:02 +0000 (14:37 +0000)]
More XML compliance fixes for the .rbuild files by Marc Piulachs (marc DOT piulachs AT codexchange DOT net)
The added '<include base="ntoskrnl" root="intermediate">include</include>' line in "ntoskrnl.rbuild" was left out, as this include path is already added through the "ntoskrnl.h" precompiled header. (thanks to Hervé for figuring this out)
I applied patches 1904 and 1905 of the Bugzilla bug entry.

See issue #2649 for more details.

svn path=/trunk/; revision=29056

15 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Sat, 15 Sep 2007 10:52:08 +0000 (10:52 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=29054

15 years agoFix typo
Hervé Poussineau [Sat, 15 Sep 2007 09:03:01 +0000 (09:03 +0000)]
Fix typo

svn path=/trunk/; revision=29053

15 years agoContinue rbuild cleanup (Directory class)
Hervé Poussineau [Sat, 15 Sep 2007 08:47:56 +0000 (08:47 +0000)]
Continue rbuild cleanup (Directory class)

svn path=/trunk/; revision=29052

15 years agorevert 29027, because it breaks context menus.
Timo Kreuzer [Fri, 14 Sep 2007 22:46:38 +0000 (22:46 +0000)]
revert 29027, because it breaks context menus.

svn path=/trunk/; revision=29051

15 years ago- reenable module definition
Johannes Anderwald [Fri, 14 Sep 2007 21:44:11 +0000 (21:44 +0000)]
- reenable module definition

svn path=/trunk/; revision=29050

15 years ago- remove a non working hack
Johannes Anderwald [Fri, 14 Sep 2007 21:06:38 +0000 (21:06 +0000)]
- remove a non working hack

svn path=/trunk/; revision=29049

15 years ago- include intermediate path for msvc projects since buildno.h and friends are now...
Johannes Anderwald [Fri, 14 Sep 2007 21:05:46 +0000 (21:05 +0000)]
- include intermediate path for msvc projects since buildno.h and friends are now generated there

svn path=/trunk/; revision=29048

15 years agoThis is hopefully the last fix needed to build LiveCD on Unix hosts again
Colin Finck [Fri, 14 Sep 2007 19:34:24 +0000 (19:34 +0000)]
This is hopefully the last fix needed to build LiveCD on Unix hosts again

svn path=/trunk/; revision=29047

15 years agoSmall change in the slovak translation of Solitaire (patch by Mario Kacmar, kario...
Colin Finck [Fri, 14 Sep 2007 19:26:20 +0000 (19:26 +0000)]
Small change in the slovak translation of Solitaire (patch by Mario Kacmar, kario AT szm DOT sk)

svn path=/trunk/; revision=29046

15 years agoAnd here comes the next fix, this time for fixing the LiveCD build
Colin Finck [Fri, 14 Sep 2007 19:23:36 +0000 (19:23 +0000)]
And here comes the next fix, this time for fixing the LiveCD build

svn path=/trunk/; revision=29045

15 years agoForgot to change these ones as well.
Colin Finck [Fri, 14 Sep 2007 19:13:03 +0000 (19:13 +0000)]
Forgot to change these ones as well.
But somehow it compiled fine under Windows, even without these changes.

svn path=/trunk/; revision=29044

15 years agoForgot to change these ones
Colin Finck [Fri, 14 Sep 2007 19:02:21 +0000 (19:02 +0000)]
Forgot to change these ones

svn path=/trunk/; revision=29043

15 years ago- Create a new "include/host" directory for host-only includes.
Colin Finck [Fri, 14 Sep 2007 18:55:43 +0000 (18:55 +0000)]
- Create a new "include/host" directory for host-only includes.
- Copy the "pshpack*.h", "poppack.h" and "typedefs_host.h" (renamed to "typedefs.h") files to this directory
- Modify the Makefiles of cmlib_host, inflib_host, mkhive, unicode, wmc and wrc to remove the "include/psdk" dependency
- Remove the inclusion of "ntstatus.h" in cmlib_host and mkhive

svn path=/trunk/; revision=29042

15 years agoRevert the changes in r29036 to the file "ReactOS-i386.rbuild". They broke build...
Colin Finck [Fri, 14 Sep 2007 17:34:37 +0000 (17:34 +0000)]
Revert the changes in r29036 to the file "ReactOS-i386.rbuild". They broke build and look like test code for me.

svn path=/trunk/; revision=29041

15 years agoUpdate project dtd file based on usage (doesn't mean it is good and can't be changed...
Hervé Poussineau [Fri, 14 Sep 2007 17:13:46 +0000 (17:13 +0000)]
Update project dtd file based on usage (doesn't mean it is good and can't be changed anymore)

svn path=/trunk/; revision=29040

15 years agoUpdate README.WINE after revision 29034
Hervé Poussineau [Fri, 14 Sep 2007 17:12:13 +0000 (17:12 +0000)]
Update README.WINE after revision 29034

svn path=/trunk/; revision=29039

15 years agoDelete useless files
Hervé Poussineau [Fri, 14 Sep 2007 17:10:48 +0000 (17:10 +0000)]
Delete useless files

svn path=/trunk/; revision=29038

15 years agoAdd missing svn:eol-style=native property
Hervé Poussineau [Fri, 14 Sep 2007 17:09:45 +0000 (17:09 +0000)]
Add missing svn:eol-style=native property

svn path=/trunk/; revision=29037

15 years agoClean up .rbuild files and make them xml compliant
Hervé Poussineau [Fri, 14 Sep 2007 17:07:53 +0000 (17:07 +0000)]
Clean up .rbuild files and make them xml compliant
Inspired by bug 2627

svn path=/trunk/; revision=29036

15 years ago- Setting up for the User32 part of the win32k rewrite.
James Tabor [Fri, 14 Sep 2007 15:34:41 +0000 (15:34 +0000)]
- Setting up for the User32 part of the win32k rewrite.
- Pass window handle and pointer to the current teb callback. This will allow easy and fast read access for user space programs.
- Next will be ValidateHwnd and the rest.
- https://www.microsoft.com/msj/0397/hood/hood0397.aspx
- http://www.winterdom.com/dev/ui/wnd.html
- http://www.mvps.org/user32/modal.html
- http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.kernel/2006-05/msg00522.html

svn path=/trunk/; revision=29035

15 years agoAutosyncing with Wine HEAD
The Wine Synchronizer [Fri, 14 Sep 2007 08:03:04 +0000 (08:03 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=29034

15 years agoAdd imm.h header (enough to let Wine imm.dll compile)
Hervé Poussineau [Fri, 14 Sep 2007 08:01:57 +0000 (08:01 +0000)]
Add imm.h header (enough to let Wine imm.dll compile)

svn path=/trunk/; revision=29033

15 years agoAutosyncing with Wine HEAD
Hervé Poussineau [Fri, 14 Sep 2007 07:22:03 +0000 (07:22 +0000)]
Autosyncing with Wine HEAD

svn path=/trunk/; revision=29032

15 years agoIt does work. There is another bug in the tree!
James Tabor [Fri, 14 Sep 2007 06:37:08 +0000 (06:37 +0000)]
It does work. There is another bug in the tree!

svn path=/trunk/; revision=29031